Hi,
I just installed CentOS 6.6 on my HP Pavilion DM1 laptop. The wireless card is only poorly supported in the default setup, so I decided to write an installation script for the Linux-STA driver, which works perfectly.
https://github.com/kikinovak/centos/blob/master/6.x/broadcom-sta/broadcom-st...
Grab the files:
# git clone https://github.com/kikinovak/centos
Run the script:
# cd centos/6.x/broadcom-sta # broadcom-sta.sh
Reboot and you're ready to go.
Cheers,
Niki
Did you try the drivers provided by elrepo?
http://elrepo.org/tiki/wl-kmod
On December 14, 2014 5:32:34 AM EST, Niki Kovacs info@microlinux.fr wrote:
Hi,
I just installed CentOS 6.6 on my HP Pavilion DM1 laptop. The wireless card is only poorly supported in the default setup, so I decided to write an installation script for the Linux-STA driver, which works perfectly.
https://github.com/kikinovak/centos/blob/master/6.x/broadcom-sta/broadcom-st...
Grab the files:
# git clone https://github.com/kikinovak/centos
Run the script:
# cd centos/6.x/broadcom-sta # broadcom-sta.sh
Reboot and you're ready to go.
Cheers,
Niki
Microlinux - Solutions informatiques 100% Linux et logiciels libres 7, place de l'église - 30730 Montpezat Web : http://www.microlinux.fr Mail : info@microlinux.fr Tél. : 04 66 63 10 32 _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Le 14/12/2014 15:02, Jonathan Billings a écrit :
Did you try the drivers provided by elrepo?
No. I read the CentOS wiki page here, which states that ELRepo doesn't provide these drivers due to licence restrictions, and that the user has to build them manually.
http://wiki.centos.org/HowTos/Laptops/Wireless/Broadcom?action=show
:o)
Niki
On Sun, Dec 14, 2014 at 03:36:00PM +0100, Niki Kovacs wrote:
Le 14/12/2014 15:02, Jonathan Billings a écrit :
Did you try the drivers provided by elrepo?
No. I read the CentOS wiki page here, which states that ELRepo doesn't provide these drivers due to licence restrictions, and that the user has to build them manually.
Its true that CentOS can't package it for distribution, however, the elrepo package probably works fine, and you can subscribe to the elrepo repository and get software updates. It also attempts to make sure your wifi will continue working after you reboot into a new kernel.
On Sun, Dec 14, 2014 at 6:36 AM, Niki Kovacs info@microlinux.fr wrote:
Le 14/12/2014 15:02, Jonathan Billings a écrit :
Did you try the drivers provided by elrepo?
No. I read the CentOS wiki page here, which states that ELRepo doesn't provide these drivers due to licence restrictions, and that the user has to build them manually.
Yes. However once built, because it is a kABI-tracking kmod package, there is no need to build it again for each kernel update.
Akemi
On 14 December 2014, @10:32 zulu, Niki Kovacs wrote:
I just installed CentOS 6.6 on my HP Pavilion DM1 laptop. The wireless card is only poorly supported in the default setup, so I decided to write an installation script for the Linux-STA driver, which works perfectly.
Do you know if this is a complete list of devices with which your script should work?
Product Name Ven:Dev Dell Product Name[s] ------------- ---------- ----------- 4311 2.4 GHz 14e4:4311 Dell 1390 4311 DualBand 14e4:4312 Dell 1490 4311 5 GHz 14e4:4313 4312 2.4 GHz 14e4:4315 Dell 1395 4313 2.4 GHz 14e4:4727 Dell 1501/1504 4321 DualBand 14e4:4328 Dell 1500/1505 4321 2.4 GHz 14e4:4329 4321 5 GHz 14e4:432a 4322 DualBand 14e4:432b Dell 1510 4322 2.4 GHz 14e4:432c 4322 5 GHz 14e4:432d 43142 2.4 GHz 14e4:4365 43224 DualBand 14e4:4353 Dell 1520 43225 2.4 GHz 14e4:4357 43227 2.4 GHz 14e4:4358 43228 DualBand 14e4:4359 Dell 1530/1540 4331 DualBand 14e4:4331 4360 DualBand 14e4:43a0 4352 DualBand 14e4:43a0
Thanks.