Before starting a dialout, be sure to shut down other COMM channels except "lo" Display channels with: $ ifconfig eth1 Link encap:Ethernet HWaddr 00:23:6c:84:f8:67 inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::223:6cff:fe84:f867/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:8747 errors:0 dropped:0 overruns:0 frame:10865 TX packets:6527 errors:6 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:9367631 (9.3 MB) TX bytes:1267440 (1.2 MB) Interrupt:23 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:4 errors:0 dropped:0 overruns:0 frame:0 TX packets:4 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:240 (240.0 B) TX bytes:240 (240.0 B) on my System now. To shut down the eth1, I would: $ sudo ifconfig eth1 down $ ifconfig to check. Only start the PPP dialout. MarvS On Tue, Apr 6, 2010 at 3:17 PM, Antonio Olivares <olivares14031@xxxxxxxxx> wrote: > Selamat, > > Ok, > > I wrote: > >> GSM modem? what is the modem port? > >>> [ 3501.401322] usb 2-2: GSM modem (1-port) converter now attached to ttyUSB0 >>> [ 3501.404615] usb-storage: probe of 2-2:1.1 failed with error -5 >>> [ 3501.404632] option 2-2:1.1: GSM modem (1-port) converter detected >>> [ 3501.412057] usb 2-2: GSM modem (1-port) converter now attached to ttyUSB1 > > Why? /dev/ttyUSB0 was the modem port, but now it has become /dev/ttyUSB1? > Did wvdial still dialout correctly? > > Regards, > > Antonio > > > > On Tue, Apr 6, 2010 at 2:11 PM, Antonio Olivares > <olivares14031@xxxxxxxxx> wrote: >> Selamat, >> >> On Tue, Apr 6, 2010 at 1:55 PM, Selamat Riady <lock44555@xxxxxxxxx> wrote: >>> any another way,,,,,the browser still not connected..... >>> >>> primary DNS address 124.195.15.98 >>> pppd: ??8[08]??8[08] >>> secondary DNS address 114.5.5.5 >>> pppd: ??8[08]??8[08] >>> >>> >>> $ sudo gedit /etc/resolv.conf >>> nameserver 124.195.15.98 i make this file >>> nameserver 114.5.5.5 >>> >> All this looks fine now, can you browse? >> >> What do you see if you can open another terminal shell? >> >> $ sudo tail -f /var/log/messages >> >> and see what comes out? >> and also post output of >> $ sudo ifconfig -a >> >>> >>> $ sudo cp /etc/wvdial/resolv.conf /etc/resolv.conf this way, >> This was another way to possibly do it, but it won't work on your case:( >> >>> not work, no such file >>> >>> i think the modem still unknown,,,,,, >>> >>> riady@riady-laptop:~$ dmesg|tail >>> [ 3499.896193] usb 2-2: new full speed USB device using uhci_hcd and address 5 >>> [ 3500.120253] hub 2-0:1.0: unable to enumerate USB device on port 2 >>> [ 3501.176170] usb 2-2: new full speed USB device using uhci_hcd and address 6 >>> [ 3501.397454] usb 2-2: configuration #1 chosen from 1 choice >>> [ 3501.401139] usb-storage: probe of 2-2:1.0 failed with error -5 >>> [ 3501.401164] option 2-2:1.0: GSM modem (1-port) converter detected >>> [ 3501.401322] usb 2-2: GSM modem (1-port) converter now attached to ttyUSB0 >>> [ 3501.404615] usb-storage: probe of 2-2:1.1 failed with error -5 >>> [ 3501.404632] option 2-2:1.1: GSM modem (1-port) converter detected >>> [ 3501.412057] usb 2-2: GSM modem (1-port) converter now attached to ttyUSB1 >> >> GSM modem? what is the modem port? >> >> Regards, >> >> Antonio >> >>> >>> or i must reinstall the os..... >>> >> >