To start off I am very new to Ubuntu so when explaining do not use shortcuts please because I will not understand. So I installed Ubuntu 15.10 on my Hp Envy and the wireless card is not working. I have been hassling with it all day and I'm finally giving in to making a forum post. The Card is a Intel 7265 Wireless AC(revision61). I am currently attempting to install a newer firmware for it that I downloaded from intels website but I can not for the life of me figure out how to get the file into the firmware folder. So basically I'm making a plea to help me get the firmware installed and if that doesn't work provide more insight before I say goodbye to Ubuntu. Thanks in advance!
lspci -knn | grep Net -A2
02:00.0 Network controller [0280]: Intel Corporation Wireless 7265 [8086:095a] (rev 61)
Subsystem: Intel Corporation Dual Band Wireless-AC 7265 [8086:5010]
Kernel driver in use: iwlwifi
Rfkill List
0: acer-wireless: Wireless LAN
Soft blocked: yes
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
dmesg | grep iwlwifi
[ 2.089673] iwlwifi 0000:02:00.0: Unsupported splx structure
[ 2.092497] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-15.ucode failed with error -2
[ 2.093049] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-14.ucode failed with error -2
[ 2.113852] iwlwifi 0000:02:00.0: loaded firmware version 25.30.13.0 op_mode iwlmvm
[ 2.148273] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210
[ 2.149810] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[ 2.150242] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[ 2.240713] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[ 14.008741] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[ 14.009388] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[ 14.070823] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[ 14.071356] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
After sudo modprobe -r acer_wmi
rfkill list
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
lspci -knn | grep Net -A2; rfkill list
terminal command. – Pilot6 Feb 24 '16 at 09:14sudo rfkill unbloack all
. If that does not help, post output ofdmseg | grep iwlwifi
TO YOUR QUESTION. – Pilot6 Feb 24 '16 at 20:02acer_wmi
is loaded. See the answer. – Pilot6 Feb 24 '16 at 20:31rfkill list
show now? – Pilot6 Feb 24 '16 at 20:34