|
| View previous topic :: View next topic |
| Author |
Message |
cyrille
|
Posted: Fri Aug 20, 2010 11:58 am Post subject: wireless BCM4312 |
|
|
Hi
On a laptop (1525 dell) I've got this wireless adaptator :
| Code: | | 03:00.0 Network controller: Broadcom Corporation BCM4312 802.11a/b/g (rev 01) |
I think I must use the kmod-wl non free driver of the rpmfusion repository : http://download1.rpmfusion.org/nonfree/fedora/releases/12/Everything/x86_64/os/repoview/index.html
# 10-Nov-2009: kmod-wl-2.6.31.5-127.fc12.x86_64-5.10.91.9.3-3.fc12.6.x86_64
# 10-Nov-2009: kmod-wl-5.10.91.9.3-3.fc12.6.x86_64
First : why 2 versions ?
Second : Can I use it with the free default kernel :-) or should I install the non free kernel :-(
Thx for all !
Cyrille
|
|
|
 |
Junichirô
|
|
 |
cyrille
|
|
 |
Junichirô
|
Posted: Fri Aug 20, 2010 7:54 pm Post subject: |
|
|
Yes! I wrote them some time ago to say that my wifi card which is not listed works too.
Openfwwf is installed by default on fedora 12, so it is on blag 119k. But linux-libre doesn't load b43. So you have to copy the firmware in b43-open.
After:
| Code: | #rmmod b43
#modprobe b43 |
Then it would work without rebooting.
I'll see that later because I'm not on the right box now.
It works too with broadcom sta driver, you have to compile with a linux-libre. But it's non-free.
|
|
|
 |
cyrille
|
Posted: Fri Aug 20, 2010 9:23 pm Post subject: |
|
|
I try to install a b43 driver for a wireless card
My card : BCM4312 802.11b/g [14e4:4315]).
uname -a 2.6.32.11-libre.99.fc12.x86_64
This link http://wireless.kernel.org/en/users/Drivers/b43#Supported_chip_types seems to say that a kernel 2.6.33 is necessary. But I don't have this...
I've installed the firmware in respect of the link
http://wireless.kernel.org/en/users/Drivers/b43#device_firmware_installation
the install have created a dir b43 that I rename to b43-open
So, return errors of dmesg | tail
(23:11:52) cyrille: ssb0:0: Missing Free firmware
(23:11:52) cyrille: b43 ssb0:0: firmware: requesting /*(DEBLOBBED)*/
(23:11:52) cyrille: b43 ssb0:0: firmware: requesting b43-open/ucode15.fw
(23:11:52) cyrille: b43 ssb0:0: firmware: requesting b43-open/lp0initvals15.fw
(23:11:52) cyrille: b43 ssb0:0: firmware: requesting b43-open/lp0bsinitvals15.fw
(23:11:52) cyrille: b43-phy1 ERROR: Rejected non-Free firmware
| Code: |
[root@vegtux cyrille]# ls /lib/firmware/b43-open/
a0g0bsinitvals5.fw a0g1bsinitvals9.fw b0g0bsinitvals9.fw lp0bsinitvals15.fw n0initvals11.fw ucode5.fw
a0g0bsinitvals9.fw a0g1initvals13.fw b0g0initvals13.fw lp0initvals13.fw pcm5.fw ucode9.fw
a0g0initvals5.fw a0g1initvals5.fw b0g0initvals5.fw lp0initvals14.fw ucode11.fw
a0g0initvals9.fw a0g1initvals9.fw b0g0initvals9.fw lp0initvals15.fw ucode13.fw
a0g1bsinitvals13.fw b0g0bsinitvals13.fw lp0bsinitvals13.fw n0absinitvals11.fw ucode14.fw
a0g1bsinitvals5.fw b0g0bsinitvals5.fw lp0bsinitvals14.fw n0bsinitvals11.fw ucode15.fw
|
The files seems to be present ???
|
|
|
 |
Junichirô
|
Posted: Fri Aug 20, 2010 9:33 pm Post subject: |
|
|
it works with openfwwf. My card is :
| Code: | lspci
05:00.0 Network controller: Broadcom Corporation BCM4312 802.11a/b/g (rev 01) |
|
|
|
 |
cyrille
|
Posted: Sat Aug 21, 2010 9:04 am Post subject: |
|
|
After the IRC discussion, I tested a live CD of F13. After boot, use the b43 driver. But don't work : only the ucode5 is present and the system asked the ucode15.... Same situation, with the rename of the dir (b43-open).
I tested too to compile myself the driver like explain
http://wireless.kernel.org/en/users/Drivers/b43#device_firmware_installation
with the source file : broadcom-wl-4.150.10.5.tar.bz2 and too this source file
broadcom-wl-4.178.10.4.tar.bz2 but always the same error notification.
Finally I think that although this card is glabally supported, this version is not 14e4:4315 with the actual kernel in any case.
Finally, I have installed broadcom-wl from rpmfusion nonfree. It works great but it's non free :-(
So, solved, but not really satisfactory[/b]
|
|
|
 |
Junichirô
|
Posted: Sat Aug 21, 2010 11:31 am Post subject: |
|
|
broadcom-wl is the broadcom sta driver. It works with a linux-libre but you have to compile it yourself. I use it before openfwwf works on blag. Because openfwwf needs a 2.6.30 or + linux kernel. And 90k has a 2.6.27 one.
You may try if openffwf works with your box by trying a Trisquel live CD.
|
|
|
 |
|
|
|