View previous topic :: View next topic |
Author |
Message |
Evileye l33t
Joined: 06 Aug 2003 Posts: 782 Location: Toronto
|
Posted: Tue Jul 29, 2008 4:03 am Post subject: ath0 startup problem (SOLVED) |
|
|
Here is my problem on startup
Quote: | Bringing up interface ath0
Configuring wireless network for ath0
Only managed, ad-hoc, master and auto modes are supported
Failed to configure wireless for ath0
ERROR: net.ath0 failed to start
|
How do I fix this? I want "master mode"
Last edited by Evileye on Thu Jul 31, 2008 9:06 am; edited 7 times in total |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Tue Jul 29, 2008 4:06 am Post subject: |
|
|
What do you have inside /etc/conf.d/net because I think that the atheros driver doesn't like ifconfig or iwconfig at all. |
|
Back to top |
|
|
Evileye l33t
Joined: 06 Aug 2003 Posts: 782 Location: Toronto
|
Posted: Tue Jul 29, 2008 4:18 am Post subject: |
|
|
Here is my /etc/conf.d/net (Keep in mind I am using baselayout 2.0.0 and using ethernet bridging)
Code: | config_eth0="66.11.182.5 netmask 255.255.255.0 broadcast 66.11.182.255"
bridge_br0="eth1 ath0"
config_eth1="null"
config_ath0="null"
config_br0="192.168.0.1 netmask 255.255.255.0 broadcast 192.168.0.255"
routes_br0="default via 192.168.0.1"
mode_ath0="Master"
essid_ath0="MyNetwork"
|
Last edited by Evileye on Thu Jul 31, 2008 7:58 pm; edited 2 times in total |
|
Back to top |
|
|
Evileye l33t
Joined: 06 Aug 2003 Posts: 782 Location: Toronto
|
Posted: Thu Jul 31, 2008 6:16 am Post subject: |
|
|
Should be "master" not "Master". It's case sensitive |
|
Back to top |
|
|
|