Here are some information:
- Code: Select all
[root@localhost nadine]# rfkill
ID TYPE DEVICE SOFT HARD
0 wlan ideapad_wlan débloqué débloqué
1 bluetooth ideapad_bluetooth débloqué débloqué
2 bluetooth hci0 débloqué débloqué
3 wlan phy0 débloqué débloqué
- Code: Select all
[root@localhost nadine]# iwconfig
lo no wireless extensions.
enp3s0 no wireless extensions.
wlp2s0 IEEE 802.11 ESSID:"Freebox-A0B709"
Mode:Managed Frequency:5.22 GHz Access Point: 8C:97:EA:F6:A5:6C
Bit Rate=433.3 Mb/s Tx-Power=22 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
Link Quality=58/70 Signal level=-52 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:7 Missed beacon:0
with the ethernet connection:
- Code: Select all
[root@localhost nadine]# ip -o r
default via 192.168.1.254 dev enp3s0 proto dhcp src 192.168.1.186 metric 100
default via 192.168.1.254 dev wlp2s0 proto dhcp src 192.168.1.56 metric 600
192.168.1.0/24 dev enp3s0 proto kernel scope link src 192.168.1.186 metric 100
192.168.1.0/24 dev wlp2s0 proto kernel scope link src 192.168.1.56 metric 600
I thought it may be a problem of conflict between networkmanager and net_applet and followed a tutorial to use networkmanager but it did not change anything.
Any idea?
Thanks
