How can I configure Wireless Network in OpenSuse 11.3
First I have done with root.
sudo /usr/sbin/install_bcm43xx_firmware
I have installed b43-firmware, b43-fwcutter through Yast, but Network Manager can't find wireless .. wireless is disabled. Please suggest what should I do.
nm-tool:
~~~~~~~~~
linux-445p:/boot # nm-tool
NetworkManager Tool
State: connected
** (process:6417): WARNING **: error: failed to read connections from org.freedesktop.NetworkManagerUserSettings:
The name org.freedesktop.NetworkManagerUserSettings was not provided by any .service files
- Device: eth0 [Auto eth0] ----------------------------------------------------
Type: Wired
Driver: forcedeth
State: connected
Default: yes
HW Address: 00:22:19:F7:A5:52
You can do this by connecting to the router through Ethernet port or through any other PC that can connect to the wireless network. Please refer to the manul/documentation that was supplied with your router.
you have to set the wireless router setting to urs router ip address
So you need to Type in Browser the IP Address ie: Http://192.1.1.1
Then you will be able to set the settings.
expert1010
Is the driver used at all?
Try this:
lspci -vnn | grep 14e4
You should see something similar to this:
03:00.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318]
After that you try this, but change 03:00.0 to what you have:
lspci -vnn -s 03:00.0
At the bottom you should see what kernel driver is used. Post the result so that we can see what card you have.
wl is the prefered driver for a lot of broadcom drivers now days. To test if this is ok. Do this.
remove b43 from insmoded drivers:
modprobe -r b43
install wl through zypper:
zypper in broadcom-wl
insert wl:
modprobe wl
Proceed with normal configuring as you would have done before.
srikanthrad
ASKER
linux-445p:~ # modprobe -r b43
linux-445p:~ # zypper in broadcom-wl
Loading repository data...
Reading installed packages...
'broadcom-wl' is already installed.
No update candidate for 'broadcom-wl-5.60.48.36-7.pm.8.3.x86_64'. The highest available version is already installed.
Resolving package dependencies...
Nothing to do.
linux-445p:~ # modprobe wl
linux-445p:~ # lspci -vnn | grep 14e4
06:00.0 Network controller [0280]: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller [14e4:432b] (rev 01)
linux-445p:~ # lspci -vnn -s 06:00.0
06:00.0 Network controller [0280]: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller [14e4:432b] (rev 01)
Subsystem: Dell Wireless 1510 Wireless-N WLAN Mini-Card [1028:000d]
Flags: bus master, fast devsel, latency 0, IRQ 21
Memory at f0400000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [58] Vendor Specific Information: Len=78 <?>
Capabilities: [e8] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [d0] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [13c] Virtual Channel
Capabilities: [160] Device Serial Number 5b-dc-5e-ff-ff-26-00-26
Capabilities: [16c] Power Budgeting <?>
Kernel driver in use: b43-pci-bridge
I don't know what configuration you were talking about. I am a total new-bie to Opensuse and not sure what I have done. Just changing everything previously. Please suggest what should I do now.
--Also follow following link
http://forums.opensuse.org/english/get-help-here/wireless/