Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

(Solved)Wifi driver installed, but device not recognized

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
luczkowv
Posts: 2
Joined: 2014-04-20 11:33

(Solved)Wifi driver installed, but device not recognized

#1 Post by luczkowv »

I've just installed Debian 7.4. The wireless card is an Intel AC-3160.
I ran modprobe iwlwifi with no problems.
Result of lsmod:

Code: Select all

lsmod | grep iwlwifi
iwlwifi 166761 0
mac80211 192806 1 iwlwifi
cfg 80211 137243 2 mac80211, iwlwifi
But I can't get wlan0 to actually start:

Code: Select all

ifup wlan0
Ignoring unknown interface wlan0=wlan0

Code: Select all

ifconfig wlan0 up
wlan0: ERROR while getting interface flags: No such device
Any idea what's going wrong?
Last edited by luczkowv on 2014-04-20 15:02, edited 1 time in total.

dibl
Posts: 528
Joined: 2009-10-13 19:50
Location: Dayton, Ohio, USA

Re: Wifi driver installed, but device not recognized

#2 Post by dibl »

Take a look at dmesg output to see if the device is being recognized by the system.

Code: Select all

dmesg | most
Debian sid / siduction KDE

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Wifi driver installed, but device not recognized

#3 Post by stevepusser »

Probably you are missing "firmware-iwlwifi". It's in the non-free section, so add that (non-free) to the end of Debian repository address you are using (usually you have to edit as root the text file /etc/apt/sources.list), then update apt, then install.
MX Linux packager and developer

luczkowv
Posts: 2
Joined: 2014-04-20 11:33

Re: Wifi driver installed, but device not recognized

#4 Post by luczkowv »

Okay, I managed to solve it by installing iwlwifi from backports. I already had the firmware installed from firmware-iwlwifi_0.41_all.deb.

Post Reply