Adam, Please rather than gnomeppp, setup for dialout instead with $ sudo wvdialconf /etc/wvdial.conf Enter your personal info with $ sudo gedit /etc/wvdial.conf following the guidance in wvdial.txt Do $ ifconfig to assess in any COMM channels except "lo" are open. On my System now: eth0 Link encap:Ethernet HWaddr 00:40:45:26:46:e1 inet addr:10.0.0.2 Bcast:10.0.0.255 Mask:255.255.255.0 inet6 addr: fe80::240:45ff:fe26:46e1/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:2480 errors:0 dropped:0 overruns:0 frame:0 TX packets:1937 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:2968819 (2.8 MB) TX bytes:309919 (302.6 KB) Interrupt:20 Base address:0xe800 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:2655 errors:0 dropped:0 overruns:0 frame:0 TX packets:2655 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:132840 (129.7 KB) TX bytes:132840 (129.7 KB) So eth0 most be closed with: $ sudo ifconfig eth0 down Similarly for any wireless channels, or else DNS (navigation) will faile You should be able to dialout with: $ sudo wvdial If numeric address $ ping -c 2 72.14.207.99 PING 72.14.207.99 (72.14.207.99) 56(84) bytes of data. 64 bytes from 72.14.207.99: icmp_seq=1 ttl=242 time=72.0 ms 64 bytes from 72.14.207.99: icmp_seq=2 ttl=242 time=75.3 ms is successfull, you are on the Internet But if the corresponding Named Address $ ping -c 2 google.com PING google.com (72.14.207.99) 56(84) bytes of data. 64 bytes from eh-in-f99.google.com (72.14.207.99): icmp_seq=1 ttl=242 time=80.0 ms 64 bytes from eh-in-f99.google.com (72.14.207.99): icmp_seq=2 ttl=242 time=79.2 ms fails, then there is a DNS service problem MarvS On Fri, Oct 24, 2008 at 6:29 PM, Adam Pease <adampease@xxxxxxxxxxxxx> wrote: > Hi Marvin, > > I figured out how to load the different kernal - just click "ESC" > during the GRUB loader process at boot time and select it. Sorry to > bother you with that. I made a symlink from /dev/ttyAGS3 to /dev/modem > and GNOME PPP says I'm connected to my Earthlink dialup provider. > However, I seem to be unable to connect to the web > (http://www.google.com for example). Strangely Gnome PPP also says "no > modem detected on your system" when I click on the "detect" button, > even though it shows packets sent and received for an active > connection. I also don't get any audio output of the modem connection. > > Adam > > apease@apease-15inToshiba:/dev$ dmesg | tail > [ 459.896420] * Hello Agere Driver ** > [ 460.247772] Loading module Agere Modem Controller driver version 2.1.80 (2007-10-1) > [ 540.868642] ttyAGS3 at I/O 0x4 (irq = 22) is a AgereModem > [ 540.869071] Loading module Agere Modem Interface driver version 2.1.80.0 (2007-10-01) > [ 841.827005] ==> codecType = 0x32 > [ 871.576179] PPP generic driver version 2.4.2 > [ 874.999065] PPP BSD Compression module registered > [ 875.051085] PPP Deflate Compression module registered > [ 903.634255] sky2 eth0: Link is down. > [ 1442.238399] ==> codecType = 0x32 > > apease@apease-15inToshiba:/dev$ ls -la ttyAGS* > crw-rw---- 1 root dialout 62, 67 2008-10-24 15:22 ttyAGS3 > > On Fri, 2008-10-24 at 16:16 -0400, Marvin Stodolsky wrote: >> Adam >> >> get from http://linmodems.technion.ac.il/packages/ltmodem/11c11040/ >> agrsm-ubuntu8.04.1-2.6.24-19-generic.tar.gz >> which contains compiled drivers, and the HOWTO-Agere-11c11040-HDA.html >> and agrsm_howto.txt >> Boot with your -2.6.24-19-generic kernel >> Unpack with >> $ tar zxf agrsm*.tar.gz >> >> $ cd agrsm-ubuntu8.04.1-2.6.24-19-generic >> Run the >> $ sudo ./setup >> >> Follow through on the included directions. A reboot may be necessary >> for the modem to be recognized >> >> MarvS >> >> On Fri, Oct 24, 2008 at 2:15 PM, Adam Pease <adampease@xxxxxxxxxxxxx> wrote: >> > Hi Folks, >> > I'm trying to get the modem on my Toshiba laptop working under Ubuntu >> > 8.04. I've enclosed my ModemData.txt file, as suggested at >> > http://linmodems.technion.ac.il/#scanModem . Many thanks for any help! >> > >> > Adam >> > >> > > >