networking - Can't use USB adapter 0846:9014 NetGear, Inc. in Ubuntu 16.04 - Ask Ubuntu
i have installed ubuntu 16.04 alongside windows 10 , when trying connect wifi, can´t see there option. see
i have disabled secure boot in bios , after running sudo lshw -c network
, see
despite searching online on how install or update wifi drivers, haven't found works me. appreciated.
update
i followed suggestion of @mahesh , can read in comment below, on top right corner seeing icon connect internet ( first picture of question), cannot see now, , freaking out. can please help?
output of lspci
here:
00:00.0 host bridge: intel corporation 4th gen core processor dram controller (rev 06) 00:02.0 vga compatible controller: intel corporation xeon e3-1200 v3/4th gen core processor integrated graphics controller (rev 06) 00:03.0 audio device: intel corporation xeon e3-1200 v3/4th gen core processor hd audio controller (rev 06) 00:14.0 usb controller: intel corporation 8 series/c220 series chipset family usb xhci (rev 04) 00:16.0 communication controller: intel corporation 8 series/c220 series chipset family mei controller #1 (rev 04) 00:16.3 serial controller: intel corporation 8 series/c220 series chipset family kt controller (rev 04) 00:19.0 ethernet controller: intel corporation ethernet connection i217-lm (rev 04) 00:1a.0 usb controller: intel corporation 8 series/c220 series chipset family usb ehci #2 (rev 04) 00:1b.0 audio device: intel corporation 8 series/c220 series chipset high definition audio controller (rev 04) 00:1c.0 pci bridge: intel corporation 8 series/c220 series chipset family pci express root port #1 (rev d4) 00:1c.3 pci bridge: intel corporation 8 series/c220 series chipset family pci express root port #4 (rev d4) 00:1d.0 usb controller: intel corporation 8 series/c220 series chipset family usb ehci #1 (rev 04) 00:1f.0 isa bridge: intel corporation q87 express lpc controller (rev 04) 00:1f.2 sata controller: intel corporation 8 series/c220 series chipset family 6-port sata controller 1 [ahci mode] (rev 04) 00:1f.3 smbus: intel corporation 8 series/c220 series chipset family smbus controller (rev 04) 02:00.0 pci bridge: integrated technology express, inc. it8893e pcie pci bridge (rev 41)
output of lsusb
:
bus 002 device 002: id 8087:8000 intel corp. bus 002 device 001: id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002: id 8087:8008 intel corp. bus 001 device 001: id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001: id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 005: id 093a:2510 pixart imaging, inc. optical mouse bus 003 device 004: id 1a40:0101 terminus technology inc. hub bus 003 device 003: id 04b3:3025 ibm corp. netvista full width keyboard bus 003 device 002: id 0846:9014 netgear, inc. bus 003 device 001: id 1d6b:0002 linux foundation 2.0 root hub
restart network manager.
sudo service network-manager restart
restart nm applet.
killall nm-applet && nm-applet &
then
sudo lshw -class network
output this
*-network description: wireless interface product: wireless 7265 vendor: intel corporation physical id: 0 bus info: pci@0000:02:00.0 logical name: wlp2s0 version: 59 serial: 60:57:18:78:f9:92 width: 64 bits clock: 33mhz capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless configuration: broadcast=yes driver=iwlwifi driverversion=4.4.0-28-generic firmware=16.242414.0 ip=192.168.1.20 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources: irq:49 memory:f7000000-f7001fff
with above information available can go work , try solve resume suspend issue.
sudo vi /etc/pm/config.d/config
in file, paste following
suspend_modules="iwlwifi wlp2s0"
now, issue restart of network manager
sudo service network-manager restart
that's it.
Comments
Post a Comment