Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
wlan doesn't work just after boot
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
ThiefMaster
n00b
n00b


Joined: 28 Aug 2004
Posts: 8

PostPosted: Fri Mar 25, 2005 3:01 pm    Post subject: wlan doesn't work just after boot Reply with quote

my wlan doesn't work on startup and the minutes after it:

Code:
[root@schlepptop:~]# /etc/init.d/net.wlan0 start
 * Starting wlan0
 *    Loading networking modules for wlan0
 *       modules: iwconfig essidnet iptunnel ifconfig dhclient apipa
 *          iwconfig provides wireless
 *          ifconfig provides interface
 *          dhclient provides dhcp
 *    Configuring wireless network for wlan0
 *    Connecting to "ERROR" (WEP enabled - open) ...                                                                                                    [ !! ]
 *    Failed to configure wireless for wlan0 


when i try later, it works;
Code:
[root@schlepptop:~]# /etc/init.d/net.wlan0 start
 * Starting wlan0
 *    Loading networking modules for wlan0
 *       modules: iwconfig essidnet iptunnel ifconfig dhclient apipa
 *          iwconfig provides wireless
 *          ifconfig provides interface
 *          dhclient provides dhcp
 *    Configuring wireless network for wlan0
 *    Connecting to "ERROR" (WEP enabled - restricted) ...                                                                                              [ ok ]
 *       wlan0 connected to "ERROR" at 00:01:E3:04:BD:40
 *       in managed mode (WEP enabled - restricted)
 *    Configuring wlan0 for "ERROR" ...                                                                                                                 [ ok ]
 *    Bringing up wlan0
 *       192.168.2.133                                   



my config looks like this:

Code:
[root@schlepptop:~]# egrep '^[^#]' /etc/conf.d/wireless
essid_wlan0="ERROR"
mode_wlan0="managed"
channel_wlan0="6"
key_ERROR="s:secret enc restricted"
mac_key_0001E304BD40="s:secret enc restricted"
config_ERROR=( "192.168.2.133 netmask 255.255.255.0 broadcast 192.168.2.255" )



has anyone an idea what could be wrong (i tried it with 2 different pcmcia cards)?
Back to top
View user's profile Send private message
thesnowman
Guru
Guru


Joined: 08 May 2003
Posts: 365
Location: Sydney, Australia

PostPosted: Fri Mar 25, 2005 3:09 pm    Post subject: Reply with quote

Try playing with the sleep_scan setting. I used to have a similar problem and found setting this value helped.
Back to top
View user's profile Send private message
ThiefMaster
n00b
n00b


Joined: 28 Aug 2004
Posts: 8

PostPosted: Fri Mar 25, 2005 3:14 pm    Post subject: Reply with quote

doesn't work

Code:
when i try later, it works;
later = a few minutes - not a few seconds :(
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