Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Unsupported driver 'iwlwifi' (Intel PRO/Wireless 5100 AGN)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
promythyus
n00b
n00b


Joined: 04 Oct 2013
Posts: 2

PostPosted: Sat Oct 05, 2013 9:06 am    Post subject: Unsupported driver 'iwlwifi' (Intel PRO/Wireless 5100 AGN) Reply with quote

Just got my first Gentoo install up and running and now I want to get wireless working.

When I try to start the wifi interface with
Code:
/etc/init.d/net.wlp7s0 start
it errors with
Code:
* Caching service dependencies ...
* Bringing up interface wlp7s0
* Starting wpa_supplicant on wlp7s0 ...
Successfully initialized wpa_supplicant
wlp7s0: Unsupported driver 'iwlwifi'
* start-stop-daemon: failed to start '/usr/sbin/wpa_supplicant'
* ERROR: net.wlp7s0 failed to start


The wiki lists iwlwifi as the correct driver for my wifi card, "Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection" (from lspci).

Related lines from /etc/conf.d/net:
Code:
modules_wlp7s0="wpa_supplicant"
wpa_supplicant_wlp7s0="-Diwlwifi"


/etc/wpa_supplicant/wpa_supplicant.conf:
Code:
network={
ssid="Mason Wireless"
psk=(psk here)
scan_ssid=1
}


Anyone know why the driver is not working?
Back to top
View user's profile Send private message
666threesixes666
Veteran
Veteran


Joined: 31 May 2011
Posts: 1248
Location: 42.68n 85.41w

PostPosted: Sat Oct 05, 2013 6:58 pm    Post subject: Reply with quote

the column to the right of driver says "firmware" my guess is you neglected to

Code:

emerge linux-firmware


as your post doesn't mention firmware.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54237
Location: 56N 3W

PostPosted: Sat Oct 05, 2013 7:44 pm    Post subject: Reply with quote

promythyus,

Code:
wpa_supplicant_wlp7s0="-Dext"
is worth trying too.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3267
Location: Canada

PostPosted: Sat Oct 05, 2013 7:47 pm    Post subject: Reply with quote

NeddySeagoon wrote:
promythyus,

Code:
wpa_supplicant_wlp7s0="-Dext"
is worth trying too.


I have (for a bit older chip - 4965)

Code:

wpa_supplicant_wlan0="-Dnl80211"


and actually, suprisingly

sys-firmware/iwl5000-ucode

is not masked, so no need for full linux-firmware
Back to top
View user's profile Send private message
promythyus
n00b
n00b


Joined: 04 Oct 2013
Posts: 2

PostPosted: Sun Oct 06, 2013 12:40 am    Post subject: Reply with quote

I didn't specify in my post but I had installed the firmware for my card.

"-Dext" didn't work but "-Dnl80211" is working, I can ping google at the very least. So thanks dmpogo, how did you work that one out?
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3267
Location: Canada

PostPosted: Sun Oct 06, 2013 1:14 am    Post subject: Reply with quote

promythyus wrote:
I didn't specify in my post but I had installed the firmware for my card.

"-Dext" didn't work but "-Dnl80211" is working, I can ping google at the very least. So thanks dmpogo, how did you work that one out?



It is in my config for the last at least 3 years and my memory faded as of source. Though, I'm pretty sure when I got this laptop in 2008 I have used -Dext for a while and
it was working, but those were the times when this 80211 stack was actively developed in the kernel, adn again, I have an older iwl4965 driver and chipset.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54237
Location: 56N 3W

PostPosted: Sun Oct 06, 2013 10:37 am    Post subject: Reply with quote

dmpogo,

There are two wireless stacks in the kernel -Dext uses the old one, -Dnl80211 uses the new one.
Which one works depends on your kernel. You may even build both wireless stacks if you want.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum