networking - WIFI blocked - Blacklisting blocks WIFI for dual boot - Ask Ubuntu


i dual boot linux , windows on computer. have gone linux mint ubuntu. wifi isn't instantly compatible linux. used work linux mint (which knowledge builds on ubuntu) write "blacklist acer_wmi" /etc/modprobe.d/blacklist config.

however, run command in ubuntu locks wifi os:es. is, ubuntu finds no wireless networks, rfkill list lists bluetooth, and, in windows, wifi "option" greyed out. correcting file mentioned above doesn't help. actually, have format hard drive , boot in legacy mode have computer find wifi again.

i have no idea how begin troubleshooting problem.

any appreciated!

[edit]

lspci -knn | grep net -a4 gives following

09:00.0 network controller [0280]: intel corporation wireless 7260 [8086:08b1] (rev c3)     devicename: intel stone peak 2 7260 ac 2x2 + bt4 le combo     subsystem: intel corporation dual band wireless-ac 7260 [8086:c070]     kernel driver in use: iwlwifi     kernel modules: iwlwifi 

dmesg | grep iwl

[    7.682179] iwlwifi 0000:09:00.0: direct firmware load iwlwifi-7260-17.ucode failed error -2 [    7.687544] iwlwifi 0000:09:00.0: loaded firmware version 16.242414.0 op_mode iwlmvm [    7.764971] iwlwifi 0000:09:00.0: detected intel(r) dual band wireless ac 7260, rev=0x144 [    7.765045] iwlwifi 0000:09:00.0: l1 enabled - ltr enabled [    7.765352] iwlwifi 0000:09:00.0: l1 enabled - ltr enabled [    7.794846] iwlwifi 0000:09:00.0: rf_kill bit toggled disable radio. [    7.798595] ieee80211 phy0: selected rate control algorithm 'iwl-mvm-rs' [    7.800784] iwlwifi 0000:09:00.0 wlo1: renamed wlan0 

rfkill list (if blacklist acer, blutooth entry remains)

0: hci0: bluetooth     soft blocked: no     hard blocked: no 1: acer-wireless: wireless lan     soft blocked: yes     hard blocked: no 2: phy0: wireless lan     soft blocked: no     hard blocked: yes 

blacklist.conf

# file lists modules don't want loaded # alias expansion, other driver loaded # device instead.  # evbug debug tool should loaded explicitly blacklist evbug  # these drivers simple, hid drivers preferred blacklist usbmouse blacklist usbkbd  # replaced e100 blacklist eepro100  # replaced tulip blacklist de4x5  # causes no end of confusion creating unexpected network interfaces blacklist eth1394  # snd_intel8x0m can interfere snd_intel8x0, doesn't seem support # hardware on own (ubuntu bug #2011, #6810) blacklist snd_intel8x0m  # conflicts dvb driver (which better handling device) blacklist snd_aw2  # causes failure suspend on hp compaq nc6000 (ubuntu: #10306) blacklist i2c_i801  # replaced p54pci blacklist prism54  # replaced b43 , ssb. blacklist bcm43xx  # apps use garmin usb driver directly (ubuntu: #114565) blacklist garmin_gps  # replaced asus-laptop (ubuntu: #184721) blacklist asus_acpi  # low-quality, noise when being used sound playback, causes # hangs @ desktop session start (ubuntu: #246969) blacklist snd_pcsp  # ugly , loud noise, getting on everyone's nerves; should done # nice pulseaudio bing (ubuntu: #77010) blacklist pcspkr  # edac driver amd76x clashes agp driver preventing aperture # being initialised (ubuntu: #297750). blacklist driver # continues build , installable few cases # needed. blacklist amd76x_edac 

dmesg | grep iwl

[    7.711214] iwlwifi 0000:09:00.0: direct firmware load iwlwifi-7260-17.ucode failed error -2 [    7.716552] iwlwifi 0000:09:00.0: loaded firmware version 16.242414.0 op_mode iwlmvm [    7.742759] iwlwifi 0000:09:00.0: detected intel(r) dual band wireless ac 7260, rev=0x144 [    7.742858] iwlwifi 0000:09:00.0: l1 enabled - ltr enabled [    7.743103] iwlwifi 0000:09:00.0: rf_kill bit toggled disable radio. [    7.743149] iwlwifi 0000:09:00.0: l1 enabled - ltr enabled [    7.777035] ieee80211 phy0: selected rate control algorithm 'iwl-mvm-rs' [    7.793695] iwlwifi 0000:09:00.0 wlo1: renamed wlan0 

rfkill list

0: hci0: bluetooth     soft blocked: no     hard blocked: no 1: phy0: wireless lan     soft blocked: no     hard blocked: yes 

you can fix running

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

reboot after it.

that create file config. alternatively can add line blacklist.conf file.

you may need reset bios defaults.


Comments

Popular posts from this blog

Windows XP installation, no previous version of Windows NT - Super User

permissions - Mount is denied because the NTFS volume is already exclusively opened - Ask Ubuntu

software installation - How to install linux driver for a lb-link wireless usb adapter - Ask Ubuntu