LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-18-2007, 02:34 AM   #16
crsn263
LQ Newbie
 
Registered: Oct 2007
Location: montana
Posts: 14

Original Poster
Rep: Reputation: 0

oh yeah i blacklisted the bcm43xx, and it says under ndiswrapper -l. that my driver is installed. i might be screwing something up in the network card setup.it is saying my broadcom is ethernet, not wireless. or i didnt get the driver set up right. im having to reboot to vista, to get on the internet, so i cant take any info over. i cant get stuff to linux without rebooting.
 
Old 11-19-2007, 03:54 AM   #17
treepalm58
LQ Newbie
 
Registered: Jan 2006
Location: Ontario, Canada
Distribution: SuSE 10.0, PCLinuxOS 2010.7
Posts: 7

Rep: Reputation: 0
check opensuse web site

Hi

Check this link
http://en.opensuse.org/SDB:Broadcom_...ion_under_SUSE
it describes step by step for suse linux 10.3. I have tried it and worked. I tried ndiswrapper (from suse dvd) and worked fine for me. I use Suse 10.3 and Belkin wireless PCI adaptor based on broadcom bcm43xx chipset.

Suse 10.3 is good and powerful, but I also tried PCLinuxOS 2007 which recognized the card on setup and asked me for the bcmwl5.inf and configured it for me with ndiswrapper. It is much easier and lighter than Suse. Give it a try.

Good luck and don't forget to post your results.

Nabeel
 
Old 11-20-2007, 09:23 PM   #18
crsn263
LQ Newbie
 
Registered: Oct 2007
Location: montana
Posts: 14

Original Poster
Rep: Reputation: 0
see this is the hard part, the guy up there whose name i cant pronounce wries,

If you want to use the ndiswrapper driver, then you will need to blacklist the bcm43xx driver. You can't have both drivers loaded at the same time.
Add the line "blacklist bcm43xx" to the /etc/modprobe.d/blacklist file.

Did you run the "YaST2 -> network -> network devices" configuration? You may need to enter "ndiswrapper" as the driver. Select the device and select "Edit".

what do i do with that? the /etc/modprobe.d/blacklist file. do i type that in a menu or try to find it somewhere, or what?
i cant find any of this shit.what do i open what do i type.
 
Old 11-21-2007, 03:08 PM   #19
treepalm58
LQ Newbie
 
Registered: Jan 2006
Location: Ontario, Canada
Distribution: SuSE 10.0, PCLinuxOS 2010.7
Posts: 7

Rep: Reputation: 0
Smile

Quote:
Originally Posted by crsn263 View Post
see this is the hard part, the guy up there whose name i cant pronounce wries,

If you want to use the ndiswrapper driver, then you will need to blacklist the bcm43xx driver. You can't have both drivers loaded at the same time.
Add the line "blacklist bcm43xx" to the /etc/modprobe.d/blacklist file.

Did you run the "YaST2 -> network -> network devices" configuration? You may need to enter "ndiswrapper" as the driver. Select the device and select "Edit".

what do i do with that? the /etc/modprobe.d/blacklist file. do i type that in a menu or try to find it somewhere, or what?
i cant find any of this shit.what do i open what do i type.
Here is Copy & Paste from openSuse wiki:
PHP Code:
 openSUSE 10.2 Option 2 bcm43xx Removal Procedure


1. Start the shell console 
(Kmenu >System Terminal Program Terminal) and login as root with the command:

 
sux -

and 
type in the root password

See 
if you have the bcm43xx drivers still installed:

 
lsmod grep bcm43xx

Any response means it
's installed, so remove it:

 rmmod bcm43xx

Now blacklist it from being loaded again 
by adding the line "blacklist bcm43xx" 
to very bottom of the /etc/modprobe.d/blacklist file. 
To open the file with Kwrite type:

 su -c '
kwrite /etc/modprobe.d/blacklist'

2-Change to the directory where your driver is,in my case it is:
/home/download/belkin/drivers/

3-Check if threre are no other ndiswrapper modules loaded, type:

 ndiswrapper -l

if there are some, remove them by typing:

 ndiswrapper -r NAME_OF_MODULE (eg. ndiswrapper -r bcmwl5)

After this install the Drivermodule, typing:

 ndiswrapper -i bcmwl5.inf

and load the module by typing:

 modprobe ndiswrapper

Reboot. Now you can configure your WLAN card through 
YAST > Network devices > Network card 
and configure a new wireless card and use the module name ndiswrapper instead of bcm43xx. 
Then you enter other wireless configuration settings like, ssid, open wep, key, etc...

You can check if the card is active as from the console by typing:
[Ctrl] + [Alt] + [F1] as "root" and type in

 iwconfig

or

 ifconfig

to see if the interface is recognized. 


Hope this helps!! 
 
Old 11-21-2007, 05:06 PM   #20
dasy2k1
Member
 
Registered: Oct 2005
Location: 127.0.0.1
Distribution: Manjaro
Posts: 963

Rep: Reputation: 36
suse has drivers for the broadcom cards in teh yast repo.

open yast and software management,
search kernel

install the relivant Brodcom module (at the botom of the list)

more i cannot tell you as i have never used a broadcom card,
 
  


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
Making Broadcom wireless adapters work. pappy_mcfae Linux - Wireless Networking 20 04-10-2008 04:54 PM
has anyone got broadcom 4318 wireless to work? bailey239 Mandriva 3 07-23-2007 08:50 PM
Making Broadcom wireless adapters work under Slackware. pappy_mcfae Slackware 0 05-07-2007 01:24 AM
HP nx7400 laptop Wireless NIC wont work on SUSE 10.2 rsxue Linux - Wireless Networking 1 03-29-2007 06:06 AM
Broadcom Wireless doesn't work in Linux? technopolis Linux - Wireless Networking 4 02-14-2004 08:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:20 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