[Bug 332416] New: Onboard realtek 8167 nic not recognized
https://bugzilla.novell.com/show_bug.cgi?id=332416 Summary: Onboard realtek 8167 nic not recognized Product: SUSE Linux 10.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: vendor@visv.net QAContact: qa@suse.de Found By: --- SuSE 10.1 Motherboard: Gigabyte GA-M55SLI I have run update-pciids, but this did not help the card show up in Yast, although it is now in my pci.ids file. I note that hwinfo --netcard does not show a MAC address for the thing. Could be a hint? What further steps can/should I take? hwinfo --netcard reports (I also have a 3c905, which Yast happily configures) 27: PCI 105.0: 0200 Ethernet controller [Created at pci.300] UDI: /org/freedesktop/Hal/devices/pci_10b7_9050 Unique ID: rBUF.hj4nBFYIjAD Parent ID: 8otl.Ao4TF0pWC38 SysFS ID: /devices/pci0000:00/0000:00:04.0/0000:01:05.0 SysFS BusID: 0000:01:05.0 Hardware Class: network Model: "3Com 3c905 100BaseTX [Boomerang]" Vendor: pci 0x10b7 "3Com Corporation" Device: pci 0x9050 "3c905 100BaseTX [Boomerang]" Driver: "3c59x" Device File: eth0 I/O Ports: 0xcc00-0xcc3f (rw) Memory Range: 0xfdf20000-0xfdf2ffff (ro,prefetchable,disabled) IRQ: 201 (35243 events) HW Address: 00:60:08:ce:a7:05 Link detected: yes Module Alias: "pci:v000010B7d00009050sv00000000sd00000000bc02sc00i00" Driver Info #0: Driver Status: 3c59x is active Driver Activation Cmd: "modprobe 3c59x" Config Status: cfg=no, avail=yes, need=no, active=unknown Attached to: #15 (PCI bridge) 29: PCI 108.0: 0200 Ethernet controller [Created at pci.300] UDI: /org/freedesktop/Hal/devices/pci_10ec_8167 Unique ID: 75Hn.NaT_x4qnIlF Parent ID: 8otl.Ao4TF0pWC38 SysFS ID: /devices/pci0000:00/0000:00:04.0/0000:01:08.0 SysFS BusID: 0000:01:08.0 Hardware Class: network Model: "ABIT Ethernet controller" Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd." Device: pci 0x8167 SubVendor: pci 0x147b "ABIT Computer Corp." SubDevice: pci 0x1c2a Revision: 0x10 I/O Ports: 0xc400-0xc4ff (rw) Memory Range: 0xfd8ff000-0xfd8ff0ff (rw,non-prefetchable) Memory Range: 0xfdf00000-0xfdf1ffff (ro,prefetchable,disabled) IRQ: 10 (no events) Module Alias: "pci:v000010ECd00008167sv0000147Bsd00001C2Abc02sc00i00" Config Status: cfg=no, avail=yes, need=no, active=unknown Attached to: #15 (PCI bridge) Thanks -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=332416#c1 Matej Horvath <mhorvath@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |vendor@visv.net --- Comment #1 from Matej Horvath <mhorvath@novell.com> 2007-10-17 07:16:52 MST --- Do you have the r8169 module loaded ('lsmod | grep r8169')? If not, please load it ('modprobe r8169') and retest the NIC. Attach also your /var/log/messages, boot.msg and output of 'ifconfig' (before and after loading the module). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=332416#c2 Michael Fischer <vendor@visv.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|vendor@visv.net | --- Comment #2 from Michael Fischer <vendor@visv.net> 2007-10-17 14:04:21 MST --- r8169 is not loaded at boot. ifconfig before: eth0 Link encap:Ethernet HWaddr 00:60:08:CE:A7:05 inet addr:192.168.0.5 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::260:8ff:fece:a705/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:498 errors:0 dropped:0 overruns:0 frame:0 TX packets:480 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:212780 (207.7 Kb) TX bytes:60600 (59.1 Kb) Interrupt:201 Base address:0xcc00 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:304 errors:0 dropped:0 overruns:0 frame:0 TX packets:304 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:79452 (77.5 Kb) TX bytes:79452 (77.5 Kb) # modprobe r8169 # lsmod | grep r8169 r8169 47240 0 # /sbin/ifconfig eth0 Link encap:Ethernet HWaddr 00:60:08:CE:A7:05 inet addr:192.168.0.5 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::260:8ff:fece:a705/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:532 errors:0 dropped:0 overruns:0 frame:0 TX packets:511 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:226507 (221.1 Kb) TX bytes:62822 (61.3 Kb) Interrupt:201 Base address:0xcc00 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:347 errors:0 dropped:0 overruns:0 frame:0 TX packets:347 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:93397 (91.2 Kb) TX bytes:93397 (91.2 Kb) Will /var/log/messages (since recent reboot) and boot.msg next -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=332416#c3 --- Comment #3 from Michael Fischer <vendor@visv.net> 2007-10-17 14:04:55 MST --- Created an attachment (id=179107) --> (https://bugzilla.novell.com/attachment.cgi?id=179107) /var/log/messages -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=332416#c4 --- Comment #4 from Michael Fischer <vendor@visv.net> 2007-10-17 14:05:26 MST --- Created an attachment (id=179108) --> (https://bugzilla.novell.com/attachment.cgi?id=179108) boot.msg -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=332416 Matej Horvath <mhorvath@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |kernel-maintainers@forge.provo.novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=332416 Karsten Keil <kkeil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #179107|application/octet-stream |text/plain mime type| | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=332416 Karsten Keil <kkeil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #179108|application/octet-stream |text/plain mime type| | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=332416#c5 Karsten Keil <kkeil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kernel-maintainers@forge.provo.novell.com |kkeil@novell.com Status|NEW |ASSIGNED --- Comment #5 from Karsten Keil <kkeil@novell.com> 2007-10-19 06:54:18 MST --- Which kernel do you use (uname -r) ? The original 10.1 kernel do not support this card, but the latest kernel update from opensuse should. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=332416#c6 --- Comment #6 from Michael Fischer <vendor@visv.net> 2007-10-19 20:00:01 MST --- 2.6.16.13-4-smp Where is a suitable update kernel, and how do I fetch/install it? Will it be possible for me to boot the old kernel as well? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=332416#c7 --- Comment #7 from Michael Fischer <vendor@visv.net> 2007-10-22 20:39:09 MST --- Ok, have upgraded to 2.6.23.1-104-smp from the opensuse repos. after modprobe r8169, I have the nic in yast to configure. Thanks -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=332416#c8 Karsten Keil <kkeil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |WORKSFORME --- Comment #8 from Karsten Keil <kkeil@novell.com> 2007-10-23 03:48:13 MST --- You do not need to update to opensuse 2.6.23.1, you can use the regular update kernel for 10.1 as well using YaST update, or install it from: ftp://ftp.suse.com/pub/suse/update/10.1/rpm/i586/kernel-smp-2.6.16.53-0.16.i586.rpm You should also update mkinitrd for new kernel versions (same place). But I think we can close this now. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com