Showing posts with label wifi. Show all posts
Showing posts with label wifi. Show all posts

Thursday, October 4, 2012

Wifi on Ubuntu Desktop

wireless networks: device not ready (firmware missing).
sudo apt-get update
sudo apt-get install firmware-b43-installer (OR firmware-b43-lpphy-installer) 

This will install the firmware needed to make Broadcom wireless card work.

Also make sure which wireless card is present.
 (Use lspci to find, in my case
Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY)

Friday, July 8, 2011

ndiswrapper module not found: solved

When I logged into my Linux distribution almost after several months, I just hit this error while connecting to wifi. I still dunno what exactly went wrong. But one clean install of ndiswrapper got me into working happily!
Go to ndiswrapper directory(where ndiswrapper was unzipped), make clean, make, make install, when you modprobe ndiswrapper now, no error but get connected:)
       This is probably 'coz kernel is unaware of ndiswrapper module (somehow ndiswrapper module object file got deleted) , and to make use of that, should be added into kernel and then load it.

Saturday, October 2, 2010

wifi on linux : solved


Finally got wifi up on linux.. Have been trying from 2 days reading tutorials and downloading drivers.. All you guys trying the same on FC distributions(I'm using FC10), on Dell(dual  boot),
follow these steps[...]
Errors welcome:)