Networking :: Master Mode On AR928X Using Ath9k Driver?

Sep 18, 2009

I am trying to get my wireless card working in master mode. I am running Jaunty server 2.6.28-11 x86_64. I have compiled hostapd with nl80211 enabled. The interface is using ath9k. I have tried to compile compat-wireless with this patch. However IEEE80211_IF_TYPE_AP was undefined along with IEEE80211_IF_TYPE_VLAN. In addition the latest version of compat-wireless needs to be patched for kernels < 2.6.31 with this. However when using this patch IRQ_WAKE_THREAD is still undefined.

I have got to this message:

Code:

$ sudo hostapd /home/jophish/.hostapd.conf
Configuration file: /home/jophish/.hostapd.conf
Failed to set interface wlan0 to master mode.

[code].....

View 1 Replies


ADVERTISEMENT

Fedora Networking :: How To Set Ath9k In Master Mode In F11

Apr 9, 2010

Anybody have any idea that how to set the ath9k in master mode in fedora 11. I am unable to set the same.
I am using the D-Link DWA556 card using the kernel built in ath9k.Find below the output I got while setting up it in master mode sudo iwconfig wlan0 mode master.Error for wireless request "Set Mode" (8B06):SET failed on device wlan0 ; Invalid argument.Does that mean that master mode is not supported?Also Want the information if there is any separate community or development group for ath9k development and download the source of same except linuxwireless.com.

View 1 Replies View Related

Ubuntu Networking :: Finding Driver For Atheros AR928x?

Mar 19, 2010

I just downloaded Ubuntu Studio on my laptop and I can't get the wireless to work. I think it's because I need a driver; the Atheros AR928x. Whatever the driver is, it works with the pretty unpopular Musix distribution, because wireless worked instantly when I got that. I switched because it was old and slow.

View 3 Replies View Related

Networking :: Ath9k Driver Installation With Source From Kernels For 2.6.34 ?

Oct 22, 2010

I have had some trouble with understanding the wireless drivers. I am using backtrack 4 R1, and the reason was merely for the network and having many necessary networking dependencies already there. However I found that I am using a HAL for the ath9k and madwifi-ng drivers, thus I must patch the card and go through all of that.

