Just a thought but when you type ip link what do you get? If you have more than one network device, you will want to make sure that dhcpcd is enabled with sudo systemctl enable dhcpcd@x.vservice whare x is the interface name you want to use. HTH. Matthew On 11/06/2016 05:12 PM, Silvio Siefke wrote:
On Sun, 6 Nov 2016 23:03:15 +0100 Christian Rebischke <Chris.Rebischke@archlinux.org> wrote:
rfkill was already the right direction. You have to unblock the phy0 device via rfkill. Try `rfkill unblock 0` This should work. this work not. I try it with blacklisting what found in forum, I try with block and unblock. Nothing change.
[sisibox siefke]# rfkill list 0: phy0: Wireless LAN Soft blocked: no Hard blocked: yes 2: hci0: Bluetooth Soft blocked: no Hard blocked: no [sisibox siefke]# rfkill unblock 0 [sisibox siefke]# rfkill list 0: phy0: Wireless LAN Soft blocked: no Hard blocked: yes 2: hci0: Bluetooth Soft blocked: no Hard blocked: no
[sisibox siefke]# cat /etc/modprobe.d/hp.conf blacklist hp_wmi
I try since 6 hours I really not understand whereis problem.
Thank you Silvio