Results 1 to 7 of 7
Hey all,
I recently got OpenSUSE up and running, but I've been trying to connect to the internet. I've installed my necessary BCM drivers via the commands:
Code:
sudo zypper ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-28-2012 #1Just Joined!
- Join Date
- Jul 2012
- Posts
- 10
iwconfig thinks that wireless card is connected
Hey all,
I recently got OpenSUSE up and running, but I've been trying to connect to the internet. I've installed my necessary BCM drivers via the commands:
And the installation seemed to go fine, as the system now recognizes that I have a wireless card.Code:sudo zypper install b43-fwcutter sudo /usr/sbin/install_bcm43xx_firmware
The problem is when I go into network configuration and attempt to my router. The router is a pretty run-of-the-mill ATT 2WIRE router. I managed to connect to it using DHCP and a WEP-open with a passphrase enabled. In the device manager area, with the ethernet and wireless, it doesn't say that my wireless isn't connected, so I assumed that it was.
However,returns the good ol' unknown host error. Opening FireFox confirms that my computer isn't connected to the internet.Code:ping -c 3 google.com
Any tips? Thanks in advance.
- 07-29-2012 #2
Perhaps it is a resolve issue? Look at /etc/resolv.conf and see if it is pointing back to your router's address. If so and still no go, find the DNS entries from your ISP and put those in there. Can you use secure shell (ssh) to another machine on your network? If so, I imagine it is a resolve issue. Check this /etc/resolv.conf for comparison...
Code:# Generated by NetworkManager search myisp.net nameserver 123.456.789.12 nameserver 234.567.890.23
- 07-30-2012 #3Just Joined!
- Join Date
- Jul 2012
- Posts
- 10
Thanks for your reply! Upon reboot, my wireless card now ceases to recognize that there are any networks about.
I compared /etc/resolv.conf's, and it seems to be correct, though it only has two lines, as opposed to the three that your example has.
I'm also using the ifup method, as opposed to Network Manager, as trying to start it with both
fail, spitting out some warning messages.Code:gnomesu nm-applet nm-applet
- 07-31-2012 #4
Have a look at this page. Lots of good info on the Broadcom wireless devices.
http://linuxwireless.org/en/users/Drivers/b43/#openSUSE
- 07-31-2012 #5Just Joined!
- Join Date
- Jul 2012
- Posts
- 10
All I see there are the BCM installation commands. I was under the impression that using those commands only allowed Linux to recognize the wireless card in the first place. I'll try running them again, just in case.
- 07-31-2012 #6Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,657
do you have a default gateway? you can check with
it is usually the ip address of your (wireless) router/cable modem. if it is not there, you can do something like:Code:route -n
you would substitute the right ip address and your ethernet adapter name, of course.Code:route add default gw 192.168.1.1 dev eth0
this all assumes that your network adapter is up and configured with an appropriate ip address already.
- 07-31-2012 #7Just Joined!
- Join Date
- Jul 2012
- Posts
- 10
Well, Dapper Dan was correct in realizing that my firmware was not installed properly. Here's how I did it, for those who stumble upon this thread with a similar problem:
1. Set the YaST Network Settings to NetworkManager from ifup.
2. Reboot (Can't believe I didn't try this!)
3. nm-applet is now properly displayed in the system tray.
4. I managed to get hold of a really long LAN cable and connected my computer temporarily to the internet, just so I could run the standard bcm openSUSE commands:
5. Connect as you would with pretty much any other major OS.Code:sudo zypper install b43-fwcutter sudo /usr/sbin/install_bcm43xx_firmware


1Likes


