Johannes Berg wrote: > On Wed, 2007-08-15 at 08:53 -0500, Larry Finger wrote: > >> From a test printk, I know that the init function >> for b43_pci_bridge_driver has been run, but I have no idea on how to debug >> any further. > > udevmonitor :)
First I unloaded ssb, then with a 'modprobe ssb', I get the following: UEVENT[1187189016.185357] add@/module/ssb UEVENT[1187189016.186371] add@/bus/ssb UEVENT[1187189016.187641] add@/bus/pci/drivers/b43-pci-bridge UDEV [1187189016.225764] add@/module/ssb UDEV [1187189016.228773] add@/bus/pci/drivers/b43-pci-bridge UDEV [1187189016.230766] add@/bus/ssb UEVENT[1187189016.266327] add@/devices/pci0000:00/0000:00:02.0/0000:01:00.0/ssb0:0 UEVENT[1187189016.268608] add@/devices/pci0000:00/0000:00:02.0/0000:01:00.0/ssb0:1 UDEV [1187189016.302841] add@/devices/pci0000:00/0000:00:02.0/0000:01:00.0/ssb0:0 UDEV [1187189016.303355] add@/devices/pci0000:00/0000:00:02.0/0000:01:00.0/ssb0:1 With a 'modprobe b43', these additional messages are produced: UEVENT[1187189085.996256] add@/module/cfg80211 UEVENT[1187189085.997389] add@/class/ieee80211 UDEV [1187189086.031303] add@/module/cfg80211 UDEV [1187189086.031575] add@/class/ieee80211 UEVENT[1187189086.056159] add@/module/mac80211 UDEV [1187189086.077608] add@/module/mac80211 UEVENT[1187189086.092564] add@/module/b43 UEVENT[1187189086.094196] add@/bus/ssb/drivers/b43 UDEV [1187189086.114966] add@/module/b43 UDEV [1187189086.123717] add@/bus/ssb/drivers/b43 UEVENT[1187189086.172867] add@/class/ieee80211/phy0 UEVENT[1187189086.175896] add@/class/net/wmaster0 UDEV [1187189086.208288] add@/class/ieee80211/phy0 UEVENT[1187189086.212998] add@/module/rc80211_simple UDEV [1187189086.234194] add@/module/rc80211_simple UEVENT[1187189086.260406] add@/class/net/wlan0 UEVENT[1187189086.346887] move@/class/net/eth1 UDEV [1187189086.461561] move@/class/net/eth1 UDEV [1187189086.496711] add@/class/net/wmaster0 UDEV [1187189086.607917] add@/class/net/wlan0 UEVENT[1187189086.683003] add@/class/firmware/ssb0:0 UEVENT[1187189086.826188] remove@/class/firmware/ssb0:0 UEVENT[1187189086.826945] add@/class/firmware/ssb0:0 UDEV [1187189086.834036] add@/class/firmware/ssb0:0 UDEV [1187189086.839719] remove@/class/firmware/ssb0:0 UEVENT[1187189086.871654] remove@/class/firmware/ssb0:0 UEVENT[1187189086.871721] add@/class/firmware/ssb0:0 UDEV [1187189086.879235] add@/class/firmware/ssb0:0 UEVENT[1187189086.887354] remove@/class/firmware/ssb0:0 UEVENT[1187189086.887416] add@/class/firmware/ssb0:0 UDEV [1187189086.892782] remove@/class/firmware/ssb0:0 UDEV [1187189086.896807] add@/class/firmware/ssb0:0 UDEV [1187189086.906557] remove@/class/firmware/ssb0:0 UEVENT[1187189086.916091] remove@/class/firmware/ssb0:0 UDEV [1187189086.916091] remove@/class/firmware/ssb0:0 UDEV [1187189086.924879] add@/class/firmware/ssb0:0 UEVENT[1187189087.271710] add@/class/misc/hw_random UDEV [1187189087.286379] add@/class/misc/hw_random UEVENT[1187189099.819217] add@/module/nfs UDEV [1187189099.837340] add@/module/nfs Larry _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
