Hey all, I’m brand new to Linux and Opensuse, so I’ve spent the day searching and learning in an attempt to figure this out on my own, but since I seem to have failed I’ll fill out a report and hopefully someone with more experience can tell me where i should go next.
Device: Wireless 1397 WLAN Mini-Card
Kernel Driver: ssb
I have downloaded and installed the Broadcom WL driver.
However, when i enter the command: sudo /usr/sbin/iwlist scan
lo Interface doesn’t support scanning.
eth0 Interface doesn’t support scanning.
eth1 Interface doesn’t support scanning.
wlan0 No scan results
is the output.
And when i input: linux-xisw:~ # /usr/sbin/iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 no wireless extensions.
wlan0 IEEE 802.11bg ESSID:“spnet”
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
is the output.
And finally, when i input: /sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:22:19:F8:1D:20
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:17
eth1 Link encap:Ethernet HWaddr 00:26:F2:C9:4B:6A
inet addr:192.168.0.10 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::226:f2ff:fec9:4b6a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:20701 errors:0 dropped:0 overruns:0 frame:0
TX packets:17424 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:21778810 (20.7 Mb) TX bytes:2709619 (2.5 Mb)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:98 errors:0 dropped:0 overruns:0 frame:0
TX packets:98 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6732 (6.5 Kb) TX bytes:6732 (6.5 Kb)
wlan0 Link encap:Ethernet HWaddr 00:25:56:A1:7D:F5
inet6 addr: fe80::225:56ff:fea1:7df5/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:1022 (1022.0 b)
Is the output.
If there is any other information needed I’ll happily supply it. Just let me know what to input. Thanks in advance for the help.