LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Suse 10 kernal update problem (https://www.linuxquestions.org/questions/suse-opensuse-60/suse-10-kernal-update-problem-455464/)

BACTRATE 06-16-2006 01:25 PM

Suse 10 kernal update problem
 
I have just installed the latest security patches and kernal update and i now cannot connect to the internet.I use a eagle usb modem and have reconfigured the modem .It now loads up ok but and says it is connected but for all requested url's I get not available.
Greatful for any help

Dave

hal8000b 06-17-2006 09:35 AM

Quote:

Originally Posted by BACTRATE
I have just installed the latest security patches and kernal update and i now cannot connect to the internet.I use a eagle usb modem and have reconfigured the modem .It now loads up ok but and says it is connected but for all requested url's I get not available.
Greatful for any help

Dave


I may be wrong but kernel updates dont normally require you to reinstall your modem. You do
however have to recompile any modules that were added to your original kernel, i.e. Nvidia or ATI drivers.

To help solve your problem ypu need to provide a little more information. Are you using kinternet or kppp to connect and send your password. Usually there is some kind of connect script with a usb modem, either this has failed, or you have incorrect settings for your DNS servers etc.

Check your settings again, also monitor the output of dmesg and check the contents of /etc/resolv.conf for your DNS settings.
Presumably some microcode has to be loaded for an eagle usb modem?
You are getting a connected message (from what ? kppp ?) Open a terminal
and type
ip addr
ifconfig
ping www.google.com
ip route

Hopefully there may be enough error messages that someone can help further

BACTRATE 06-17-2006 12:20 PM

Thanks hal8000b
 
Thanks for the info i will give it my best.

Regards

Dave

BACTRATE 06-17-2006 01:02 PM

Kernal update internet connect problem extra info
 
I have run ip addr and ipconfig etc and get the following-

linux:/home/david # eaglectrl -d
CMVs successfully sent to driver.
Options successfully sent to driver.
Using DSP code for POTS line
DSP code successfully loaded.
linux:/home/david # startadsl
linux:/home/david # ip addr
1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:0
0:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: sit0: <NOARP> mtu 1480 qdisc noop
link/sit 0.0.0.0 brd 0.0.0.0
3: eth0: <NO-CARRIER,BROADCAST,MULTICAST,NOTRAILERS,U P> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:15:f2:00:57:77 brd ff:ff:ff:ff:ff:f f
inet6 fe80::215:f2ff:fe00:5777/64 scope link
valid_lft forever preferred_lft forever
4: eth1: <BROADCAST,MULTICAST,UP> mtu 65535 qdisc pfi fo_fast qlen 1000
link/ether 00:60:4c:72:8a:27 brd ff:ff:ff:ff:ff:f f
inet6 fe80::260:4cff:fe72:8a27/64 scope link
valid_lft forever preferred_lft forever
7: ppp0: <POINTOPOINT,MULTICAST,NOARP> mtu 1492 qdisc noop qlen 3
link/ppp
linux:/home/david # ipconfig
bash: ipconfig: command not found
linux:/home/david # ifconfig
eth0 Link encap:Ethernet HWaddr 00:15:F2:00:57:77
inet6 addr: fe80::215:f2ff:fe00:5777/64 Scope:Link
UP BROADCAST NOTRAILERS MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:5 Base address:0xc000

eth1 Link encap:Ethernet HWaddr 00:60:4C:72:8A:27
inet6 addr: fe80::260:4cff:fe72:8a27/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:65535 Metric:1
RX packets:80 errors:0 dropped:0 overruns:0 frame:0
TX packets:95 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1100 (1.0 Kb) TX bytes:3718 (3.6 Kb)

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:116 errors:0 dropped:0 overruns:0 frame:0
TX packets:116 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:8780 (8.5 Kb) TX bytes:8780 (8.5 Kb)

linux:/home/david # ping www.google.com
ping: unknown host www.google.com
linux:/home/david #


Thanks

Dave


All times are GMT -5. The time now is 05:15 PM.