Jestem w trakcie uruchamiania magicznej karty broadcom-a na chipsecie bcm4318 i pojawiły się problemy.
Otóż czynności robiłem zgodnie z: http://forums.gentoo.org/viewtopic-t-40 ... art-0.html - udało się do punktu 4,
oraz http://en.gentoo-wiki.com/wiki/Wireless ... _.28b43.29
i http://linuxwireless.org/en/users/Drive ... %2Fbcm43xx
Zemergowałem bc43xx-fwcutter ściągnąłem plik z linuxwireless http://downloads.openwrt.org/sources/br ... 4.tar.bz2 wypakowałem, wszedłem do katalogu /broadcom/linux później komenda
Code: Select all
export FIRMWARE_INSTALL_DIR="/lib/firmware"
bc43xx-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta.o
zainstalował się i więc powtórka:
Code: Select all
export FIRMWARE_INSTALL_DIR="/lib/firmware"
bc43-fwcutter-013 -w "$FIRMWARE_INSTALL_DIR" wl_apsta.o
Jak sprawdziłem jakie mam moduły dostępne
Code: Select all
doradus piotr123 # find /lib/modules/2.6.36-gentoo-r5/ -type f -iname 'b43*.o' -o
or -iname 'b43*.ko'
/lib/modules/2.6.36-gentoo-r5/kernel/drivers/net/wireless/b43/b43.ko
/lib/modules/2.6.36-gentoo-r5/kernel/drivers/net/wireless/b43legacy/b43legacy.ko
Jeszcze dorzucam dmesg:
Code: Select all
doradus piotr123 # dmesg |grep b43
[ 10.495985] b43-pci-bridge 0000:00:0b.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, low) -> IRQ 10
[ 12.048877] b43-phy0: Broadcom 4318 WLAN found (core revision 9)
[ 12.063106] b43-phy0 debug: Found PHY: Analog 3, Type 2, Revision 7
[ 12.063170] b43-phy0 debug: Found Radio: Manuf 0x17F, Version 0x2050, Revision 8
[ 12.108632] Registered led device: b43-phy0::tx
[ 12.108953] Registered led device: b43-phy0::rx
[ 12.110191] Registered led device: b43-phy0::assoc
[ 12.110728] Registered led device: b43-phy0::radio
[ 42.185160] b43-phy0: Loading firmware version 478.104 (2008-07-01 00:50:23)
[ 42.217694] b43-phy0 debug: Chip initialized
[ 42.224581] b43-phy0 debug: 32-bit DMA initialized
[ 42.225163] b43-phy0 debug: QoS enabled
[ 42.238001] b43-phy0 debug: Wireless interface started
[ 42.264389] b43-phy0 debug: Adding Interface type 2
[ 46.639372] b43-phy0 debug: Removing Interface type 2
[ 46.641942] b43-phy0 debug: Wireless interface stopped
[ 46.641996] b43-phy0 debug: DMA-32 rx_ring: Used slots 1/64, Failed frames 0/0 = 0.0%, Average tries 0.00
[ 46.644189] b43-phy0 debug: DMA-32 tx_ring_AC_BK: Used slots 0/256, Failed frames 0/0 = 0.0%, Average tries 0.00
[ 46.646155] b43-phy0 debug: DMA-32 tx_ring_AC_BE: Used slots 0/256, Failed frames 0/0 = 0.0%, Average tries 0.00
[ 46.648421] b43-phy0 debug: DMA-32 tx_ring_AC_VI: Used slots 0/256, Failed frames 0/0 = 0.0%, Average tries 0.00
[ 46.651391] b43-phy0 debug: DMA-32 tx_ring_AC_VO: Used slots 2/256, Failed frames 0/11 = 0.0%, Average tries 1.00
[ 46.653665] b43-phy0 debug: DMA-32 tx_ring_mcast: Used slots 0/256, Failed frames 0/0 = 0.0%, Average tries 0.00
[ 46.802111] b43-phy0: Loading firmware version 478.104 (2008-07-01 00:50:23)
[ 46.824183] b43-phy0 debug: Chip initialized
[ 46.825006] b43-phy0 debug: 32-bit DMA initialized
[ 46.827703] b43-phy0 debug: QoS enabled
[ 46.835860] b43-phy0 debug: Wireless interface started
[ 46.856604] b43-phy0 debug: Adding Interface type 1
[ 46.974255] b43-phy0 debug: Removing Interface type 1
[ 46.976906] b43-phy0 debug: Wireless interface stopped
[ 46.977227] b43-phy0 debug: DMA-32 rx_ring: Used slots 0/64, Failed frames 0/0 = 0.0%, Average tries 0.00
[ 46.979283] b43-phy0 debug: DMA-32 tx_ring_AC_BK: Used slots 0/256, Failed frames 0/0 = 0.0%, Average tries 0.00
[ 46.984171] b43-phy0 debug: DMA-32 tx_ring_AC_BE: Used slots 2/256, Failed frames 0/1 = 0.0%, Average tries 1.00
[ 46.986168] b43-phy0 debug: DMA-32 tx_ring_AC_VI: Used slots 0/256, Failed frames 0/0 = 0.0%, Average tries 0.00
[ 46.988560] b43-phy0 debug: DMA-32 tx_ring_AC_VO: Used slots 0/256, Failed frames 0/0 = 0.0%, Average tries 0.00
[ 46.990155] b43-phy0 debug: DMA-32 tx_ring_mcast: Used slots 0/256, Failed frames 0/0 = 0.0%, Average tries 0.00
Z góry dzięki za pomoc, pozdrawiam


