Jose, Please subscibe to the List at www.linmodems.org and email to the List rather than direct to me, as I am only on line irregularly. The node /dev/slamr0 is not automatically made, until automation is set, and does not survive reboot. So maually do: $ su - root # mknod -m 600 /dev/slamr0 c 242 0 before # modprobe ungrab-winmodem # modprobe slamr There can be added to any file in /etc/modprobe.d/ or /etc/modprobe.conf (which is used in PCLinuxOS ) as a SINGLE line (herein folded): install slamr modprobe --ignore-install ungrab-winmodem ; modprobe --ignore-install slamr; test -e /dev/slamr0 || (/bin/mknod -m 660 /dev/slamr0 c 242 0 2>/dev/null && chgrp dialout /dev/slamr0) This will do all of the above upon # modprobe slamr After which # slmodemd -c USA /dev/slamr0 should succeed. Please read the Smartlink.txt in detail MarvS On Jan 3, 2008 11:04 AM, Jose Valtierrez <josevs@xxxxxxxxxxxxx> wrote: > > Marvin Stodolsky wrote: > > Jose > > > > THis is the guidance for your modem > > ---------------------------- > > For 2.6.23.9-85.fc8 compiling drivers is necessary. As of October 2007 > > the current packages at > > http://linmodems.technion.ac.il/packages/smartlink/ are the > > ungrab-winmodem-20070505.tar.gz and slmodem-2.9.11-20070813.tar.gz > > > > The audio card 10de:0371 can sometimes host a modem, but this is > > unlikley on your setup. > > > > Antonio, > > Thanks. But when another modem is evident, just discard the HDA > > card possibility. Presently I'll write this logic into scanModem > > > > MarvS > > scanModem maintainer > > > > > > > > On Jan 3, 2008 2:46 AM, Jose Valtierrez <josevs@xxxxxxxxxxxxx> wrote: > > > >> Antonio Olivares wrote: > >> > >>> Jose, > >>> > >>> FOR 1ST MODEM > >>> > >>> For candidate modem in PCI bus: fake > >>> FakeClass FakeName > >>> Primary PCI_id 10b9:545a > >>> Support type needed or chipset: slamr > >>> > >>> > >>> ----------------end Softmodem section -------------- > >>> The modem is supported by the Smartlink slamr driver > >>> plus the slmodemd helper utility. Read the > >>> Smartlink.txt and Modem/YourSystem.txt for follow through guidance. > >>> > >>> > >>> For 2.6.23.9-85.fc8 compiling drivers is necessary. As of October 2007 the curre > >>> nt packages at > >>> http://linmodems.technion.ac.il/packages/smartlink/ are the > >>> ungrab-winmodem-20070505.tar.gz and slmodem-2.9.11-20070813.tar.gz > >>> > >>> Writing Smartlink.txt > >>> > >>> > >>> > >>> FOR 2ND MODEM > >>> > >>> For candidate modem in PCI bus: fake > >>> FakeClass FakeName > >>> Primary PCI_id 10de:0371 > >>> Subsystem PCI_id 147b:1c20 > >>> Softmodem codec or chipset from diagnostics: > >>> from Archives: > >>> > >>> > >>> Lacking a dsp (digital signal processing) chip, the modem is a software > >>> intensive or "softmodem" type. Its primary controller manages the traffic > >>> with the CPU. But the software needed is specified in the Subsystem. > >>> ----------------------------------------- > >>> Support type needed or chipset: > >>> > >>> Support can likely be achieved through two mutually exclusive alternatives: > >>> 1) The hsfmodem software for Conexant chipset modems: Read Conexant.txt > >>> The following ALSA alternative CANNOT work with Conexant modems. > >>> > >>> 2) An ALSA modem driver plus slmodemd. Read Smartlink.txt for details, and > >>> to test get the package SLMODEMD.gcc4.1.tar.gz from: > >>> http://linmodems.technion.ac.il/packages/smartlink/ > >>> > >>> ----------------end Softmodem section -------------- > >>> > >>> For owners of a Dell PCs with Conexant HSF modems, a driver source package with > >>> full speed enabled is available, but requires driver compiling. Read Conexant.tx > >>> t > >>> > >>> Read Conexant.txt > >>> > >>> Writing Conexant.txt > >>> > >>> Writing Smartlink.txt > >>> > >>> > >>> Marv, thanks for sending updated scanModem. It now outputs the above > >>> information > >>> > >>> Regards, > >>> > >>> Antonio > >>> > >>> > >>> > >> Antonio, > >> I need more help installing this modem, I have been using Linux for a > >> while but this is the first time that I am going to try to compile the > >> drivers for a modem. > >> Can you please send me the exact steps that I need to follow in order to > >> succeed. > >> > >> Thank in advance > >> Jose V > >> > >> > > > > > Marv, > I can make the modem work. > This is what I did: > 1)------------------------->from Ungrab-Winmodem *Readme.txt* > Installation: > You must be root or superuser > make > make install > ====================================================================== > 2)------------------------> from slmodem-2.9.11-20070813 *Smartlink.txt* > Compiling details > ----------------- > Within a slmodem-SomeVersion/ folder, always before compiling do a > precautionary: > $ make clean > The next step is > $ make > The file slamr_compile.txt is the record of a compilation of slmodemd, > slamr.ko and slusb.ko. > The command pair: > $ su root > # make install > ================================================= > 3)* *Rebooted computer > ================================================= > 4) Executed from shell > The modem should setup with: <-----------this is also from > slmodem-2.9.11-20070813 *Smartlink.txt* > 1)modprobe ungrab-winmodem <---/no problems during execution/ > 2)modprobe slamr <------------------/no problem during execution/ > 3)slmodemd -c USA /dev/slamr0 > > 5) After executing *_slmodemd -c USA /dev/slamr0_ *I get the following: > error: mdm setup: cannot open dev `/dev/slamr0': No such device > error: cannot setup device `/dev/slamr0' > > Thak You > Jose V >