View previous topic :: View next topic |
Author |
Message |
KloA n00b
Joined: 13 May 2004 Posts: 12 Location: Harstad, Norway
|
Posted: Mon Jan 08, 2007 12:01 pm Post subject: 2.6.19-r3 and nforce networking no workie. |
|
|
after upgrading from my happily-working 2.6.18-rsomething to 19-r3 , first my disks stopped working (thanks for putting in a whole new sata-menu there) , and when I got that working, I ran out of network. my nforce 550 thingy worked just fine with my forcedeth on the old one, but no go now.. is there anything I should know ? any hidden little thing to enable ? |
|
Back to top |
|
|
Keruskerfuerst Advocate
Joined: 01 Feb 2006 Posts: 2289 Location: near Augsburg, Germany
|
Posted: Mon Jan 08, 2007 3:05 pm Post subject: |
|
|
Kernel config of the forcedeth driver: module or directly included into the kernel? |
|
Back to top |
|
|
KloA n00b
Joined: 13 May 2004 Posts: 12 Location: Harstad, Norway
|
Posted: Mon Jan 08, 2007 5:10 pm Post subject: |
|
|
tried both, still no go. also : reverting to the old kernel does not fix this. works fine here in ubuntu, though. |
|
Back to top |
|
|
Keruskerfuerst Advocate
Joined: 01 Feb 2006 Posts: 2289 Location: near Augsburg, Germany
|
Posted: Mon Jan 08, 2007 5:42 pm Post subject: |
|
|
Anything else updated?
Init scripts,...? |
|
Back to top |
|
|
jonnevers Veteran
Joined: 02 Jan 2003 Posts: 1594 Location: Gentoo64 land
|
Posted: Mon Jan 08, 2007 6:20 pm Post subject: |
|
|
KloA wrote: | tried both, still no go. also : reverting to the old kernel does not fix this. works fine here in ubuntu, though. |
do a
Code: | dmesg | grep -i eth |
in ubuntu, right after booting it, to see what module/code it used to bring up the ethernet device. Find that device the the kernel config you are having issues with and verify it is enabled.
also maybe execute the same command on the gentoo system to see what its trying to do with the ethernet device. |
|
Back to top |
|
|
KloA n00b
Joined: 13 May 2004 Posts: 12 Location: Harstad, Norway
|
Posted: Mon Jan 08, 2007 7:01 pm Post subject: |
|
|
Code: | [4294674.746000] forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.48. |
me only having one system, I'll have to boot back into gentoo to see what dmesg gives there. this is then the ubuntu output.
also : Code: | 0000:00:08.0 Bridge: nVidia Corporation MCP55 Ethernet (rev a2) |
|
|
Back to top |
|
|
KloA n00b
Joined: 13 May 2004 Posts: 12 Location: Harstad, Norway
|
Posted: Mon Jan 08, 2007 8:07 pm Post subject: |
|
|
uhm, yeah.. silly me, a ifconfig -a revealed this one :
Code: | ?_ Link encap:Ethernet HWaddr 00:16:17:46:36:76
inet addr:192.168.0.102 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::216:17ff:fe46:3676/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:594 errors:0 dropped:0 overruns:0 frame:0
TX packets:615 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:619883 (605.3 Kb) TX bytes:102177 (99.7 Kb)
Interrupt:23 Base address:0x6000
|
so, eth0 simply changed name. it works just fine, but being weird, I'd love to get it named eth0 again, or eth-anything for that matter. |
|
Back to top |
|
|
|