networking - wifi problem with HP spectre x2 - Ask Ubuntu


i have issues wifi, have hp spectre 13 x2, wifi card intel wireless-ac 7260 , works long not reboot laptop. when wifi working:

rfkill list 3: phy0: wireless lan     soft blocked: no     hard blocked: no 10: nfc0: nfc     soft blocked: yes     hard blocked: no 11: hci0: bluetooth     soft blocked: no     hard blocked: no 

when on wmi can see this

dmesg | grep wmi [    2.571021] wmi: mapper loaded [   10.505719] acer_wmi: acer laptop acpi-wmi extras [   89.246158] acer_wmi: acer laptop wmi extras unloaded 

and after reboot laptop have acer-wireless lan in rfkill list must run command: rmmod -f acer-wmi , echo "blacklist acer.wmi" | sudo tee /etc/modprobe.d/acer-wmi.conf , wait few minutes/hours

iwconfig lo        no wireless extensions.  wlp7s0    ieee 802.11abgn  essid:"......."             mode:managed  frequency:5.24 ghz  access point:......as:32              bit rate=26 mb/s   tx-power=20 dbm              retry short limit:7   rts thr:off   fragment thr:off           encryption key:off           power management:on           link quality=52/70  signal level=-58 dbm             rx invalid nwid:0  rx invalid crypt:0  rx invalid frag:0           tx excessive retries:0  invalid misc:149   missed beacon:0 

run in terminal

sudo tee /etc/modprobe.d/blacklist-acer-wmi.conf <<< "blacklist acer_wmi" 

this disable acer_wmi module blocks wi-fi.

your previous command wrong. need remove acer-wmi.conf by

sudo rm /etc/modprobe.d/acer-wmi.conf 

Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User