Sorry Guys It's Another Wireless Problem

Hello everyone, I am sorry to be posting a question so early in my Linux adventure especially for a question that has been dealt with in numerous times in this forum. However I just can’t get my wireless to work so I can get started with learning Linux. I have followed a lot of post here but apparently there must be something that I am missing. Here is a bit info about my setup, I have tried it both ifup and Network Manager version 0.8.2-15.20

OpenSuse 11.4
Installed with Gnome Live Disk

12:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
12:00.0 0280: 14e4:4727 (rev 01)
Kernel Driver: brcm80211

x-6hau:/usr/sbin # iwlist
Usage: iwlist [interface] scanning [essid NNN] [last]
[interface] frequency
[interface] channel
[interface] bitrate
[interface] rate
[interface] encryption
[interface] keys
[interface] power
[interface] txpower
[interface] retry
[interface] ap
[interface] accesspoints
[interface] peers
[interface] event
[interface] auth
[interface] wpakeys
[interface] genie
[interface] modulation

lo no wireless extensions.

eth0 no wireless extensions.

wlan0 IEEE 802.11bgn ESSID:“hnpguest”
Mode:Managed Access Point: Not-Associated Tx-Power=19 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:9585-34AF
Power Management:o

Any help would be appreciated, needless to say that I am just getting started.

You could try this
Install Broadcom Drivers from Packman

Thank you but I tried the following and it errored out,

linux-6hau:/sbin # zypper lr -d

| Alias | Name | Enabled | Refresh | Priority | Type | URI | Service

–±------------------±---------------------------±--------±--------±---------±-----±----------------------------------------------------------------±-------
1 | repo-debug | openSUSE-11.4-Debug | No | Yes | 99 | NONE | Index of /debug/distribution/11.4/repo/oss |
2 | repo-debug-update | openSUSE-11.4-Update-Debug | No | Yes | 99 | NONE | Index of /debug/update/11.4 |
3 | repo-non-oss | openSUSE-11.4-Non-Oss | Yes | Yes | 99 | NONE | Index of /distribution/11.4/repo/non-oss |
4 | repo-oss | openSUSE-11.4-Oss | Yes | Yes | 99 | NONE | Index of /distribution/11.4/repo/oss |
5 | repo-source | openSUSE-11.4-Source | No | Yes | 99 | NONE | Index of /source/distribution/11.4/repo/oss |
6 | repo-update | openSUSE-11.4-Update | Yes | Yes | 99 | NONE | Index of /update/11.4 |
linux-6hau:/sbin # uname -a
Linux linux-6hau.site 2.6.37.1-1.2-desktop #1 SMP PREEMPT 2011-02-21 10:34:10 +0100 x86_64 x86_64 x86_64 GNU/Linux
linux-6hau:/sbin # zypper in broadcom-wl-kmp-desktop
System management is locked by the application with pid 18768 (/usr/lib/YaST2/bin/y2base).
Close this application before trying again.

Closed YaST and tried again but there was no connection so I guess I had to be hard wired for the driver update to work

Yes, you need to be hard wired
But this: “System management is locked by the application with pid 18768 (/usr/lib/YaST2/bin/y2base).” Is caused by packagekit, the system updater. I configure it to never check for updates or in kde you can tell it not to start at boot. Then reboot and it’s gone.

But yes, you need a wired connection. And you also need to update you system too, before trying to install the broadcom driver, because the driver in Packman matches the latest kernel.
AND, you need to add the Packman repository. It’s no use running the install command unless the repo is in place.

Once you get a wired connection run:

su -
zypper up

To update the sytem. You need to reboot after.

Then add the packman repo

su -
zypper ar -f http://packman.inode.at/suse/openSUSE_11.4/ packman

(a) to accept the key
Then do (you will still be su -)

zypper in broadcom-wl-kmp-desktop broadcom-wl

Cat4926 Thank you much, it worked perfectly as you outlined. I am now connected wireless and ready to embark on the voyage of learning Linux. Should I turn the System updater - packagekit back on or should I leave it off. I guess down the road I will learn the difference between it and zypper.

For thanks a lot for your help.

Don’t use Packagekit (the updater applet) it’s broken.

Use Yast Software Management and or Online Update

zypper up (will do a complete update)
zypper patch (will just update security patches)

I use Software Management mostly to keep the switching correct to Packman
You could run the multimedia link in my sig
Are you using kde or gnome?