Hey Guys, I have a laptop and just installed OpenSuse on it. I am a windows guy but would like to change that. I installed ndiswrapper but “ndiswrapper -i” doesn’t work. I don’t know how to proceed to get my internet working.
On 11/30/2011 04:06 AM, lornaevo wrote:
>
> Hey Guys, I have a laptop and just installed OpenSuse on it. I am a
> windows guy but would like to change that. I installed ndiswrapper but
> “ndiswrapper -i” doesn’t work. I don’t know how to proceed to get my
> internet working.
Welcome to the openSUSE Forums.
The usage of ndiswrapper is discouraged for any device for which a native Linux
driver exists, which is most popular devices. I am quite certain that such a
driver exists for your Dell.
The first step is to uninstall ndiswrapper as it may mess up any further steps.
The second step is to read the 3 stickies at the start of the wireless forum. As
a Windows guy, you may not understand a lot of it, but some of it may be helpful.
The third step is to open a terminal and enter the command
lspci -n | grep -14e4
If that command produces no output, please post the output of
lspci -n
If the first command produces any output, then run the command
sudo /usr/sbin/install_bcm43xx_firmware
That command will require entry of the root password, and will likely include a
warning about using commands as root.
Finally, what version of openSUSE did you install, and what desktop are you
using? Both of these pieces of info should be in every new thread you start.
Thanks for your response. I am using opensuse 12.1 and I’m using kde desktop.
That response is insufficient for anyone to help. Read Larry’s post again, and execute the commands as he requested. Then post the output here. Please enclose in CODE tags for easier reading like this
Under ‘Global Options’, set to use NetworkManager. Once done, click ‘OK’, then you should be able to use the NM plasmoid to search for your wireless network.
On 11/30/2011 08:06 PM, lornaevo wrote:
>
> Thanks Guys. I am now connected via wifi. I appreciate all your help and
> hope to be around for a while.
Glad to hear that your device is now working.
As a word of explanation, you needed to manually download the firmware because
of Broadcom’s practices. First of all, they refuse to grant the right to copy
their firmware, even though every other manufacturer allows this. In addition,
openSUSE cannot distribute any software that is not open source. As a result, we
can distribute the program that extracts the firmware, but the file containing
that firmware cannot be distributed.
One word of advice: Copy the files in /lib/firmware/b43/ to a removable drive.
If you have to reinstall openSUSE sometime in the future, restoring those files
will get the firmware back.