You are not logged in.
Hi
I have tried folowing the Wiki but one thing still isn't working.
When booting the ath0 "device" isn't created
as a result I have to do a /etc/rc.d/network restart
I bit anoying
Please help me
I have put
wlanconfig ath0 create wlandev wifi0 wlanmode sta
in my /etc/rc.local as the wiki suggest
These are my config files
/etc/rc.conf
# NETWORKING
# -----------------------------------------------------------------------
#
HOSTNAME="master"
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
#
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#
lo="lo 127.0.0.1"
#eth0="dhcp"
ath0="dhcp"
INTERFACES=(lo ath0)
#wlan0_ath0="ath0 essid "
#
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
/etc/conf.d/wireless
wlan_ath0="ath0 essid router1 mode managed ap 00:13:46:CE:F3:44"
WLAN_INTERFACES=(ath0)
//Clanman
Offline