noob alert, wifi problems

Soo…
As I see, I am among the many with wireless problems…
Here’s the info that I gathered from terminal commands :slight_smile:
when I tried to check for firmware faults, the dmesg | grep firmware didnt do anything

sudo /usr/sbin/iwlist scan
wlan0     Interface doesn't support scanning : Network is down
 
lo        Interface doesn't support scanning.
 
eth0      Interface doesn't support scanning.
 
 
/usr/bin/lsusb
Bus 001 Device 003: ID 0bda:8198 Realtek Semiconductor Corp. RTL8187B Wireless Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 
/usr/sbin/iwconfig
wlan0     IEEE 802.11bg  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:on
         
lo        no wireless extensions.
 
eth0      no wireless extensions.
 
 
Kernel Driver: rtl8187
 
 
/sbin/ifconfig
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:3640 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3640 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:295519 (288.5 Kb)  TX bytes:295519 (288.5 Kb)

You might want to give the output of **dmesg | grep wlan

**Though another weird thing is it appears that driver is loaded. Perhaps you can make sure, as root run: modprobe rtl8187​ After which try restarting network manager.

maybe I’m doing something wrong, but nothing happens when I type those commands… :confused:

Nothing happen on the first one means nothing in the log relating to wlan. Nothing on the latter means it worked, and see if wifi shows up after restarting network-manager (or just disable enable networking I think).

On 10/24/2012 02:36 PM, w00xer wrote:
>
> Soo…
> As I see, I am among the many with wireless problems…
> Here’s the info that I gathered from terminal commands :slight_smile:
> when I tried to check for firmware faults, the dmesg | grep firmware
> didnt do anything

The RTL8187B does not need external firmware. Everything is built into the device.

>
> Code:
> --------------------
> sudo /usr/sbin/iwlist scan
> wlan0 Interface doesn’t support scanning : Network is down
>
> lo Interface doesn’t support scanning.
>
> eth0 Interface doesn’t support scanning.

The “Network is down” message either means that (a) something is blocking the
wireless signal, or (b) wireless is disabled in NetworkManager.

When you post a question, ALWAYS state what version of openSUSE you use, and
what desktop you employ. We need that info to tell you what to do. In the
meantime, run the following commands:


sudo zypper install rfkill
/usr/sbin/rfkill list

Post the output of the second command.

I think wireles is working, but now I’ve been on windows pc :slight_smile: I’ll post the results as soon as I have free time to boot on linux :slight_smile: