Submitted by شخص خجول مجهول on Sun, 12/11/2006 - 12:43.
( categories: )

Hey,

I a new linux user we rabena yedimha ne3ma :)

I have installed ubuntu 6.10 edgey on my laptop but it does not want to read my WiFi card. Im in desperate need to install it cuz my only ability to access the internet is through WiFi. With an out of service WiFi card, im forced to work on windows until the problem is fixed.

Please help me out cuz Ive been fed up with windows since a very long time and am currently transforming everything I do into free/open source stuff.

Thanks a lot

Abdelrahman Wahba


Info Needed

CVirus's picture

What is your exact laptop model ?




My Humble Website ?
Get my gpg key: gpg --recv-key --keyserver pgp.mit.edu 4CFE7230
Key Fingerprint: C5A6 BE2B 594A F616 E3C2

First of all, Let me tell

CVirus's picture

First of all, Let me tell you that the Broadcom kernel module is not yet stable enough to use it on daily basis ... So we'll have to disable the module and use ndiswrapper instead ... Ndiswrapper is a tool that will allow you to use the windows driver of your card.
One more thing; I believe that the ndiswrapper version shipped with Ubuntu is not functioning properly with the Broadcom drivers, so you'll have to manually download the latest version of ndiswrapper from here.
Inorder to disable the built-in kernel module you'll have to edit this file /etc/modprobe.d/blacklist and add the following line at the end of the file.

blacklist bcm43xx

Then Open a terminal and type the following:


# sudo -s
# rmmod bcm43xx
# rmmod ndiswrapper
# apt-get --remove ndiswrapper-utils
# apt-get install build-essential
# tar -xf /path/to/ndiswrapper-version.tar.gz
# cd /path/to/ndiswrapper-version
# make
# make install
# wget http://www.runithard.com/HOWTO-BCOM64WIRELESS/64-bit_Broadcom_54g_Drivers.zip
# unzip 64-bit_Broadcom_54g_Drivers.zip
# ndiswrapper -i netbc564.inf
# modprobe ndiswrapper
# apt-get install wireless-tools
# iwlist wlan0 scan
# iwconfig wlan0 essid "name-of-your-essid" #With the double quotes
# dhclient wlan0


I hope I helped.


My Humble Website ?
Get my gpg key: gpg --recv-key --keyserver pgp.mit.edu 4CFE7230
Key Fingerprint: C5A6 BE2B 594A F616 E3C2

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.