Displaying 2 results from an estimated 2 matches for "wlanmod".
Did you mean:
wlanmode
2008 Mar 20
0
Fwd: ath_pci in modprobe.conf on Centos/Fedora
...s a result is to create during startup and loading module AP
from wifi0 (ath0) and STA from wifi1 (ath1)
i have tried to put to modprobe.conf :
************************************************
install wifi /sbin/modprobe ath_pci autocreate=none;
/usr/local/bin/wlanconfig ath0 create wlandev wifi0 wlanmode ap;
/usr/local/bin/wlanconfig ath1 create wlandev wifi1 wlanmode sta
remove wifi /sbin/modprobe -r ath_pci
************************************************
next what i want to do is not to load ath_pci module automatically during
startup , but to load instead that wifi module , and here comes my...
2007 Aug 24
0
Wireless Ad Hoc and TEQL
...ith two 802.11b/g interfaces. However, I cannot
get a connection.
I would like the 4 interfaces to create 2 ad hoc links on separate
channels. I have set this up successfully with the following:
/etc/dbus-1/event.d/25NetworkManager stop
wlanconfig ath0 destroy
wlanconfig ath0 create wlandev wifi0 wlanmode adhoc
iwconfig ath0 essid ''adhoc0''
iwconfig ath0 channel 1
iwconfig ath0 key ''password''
ifconfig ath0 up
ifconfig ath0 192.168.0.YYY
ifconfig ath0 netmask 255.255.255.0
ifconfig ath0 broadcast 192.168.0.255
wlanconfig ath1 destroy
wlanconfig ath1 create wlandev...