Displaying 7 results from an estimated 7 matches for "wlanconfig".
2012 Jun 18
1
[wifi] wifimgr for freebsd
Hi, I made a wifi script based on the wlanconfig in bsdinstaller.
here is the code:
https://github.com/gihnius/freebsd-wifi
I think we can make it more suitable for many devices and normal use.
Any idea to write a normal feature script to use freebsd wifi easily ?
and thanks to the author of wlanconfig.
2007 Aug 24
0
Wireless Ad Hoc and TEQL
...er 10 of the howto and apply it to two
ubuntu machines each with 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.2...
2008 Mar 20
0
Fwd: ath_pci in modprobe.conf on Centos/Fedora
...l and remove directives
What i want as 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 tha...
2008 Jul 16
3
Lost my madwifi setup
I rebuilt my notebook that has the atheros card in it, and forgot to
save all of my setup to get it working.
I am using dkms and the madwifi rpms from rpmforge.
My modprobe.conf has a line:
alias wifi0 ath_pci
I can ifconfig wifi0 up
But the command:
/usr/sbin/wpa_supplicant wpa_supplicant -dd -D madwifi -i wifi0 -c
/etc/wpa_supplicant/wpa_supplicant.conf
fails.
Now some of my old
2007 Jun 18
4
Madwifi just seems to work in Centos 5
I have not installed the madwifi specific kernel stuff (kdml and
hal-kdml) from atrpms. I have installed with wpa rpms.
And my Atheros card is working with almost no work on my part (other
than runing wpa_supplicant as a deamon).
Nice!
2008 May 29
9
Low-memory Centos5?
Good morning,
I've inherited an old laptop from my wife that I'd like to
use when I travel (it's fairly small with a 12" screen). The
bad part is that it is maxed out on memory with 384MB.
Has anyone played with using Centos5 on systems with
little memory? Ideally, I don't need too much - Firefox,
Openoffice, a little Perl/Python/C here and there. I was
thinking about using
2008 May 29
6
RE-export nfs mounted share
Hi
Is there any way to re-export an nfs mounted directory? I am having three
servers runnning on centos4.5 and i am trying to implement nfs share in an
below manner [bcoz there is no alternative way for me to setup nfs share]
HOST A--->>>EXPORTS /prod/data ------->>>HOST B
HOST B ---->>MOUNTED ------>>> /prod/data-----UNDER---/PROD1 [working fine]
HOST B