openSUSE Forums > Network/Internet > Wireless » openSUSE 11 and bcm43xx-fwcutter/ndiswrapper?

Go Back   openSUSE Forums > Network/Internet > Wireless
Forums FAQ Members List Search Today's Posts Mark Forums Read

Wireless Questions about wireless networking setup, use, and wireless specific applications

Reply
Page 1 of 6 1 23 > Last »
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 16-Jun-2008, 14:05
miggols99's Avatar
Puzzled Penguin
 
Join Date: Jun 2008
Posts: 14
miggols99 hasn't been rated much yet
Question openSUSE 11 and bcm43xx-fwcutter/ndiswrapper?

I've had a look at openSUSE 10.3 in the past and it was really nice, except the package management was lacking...it was extremely slow! I've heard that openSUSE 11 has 400% faster package management (or something like that) and it has KDE4 by default. So I thought that I could install it on my new computer I'm going to build with my dad. My dad asked me to teach him a bit about Linux and I decided that openSUSE 11 with KDE4 would be easiest to teach.

Anyway, for any of this to happen, I'm going to need internet access. There isn't a wired connection. It wireless only, and it's a broadcom based card, meaning I'll have to use bcm43xx-fwcutter or ndiswrapper. I'm just wondering if any of these two (preferably ndiswrapper, because it works better) are there on the KDE4 installation CD by default...
Reply With Quote
  #2 (permalink)  
Old 16-Jun-2008, 14:10
Joban's Avatar
Explorer Penguin
 
Join Date: Jun 2008
Location: Durham, UK and Bristol, UK
Posts: 119
Joban hasn't been rated much yet
Default Re: openSUSE 11 and bcm43xx-fwcutter/ndiswrapper?

Ndiswrapper was installed by default by the KDE4 live disc on my laptop, using the 11.0 RC1 disc. So I would think it safe to assume that the final release will also include it
__________________
I don't want you to hate for all the hurt that you feel. The world is just illusion trying to change you.
Illusion - VNV Nation
Reply With Quote
  #3 (permalink)  
Old 16-Jun-2008, 14:12
miggols99's Avatar
Puzzled Penguin
 
Join Date: Jun 2008
Posts: 14
miggols99 hasn't been rated much yet
Default Re: openSUSE 11 and bcm43xx-fwcutter/ndiswrapper?

That was fast

Thanks, that means it will definately work for me

Also just wondering, will openSUSE 11 use sudo by default or will it use su?
Reply With Quote
  #4 (permalink)  
Old 16-Jun-2008, 14:13
some-guy's Avatar
Explorer Penguin
 
Join Date: Jun 2008
Posts: 169
some-guy hasn't been rated much yet
Default Re: openSUSE 11 and bcm43xx-fwcutter/ndiswrapper?

Quote:
Originally Posted by miggols99 View Post
Anyway, for any of this to happen, I'm going to need internet access. There isn't a wired connection. It wireless only, and it's a broadcom based card, meaning I'll have to use bcm43xx-fwcutter or ndiswrapper. I'm just wondering if any of these two (preferably ndiswrapper, because it works better) are there on the KDE4 installation CD by default...
b43 and b43-legacy are the successors of bcm43xx, and should work fine, simply install b43-fwcutter, then
Get the right firmware, extract it, and run
Code:
su
b43-fwcutter -w /lib/firmware firmwarefile.o
then reboot, and Network Manager Should work with your card
__________________
"If it ain't broke, find something wrong with it"
Reply With Quote
  #5 (permalink)  
Old 16-Jun-2008, 14:41
miggols99's Avatar
Puzzled Penguin
 
Join Date: Jun 2008
Posts: 14
miggols99 hasn't been rated much yet
Default Re: openSUSE 11 and bcm43xx-fwcutter/ndiswrapper?

Cool, seems a lot more simpler than ndiswrapper Is this "b43-cutter" included with the KDE4 CD?
Reply With Quote
  #6 (permalink)  
