I absolutely do not know how to get it to work. What repositories to add for firmwire drivers nor alot about the console.
So im in a bit of a hairy situation.
Can someone guide me along the steps of getting it to work
(in the mean time im going to keep at it)
On 07/26/2011 04:36 PM, Sylph wrote:
>
> -i cant edited the post so a new reply because of it-
>
> Kernel driver iwlagn
>
> 8.628425] iwlagn 0000:04:00.0: loaded firmware version 8.24.2.12
>
> Interface doesn’t support scanning : Network is down
>
> This is all my info so far
What version of openSUSE are you using? Are you trying to use NetworkManager of
ifup?
With a network connection, do the following:
sudo zypper install rfkill
/usr/sbin/rfkill list
It is likely that your network is down because your wireless switch is off.
Im trying to use the networkmanager since im going to be at different places school, home etc
0: ideapad_wlan: Wireless LAN
Soft blocked: yes
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
3: ideapad_killsw: Wireless LAN
Soft blocked: yes
Hard blocked: no
/usr/sbin/rfkill unblock all
/usr/sbin/rfkill list
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: ideapad_killsw: Wireless LAN
Soft blocked: yes
Hard blocked: no
3: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
4: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
On 07/27/2011 05:36 AM, Sylph wrote:
>
> I just started the pc up. Everything is enabled on /usr/sbin/rfkill list
>
> And im now able to connect and scan.
>
> Thx for your help.
The “soft” block is due to an unfixed problem in the NM applet. Once you clear
it, it seems to stay cleared, which makes me believe it is an uninitialized
variable someplace that gets set properly once the unblock command clears it.