RJ 0) Remove the slmdm-2.7.15 modem software currently installed 1) at http://www.debian.org/distrib/packages use the package name search engine to find sl-modem-daemon After download and copying into your home folder under Linux, the install commands within that folder is: $ su root # dpkg -i sl*.deb This package provides bootup automation scripts for the modem 2) Setup for compiling First install the packages kernel-headers-2.4.27-3-386 and kernel-headers-2.4.27-3 if they are on your install CDs, $ su - root # apt-get install kernel-headers-2.4.27-3-386 will install them. Alternatively they can be obtained through searching for package names kernel-headers-2.4.27-3 at http://www.debian.org/distrib/packages After download and copying into your home folder under Linux, the install command within that folder is: # dpkg -i kernel*.deb Either route will complete your setup for compiling. Step 3)
From http://linmodems.technion.ac.il/packages/smartlink/ get the
slmodem-2.9.11-20061021.tar.gz Under Linux do $ tar zxf slm*.tar.gz $ cd slmodem-2.9.11-20061021 Look around with $ ls $ make clean $ make $ su root $ make install will install the drivers etc. For simplicity reboot to benefit for the automated modem setup. $ su root # wvdialconf /etc/wvdial.conf SHould find the modem. Edit in personal info with # gedit /etc/wvdial.conf removing the < > symbols and adding a line Carrier Check = no Dial should then be acccomplished with # wvdial Read SmartLink.txt and Testing.txt for details MarvS scanModem maintainerf On 1/29/07, rjefferey@xxxxxxxxx <rjefferey@xxxxxxxxx> wrote:
Thanks for the help, I'm new to Linux and am trying to make the switch to Linux. I'm setting up a computer for my mother to use to browse the internet. She only has dial-up as an option. I have Debian on the computer and Gnome starts when it boots up. A cd came with the modem and has two files in a folder Drivers==>Linux==>slmdm-2.7.15.tar & slmdm-dix.patch The "read me" file only mentions installation under RedHat (I tried to relate it to Debian unsuccessfully) I will continue to attempt to sort through the information. Thanks again, rjefferey ____________________________________________________________________________________ TV dinner still cooling? Check out "Tonight's Picks" on Yahoo! TV. http://tv.yahoo.com/ Only plain text email is forwarded by the DISCUSS@xxxxxxxxxxxxx List Server. Do use the following as the email Subject Line: SomeName, YourCountry Debian GNU/Linux 3.1 kernel 2.4.27-3-386 This will alert cogent experts, and distinguish cases in the Archives. YourCountry will enable Country Code guidance. Occassionally responses are blocked by an Internet Provider mail filters. So in a day, also check the Archived responses at http://www.linmodems.org . Local Linux experts can be found through: http://www.linux.org/groups/index.html -------------------------- System information ---------------------------- CPU=i686, Debian GNU/Linux 3.1 Linux version 2.4.27-3-386 (root@lart) (gcc version 3.3.5 (Debian 1:3.3.5-13)) #1 Mon May 29 23:50:41 UTC 2006 scanModem update of: 2007_Jan_22 USB modem not detected by lsusb Modem or host audio card candidates have firmware information: PCI slot PCI ID SubsystemID Name ---------- --------- --------- -------------- 0000:01:08.0 163c:3052 163c:3052 Modem: Smart Link Ltd. SmartLink SmartPCI562 56K Modem Modem interrupt assignment and sharing: 11: 0 XT-PIC ehci_hcd, usb-ohci --- Bootup diagnositcs for card in PCI slot 0000:01:08.0 ---- === Finished modem firmware and bootup diagnostics section. === === Next deducing cogent software === For candidate modem in PCI bus: 0000:01:08.0 Class 0703: 163c:3052 Modem: Smart Link Ltd. SmartLink SmartPCI562 56K Modem Primary PCI_id 163c:3052 Support type needed or chipset: slamr 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. Writing Smartlink.txt ============ end Smartlink section ===================== Completed candidate modem analyses. A UDEV device file system is not active. Versions adequately match for the compiler installed: 3.3.5 and the compiler used in kernel assembly: 3.3.5 Kernel-header resources needed for compiling are not manifestly ready! If compiling is necessary packages must be installed, providing: kernel-source-2.4.27-3-386 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: Within any ancient /etc/devfs files: Within ancient kernel 2.4.n /etc/module.conf files: --------- end modem support lines --------
1