I have Ubuntu 14.04 installed on a single board computer, a Jetson TK1. I am using the intel 7620 pcie adapter for wireless connectivity.
I can connect wired with the board but wireless will not work. I can create a wireless connection from the network dropdown, but the device will not let me enable wireless.
lspci shows:
00:00.0 PCI bridge: ...
01:00.0 Network Controller: Intel Corporation Wireless 7260 (rev 73)
02:00.0 PCI bridge: ... TegraK1 PCIe Bridge (rev a1)
03:00.0 Ethernet Controller: Realtek ...
sudo lspci -vvv -s 01:00.0 shows:
...
Kernel modules: iwlwifi
It seems the driver is available, detected, and bound to the hardware
The network manager gui does not show that WiFi is enabled and will not scan.
Any help would be appreciated.