Devinder, Would you please try compiling the drivers on your own x86_64 PC First delete the old drivers: PLACE=/lib/modules/2.6.20-15-generic/extra/ $ ls $PLACE should show the drivers. Delete them: $ sudo rm $PLACE/*.ko $ ls $PLACE Next with the install CD in place do: $ sudo apt-get install linux-headers-2.6.20-15-generic which should install packages linux-headers-2.6.20-15-generic and linux-headers-2.6.20-15 Check what your gcc support is with: marv@marvdesk:~$ ls -l /usr/bin/gcc* The cogent output on my System is: lrwxrwxrwx 1 root root 7 2007-04-28 14:18 /usr/bin/gcc -> gcc-4.1 -rwxr-xr-x 1 root root 183904 2007-03-02 21:52 /usr/bin/gcc-4.1 Then from http://phep2.technion.ac.il/linmodems/packages/smartlink/ get the ungrab-winmodem-20070505.tar.gz and slmodem-2.9.11-20070505.tar.gz Copy into your home folder under Linux, Then unpack with: $ tar zxf un*.tar.gz slamr*.tar.gz $ ls should show two new folders/ move into the folder: $ cd ungrab-winmodem-20070505 $ ls $ make clean $ make should compile ungrab-winmodem.ko Check with: $ ls -l *.ko If present, install: $ sudo make install Back out: $ cd ../ Similarly for the slmodem-2.9.11-20070505 folder $ cd slmodem-2.9.11-20070505 $ ls $ make clean $ make $ sudo make install Try driver loading: $ sudo modprobe ungrab-winmodem $ sudo modprobe slamr If they load: $ sudo slmodemd -c INDIA /dev/slamr0 should setup the modem. If so try: $ sudo wvdialconf /etc/wvdial.conf. Report back. Note that upon each reboot,you will have to: $ sudo mknod -m 600 /dev/slamr0 c 242 0 through we can automate this later. MarvS On 7/9/07, Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx> wrote:
DS PCI slot PCI ID SubsystemID Name ---------- --------- --------- -------------- 04:04.0 1057:3052 1057:3020 Modem: Motorola Unknown device 3052 under CPU=x86_64, Ubuntu 7.04 Linux version 2.6.20-15-generic there may be support by the slamr driver + slmodemd helper package 1057:3052 has a Motorola chipset, poorly supported by Motorola itself However Zello discovered that drivers written to support Smartlink modems do s upport the 1057:3052 chipset!! It sufficed to add 1057:3052 to the list of modem cards recognized by the Smart link slamr driver. There is a ungrab-winmodem driver used in conjunction with slamr, which must ha ve 1057:3052 similarly added. See messages from Zello: http://linmodems.technion.ac.il/bigarch/archive-seventh/msg00846.html http://linmodems.technion.ac.il/bigarch/archive-seventh/msg00848.html and Alvaro Aguirre about the ungrab-winmodem fix: http://linmodems.technion.ac.il/bigarch/archive-seventh/msg00990.html For general guidance on ungrab-winmodem + slamr usage, read the Smartlink.txt within the slamr-2.6.20-15-generic.tar.gz which can be downloaded from http://phep2.technion.ac.il/linmodems/packages/smartlink/Ubuntu/ Unpack with: $ tar zxf slamr*.tar.gz Move into the folder: $ cd slamr-2.6.20-15-generic Browse the files. Then $ sudo ./setup Follow the output directions. With: $ sudo gedit /etc/default/sl-modem-daemon change SLMODEMD_COUNTRY=USA into SLMODEMD_COUNTRY=INDIA Upon reboot you should be able to dialout with: $ sudo wvdial MarvS scanModem maintainer On 7/9/07, D S Parmar <dsparmar@xxxxxxxxxx> wrote: > >