LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


View Poll Results: Did this work for you?
Yes 1 100.00%
No 0 0%
Voters: 1. You may not vote on this poll

Reply
  Search this Thread
Old 10-11-2007, 02:10 AM   #1
jzimm0007@msn.com
Member
 
Registered: Aug 2007
Location: Hamilton, OH
Distribution: fedora 8
Posts: 31

Rep: Reputation: 15
Question Broadcom bcm4318 fedora 6 wireless


The stuff in parenthesis shows how to configure bcm4318. I could not find a thread for fedora 6 so I figured I would start one, hoping this would be helpful for users of the broadcom bcm4318 wifi. When I deactivate the wireless, I have to manually reactivate it to get it working again, and was wondering if anyone had a solution? Could you make it so that when you turn it back on it automatically detects an ip address? Right now, I have an icon on my desktop for reactivating the wireless. It simply says (in properties) [Launcher]ifup wlan0. I can map the sound keys using the keyboard shortcuts program, but why can't I map this button to ifup wlan0?
(I used ndiswrapper with the gnome desktop (fedora 6 Compaq Presario V2000)
1.)Install ndiswrapper [root@fedora]# yum install ndiswrapper.
2.)Make sure that you have the latest kernel (2.6.22.7-57) and BCM4318 drivers -step 8-. (You might be able to skip this step.)
3.)Make sure your system is completely Up-To-Date with "Software Updater". (You might be able to skip this step.)
4.)Remove the old entry from "Network Configuration" to prevent conflicts.
5.)Add "alias wlan0 ndiswrapper" (without quotes) to /etc/modprobe.conf.
6.)Add "blacklist bcm43xx" (without quotes) to end of /etc/modprobe.d/blacklist.
7.)Add "blacklist bcm43xx_mac80211" (without quotes, this should make it work with the latest kernel, because that is what I had to do after updating to it. You might be able to skip this step.) to end of /etc/modprobe.d/blacklist.
8.)Download the driver and save it somewhere (like in a folder on the desktop)
9.)Do from terminal ndiswrapper -i path to inf file (example:[root@fedora]# ndiswrapper -i /root/desktop/bcm4318/80211g/bcmwl5.inf).
10.)Reboot
11.optional)In "Network Configuration" You should have under devices: [device] wlan0 [nickname] wlan0 [type] wireless, under hardware: [description] Broadcom Corporation [type] Ethernet [Device] wlan0 [status] ok. Under "Network Configuration" Click edit. Check the box that says activate device when computer starts. click ok. When you reboot again, The wireless should start automatically.)
I believe that is all the steps I took to make it work. If I missed a step or something, correct me please.

BCM4318 Driver List:
AegisE2.dll bcmwl5a.inf bcmwlntp.sys layout.bin setup.inx
AegisE5.dll bcmwl5.inf bcmwltry.exe mdc.jpg Setup.iss
AegisI2.exe bcmwl5.sys bcmwlu00.exe MFC42.DLL Version.txt
AegisI5.exe bcmwlcpl.cpl data1.cab MFC42U.DLL vssver.scc
bcm42rly.vxd bcmwld2k.exe data1.hdr MSVCP60.DLL wltray.exe
bcm43xxa.cat BCMWLD9X.EXE data2.cab MSVCRT.DLL wltrynt.dll
bcm43xx.cat bcmwlhlp.chm ikernel.ex_ ReleaseNotes.html wltrysvc.exe
BCMLogo.gif bcmwlhom.exe is.exe setup.exe
BCMLogon.dll bcmwlhom.ini launcher.ini Setup.ini

Useful Info:

My Modprobe.conf:
alias eth0 8139too
alias wlan0 ndiswrapper
alias snd-card-0 snd-intel8x0
options snd-card-0 index=0
options snd-intel8x0 index=0
remove snd-intel8x0 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0

My Blacklist (other drivers were in there, but I didn't want to make this too long):
blacklist bcm43xx
blacklist bcm43xx_mac80211

My Terminal Output After Installing bcmwl5 driver:
(ndiswrapper -l)
[root@fedora 80211g]# ndiswrapper -l
bcmwl5 : driver installed
device (14E4:4318) present (alternate driver: bcm43xx-mac80211)
JZ)
Someone please try this and tell me if it worked (by voting this has been up since 2007 please)

Last edited by jzimm0007@msn.com; 03-12-2008 at 06:32 PM. Reason: please vote
 
Old 10-11-2007, 05:40 AM   #2
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Quote:
My Blacklist (other drivers were in there, but I didn't want to make this too long):
blacklist bcm43xx
blacklist bcm43xx_mac80211

My Terminal Output After Installing bcmwl5 driver:
(ndiswrapper -l)
[root@fedora 80211g]# ndiswrapper -l
bcmwl5 : driver installed
device (14E4:4318) present (alternate driver: bcm43xx-mac80211)
Notice the naming (which I made bold), they should match, please edit the /etc/modprobe.d/blacklist file.

blacklist bcm43xx-mac80211
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
native support for asus wl-138g-v2 (broadcom bcm4318) ddaas Linux - Wireless Networking 2 09-12-2007 10:17 AM
Help me with Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Con julian.osorio Linux - Wireless Networking 13 08-01-2007 08:02 AM
Broadcom bcm4318 driver issues with Ubuntu 7.04 Lemondhead Linux - Wireless Networking 7 06-13-2007 12:04 PM
Wireless Trouble, Broadcom BCM4318, Gateway 7510 GX laptop Davschm Fedora 3 12-10-2006 10:28 PM
Broadcom BCM4318 connecting to a 802.11b wi-fi network. DragonRider Linux - Wireless Networking 5 04-21-2006 10:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 01:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration