LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   hostap boot problem (https://www.linuxquestions.org/questions/linux-newbie-8/hostap-boot-problem-179570/)

JJX 05-09-2004 07:48 AM

hostap boot problem
 
System:
Debian 3.0r2
kernel 2.4.25
2 Netgear MA311

I load hostap & hostap_pci in /etc/modules.
In /etc/network/interfaces i have these lines:

Code:

auto wlan0
iface wlan0 inet static
        address 10.19.141.75
        netmask 255.255.255.192
        network 10.19.141.64
        broadcast 10.19.141.127
        gateway 10.19.141.65
        wireless_mode managed
        wireless_essid APessid

When i boot the system wlan0 is still in "master mode" and doesnt connect to the AP :)

However, if these commands run at the end of the booting
Code:

iwconfig wlan0 mode managed
iwconfig wlan0 essid any

it connnects fine.

I think that hostap is being loaded after the ifs are up.
Is any way to check the boot sequence or to load hostap sooner?

/var/log/messages , /var/log/syslog and /var/log/debug doesnt show any errors!

--- edit ---
Anyone can move it to Wireless Networking? :)
sorry

david_ross 05-09-2004 02:14 PM

Please do not post the same thread in more than one forum. Picking the most relevant forum and posting it once there makes it easier for other members to help you and keeps the discussion all in one place.

http://www.linuxquestions.org/rules.php

If you would like a thread moved then please use the "Report this post to a moderator" link beside your post.

The other thread is:
http://www.linuxquestions.org/questi...hreadid=179605


All times are GMT -5. The time now is 07:14 PM.