On 04/02/2013 03:36 PM, mcgloud wrote:
>
> Hi everyone,
> I just installed openSUSE 12.3 an hour ago… the only problem I now
> have is that I can´t connect to our wireless network! Wich is strange
> becsause SUSE can see what kind of network PCI I´ve got…
> When I go to Network management > network connections, only Wired and
> VPN are available. I can´t click on wireless!
> How do I connect??
>
> I´m fairly new to SUSE and it looks like an awesome Linux OS. I don´t
> want this to ruin it 
For future reference, this posting should have been in the wireless forum. In
addition, the stickies there would have given you some pointers.
You need to check a few things.
/usr/sbin/iwconfig
The above command should show wlan0. If you need to install firmware, the wlan0
device will not be present, and NM will never see your wireless.
If wlan0 is NOT present:
Run the command ‘dmesg | less’ to see the log. The space key will page one
screen at a time. Look for firmware messages. Press the q to quit the pager.
If wlan0 IS present above, check to make sure your wireless switch is on. You
can make a final check with
sudo zypper in rfkill
/usr/sbin/rfkill list
You will need to have a network connection. If any of the entries show “yes”,
that will keep the wireless network from being active.
If you have a wlan0 device and it is not blocked, then run
sudo /usr/sbin/iwlist scan
Do any neighboring APs show?
If you still do not have a wireless device, run the following and post the output:
/sbin/lspci -nn | grep Network