LinuxQuestions.org
View the Most Wanted LQ Wiki articles.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 05-16-2008, 06:20 AM   #1
mykstar
LQ Newbie
 
Registered: Jul 2005
Posts: 1

Rep: Reputation: 0
Wireless USB adapter in Master Mode


Hi all,

Im running a micro ITX Linux server and need a Wireless USB device which runs in Master Mode. I have a Belkin F5D7050B USB stick and a Dlink 140 USB Stick but will not want to work in master mode. I have tried the rt2x00 drivers but they do not seem to support AP/ master mode. Anyone got a USB device working in master mode ??

Cheers,
 
Old 01-03-2011, 02:16 AM   #2
rodneythellama
LQ Newbie
 
Registered: Jan 2011
Posts: 1

Rep: Reputation: 1
Progress

5 years later... I have a Belkin F5D7050B USB stick and just got it to run in master mode with the rt2x00usb driver and hostapd. I found the instructions at linuxwireless.org/en/users/Documentation/hostapd. I'm running debian unstable.

/etc/network/interfaces
Code:
auto wlan0
iface wlan0 inet static
    hostapd /etc/hostapd/hostapd-test.conf
    address 192.168.4.14
    netmask 255.255.255.0
    up iptables -I INPUT 1 -s 192.168.4.15 -j ACCEPT
    up echo 1 > /proc/sys/net/ipv4/ip_forward
    up iptables -P FORWARD ACCEPT
    up iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.4.0/24
    down iptables -t nat -F POSTROUTING
/etc/hostapd/hostapd-test.conf
Code:
interface=wlan0
#bridge=br0
driver=nl80211

ssid=hostapd
hw_mode=g
channel=6

macaddr_acl=0
ignore_broadcast_ssid=0
auth_algs=3
wep_key0=1122334455
wpa_group_rekey=0
# couldn't get wpa to work... resorting to wep

Fantastic work from the programmers and writer of the hostapd doc!
 
1 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Prism54 ISL3890 Not going into master mode for use as Wireless router on Ubuntu D/t Geneset Linux - Wireless Networking 3 07-16-2008 10:35 AM
Wireless Network Cards that Support Master (AP) Mode NetCrawler Linux - Wireless Networking 8 03-14-2007 12:58 AM
problem with Driverloader + WLG1500 wireless adapter in Adhoc mode RohanShrivastav Linux - Wireless Networking 1 11-17-2005 07:19 PM
wireless pci adapter that supports promiscuous mode stooop Linux - Wireless Networking 2 01-13-2005 10:07 AM
pcmcia wireless 802.11b card that can be put into master mode jalsk Linux - Wireless Networking 3 12-07-2004 10:07 PM


All times are GMT -5. The time now is 10:26 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration