Comment 19 for bug 410963

Revision history for this message
Andy (andy-xillean) wrote :

dmesg shows this

$ dmesg|grep eth
[ 3.059730] sky2 eth0: addr 00:25:64:69:66:70
[ 10.062294] eth1: Broadcom BCM4315 802.11 Wireless Controller 5.10.91.9
[ 10.067783] udev: renamed network interface eth1 to eth2
[ 18.508525] sky2 eth0: enabling interface
[ 18.508698] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 29.241030] eth2: no IPv6 routers present
[ 62.421934] sky2 eth0: Link is up at 100 Mbps, full duplex, flow control rx
[ 62.422115] ADDRCONF(NETDEV_CHANGE): eth0: link becomes read
[ 73.044056] eth0: no IPv6 routers present

lspci shows this
0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)

So this is another famous show stopping bug it seems.

Here in lspci we get BCM4312
and in dmesg we get BCM4315.

what can be done to fix this? Anyone?