Excerpted from AgereDSP.txt output of scanModem The martian_modem provides higher level COMM functions and MUST be running throughout a dialout session. The modem port is in the dynamically created /dev/pts/N family, with symbolic link creatd by the martian_modem /dev/ttySM0 -->/dev/pts/N Usage of these ports requires that a line: Carrier Check = no be added to the configuration file /etc/wvdial.conf See the file wvdial.txt for details on this usage. For martian concept details see: http://martian.barrelsoutofbond.org Loading of the martian_drv can be automated by adding to /etc/modules a line: martian_drv To automate martian_modem action upon martian_dev loading, the following SINGLE line can be added to one of the files /etc/modprobe* or to a new file /etc/modprobe.d/martian install martian_dev modprobe --ignore-install martian_dev ; /usr/sbin/martian_modem If both automation steps are implemented: wvdial should get you on line, if /dev/ttySM0 is specified as the port in /etc/wvdial.conf MarvS On 8/24/07, Leonard Weydert <lnnweydert@xxxxxxxx> wrote: > Marvin, > > I appreciated you helping me before with an earlier Linux distro. Right now > I'm trying to test a couple of other versions on separate partitions. The > original Dapper version came with the proper drivers already installed but > when I upgraded it to a slightly newer kernel I lost it. No matter I use the > older kernel for internet activity. > > My problem is with the Feisty version. I was able to get on line with it > using the alpha version for 2.6.20-15 after flailing around a bit. But I > can't do the automatic.sh part because the last two statements call > for chconfig, which debian doesn't use. I've been getting by with a script for > modprobe martian_dev, martian_modem, and then repeating it for ./automate.sh > and then manually doing the symbolic linking of /dev/ttySM0 to /dev/modem. > It gets me on line. Any ideas for a work around or how to do the Automate > part manually would be much appreciated. > > Thank you for your consideration. God Bless!! > > Regards > > Len Weydert >