Hello I have a weird problem with wifi connection.
I’m using Network Manager to manage connection and if I click on the tray icon I can see only cable connection listed and not wifi.
The weird thing is that if I do the following procedure wifi works correctly:
- from yast select network settings;
- switch to Wicked Service
and confirm; 1. open again network settings; - switch again to Network Manager
Service; 1. confirm; - Network manager icon appear again and lists correctly cable and wifi connections
giving me the possibility to use both without issues.
When I reboot the system anyway Network manager stops listing wifi connections.
If I open the connection properties I can see the settings of the wifi but cannot connect to it since connect button is grayed out.
# nmcli d
DEVICE TIPO STATO CONNESSIONE
eth0 ethernet collegato Wired connection 1
lo loopback non gestito --
Network manager does not list wifi connection.
# ifconfig -a
eth0 Link encap:Ethernet HWaddr BC:5F:F4:E7:73:91
inet addr:192.168.1.69 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::be5f:f4ff:fee7:7391/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:13388 errors:0 dropped:0 overruns:0 frame:0
TX packets:12243 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:10471673 (9.9 Mb) TX bytes:1781830 (1.6 Mb)
Interrupt:16
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:65536 Metric:1
RX packets:1107 errors:0 dropped:0 overruns:0 frame:0
TX packets:1107 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:185372 (181.0 Kb) TX bytes:185372 (181.0 Kb)
wlan1 Link encap:Ethernet HWaddr 00:0C:F6:89:60:AB
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)
wlan1 is not up.
# ifconfig wlan1 up
# iwlist wlan1 scan
wlan1 Scan completed :
Cell 01 - Address: 9C:97:26:08:F7:94
ESSID:"MYWIFINETWORK"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.437 GHz (Channel 6)
Encryption key:on
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
12 Mb/s; 48 Mb/s
Extra:wpa_ie=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : TKIP
Authentication Suites (1) : PSK
Extra:rsn_ie=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
IE: Unknown: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Signal level=100/100
From iwlist command wifi seems to be working and scans correctly my network, but even if I try restarting Network Manager Service wifi doesn’t show in available connections.
Does anybody have suggestions on how to fix this problem?