Intel corporation ultimate n wifi link 5300 ubuntu driver

System Requirements: Windows 8, Windows 7, Windows 8.1


I just installed ubuntu server (the installer connected to the internet with no troubles and I cannot get it to connect wirelessly to the internet. I've googled to no avail, as there is no eth X device listed when I run ifconfig. Here is the output of ifconfig: lo Link encap: Local Loopback inet addr: Mask: inet6 addr: :1/128 Scope: Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1136 errors:0 dropped:0 overruns:0 frame:0 TX packets:1136 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:84056 (84.0 KB) TX bytes:84056 (84.0 KB) I've tried running wget -spider and using sudo apt-get install and both have resulted in Name not resolved, even though the usb installer was able to connect to the internet perfectly fine. EDIT: after running lspci, I can see the wireless network controller listed: 0c:00c0 Network controller: Intel Corporation Ultimate N Wi Fi Link 5300 I'm not sure if this is relevant, but I also saw the following listing under lsusb Bus 005 Device 002: ID 0a5c:5800 Broadcom Corp. BCM5880 Secure Applications Processor EDIT 2: My ethernet controller is also listed under lspci: Ethernet controller: Intel Corporation 82567 LM Gigabit Network Connection (rev 03) EDIT 3: I'm running the -generic kernel.
Hi Michael, You can try this in a terminal and see if it makes a difference, don't have that wireless card here so can't test it for you. Code: sudo sh -c 'modprobe -r iwlwifi rmmod iwlcore ; modprobe iwlagn Installation under Debian stable („ Squeeze“) Running Debian stable („ Squeeze“) Wi Fi will not work after a fresh installation. Add a non-free source to /etc/apt/sources.list and run apt-get update apt-get install firmware-iwlwifi This should also work for Debian's testing and unstable branch. Kernel -rc5 (as a patched kernel ) download linux kernel download linux kernel prepatch -rc5 ( Device Drivers => Network device surppot => wireless LAN CONFIG_ WLAN_80211=y CONFIG_ IWLWIFI=y CONFIG_ IWLCORE=y CONFIG_ IWLWIFI_ LEDS=y CONFIG_ IWLWIFI_ RFKILL=y CONFIG_ IWLWIFI_ DEBUG=y CONFIG_ IWLAGN=y CONFIG_ IWLAGN_ SPECTRUM_ MEASUREMENT=y CONFIG_ IWLAGN_ LEDS=y.