Old 16-Jun-2008, 17:17
some-guy's Avatar
Explorer Penguin
 
Join Date: Jun 2008
Posts: 169
some-guy hasn't been rated much yet
Default Re: openSUSE 11 and bcm43xx-fwcutter/ndiswrapper?

It's available in the standard repo, but here's the links to the RPM's anyway
32-bit
64-bit
__________________
"If it ain't broke, find something wrong with it"
Reply With Quote
  #7 (permalink)  
Old 17-Jun-2008, 11:34
quickshade's Avatar
Explorer Penguin
 
Join Date: Jun 2008
Posts: 123
quickshade hasn't been rated much yet
Default Re: openSUSE 11 and bcm43xx-fwcutter/ndiswrapper?

use the B43 driver as mentioned above, I was using Ndiswrapper because it worked, but now that I switched I'm happy to say that b43 works and is way faster for me, plus skips the "configuring" step now. Once you install fwcutter run these comands to get wireless.
Quote:
Use version 4.150.10.5 of Broadcom's proprietary driver.
Download and extract the firmware from this driver tarball:

export FIRMWARE_INSTALL_DIR="/lib/firmware"
wget http://mirror2.openwrt.org/sources/b...0.10.5.tar.bz2
tar xjf broadcom-wl-4.150.10.5.tar.bz2
cd broadcom-wl-4.150.10.5/driver
sudo ../../b43-fwcutter-011/b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta_mimo.o
Reply With Quote
  #8 (permalink)  
Old 19-Jun-2008, 12:14
miggols99's Avatar
Puzzled Penguin
 
Join Date: Jun 2008
Posts: 14
miggols99 hasn't been rated much yet
Exclamation Re: openSUSE 11 and bcm43xx-fwcutter/ndiswrapper?

I've finished building the computer! And now openSUSE 11 is on here running fine mostly.

I've gotten the wireless to work, but for some reason, only unencrypted internet is working. And I want WPA-PSK to work..I can detect wireless networks fine...
Reply With Quote
  #9 (permalink)  
Old 19-Jun-2008, 19:13
Larry Finger
Guest
 
Posts: n/a
Default Re: openSUSE 11 and bcm43xx-fwcutter/ndiswrapper?

miggols99 wrote:
> I've finished building the computer! And now openSUSE 11 is on here
> running fine mostly.
>
> I've gotten the wireless to work, but for some reason, only unencrypted
> internet is working. And I want WPA-PSK to work..I can detect wireless
> networks fine...


Do you have a Broadcom device? If so, and it works with unencrypted
networks, it should work with WEP, WPA and WPA2.

Larry
Reply With Quote
  #10 (permalink)  
Old 19-Jun-2008, 21:46
barryhenry76's Avatar
Puzzled Penguin
 
Join Date: Jun 2008
Posts: 29
barryhenry76 hasn't been rated much yet
Default Re: openSUSE 11 and bcm43xx-fwcutter/ndiswrapper?

I followed the steps above to activate my wlan card on a laptop that I just got. I installed OS 11 today and after following the above mentioned, I got the blue light on the laptop to come on, I just can't see any wireless networks. For my other laptop w/ a broadcom bcm 43xx and OS 10.3 I have to use wifi-radar, knetworkmanager won't work...do I maybe need another program?
__________________

HP Pavillion ze4930us, 40GB HD, Celeron M 1.3 Ghz, 512MB Ram, bcm4306 WLAN, Intel 64MB Integrated Graphics, openSUSE 10.3
Compaq Presario v4005cl, 75GB HD, Celeron M 1.3 Ghz, 512MB Ram, bcm4306 WLAN, Intel 64MB Integrated Graphics, openSUSE 11.0
Reply With Quote
Reply
Page 1 of 6 1 23 > Last »


Bookmarks

Tags
bcm43xx-fwcutter, internet, kde4, ndiswrapper, opensuse 11

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2