LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 02-04-2008, 12:28 AM   #1
sean_zhang
LQ Newbie
 
Registered: Aug 2007
Posts: 26

Rep: Reputation: 15
How to activate Broadcom 1505 wirless card on RHEL


I installed ndiswrapper, and tried to use the Windows driver to activate the Broadcom 1505 802.11n wireless card on RHEL, but failed.

1. Add line 'alias wlan1 ndiswrapper' to /etc/modprobe.conf
2. # system-config-network
Add the wireless card and try to activate it.

But the error message pops up:
"ndiswrapper device wlan1 does not seem to be present, delaying initialization."

I checked dmesg and found no failure message related to bcmwl5 or ndiswrapper.
But the wireless card could not be detected by hwbrowser.

I successfully used Broadcom 1390 802.11bg wireless card on SLED at one time or another, via the help of ndiswrapper.

Can you please provide any suggestion?
 
Old 02-04-2008, 05:44 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
First you need to make sure that the bcm43xx kernel module will not load, this causes issues with ndiswrapper. Edit the /etc/modprobe.d/blacklist file and add at the end;

#wireless
blacklist bcm43xx

This will stop the module from loading in the future.

Remove the module so ndiswrapper will work correctly; modprobe -r bcm43xx

Check/edit the /etc/modprobe.conf file and comment out (if present) the alias ethX bcm43xx line entry.

Create a file named ifcfg-wlan0 which is placed in the /etc/sysconfig/network-scripts directory, sample below;

Code:
TYPE=Wireless
DEVICE=wlan0
HWADDR=
BOOTPROTO=dhcp
DHCP_HOSTNAME=
IPADDR=
NETMASK=255.255.255.0
DOMAIN=
ONBOOT=yes
USERCTL=yes
IPV6INIT=no
PEERDNS=yes
ESSID=
CHANNEL=
MODE=
RATE=
When done restart the network service; service network restart
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Broadcom Nelink(TM) Fast Ethernet card not detected in RHEL 5 sarojkumar Linux - Enterprise 2 01-01-2008 02:28 PM
broadcom network card not detected in RHEL 5 sarojkumar Linux - Enterprise 1 12-25-2007 05:08 PM
Dell 1505 Wireless Card KirkD Linux - Hardware 5 10-26-2007 12:18 AM
Having trouble getting broadcom 4318 wirless to work sly100100 Linux - Newbie 7 03-13-2006 01:55 AM
Broadcom Wirless driver on SlackWare 10.2 awalls Linux - Hardware 10 02-21-2006 02:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 01:23 AM.

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