Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
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.
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.
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.
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.
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:
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
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.