I have a wireless issue with my HP netbook.
I found a fix here: How do I get an Acer Npilfy 802.11 (BCM43225) wireless card working?
but when I type sudo apt-get install --reinstall bcmwl-kernel-source
it tells me that bcmwl-kernel-source could not be downloaded! Any suggestions?
The command lspci -nn
gives me the number 14e4:4727
for the controller, so that's why I thought this fix above would help.
(I am using Ubuntu 12.10.)
sudo apt-get update
first, then trysudo apt-get install --reinstall bcmwl-kernel-source
. If that doesn't help, post the actual error output. – phipsalabim Feb 19 '13 at 12:58Reading state information... Done Reinstallation of bcmwl-kernel-source is not possible, it cannot be downloaded. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. family@family-HP-Pavilion-dm1-Notebook-PC:~$ – Andreas Maurep Feb 19 '13 at 15:50