Everytime I boot Ubuntu, my wifi lan is Soft-blocked. ( I did rfkill list
, rfkill unblock wlan
to verify the case. In addition I note that it is blocked some seconds after boot is finished).
how can I avoid this please ? What should I do to not block wlan ? Where is the thing to uncheck, to avoid this blocking ?
DRIVER it is iwlwifi
.
NOTE
In rc/local
, I have added this:
rfkill unblock wlan
ifconnfig wlan0 up
But uit still results in the same state. Like if the rfkill block wlan
is called seconds after rc.local
.
journalctl
does not exist on my system. Really I'm not Ubuntu but Mint 17.2 – 3pic Aug 31 '15 at 13:22/var/log/messages
or/var/log/messages.log
(or any other file in/var/log
depending on your configuration). The commandjournalctl
is now standard in most recent Linux distributions, but it is optional Linux Mint. – Nicop Aug 31 '15 at 13:46