Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wireless Setup - Can someone tell me why this is happening?
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
dinomyte66
n00b
n00b


Joined: 12 Aug 2005
Posts: 48

PostPosted: Sun Aug 14, 2005 10:36 pm    Post subject: Wireless Setup - Can someone tell me why this is happening? Reply with quote

I did read the wireless section in the gentoo handbook and the wireless HOWTO on the WIKI site and followed things pretty much to the T. 8O
I have had this issue for 2 days now and have tried everything that comes to mind but to no avail.

During bootup AND manually trying to start my wireless interface, i get the following error:

#/etc/init.d/net.eth0 start
*starting eth0
*starting wpa_supplicant on eth0
Failed to read configuration file '/etc/wpa_supplicant.conf'.


The following is my config:

/etc/conf.d/net
Code:
modules=( "wpa_supplicant" )
wpa_supplicant_eth0="-Dipw"



and

/etc/wpa_supplicant.conf
Code:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
opensc_engine_path=/usr/lib/opensc/engine_opensc.so
pkcs11_engine_path=/usr/lib/opensc/engine_pkcs11.so
pkcs11_module_path=/usr/lib/pkcs11/opensc-pkcs11.so
network={
    ssid="XXX"
    psk=<"ASCII string of my passphrase">
    priority=5


I'm at a loss. Someone please help... :cry:

Thanks,
Dino
Back to top
View user's profile Send private message
loisl
Apprentice
Apprentice


Joined: 18 Apr 2004
Posts: 167
Location: Egelsbach

PostPosted: Mon Aug 15, 2005 9:26 am    Post subject: Reply with quote

Is the closing "}" for the network-block realy missing?
Back to top
View user's profile Send private message
dinomyte66
n00b
n00b


Joined: 12 Aug 2005
Posts: 48

PostPosted: Mon Aug 15, 2005 4:11 pm    Post subject: Reply with quote

Oh man, how embarrasing! I guess I'm portraying the true colors of a noob!
I'm new to linux and making some dumb mistakes. Sorry about that...

Your suggestion did work and fixed the issue with not being able to read the wpa_supplicant file
but of course another failure has now risen to the surface:

#/etc/init.d/net.eth0 start
*starting wpa_supplicant on eth0
Failed to initialize EAPOL state machines.
/lib/rcscripts/net.modules.d/wpa_supplicant: line 9: 10754 Segmentation fault LC_ALL=C /usr/sbin/wpa_supplicant "$@

I'll do some investigation on this one and any help would be greatly appreciated.
I'm not ready to give up on myself and Linux just yet!

Thanks for your help thus far,
Dino
Back to top
View user's profile Send private message
WackyDoo
n00b
n00b


Joined: 16 Mar 2004
Posts: 44
Location: Ottawa

PostPosted: Sun Aug 28, 2005 10:38 pm    Post subject: Reply with quote

dinomyte66 wrote:
Oh man, how embarrasing! I guess I'm portraying the true colors of a noob!
#/etc/init.d/net.eth0 start
*starting wpa_supplicant on eth0
Failed to initialize EAPOL state machines.
/lib/rcscripts/net.modules.d/wpa_supplicant: line 9: 10754 Segmentation fault LC_ALL=C /usr/sbin/wpa_supplicant "$@


I also get this far. Using strace shows that the problem might be with the reference to the non-existant opensc libraries. Commenting this out gets me a bit further. Is opensc a prerequisite for wpa_supplicant?
Back to top
View user's profile Send private message
UberLord
Retired Dev
Retired Dev


Joined: 18 Sep 2003
Posts: 6835
Location: Blighty

PostPosted: Tue Aug 30, 2005 6:58 am    Post subject: Reply with quote

No it's not. Comment out your opensc and pkcs11 lines
_________________
Use dhcpcd for all your automated network configuration needs
Use dhcpcd-ui (GTK+/Qt) as your System Tray Network tool
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