I am completely new to lubuntu / ubuntu. I've installed "lubuntu 14.04.1 alternate" (CD version, as I could not get laptop to boot from usb) successfully on old Lenovo S10. It will network via ethernet cable, but does not find the wireless connection.
I've searched Ubuntu questions and found lots of people have the same issue with Broadcom wireless device.
have run the
lspci -vvnn | grep -A 9
Network command and know that my
chip ID is BCM4312
PCI-ID is 14e4:4315
kernel driver is wl
Beyond this I am stuck.
Have tried to make sense of the various fixes other people have suggested, but either it does not work or I do not understand how to do what they suggest.
How can I get the wireless running?
Sorry, I need simple instructions please.
sudo apt-get update
andsudo update-pciids
. Then followed the advice of @Jeremy31 but still no Wi-Fi networks appear in the network manager, only wired connection via ethernet. – jelliclecat Mar 27 '15 at 13:16
– jelliclecat Mar 27 '15 at 13:45sudo modprobe -r b43
sudo modprobe b43
sudo rfkill unblock all
but still it does not work.lspci -nnk | grep -iA2 net
should tell you about network drivers – Jeremy31 Mar 27 '15 at 16:49uname -a
as you might needsudo apt-get install firmware-b43-lpphy-installer
or possibly download firmware-b43-lpphy-installer from an alternate source – Jeremy31 Mar 27 '15 at 22:08dmesg | grep b43
– Jeremy31 Mar 28 '15 at 21:35