Nicola, I wish I knew more about faxing. I am cc'ing to Jacques and Marvin who are more knowledgeable in this area. Regards, Antonio On Sun, Nov 14, 2010 at 12:10 PM, nicola teatin <tnicola66@xxxxxxxx> wrote: > thank's. I have applied your instruction and martian_modem create a device > > lrwxrwxrwx 1 root root 10 2010-11-14 18:59 /dev/ttySM0 -> /dev/pts/0 > > but, when I try to test with cu -l /dev/ttySM0 the system respond: > > root@fax:~# cu -l /dev/ttySM0 > cu: open (/dev/ttySM0): Permission denied > cu: /dev/ttySM0: Line in use > > > I need to make an hylafax system and I don't need ppp for internet > kindy, what is the solution? > (sorry for my english) > thank you > ________________________________ > Da:Antonio Olivares <olivares14031@xxxxxxxxx> > A:nicola teatin <tnicola66@xxxxxxxx> > Cc:discuss@xxxxxxxxxxxxx > Inviato:Ven 12 novembre 2010, 14:20:17 > Oggetto:Re: Nicola, Italy kernel 2.6.35-22-generic-pae > > Nicola, > > scanModem reports that your modem is supported through martian modem > drivers readily available: > > To get the modem working you will need several things that are not > present in your installation > > You need kernel sources and a compiler: > /* > > The kernel was compiled with gcc version 4.4.5 and a compiler is not installed > > linux-headers-2.6.35-22-generic-pae resources needed for compiling > are not manifestly ready! > The code linking utility, ld, may be needed and is provided in the > binutils package > The patch utility is needed for compiling ALSA drivers, and possibly others. > > If compiling is necessary packages must be installed, providing: > gcc-4.4 linux-headers-2.6.35-22-generic-pae > > */ > > Download: > http://linmodems.technion.ac.il/packages/ltmodem/kernel-2.6/martian/martian-full-20100123.tar.gz > > > > run > $ tar -zxvf martian-full-20100123.tar.gz > $ make > $ sudo make install > $ sudo modprobe martian_dev > $ sudo martian_modem > > Leave it running, open another terminal and run > $ sudo wvdialconf /etc/wvdial.conf > then edit the file > $ sudo gedit /etc/wvdial.conf remove the ";" add your username, ISP > phone number, and password and a line "Carrier Check = no" to this > file, save it and then try to dialout with > $ sudo wvdial > > > Predictive diagnostics for card in bus 00:0b.0: > Modem chipset detected on > NAME="Communication controller: Agere Systems 56k WinModem " > CLASS=0780 > PCIDEV=11c1:0440 > SUBSYS=11c1:0440 > IRQ=5 > IDENT=Agere.DSP > > For candidate modem in: 00:0b.0 > 0780 Communication controller: Agere Systems 56k WinModem > Primary device ID: 11c1:0440 > Support type needed or chipset: Agere.DSP > > > > The modem has a Lucent/Agere/LSI Mars or Apollo DSP (digital signal > processing) chipset. > Support packages for 2.6.n kernels are at: > http://linmodems.technion.ac.il/packages/ltmodem/kernel-2.6/martian/ > http://packages.debian.org/sid/martian-modem-source/ > Always use the most update for kernels after 2.6.20, currently > martian-full-20080625.tar.gz > For kernels 2.6.20 and less, usr martian-full-20080407.tar.gz. > > See DOCs/AgereDSP.txt for Details. > > At http://linmodems.technion.ac.il/packages/ltmodem/kernel-2.6/martian/ > get the martian-full-20080625.tar.gz and follow Readme-NOW.html > 0x0440 -- Mars 2 - data/fax/voice > -------------- end Agere Systems section ------------------- > > Completed candidate modem analyses. > > The base of the UDEV device file system is: /dev/.udev > > The kernel was compiled with gcc version 4.4.5 and a compiler is not installed > > linux-headers-2.6.35-22-generic-pae resources needed for compiling > are not manifestly ready! > The code linking utility, ld, may be needed and is provided in the > binutils package > The patch utility is needed for compiling ALSA drivers, and possibly others. > > If compiling is necessary packages must be installed, providing: > gcc-4.4 linux-headers-2.6.35-22-generic-pae > > To get them you will need to search for them as scanModem reports here: > /* > > If an alternate ethernet connection is available, > $ apt-get update > $ apt-get -s install linux-kernel-devel > will install needed packages. > For Debian/Ubuntu related distributions, run the following command to > display the needed package list: > > Otherwise packages have to be found through http://packages.ubuntu.com > Once downloaded and transferred into a Linux partition, > they can be installed alltogether with: > $ sudo dpkg -i *.deb > > > */ > > > Regards, > > Antonio > > On Fri, Nov 12, 2010 at 10:12 AM, nicola teatin <tnicola66@xxxxxxxx> wrote: >> >> >> >> >> > > > > >