Lexx, Try to get the serial modem working first so you can get online under Linux. Drivers for the serial modem are likely compiled into your kernel. Test with $ su - root # wvdialconf /etc/wvdial.conf IF the modem is found, edit in your dialout info with: # gedit /etc/wvdial.conf to a final format like that below. Then you should be able to dialout with # wvdial Write back at this point if you have problems. Once you are line, # apt-get update # apt-get upgrade Then get needed packages for compiling: # apt-get install gcc-4.1 linux-headers-2.6.18-5-686 kernel-kbuild-2.6-18 Then from http://linmodems.technion.ac.il/packages/ltmodem/sv92/ get the agrsm-20080203.tar.gz . Unpack with: $ tar zxf agrsm*.tar.gz There is good guidance in the package, Needed to prepare drivers for: Class 0780: 11c1:048c Communication controller: Agere Systems V.92 56K WinModem Primary PCI_id 11c1:048c Support type needed or chipset: Agere.SV2P MarvS scanModem manitainer ================ [Dialer defaults] # /etc/wvdial.conf file , # are comment lines Modem = /dev/modem Baud = 115200 Init1 = ATZ Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 ISDN = 0 Modem Type = Analog Modem Phone = 3015560020 Username = LoginName@xxxxxxxxxxx Password = YourPassword # Carrier Check = no ## only for /dev/pts/N ports # wvdial 2>&1 | tee wvdial.out ## for recording a session # Auto DNS = yes # Auto Reconnect = on ## END wdial.conf On Tue, Apr 22, 2008 at 1:31 AM, Lexx <tawnym@xxxxxxxxxxx> wrote: > I have two modems connected to this computer, > > One is a serial Modem : SwannSmart Pro Surfer SW-M-SSPS > one is internal WinModem : Netcomm v90 IN5920 > > And I have another two WinModems to try if these fail, they are both PCI > > Please help, I so want to be part of the Linux Soloution. > > > Only plain text email is forwarded by the Discuss@xxxxxxxxxxxxx List > Server, > as HTML can contain viruses. Use as the email Subject Line: > YourName, YourCountry Debian GNU/Linux 4.0 kernel 2.6.18-5-686 > With this Subject Line cogent experts will be alerted, and useful case > names left in the Archive. > YourCountry will enable Country specific guidance. Your contry's local > Linux experts > can be found through: http://www.linux.org/groups/index.html. > They will know your Country's modem code, which may be essential for dialup > service. > Responses from Discuss@xxxxxxxxxxxxx are sometimes blocked by an Internet > Provider mail filters. > So in a day, also check the Archived responses at http://www.linmodems.org > -------------------------- System information ---------------------------- > CPU=i686, Debian GNU/Linux 4.0 > Linux version 2.6.18-5-686 (Debian 2.6.18.dfsg.1-17) (dannf@xxxxxxxxxx) > (gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) #1 SMP Mon Dec > 24 16:41:07 UTC 2007 > scanModem update of: 2008_03_31 > > There are no blacklisted modem drivers in /etc/modprobe* files > USB modem not detected by lsusb > > For candidate card in slot 00:0e.0, firmware information and bootup > diagnostics are: > PCI slot PCI ID SubsystemID Name > ---------- --------- --------- -------------- > 00:0e.0 11c1:048c 11c1:044c Communication controller: Agere > Systems V.92 56K WinModem > > Modem interrupt assignment and sharing: > --- Bootup diagnostics for card in PCI slot 00:0e.0 ---- > > === Finished firmware and bootup diagnostics, next deducing cogent > software. === > > Predictive diagnostics for card in bus 00:0e.0: > Modem chipset detected on > CLASS="Class 0780: 11c1:048c" > NAME="Communication controller: Agere Systems V.92 56K WinModem " > PCIDEV=11c1:048c > SUBSYS=11c1:044c > IRQ=11 > IDENT=Agere.SV2P > > For candidate modem in: 00:0e.0 > Class 0780: 11c1:048c Communication controller: Agere Systems V.92 56K > WinModem > Primary PCI_id 11c1:048c > Support type needed or chipset: Agere.SV2P > > > ----------------end Softmodem section -------------- > > Vendor 11c1 is Lucent Technologies with modem technology now under LSI Inc. > Their Linux code developer/maintainer is Soumyendu Sarkar. Support for a > chipset and its > continued maintenance is only initiated at the request of a major chipset > buyer, > or comparable sponsor. Several different modem chipset types are > produced: > with varying support under Linux. > Device ID Support Name Comment > --------- ------------- ----------- ----------------------------- > 0480 serial drivers Venus controller chipset 1673JV7 > 0440-045d martian Mars/Apollo DSP (digital signal processing) > chipsets > 0462 none 56K.V90/ADSL Wildwire > 048d none SV2P soft modem > 048(c or f) AGRSM SV2P soft modem > 0600 none soft modem, very few in the field. > 0620 AGRSM Pinball soft modem, in some HP desktop PCs > 062(1-3) none SV92PP,Pinball soft modem, in some HP desktop > PCs > > martian - At > http://linmodems.technion.ac.il/packages/ltmodem/kernel-2.6/martian/ > > AGRSM - At http://linmodems.technion.ac.il/packages/ltmodem/sv92/ > The suse-10-2a.tar.gz has newer Agere/LSI code, but there are compiling > problems with newer kernels/ > > Read Agrsm.txt > -------------- 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.1.2 and a compiler is not > installed > > linux-headers-2.6.18-5-686 resources needed for compiling are not > manifestly ready! > > If compiling is necessary packages must be installed, providing: > gcc-4.1 linux-headers-2.6.18-5-686 > > For Debian and some related distributions, a package kernel-kbuild-2.6-18 > may be needed to support driver compiling > > > If a driver compilation fails, with message including some lack of some > FileName.h (stdio.h for example), then > Some additional kernel-header files need installation to /usr/include. The > minimal additional packages are libc6-dev > and any of its dependents, under Ubuntu linux-libc-dev > > If an alternate ethernet connection is available, > $ apt-get update > $ apt-get -s install linux-kernel-devel > will install needed package > 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 > > Checking settings of: /etc/ppp/options > asyncmap 0 > auth > crtscts > lock > hide-password > modem > proxyarp > lcp-echo-interval 30 > lcp-echo-failure 4 > noipx > > In case of a message like: > Warning: Could not modify /etc/ppp/pap-secrets: Permission denied > see http://linmodems.technion.ac.il/bigarch/archive-sixth/msg04656.html > > Read Modem/YourSystem.txt concerning other COMM channels: eth0 > Which can interfere with Browser naviagation. > > Don't worry about the following, it is for the experts > should trouble shooting be necessary. > ========================================================== > > Checking for modem support lines: > -------------------------------------- > /device/modem symbolic link: slmodemd created symbolic link /dev/ttySL0: > Within /etc/udev/ files: > > Within /etc/modprobe.conf files: > /etc/modprobe.d/alsa-base:options snd-atiixp-modem index=-2 > /etc/modprobe.d/alsa-base:options snd-via82xx-modem index=-2 > /etc/modprobe.d/alsa-base-blacklist:# Uncomment these entries in order to > blacklist unwanted modem drivers > /etc/modprobe.d/alsa-base-blacklist:# blacklist snd-atiixp-modem > /etc/modprobe.d/alsa-base-blacklist:# blacklist snd-via82xx-modem > Within any ancient /etc/devfs files: > > Within ancient kernel 2.4.n /etc/module.conf files: > > --------- end modem support lines -------- > > > > >