The lines below show that there is no driver for your kernel. A driver is NOT available for this kernel 2.6.13-15-default. But someone said that slmodem-2.9.11-20070204.tar.gz with some modifications make the motorola modem work. With a big warning you may proceed and try the following. This might/might not work. Someone reported success so you can try and check for yourself. http://linmodems.technion.ac.il/bigarch/archive-seventh/msg00846.html This means for you to download http://linmodems.technion.ac.il/packages/smartlink/slmodem-2.9.11-20070204.tar.gz and http://linmodems.technion.ac.il/packages/smartlink/ungrab-winmodem.tar.gz unpack it with tar -zxvf slmodem-2.9.11-20070204.tar.gz cd to slmodem-2.9.11-2007 look for the file amrmo_init.c and make some changes to it, the ones outlined below and then do make KERNEL_DIR=/lib/modules/2.6.13-15-default/build/ ** make sure kernel sources package is installed or build will fail **** follow the instructions given. also unpack ungrab-winmodem and run make & make install The soft modem Motorola sm56 - PCI Device 1057:3052 - can be used with slamr & slmodemd with a simple patch to amrmo_init.c (under drivers directory): [zello@zello drivers]$ cat 1057_3052.patch 139,141d138 < /* Motorola */ < #define PCI_VENDOR_ID_MOTOROLA 0x1057 < 237,238d233 < {PCI_VENDOR_ID_MOTOROLA, PCI_DEVICE_ID_SL1900, /* 1057:3052 */ < PCI_ANY_ID, PCI_ANY_ID, 0, 0, SL1900_CARD}, This is an attempt that you have to try to do to make your modem work. zello <zello@xxxxxxxxxxxxx> has make his work with the slmodem code, so go ahead and try and should you have any problems/concerns please report back to list. Regards, Antonio --- áÌÅËÓÁÎÄÒ äÉÒÅÊ <adirey@xxxxxxx> wrote: > Here is the contents of ModemData file. > Would be grateful if you sent me further > instructions on installing modem. > Thanks! > > Only plain text email is forwarded by the > DISCUSS@xxxxxxxxxxxxx List Server. > Do use the following as the email Subject Line: > SomeName, YourCountry > Welcome to SUSE LINUX 10.0 (i586) - Kernel kernel > 2.6.13-15-default > 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, > Welcome to SUSE LINUX 10.0 (i586) - Kernel > Linux version 2.6.13-15-default (geeko@buildhost) > (gcc version 4.0.2 20050901 (prerelease) (SUSE > Linux)) #1 Tue Sep 13 14:56:15 UTC 2005 > scanModem update of: 2007_March_15 > > > USB modem not detected by lsusb > > Modem or host audio card candidates have firmware > information: > > PCI slot PCI ID SubsystemID Name > ---------- --------- --------- -------------- > 00:0b.0 1057:5600 1436:0300 Communication > controller: Motorola SM56 PCI Modem > > Modem interrupt assignment and sharing: > 5: 2100 XT-PIC VIA8233A > > --- Bootup diagnositcs for card in PCI slot 00:0b.0 > ---- > > === Finished modem firmware and bootup diagnostics > section. === > === Next deducing cogent software === > > For candidate modem in PCI bus: 00:0b.0 > Class 0780: 1057:5600 Communication controller: > Motorola SM56 PCI Modem > Primary PCI_id 1057:5600 > Support type needed or chipset: Motorola > > > > Vendor=1057 is Motorola with some service provided > through > vendor=11d4 Analog Devices Inc. Drivers are > available for VERY FEW 2.4.n kernels > http://www.motorola.com/softmodem/driver.htm > and for 2.6.n only a Fedora 2.6.9-1.667 at > > http://www.linux-xp-brasil.com.br/sm56-06.09.05-1-fc3-2.6.9-1.667.i686.rpm > A driver is NOT available for this kernel > 2.6.13-15-default. > > Motorola seems to be only providing source code to > some equipment mnaufacturers, > who may provide particular compiled Linux drivers > with their products. > See details in Motorola.txt > > ---------------- end Motorola section > ------------------------ > > > Completed candidate modem analyses. > > The base of the UDEV device file system is: > /dev/.udevdb > > The kernel was compiled with gcc version 4.0.2 and > a compiler is not installed > > Kernel-header resources needed for compiling are > not manifestly ready! > > If compiling is necessary packages must be > installed, providing: > gcc-4.0 kernel-source-2.6.13-15-default > > > Checking pppd properties: > -rwxr-xr-x 1 root dialout 279704 2005-09-09 19:29 > /usr/sbin/pppd > > In case of an "error 17" "serial loopback" problem, > see: > > http://phep2.technion.ac.il/linmodems/archive-sixth/msg02637.html > > To enable dialout without Root permission do: > $ su - root (not for Ubuntu) > chmod a+x /usr/sbin/pppd > or under Ubuntu related Linuxes > chmod a+x /usr/sbin/pppd > > Checking settings of: /etc/ppp/options > noipdefault > noauth > crtscts > lock > modem > asyncmap 0 > nodetach > lcp-echo-interval 30 > lcp-echo-failure 4 > lcp-max-configure 60 > lcp-restart 2 > idle 600 > noipx > file /etc/ppp/filters > > 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 > > > 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: > /etc/udev/rules.d/50-udev.rules:KERNEL=="modems/mwave*", > NAME="%k", GROUP="uucp" > /etc/udev/rules.d/50-udev.rules:# 219 > /dev/modems/mwave MWave modem firmware upload > /etc/udev/rules.d/50-udev.rules:KERNEL=="mwave", > NAME="modems/%k" > Within /etc/modprobe.conf files: > /etc/modprobe.conf:# Linux ACP modem (Mwave) > Within any ancient /etc/devfs files: > > Within ancient kernel 2.4.n /etc/module.conf > files: > > --------- end modem support lines -------- > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com