I've installed Ubuntu 6.10 (Edgy Eft) on an IBM Thinkpad X30 which has an integrated WLAN card (Cisco Aironet 802).
WiFi doesn't work out of the box, because of a conflict:
"dmesg | grep eth" gives me:
Seems fine, but running "ifconfig eth1 up" reveals the conflict:[17179594.988000] e100: eth0: e100_probe: addr 0xd0204000, irq 11, MAC addr 00:09:6B:CD:4F:55
[17179594.988000] airo(eth1): Found an MPI350 card
[17179596.024000] airo(eth1): Couldn't register_netdev
[17179734.824000] ADDRCONF(NETDEV_UP): eth1: link is not ready
As you can see at the MAC address, eth1 is actually the wired interface.eth1 Protokoll:Ethernet Hardware Adresse 00:09:6B:CD:4F:55
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
[SOLUTION]
I'm currently still reading myself into "how the network's configured during boot process" under Debian/Ubuntu in order to find a permanent fix for this.
My current workaround is this one:
Code: Select all
modprobe -r airo
moprobe airo