The specific distribution I am using is Backtrack 4 R1 with KDE3 and ubuntu on the 2.6.34 kernel. I know I have through an update script found the wireless drivers and downloaded them, however all attempts to get it to fully work haven't helped. I checked the forums, and it doesn't seem like they consider it a backtrack specific question but a linux specific question. I performed hwinfo and it returns ath9k and the memory address, channels 1-14, wlan frequencies(2.412,2.417, 2.422, 2.427, 2.432, 2.437, 2.442, 2.447, 2.452, 2.457, 2.462, 2.467, 2.472, 2.484. I have all modes of encryption set.

I am using both ifconfig and iwconfig with a wicd frontend to access the network typically. Unfortunately I am only seeing a wlan0 and no ath0. Furthermore, I manually issue these commands I am doing so I set each aspect of the card up (i.e essid, channel, mtu, fragmentation, etc....).

Now I did shed some light upon this in the sense that I found out how to initialize the madwifi-ng hal abstraction layer via 'start airmon-ng wlan0' and then it returns.....

mon0 ath9k py0 etc. etc. etc.( this isn't exact I am unfortunately not at my computer. But the device is then able to work, however I am not sure as to why I am not able to have the ath0 device in my wireless devices if indeed everything else appears to be ath0.

View 5 Replies View Related

CentOS 5 Networking :: Find A Driver For Wireless Card (Atheros AR928X)?

Jan 5, 2010

I'm trying to find a driver for my wireless card (Atheros AR928X) and I think it's ath9k what I need. As far as I know there isn't a linux driver for it, so I installed ndiswrapper to use a windows driver instead. The problem is that when I type modprobe ndiswrapper I get "bash: modprobe: command not found" (even as root). I know I'm missing something about modprobe, but I can't find any help on google. Anyway, I installed ndisgtk next, because I thought it would be easier, but when I go to System> Administration> Windows Wireless Drivers I get a message "Unknown error".Do you have any ideas on how I'll make ndiswrapper work?

View 3 Replies View Related

Ubuntu Networking :: Cannot Set Wireless Mode To Master

Aug 6, 2010

Code:
root@Atlantis:~# iwconfig wlan0 mode master
Error for wireless request "Set Mode" (8B06) :
SET failed on device wlan0 ; Invalid argument.
root@Atlantis:~# iwconfig wlan1 mode master
Error for wireless request "Set Mode" (8B06) :
SET failed on device wlan1 ; Invalid argument.
All other modes except secondary work fine.

The wireless cards are both PCI, a Netgear WG311v1 and a Linksys WMP54Gv4.1, though I'm not sure which is which.

View 5 Replies View Related

Ubuntu Networking :: Setting RTL8187 To Master Mode?

Jan 31, 2010

When I try to set my Realtek Semiconductor Corp. RTL8187 Wireless Adapter to master mode I get the following error.

Code:
$ sudo iwconfig wlan0 mode master

Error for wireless request "Set Mode" (8B06) :

SET failed on device wlan0 ; Invalid argument. Is this the result of a driver or hardware incapability?

View 4 Replies View Related

Networking :: USB Adapter With Support For Iwconfig Mode Master?

Nov 8, 2010

I'm looking for a USB adapter with driver support for running the interface in master mode.

View 1 Replies View Related

Ubuntu Networking :: Change Wireless Card To Master Mode?

Apr 24, 2010

I am running ubuntu 9.04 in my laptop. I want to change the wireless card mode of my laptop to master mode so that it can work like a access point.

View 1 Replies View Related

Ubuntu Networking :: How To Change Wireless Card To Master Mode

May 7, 2010

I am using ubuntu 9.10 on my desktop having a belkin wireless usb card. I want to change the mode of it to master mode. How can I do it?

View 3 Replies View Related

Ubuntu Networking :: Getting Master Mode To Work With Asus 167g V3

Mar 12, 2011

I'm running Ubuntu 10.10 and try to get my wifi to work in master mode. The dongle is a Asus 167g v3 and I'm using the rtl8192SU driver. I can connect to a network or put the dongle in Ad-hoc mode without a problem. It's when I try to put in master mode some problem occurs. When I do:

Code:
sudo iwconfig wlan1 essid test mode master
This is the output I'm getting:
Code:
wlan1 unassociated Nickname:"rtl_wifi"
Mode:Master Access Point: Not-Associated Sensitivity:0/0

[Code].....

The dongle is in master mode but it fails to assign a SSID. I also tried to set it up in /etc/network/interfaces but the result is always the same... No SSID

View 1 Replies View Related

Ubuntu Networking :: Hostapd - Failed To Set Interface WLAN0 To Master Mode

May 15, 2011

I try to set-up an Access point using ubuntu 11.04. I am using the minimal configuration file from [URL] together with a TP-Link TL-WN422G (Atheros chipset). I've installed the linux-backports-net-natty-generic drivers. But when trying to start hostapd I always get this output:

Code:
# hostapd -dd -K test.conf
Configuration file: test.conf
Failed to set interface wlan0 to master mode.
nl80211 driver initialization failed.
wlan0: Unable to setup interface.
ELOOP: remaining socket: sock=5 eloop_data=0x9b9440 user_data=(nil) handler=0x43d980
I have also disabled the network-manager for this device by adding this to /etc/network/interfaces:

Code:
iface wlan0 inet manual
cat test.conf:

Code:
interface=wlan0
driver=nl80211
ssid=test
channel=1
lsusb says:

Code:
...
Bus 001 Device 005: ID 0cf3:1006 Atheros Communications, Inc. TP-Link TL-WN422G v2 802.11g [Atheros AR9271]
...
lsmo: .....

Code:
Linux magnet 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux

View 1 Replies View Related

Ubuntu Networking :: Buying USB Wireless For Master Mode & Question About Antenna?

Jul 28, 2011

I've searched for too many days and nights so many information went through my head. I want to buy a usb wireless which support master mode. (not monitor mode) Now I'm interested in Alfa AWUS036NEH. I like it because it is small an have a long antenna strong 1000mW. signal. (AWUS036H is a little bit big for me) However from what i have read AWUS036NEH is not supported in master mode (softAP)(or may be supported but with hostapd, but again some forum said it doesn't support and some say it does... Totally confused.) -> Actually AWUS036NEH is not expensive but I don't want to invest in something i'm not sure about so I won't buy it until I really know if it works. So I switch to find out what is for sure

1. supported in master mode in Ubuntu

2. Have a long antenna (like 5" or something. I have no idea about hardware but I think longer antenna should send signal more further)

3. small (about normal USB size don't count antenna)

Sadly I only find Alfa AWUS036NEH the only option for me , the others has no brand. However TL-WN722N is what most likely to fit. Only it has a shorter antenna. Can i replace the antenna with a longer one (with some others brand) by myself? (TL-WN722N can use master mode in kernel 3.0 ? already ? some say it should but i've not seen one that stated clearly) Ahh I think the above is totally messed up. I will make long story short.

1. Is AWUS036H or AWUS036NEH support master mode in ubuntu ? (if yes with hostapd or something?)

2. Is TL-WN722N or TL-WN722NC can work in master mode in Ubuntu ? (if yes with hostapd or something?)

3.Can I replace the original antenna with a longer one ?(with other brand or same brand) Will the signal be stronger?

View 7 Replies View Related

Ubuntu Networking :: TP-Link Wifi USB Adapter: Cannot Setup It In Master Mode To Use PC As A Router

Jun 10, 2010

I got two issues with my wifi usb adapter:

1) it cannot see any networks around
2) i cannot setup it in master mode to use my PC as a router

As far as i can see, the device is recognized and the correct driver (rt73usb) is loaded. I was able to connect to a laptop somehow (the laptop could see other networks and the adapter's PC-to-PC network). I'd like to make it work as a router, i.e. share my internet connection (eth0) via wlan0. Here is what i have:

Code:
Ubuntu 10.04
Linux 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 19:31:57 UTC 2010 x86_64 GNU/Linux
TP-Link TL-WN321G wifi usb adapter as seen as
Bus 001 Device 006: ID 148f:2573 Ralink Technology, Corp. RT2501USB Wireless Adapter
$ iwconfig wlan0
wlan0 IEEE 802.11bg ESSID:off/any
[Code]....

View 4 Replies View Related

Ubuntu Networking :: Install D-link Dwl-g520 H/w:A1 In Master Mode With Madwifi Drivers?

May 18, 2011

i try to install my d-link dwl-g520 h/w:A1 in master mode with madwifi drivers but:

$ lshw
*-network:1
description: Wireless interface
product: Atheros AR5001X+ Wireless Network Adapter
vendor: Atheros Communications Inc.
physical id: 5
bus info: pci@0000:00:05.0

[Code]...

View 1 Replies View Related

Ubuntu Networking :: D-link DWA-552 Master Mode On 10.04 - File Transfers Or Bandwidth Consuming Processes

May 20, 2010

after successfully configuring the dwa-552 to work in master mode in ubuntu 10.04 (ath9k driver) I ran some file transfer tests. The download speed is very good (~50mbps) but the upload speed spikes at about 10-20mbps for the first few KB and then it's nonexistent (0-1kbps). This only affects file transfers or otherwise bandwidth consuming processes. Normal web browsing or ssh is not affected. After running a speedtest of my internet connection which is routed through the AP I could upload to the internet with 1mbps which is my inet connection maximum so apparently this is not affected. Tried the same file transfers with netcat to eliminate any other factors and had the same problem. dmesg and hostapd debug did not report anything unusual

View 2 Replies View Related

Hardware :: USB Wifi With Master Mode?

Jan 6, 2010

I'm looking for a USB wifi which supports master mode, 11n modulation, 5GHz band (with master and ad-hoc support for this band) and has detachable antenna connector.

View 1 Replies View Related

General :: 802.11n PCI/(USB Okay, Not Preferred) Card That Can Do AP/master Mode

May 19, 2011

I am looking for a 802.11n wireless card that Linux supports that can be dropped into AP/master mode.

I would prefer PCI, but USB would be tolerable, just not preferred.

View 2 Replies View Related

Debian Configuration :: Turning Wireless Interface Into Master Mode?

May 25, 2011

i am wanting to turn my Debian box into a wireless AP, but for some unknown reason the wireless card won't switch into master mode when i run the command #iwconfig wlan1 mode master i get this Error for wireless request "Set Mode" (8B06): SET failed on device wlan1 ; Invalid argument. what does this mean and what do i need to configure/install to get it to work my wirless card is supported i checked it's a zydas chipset using the zd1211rw driver SMC EZ Connect SMCWUSB-G [URL]

View 14 Replies View Related

OpenSUSE Network :: Wifi Master Mode Not Supported Using Yast?

Jun 2, 2010

after trying several pci and usb network cards none were able to have their ssid broadcasted. The question that i have is: Can a suse box be converted to act as an acces point without the use of atheros based hardware, without switching over to ubuntu and or debian, without the use of openwrt?

View 4 Replies View Related

Ubuntu Networking :: Atheros AR928X - Great On 10.10 But Bust On 11.04

May 2, 2011

I was doing some testing on my CR-48 notebook, which seemed to be very slow wirelessly when running Ubuntu 11.04. I cracked it open and decided to swap out the wireless cards with an Intel Wifi Link 1000 card I had in my other laptop, which is a Dell Latitude. I then began to do some speed testing, using speedtest.net. I tested each laptop 5 times for each card, so I did 20 tests total.

5 - CR-48 - Intel
5 - CR-48 - Atheros
5 - Latitude - Intel
5 - Latitude - Atheros

The results I think speak for themselves. While the Atheros card no doubt *works*, it doesn't work as efficiently as the Intel card I tried. I also noticed if I shut off my wireless security, my speeds drastically improved on the Atheros card. On my router (WRT54G) I used both mixed mode, G-only mode, WPA, WPA2 and a mixture of TKIP, AES, and TKIP+AES encryption. My results were the same across the board unless I took off security.

Wireless Card PingDownload Upload
CR-48
Atheros AR928X405.721.37
Atheros AR928X404.5516.45
Atheros AR928X372.030.39
Atheros AR928X361.9415.95
Atheros AR928X513.2215.34

Dell E5500
Atheros AR928X5512.085.1
Atheros AR928X542.463.77
Atheros AR928X5414.574.83
Atheros AR928X541.973.43
Atheros AR928X563.054.06

CR-48
Intel WiFi Link 10003815.615.37
Intel WiFi Link 10003814.5715.04
Intel WiFi Link 10003719.2913.8
Intel WiFi Link 10003622.4514.73
Intel WiFi Link 10003817.7414.81

Dell E5500
Intel WiFi Link 10005115.574.53
Intel WiFi Link 10005316.065.02
Intel WiFi Link 10005419.183.2
Intel WiFi Link 10005416.374.8
Intel WiFi Link 10005318.674.49

View 1 Replies View Related

Networking :: Driver For AR5001 Doesn't Support Ad-hoc Mode

May 22, 2010

I`ve read solution in this thread. [URL] It seems Linux driver for AR5001 does`n support ad-hoc mode. But user Selak found solution with a bridge. With this advice by my AR5001 card can finally be detected by other devices. I can connect to it with my girlfriend`s net-book with XP, but I still can`t share internet. May be I miss something. I haven`t shared wifi before.

[Code]...

View 1 Replies View Related

Fedora Networking :: Weak Connection From Ath9k / Overcame This?

Jul 7, 2009

Today I finally installed Fedora 11 on my new laptop. To my surprise wireless was working already, this was something very new. however, i realized that the ath9k had a very bad connectivity. I cant even connect to my router from my bedroom which is less then 10 metres away. Is there some remedy for this unstable module? I have tried madwifi but it doesn't seem to work with my card which is a Atheros AR9285. Hopefully someone can shed some light on how he/she overcame this problem.

View 2 Replies View Related

Ubuntu Networking :: Maverick 64bit Atheros AR928X Series Not Functioning / Sort It?

Sep 9, 2010

I just loaded the Ubuntu maverick AMD64 beta and to my regret I see that the wireless adapter isn't functioning, even after applying updates through wired connection.

Terminal lspci -v command tells me that the network adapter is present as Atheros AR928X Wireless Network Adapter on PCI-E - rev 01 and that the ath9k module is being used by the kernel.

View 1 Replies View Related

Ubuntu Networking :: Compile Drivers Or Hostapd From Source + Ath9k = No 11n

Nov 19, 2010

I've been running hostapd for a while in 11g mode with great success. Having upgraded the router machine to maverick today, I had a poke at getting hostapd working in 11n mode without too much fuss. From cursory reading of old forum posts, this appears to now be built in functionality without needing to compile drivers or hostapd from source - this is borne out by a few 11n-related lines in the default configuration file.

When adding those two lines to my config file, though, I get the same error message I did a few years ago when trying this out for the first time:

[Code].....

View 2 Replies View Related

Ubuntu Networking :: TL-WNL951N Ath9k Not Working At Wireless N Speeds

Jan 10, 2011

I've recently purchased a TP-WNL951N PCI Card for wireless N stuff. I have a Netgear WNDR3700 for use with my AP and I've confirmed that within windows XP I can connect at 300mb/s.

Within Ubuntu though, it only goes up to 54mb/s. Is there something special I need to do to enable wireless N speeds?

Here's some info that I should probably put in:

Code:
root@Linux:~# lspci -nn | grep Atheros
05:00.0 Network controller [0280]: Atheros Communications Inc. AR5008 Wireless Network Adapter [168c:0023] (rev 01)
root@Linux:~# ifconfig wlan0

[Code]....

View 9 Replies View Related

Ubuntu Networking :: 11.04 Slow Wireless Connection Using Ath9k Drivers?

May 1, 2011

Since upgrading to Ubuntu 11.04 my wireless connection has been extremely slow. The same happened with 10.10. Although that was quite different. Back then everything within my network moved slowly, but now it doesn't affect my web browser. It seems to have only slowed the application centre and update manager. I am still waiting for the flash plugin to download and install for testing ....., but I am torrenting Ubuntu 11.04 right now and have actually hit the limit of my bandwidth (1.1 MB/s) whereas the speed in the software centre and update manager was in the region of 45 kb/s.

I'm not sure if this is because I have installed extra drivers found here after I did some research.

Although my web surfing is fast and stable, I would like to get my updates and applications downloading properly. Does anyone know what I can do?

From my 2-hour googling spree I know you may want the results from the command "lspci"

Code:
root@Felicia:/home/silkworm# lspci
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)

[Code].....

View 9 Replies View Related

Ubuntu Networking :: Randomly Losing Connection To Internet [Ath9k]?

Jun 30, 2011

Since I installed Ubuntu I've had this problem that makes me loose connection to the Internet. The wireless-icon on the panel starts loading, and after like 5 minutes, it works again.I had this problem when I had Mint 11, but it happened more often.Anyone know how to fix? Edit:Network: Card-1 Atheros AR9285 Wireless Network Adapter (PCI-Express) driver ath9k Card-2 Marvell 88E8040 PCI-E Fast Ethernet Controller driver sky2

View 2 Replies View Related

Fedora Networking :: 12 + Hostapd + Ath9k Hang - Did Not Acknowledge Authentication Response?

Dec 3, 2009

I have a small intel Atom based computer that acts as a 'combo' firewall / router / server / 802.11 Access Point that services my end user needs. I'm using hostapd 0.7.0 and Fedora 12 x86_64. The system works fine on Fedora 11. I decided to upgrade to Fedora 12 last night, and completely broke my wireless. Note that configurations are _identical_ between the Fedora 11 and Fedora 12 installation. Though, I did recompile the hostapd binary under Fedora 12 libs, etc.

Anyway, Client #1 associates fine. Client #2 associates, and hostapd hangs. Strace'ing the process shows nothing... just.. dead. SIGTERM works, but hostapd is unable to 'unallocate' the wlan0 interface, which appears to be in a hung state, so I can't simply re-start hostapd. So, I have to remove wlan0 from my bridge, them rmmod ath9k, modprobe ath9k, re-add wlan0 into the bridge, restart hostapd.. But the second association consistently hangs it every time. Next, I went and downloaded the latest compat-wireless drivers as of this posting. Selected the ath9k driver, built the modules, replaced them in my /lib/modules tree, depmod'd, reboot, etc..

BIG difference. Now hostapd does not hang, and there appears to be better logging/debug than ever before. This made me happy. Unfortunately, there appears to be a new problem. Clients can now associate, but only for a split second. They are immediately disconnected, and the following message appears via hostapd's stdout logging: hostapd: wlan0: STA 00:21:5c:39:a3:99 IEEE 802.11: did not acknowledge authentication response

For every client that attempts connection. Note that I'm using WPA2-EAP-PEAP w/ MSCHAPv2. I've also, for kicks, just tried regular WPA2-PSK with similar results. I'm using a mixture of clients, Windows XP, Windows 7, Linux Ubuntu, Fedora, and others.

[Code].....

View 1 Replies View Related

Server :: Local Master Browser Do Not Sync Their List With The Domain Master

Nov 13, 2009

I'm managing a residential network. Each flat is its own subnet, and can only communicate with the other flats through a router (i.e. no broadcast). 95% of these 300 subnets only contains windows computers (from lambda users).

My final goal is to be able to browse the entire network from any computer.

I set up a samba server acting as a wins server, and every computer is aware of it because it is registered in the dhcp. So name resolution is working fine for everyone.

The same samba server is set to be the "Domain master browser":

workgroup = WORKGROUP
wins support = yes
prefered master = yes
local master = yes
domain master = yes
os level = 65

When I browse the network (using "net view" or "browstat view"), I can only see the servers which are in the same subnet as the domain master browser.

Now, when in a subnet the computers arrange themselves to find a "local master browser", the only visible computers are the one in that subnet.

What I don't understand is why all the local masters don't synchronize their lists with the domain master.

So, to sum up, every subnet get the following behaviour:

-if a local master is elected, the only visible computers are the one in the same subnet.

-if no local master is elected, the only visible computers are the one in the subnet of the domain master.

-if I add another samba, configured as a local master winning all elections, then the magic is working and the lists are synchronized.

What is expected:
-every computer can see all the computer from all the subnets.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved