![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
5 Cups of Ubuntu
![]() Join Date: Jun 2006
Beans: 43
|
Wireless BCM4318 AirForce Card
Ok, so there are other tutorials out there for the other 43xx cards, but from my experience, none of them have worked with the specific 4318 card. This way i will explain below is the only way i have gotten my 4318 card to work with 6.06
Step 1: Disabling bcm43xx Ok, so first thing we need to do is make it so that the pre-installed driver, bcm43xx, doesn't attach to the hardware on bootup. The way we do this is by blacklisting it. In a terminal window type: Code:
sudo gedit /etc/modprobe.d/blacklist After this, reboot and make sure that when you go to System > Administration > Networking there isnt a listing for your wireless connection Step 2: Get ndiswrapper Make sure you have the universe repositories enabled. (google it if you dont know how) and go to a terminal and type the following: Code:
sudo apt-get install ndiswrapper-utils Step 3: Use ndiswrapper to configure the drivers Get the drivers you need, i suggest these ones, and make sure u have the .inf and .sys files of the driver. If you use the ones i suggested they will be bcmwl5.sys and bcmwl5.inf Once you have the driver, put them on the desktop and then go to a terminal and type: Code:
sudo ndiswrapper -i ~/Desktop/bcmwl5.inf then, in the same terminal window, type: Code:
sudo ndiswrapper -m Step 4: Installing Network Manager Network manager will allow you to connect to those wep encrpypted networks. Simply go to a terminal window and type: Code:
sudo apt-get install network-manager-gnome Still not working? If you still cannot connect to a wireless network try running the following commands in terminal Code:
modprobe ndiswrapper Code:
echo ndiswrapper >> /etc/modules Lemme know if anyone experiences any problems with this, however, i have this exact card and did this exact procedure from a fresh install and it worked flawlessly. If anyone needs person to person help just catch me on aim at r0nchetti. Last edited by piracyrocks; June 10th, 2006 at 05:49 PM.. |
|
|
|
|
|
#2 |
|
5 Cups of Ubuntu
![]() Join Date: Sep 2005
Location: California
Beans: 40
Ubuntu 7.04 Feisty Fawn
|
Re: Wireless BCM4318 AirForce Card
This was an elegant and simple guide that worked great for me. I did have to run the following commands to get this to work properly on my system. THANKS
modprobe ndiswrapper echo ndiswrapper >> /etc/modules |
|
|
|
|
|
#3 |
|
Just Give Me the Beans!
![]() Join Date: Aug 2005
Beans: 70
|
Re: Wireless BCM4318 AirForce Card
It should also be noted that if that does no work try
Code:
sudo gedit /etc/modprobe.d/ndiswrapper |
|
|
|
|
|
#4 |
|
Dipped in Ubuntu
![]() Join Date: Feb 2006
Beans: 537
|
Re: Wireless BCM4318 AirForce Card
doesnt work 4 me. everything was installed i have a network manager but wireless doesnt work.
any ideas? |
|
|
|
|
|
#5 |
|
Dipped in Ubuntu
![]() Join Date: Feb 2006
Beans: 537
|
Re: Wireless BCM4318 AirForce Card
here is my desktop i downloaded the filmware and extract it to desktop. i did your solution last nite and i have the gnome manager but the wireless doesnt work.
would it be too much trouble to write out step by step i have to do based on this screen shot? |
|
|
|
|
|
#6 | |
|
5 Cups of Ubuntu
![]() Join Date: Oct 2005
Location: Netherlands
Beans: 36
Dapper Drake Testing/
|
Re: Wireless BCM4318 AirForce Card
Quote:
|
|
|
|
|
|
|
#7 |
|
Dipped in Ubuntu
![]() Join Date: Feb 2006
Beans: 537
|
Re: Wireless BCM4318 AirForce Card
is there a walk thru link or web page i can look at to do so please?
I am a newbie. |
|
|
|
|
|
#8 | |
|
5 Cups of Ubuntu
![]() Join Date: Oct 2005
Location: Netherlands
Beans: 36
Dapper Drake Testing/
|
Re: Wireless BCM4318 AirForce Card
Quote:
|
|
|
|
|
|
|
#9 |
|
5 Cups of Ubuntu
![]() Join Date: Jun 2006
Beans: 43
|
Re: Wireless BCM4318 AirForce Card
make sure u are trying this off of a clean install of ubuntu, even though u black list bcm43xx.
if you are not trying this from a clean install then there might be other things you are messing up |
|
|
|
|
|
#10 |
|
5 Cups of Ubuntu
![]() Join Date: Jun 2006
Beans: 22
|
Re: Wireless BCM4318 AirForce Card
I've followed these instructions but when I enter modprobe ndiswrapper I get "FATAL: Error inserting ndiswrapper (/lib/modules/2.6.15-23-386/kernel/drivers/net/ndiswrapper/ndiswrapper.ko): Operation not permitted".
I tried again but as sudo and get the same reply. I haven't a clue what this means as I installed Ubuntu for the first time this weekend. Could someone help, please? Thanks. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|