Results 1 to 4 of 4
hi everyone,
i have open suse 10.2 with kernel 2.6.18.8-0.7-default installed on my machine, i compiled a new verison of kernel 2.6.25. when i log into 2.6.25 the internet connection ...
- 07-31-2008 #1Just Joined!
- Join Date
- Jul 2008
- Posts
- 2
no internet connection on recompiling kernel
hi everyone,
i have open suse 10.2 with kernel 2.6.18.8-0.7-default installed on my machine, i compiled a new verison of kernel 2.6.25. when i log into 2.6.25 the internet connection does not work. ifconfig recognized my network card as well.
linux-h2dx:/home/anand # ifconfig
eth0 Link encap:Ethernet HWaddr 00:13:72:A0:A8:83
inet addr:192.168.1.150 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::213:72ff:fea0:a883/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1057 errors:0 dropped:0 overruns:0 frame:0
TX packets:1032 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:557562 (544.4 Kb) TX bytes:180146 (175.9 Kb)
Interrupt:169
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:34 errors:0 dropped:0 overruns:0 frame:0
TX packets:34 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2196 (2.1 Kb) TX bytes:2196 (2.1 Kb)
The same configuration works on the kernel 2.6.18-0.7 and i can access internet. Looking for some responses . Thanks in Advance
best regards
Anand
- 07-31-2008 #2
Try deleting the card(s) setup, and adding them again, as new network cards.
Since this happened after a kernel upgrade, I am inclined to believe that the drivers have changed. Have you compared the difference to the output of this command, on the two kernels?
Also, look through the output of this command, for errors regarding your wired and wireless cards;Code:lsmod
Code:dmesg
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 07-31-2008 #3Just Joined!
- Join Date
- Jul 2008
- Posts
- 2
hi paul,
i just reset the network cards and it started working. Thanks for the reply
.
- 07-31-2008 #4
Glad to help.
Paul
Please do not send Private Messages to me with requests for help. I will not reply.


Reply With Quote