Faxserver with MXLinux
Posted: Mon Oct 19, 2020 11:15 am
I've been using Linux as an amateur-administrator for a few years now. I haven't had the time to fully learn everything about Linux yet.
I've had the ambition to compile a driver from AVM for an old ISDN PCI fritz!card to be able to fax from the Dtop to the Arbeitsamt.
One could make the argument to buy a Faxer all in one and be done with it, but I have no spare space at home for it, aand it would cost money and collect dust and break and so forth.
A fcpci is a stealth aternative.
I hoped It would compile on the upgraded distribution:
Here's one of the couple of 64-bit Linux drivers I've tried, if you want to give it a try.
readme says:
I'm still quite a noob when it comes to compiling or building.
All help is appreciated, since I have to be able to fax my documents to the federal bureaus if the postoffice or public transportation etc. is on a strike for higher wages.
I've had the ambition to compile a driver from AVM for an old ISDN PCI fritz!card to be able to fax from the Dtop to the Arbeitsamt.
One could make the argument to buy a Faxer all in one and be done with it, but I have no spare space at home for it, aand it would cost money and collect dust and break and so forth.
A fcpci is a stealth aternative.
I hoped It would compile on the upgraded distribution:
Code: Select all
System: Host: mx19 Kernel: 5.6.0-2-amd64 x86_64 bits: 64 Desktop: Xfce 4.14.2
Distro: MX-19.2_x64 patito feo October 21 2019
Code: Select all
wget https://belug.de/~lutz/pub/fcpci/fritz-fcpci-latest.tar.bz2
It tries to compile:# aptitude install linux-headers-amd64
I installed the correct linux-headers-5.6.0-2-*.
cd ./src
make clean
make all
make install
modprobe -r fcpci
modprobe -v fcpci
Code: Select all
root@mx19:/home/USER/Desktop/fcpci-4.4.0/src# make clean
rm -f main.o driver.o tools.o tables.o queue.o lib.o
rm -f fcpci.o fcpci.ko
root@mx19:/home/USER/Desktop/fcpci-4.4.0/src# make all
make -C /lib/modules/5.6.0-2-amd64/build SUBDIRS=/home/USER/Desktop/fcpci-4.4.0/src modules
make[1]: Entering directory '/usr/src/linux-headers-5.6.0-2-amd64'
sh: 0: Can't open /usr/src/linux-headers-5.6.0-2-common/scripts/mkmakefile
make[3]: *** [/usr/src/linux-headers-5.6.0-2-common/Makefile:514: outputmakefile] Error 127
/usr/src/linux-headers-5.6.0-2-common/Makefile:659: include/config/auto.conf.cmd: No such file or directory
make[2]: *** [/usr/src/linux-headers-5.6.0-2-common/Makefile:677: include/config/auto.conf.cmd] Error 2
make[1]: *** [/usr/src/linux-headers-5.6.0-2-common/Makefile:180: sub-make] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.6.0-2-amd64'
make: *** [Makefile:48: fcpci.ko] Error 2
All help is appreciated, since I have to be able to fax my documents to the federal bureaus if the postoffice or public transportation etc. is on a strike for higher wages.