Quote:
|
Originally Posted by mahalaha
Hello Everyone,
Any info would be greatly appreciated here...
I am dual booting off two dif partitions on one laptop drive.
Running Windows XP on one and Fedora on the other.
I have an Dell Inspiron E1505 with Dell 1390 WLAN mini-card
I can not get the wireless working period. Any support would be great.
Thanks
-Chad
|
Hi Mahalaha,
I've got the same machine as yours and am running Fedora 8. I got my wireless running, and the AT&T Option GT Max 3.6 Express card using these instructions:
Note: I did a system update first before doing the steps!!!!!!!!!!!!!!!!!!!!!!!
================================================== ========
yum install kmod-ndiswrapper
Download this file and put it into a directory somewhere:
wget
http://mirror2.openwrt.org/sources/b...0.10.5.tar.bz2
Acquire full root rights over your machine with this command in a terminal window:
Code:
su -
That's a space and a minus sign after the su. It gives you full root rights over your machine rather than just root rights over your ordinary users environment without it.
Use the cd command to navigate into the directory where you downloaded the above file. Issue the command:
Note: I moved the file to /usr/local and changed to that directory before executing the command below.
Code:
tar xjf broadcom-wl-4.150.10.5.tar.bz2
That unpacks the file archive you downloaded and will create you a new directory where you are working called 'broadcom-wl-4.150.10.5'.
cd into that and then the ----->>> 'driver' <<<<------directory within that (example: cd /usr/local/broadcom-wl-4.150.10.5/driver) and use the command:
Code:
b43-fwcutter -w /lib/firmware wl_apsta_mimo.o
That cuts the required firmware for your card from the downloaded file and places it in the correct place for the b43 driver to find it.
Check and see if you have NetworkManager showing on the top Gnome Panel to the right in the notification area. If you have ignore the next part.
Go to the "Gnome System Menu - Administration - Services", tick NetworkManager and NetworkMangerDispatcher, make sure they are started and the settings are saved so they start at next boot. (Note: NetworkManagerDispatcher is not listed in the services after I updated so nothing to be alarmed about if you don't see it).
{The above paragraph is only necessary for Fedora 8 definitely not for Fedora 9}
Restart the machine and left clicking on the NetworkManager icon should bring up a list of wireless access points to connect to.
================================================== ========
Note: It has behaviour that I'm not comprehending at this time though.
1.) it does not allow me to activate the wlan0 through the network
configuration
2.) I can see 3 connections in the network manager as follows:
@Home8F6C, default, and NETGEAR and all 3 wireless connections
is showing as unsecured.
I have setup the router with WPA/WPA2 with a passphrase.
I have yet to comprehend how or why I dont have to set up my connection with a passphrase since my router does have a passphrase.
If anyone has any enlightening comments on this it would be greatly appreciated.
Thank you very much.
Azcuzi