I wanted to change the driver for my network controler which is supposed to be a 3c940
(P4C800 deluxe) as the sk98lin is deprecated and will be removed in favor of skge.
The output of lspci is :
Code: Select all
02:05.0 Ethernet controller: SysKonnect SK-9871 V2.0 Gigabit Ethernet 1000Base-ZX Adapter, PCI64, Fiber ZX/SC (rev 10)
Subsystem: SysKonnect SK-9871 V2.0 Gigabit Ethernet 1000Base-ZX Adapter, PCI64, Fiber ZX/SC
Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 22
Memory at feaf8000 (32-bit, non-prefetchable) [size=16K]
I/O ports at d400 [size=256]
Capabilities: [48] Power Management version 2
Capabilities: [50] Vital Product Data
Code: Select all
sk98lin: driver has been replaced by the skge driver and is scheduled for removal
eth0: 3Com Gigabit LOM (3C940)
PrefPort:A RlmtMode:Check Link State
eth0: network connection up using port A
speed: 100
autonegotiation: yes
duplex mode: full
flowctrl: symmetric
irq moderation: disabled
scatter-gather: disabled
tx-checksum: disabled
rx-checksum: disabled
Code: Select all
* Starting eth0
SIOCSIFFLAGS: Invalid argument
SIOCSIFFLAGS: Invalid argument
SIOCSIFFLAGS: Invalid argument
SIOCSIFFLAGS: Invalid argument
* Bringing up eth0
* 192.168.1.103
SIOCSIFFLAGS: Invalid argument
SIOCSIFFLAGS: Invalid argument [ ok ]
SIOCSIFFLAGS: Invalid argument
* Adding routes
* default via 192.168.1.1 ...
SIOCADDRT: No such process [ !! ]
Code: Select all
skge 1.10 addr 0xfeaf8000 irq 22 chip Yukon rev 1
skge 0000:02:05.0: bad (zero?) ethernet address in rom
skge eth0: addr 00:00:00:00:00:00
edit: solved , see last posts
@+
dom

