Bug 4877
Summary: | NIC fails to initialize using sk98lin driver | ||
---|---|---|---|
Product: | Drivers | Reporter: | Ryan Showalter (ryanshow) |
Component: | Network | Assignee: | Stephen Hemminger (stephen) |
Status: | REJECTED WILL_NOT_FIX | ||
Severity: | high | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.12.2 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Ryan Showalter
2005-07-12 17:55:54 UTC
Same problem here. kernel-version: 2.6.13-rc5 lspci: 0000:00:0f.0 Ethernet controller: Marvell Technology Group Ltd. Yukon Gigabit Ethernet 10/100/1000Base-T Adapter (rev 12) module: sk98lin / skge There are two drivers with same PCI table. Please do: ethtool -i eth0 to see which one is using the card. How much memory is present? There is a bug with 4G or more of memory. Looks like administration confusion when sk98lin and skge are both loaded at the same time. This is an administration problem best solved by blacklisting one of the modules using the modutils. I suggest adding the following to modprobe.conf blacklist sk98lin and using the newer supported skge driver. |