Wlan Adapter um als 2,4GHz & 5GHz 802.11n Accesspoint unter Linux betrieben zu werden

Piktogramm

Admiral
Registriert
Okt. 2008
Beiträge
9.166
Servus,

ich suche einen Wlan Adapter, der sowohl unter 2,4GHz als auch 5GHz als 802.11n Accesspoint fungieren kann. Das Ganze muss jedoch so unter Linux lauffähig sein.

Als Anschluss ist miniPCIe und USB 2.0/3.0 möglich, PCIe ist leider nicht frei. Wenn es keinen Adapter gibt, der 2,4GHz und 5GHz gleichzeitig bereitstellen kann, schaffe ich auch "gern" mehrere Adapter an.


Bisher habe ich leider nur gefunden, dass es viele Karten / Chipsätze 802.11n nicht unterstützen und/oder nicht im 5GHz Band als Accesspoint taugen :(.
 
Hi,

Diesen haben meine Kollegen zur Zeit als Accesspoint mit Linux problemlos mit Radius-Auth (802.1x) am Laufen. Es gibt allerdings einem günstigeren Adapter vom TP-Link, aber da wurde noch keiner getestet.
Hier und hier gibt es Informationen zu den passenden Chipsets und Karten. Ich habe mir daraus zusammen gereimt, dass Atheros 9000 Chipsets AP-fähig sind und auf vielen TP-Link Karten zu finden sind.
Aber eine kurze Recherche fördert sicherlich einen günstigen passenden Adapter zu Tage.

Für 2,4 & 5GHz brauchst du definitiv 2 Adapter, da die WLAN-Chips nur in einem Band gleichzeitig funken können. In einem Dual-Band Router sind daher auch immer zwei WiFi-Chipsets verbaut.

Gruß,
süchtla

PS: Eigenbau-Router?
 
Servus,

die Intel 7260 Karte kann nur auf einem Kanal und auch nur b/g wenn ich das richtig verstehe:

Code:
$ iw list
Wiphy phy0
	max # scan SSIDs: 20
	max scan IEs length: 425 bytes
	Retry short limit: 7
	Retry long limit: 4
	Coverage class: 0 (up to 0m)
	Device supports RSN-IBSS.
	Device supports AP-side u-APSD.
	Supported Ciphers:
		* CCMP (00-0f-ac:4)
		* TKIP (00-0f-ac:2)
		* WEP40 (00-0f-ac:1)
		* WEP104 (00-0f-ac:5)
		* CMAC (00-0f-ac:6)
		* WPI-SMS4 (00-14-72:1)
	Available Antennas: TX 0 RX 0
	Supported interface modes:
		 * IBSS
		 * managed
		 * AP
		 * AP/VLAN
		 * monitor
		 * P2P-client
		 * P2P-GO
		 * P2P-device
	Band 1:
		Capabilities: 0x11e2
			HT20/HT40
			Static SM Power Save
			RX HT20 SGI
			RX HT40 SGI
			TX STBC
			RX STBC 1-stream
			Max AMSDU length: 3839 bytes
			DSSS/CCK HT40
		Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
		Minimum RX AMPDU time spacing: 4 usec (0x05)
		HT TX/RX MCS rate indexes supported: 0-15
		Bitrates (non-HT):
			* 1.0 Mbps
			* 2.0 Mbps (short preamble supported)
			* 5.5 Mbps (short preamble supported)
			* 11.0 Mbps (short preamble supported)
			* 6.0 Mbps
			* 9.0 Mbps
			* 12.0 Mbps
			* 18.0 Mbps
			* 24.0 Mbps
			* 36.0 Mbps
			* 48.0 Mbps
			* 54.0 Mbps
		Frequencies:
			* 2412 MHz [1] (22.0 dBm)
			* 2417 MHz [2] (22.0 dBm)
			* 2422 MHz [3] (22.0 dBm)
			* 2427 MHz [4] (22.0 dBm)
			* 2432 MHz [5] (22.0 dBm)
			* 2437 MHz [6] (22.0 dBm)
			* 2442 MHz [7] (22.0 dBm)
			* 2447 MHz [8] (22.0 dBm)
			* 2452 MHz [9] (22.0 dBm)
			* 2457 MHz [10] (22.0 dBm)
			* 2462 MHz [11] (22.0 dBm)
			* 2467 MHz [12] (22.0 dBm) (no IR)
			* 2472 MHz [13] (22.0 dBm) (no IR)
	Band 2:
		Capabilities: 0x11e2
			HT20/HT40
			Static SM Power Save
			RX HT20 SGI
			RX HT40 SGI
			TX STBC
			RX STBC 1-stream
			Max AMSDU length: 3839 bytes
			DSSS/CCK HT40
		Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
		Minimum RX AMPDU time spacing: 4 usec (0x05)
		HT TX/RX MCS rate indexes supported: 0-15
		VHT Capabilities (0x038071a0):
			Max MPDU length: 3895
			Supported Channel Width: neither 160 nor 80+80
			short GI (80 MHz)
			TX STBC
			SU Beamformee
		VHT RX MCS set:
			1 streams: MCS 0-9
			2 streams: MCS 0-9
			3 streams: not supported
			4 streams: not supported
			5 streams: not supported
			6 streams: not supported
			7 streams: not supported
			8 streams: not supported
		VHT RX highest supported: 0 Mbps
		VHT TX MCS set:
			1 streams: MCS 0-9
			2 streams: MCS 0-9
			3 streams: not supported
			4 streams: not supported
			5 streams: not supported
			6 streams: not supported
			7 streams: not supported
			8 streams: not supported
		VHT TX highest supported: 0 Mbps
		Bitrates (non-HT):
			* 6.0 Mbps
			* 9.0 Mbps
			* 12.0 Mbps
			* 18.0 Mbps
			* 24.0 Mbps
			* 36.0 Mbps
			* 48.0 Mbps
			* 54.0 Mbps
		Frequencies:
			* 5180 MHz [36] (22.0 dBm) (no IR)
			* 5200 MHz [40] (22.0 dBm) (no IR)
			* 5220 MHz [44] (22.0 dBm) (no IR)
			* 5240 MHz [48] (22.0 dBm) (no IR)
			* 5260 MHz [52] (22.0 dBm) (no IR, radar detection)
			  DFS state: usable (for 1135 sec)
			  DFS CAC time: 0 ms
			* 5280 MHz [56] (22.0 dBm) (no IR, radar detection)
			  DFS state: usable (for 1135 sec)
			  DFS CAC time: 0 ms
			* 5300 MHz [60] (22.0 dBm) (no IR, radar detection)
			  DFS state: usable (for 1135 sec)
			  DFS CAC time: 0 ms
			* 5320 MHz [64] (22.0 dBm) (no IR, radar detection)
			  DFS state: usable (for 1135 sec)
			  DFS CAC time: 0 ms
			* 5500 MHz [100] (22.0 dBm) (no IR, radar detection)
			  DFS state: usable (for 1135 sec)
			  DFS CAC time: 0 ms
			* 5520 MHz [104] (22.0 dBm) (no IR, radar detection)
			  DFS state: usable (for 1135 sec)
			  DFS CAC time: 0 ms
			* 5540 MHz [108] (22.0 dBm) (no IR, radar detection)
			  DFS state: usable (for 1135 sec)
			  DFS CAC time: 0 ms
			* 5560 MHz [112] (22.0 dBm) (no IR, radar detection)
			  DFS state: usable (for 1135 sec)
			  DFS CAC time: 0 ms
			* 5580 MHz [116] (22.0 dBm) (no IR, radar detection)
			  DFS state: usable (for 1135 sec)
			  DFS CAC time: 0 ms
			* 5600 MHz [120] (22.0 dBm) (no IR, radar detection)
			  DFS state: usable (for 1135 sec)
			  DFS CAC time: 0 ms
			* 5620 MHz [124] (22.0 dBm) (no IR, radar detection)
			  DFS state: usable (for 1135 sec)
			  DFS CAC time: 0 ms
			* 5640 MHz [128] (22.0 dBm) (no IR, radar detection)
			  DFS state: usable (for 1135 sec)
			  DFS CAC time: 0 ms
			* 5660 MHz [132] (22.0 dBm) (no IR, radar detection)
			  DFS state: usable (for 1135 sec)
			  DFS CAC time: 0 ms
			* 5680 MHz [136] (22.0 dBm) (no IR, radar detection)
			  DFS state: usable (for 1135 sec)
			  DFS CAC time: 0 ms
			* 5700 MHz [140] (22.0 dBm) (no IR, radar detection)
			  DFS state: usable (for 1135 sec)
			  DFS CAC time: 0 ms
			* 5720 MHz [144] (22.0 dBm) (no IR, radar detection)
			  DFS state: usable (for 1135 sec)
			  DFS CAC time: 0 ms
			* 5745 MHz [149] (22.0 dBm) (no IR)
			* 5765 MHz [153] (22.0 dBm) (no IR)
			* 5785 MHz [157] (22.0 dBm) (no IR)
			* 5805 MHz [161] (22.0 dBm) (no IR)
			* 5825 MHz [165] (22.0 dBm) (no IR)
	Supported commands:
		 * new_interface
		 * set_interface
		 * new_key
		 * start_ap
		 * new_station
		 * new_mpath
		 * set_mesh_config
		 * set_bss
		 * authenticate
		 * associate
		 * deauthenticate
		 * disassociate
		 * join_ibss
		 * join_mesh
		 * remain_on_channel
		 * set_tx_bitrate_mask
		 * frame
		 * frame_wait_cancel
		 * set_wiphy_netns
		 * set_channel
		 * set_wds_peer
		 * start_sched_scan
		 * probe_client
		 * set_noack_map
		 * register_beacons
		 * start_p2p_device
		 * set_mcast_rate
		 * channel_switch
		 * Unknown command (104)
		 * Unknown command (105)
		 * connect
		 * disconnect
	Supported TX frame types:
		 * IBSS: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
		 * managed: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
		 * AP: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
		 * AP/VLAN: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
		 * mesh point: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
		 * P2P-client: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
		 * P2P-GO: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
		 * P2P-device: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
	Supported RX frame types:
		 * IBSS: 0x40 0xb0 0xc0 0xd0
		 * managed: 0x40 0xd0
		 * AP: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
		 * AP/VLAN: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
		 * mesh point: 0xb0 0xc0 0xd0
		 * P2P-client: 0x40 0xd0
		 * P2P-GO: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
		 * P2P-device: 0x40 0xd0
	WoWLAN support:
		 * wake up on disconnect
		 * wake up on magic packet
		 * wake up on pattern match, up to 20 patterns of 16-128 bytes,
		   maximum packet offset 0 bytes
		 * can do GTK rekeying
		 * wake up on GTK rekey failure
		 * wake up on EAP identity request
		 * wake up on 4-way handshake
		 * wake up on rfkill release
		 * wake up on TCP connection
	software interface modes (can always be added):
		 * AP/VLAN
		 * monitor
	valid interface combinations:
		 * #{ managed } <= 1, #{ AP, P2P-client, P2P-GO } <= 1, #{ P2P-device } <= 1,
		   total <= 3, #channels <= 1
	HT Capability overrides:
		 * MCS: ff ff ff ff ff ff ff ff ff ff
		 * maximum A-MSDU length
		 * supported channel width
		 * short GI for 40 MHz
		 * max A-MPDU length exponent
		 * min MPDU start spacing
	Device supports TX status socket option.
	Device supports HT-IBSS.
	Device supports SAE with AUTHENTICATE command
	Device supports low priority scan.
	Device supports scan flush.
	Device supports per-vif TX power setting
	P2P GO supports CT window setting
	P2P GO supports opportunistic powersave setting
	Driver supports a userspace MPM
	Device supports static SMPS
	Device supports dynamic SMPS

Auch im praktischem Versuch habe ich das Ding nicht dazu überreden können n-Wifi als Accesspoint bereit zu stellen. (Habe es aber auch nicht all zu erschöpfend getestet). Haben das deine Kollegen wirklich als Accespoint für n-Wifi in Betrieb setzen können?
Das Intel Ding gäbe es auch als miniPCIe, das wäre mir ganz recht und dann kostet es auch nur knappe 25€

Was die Atheros Chipsätze angeht, da suche ich mir einen Ast, nach Geräten die in solchen Listen als tauglich beschrieben werden UND gleichzeitig noch irgendwie verfügbar sind :(


Ansonsten ja, es wird ein selbst gebauter Router. Genauer wird der Heimserver schlicht funktional erweitert. Da moderne Router auch ihre 8-12W, fressen die ich so nahezu komplett einspare kann sogar etwas Geld ausgegeben werden ;)
 
Zuletzt bearbeitet:
Hallo,

Laut deiner Auflistung steht da (ein bisschen kommentiert, Erkärungen sind unten):

Code:
Supported interface modes:
		 * IBSS
		 * managed
		 * AP				<- gewünschter Modus
		 * AP/VLAN
		 * monitor
		 * P2P-client
		 * P2P-GO
		 * P2P-device

Das 2,4GHz-Band

Band 1:
		Capabilities: 0x11e2
			HT20/HT40
			Static SM Power Save
			RX HT20 SGI
			RX HT40 SGI
			TX STBC
			RX STBC 1-stream
			Max AMSDU length: 3839 bytes
			DSSS/CCK HT40
		Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
		Minimum RX AMPDU time spacing: 4 usec (0x05)
		HT TX/RX MCS rate indexes supported: 0-15			<- HT = highspeed transfer = 802.11n
		Bitrates (non-HT):				<- standard b/g 1-54mbit
			* 1.0 Mbps
			* 2.0 Mbps (short preamble supported)
			* 5.5 Mbps (short preamble supported)
			* 11.0 Mbps (short preamble supported)
			* 6.0 Mbps
			* 9.0 Mbps
			* 12.0 Mbps
			* 18.0 Mbps
			* 24.0 Mbps
			* 36.0 Mbps
			* 48.0 Mbps
			* 54.0 Mbps

Das 5GHz-Band

Band 2:
		Capabilities: 0x11e2
			HT20/HT40
			Static SM Power Save
			RX HT20 SGI
			RX HT40 SGI
			TX STBC
			RX STBC 1-stream
			Max AMSDU length: 3839 bytes
			DSSS/CCK HT40
		Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
		Minimum RX AMPDU time spacing: 4 usec (0x05)
		HT TX/RX MCS rate indexes supported: 0-15			<- HT = highspeed transfer = 802.11n
		VHT Capabilities (0x038071a0):				<- VHT = very highspeed transfer = 802.11ac
			Max MPDU length: 3895
			Supported Channel Width: neither 160 nor 80+80		<- kann nicht 160MHz Kanalbreite (ac-Standard)
			short GI (80 MHz)
			TX STBC
			SU Beamformee
		VHT RX MCS set:
			1 streams: MCS 0-9				<- kann bei der Empfangsseite die Streams Nr 1&2 MCS 0-9, Streams 3-8 nicht vorhanden
			2 streams: MCS 0-9
			3 streams: not supported
			4 streams: not supported
			5 streams: not supported
			6 streams: not supported
			7 streams: not supported
			8 streams: not supported
		VHT RX highest supported: 0 Mbps
		VHT TX MCS set:
			1 streams: MCS 0-9				<- kann bei der Sendeseite die Streams Nr 1&2 MCS 0-9, Streams 3-8 nicht vorhanden
			2 streams: MCS 0-9
			3 streams: not supported
			4 streams: not supported
			5 streams: not supported
			6 streams: not supported
			7 streams: not supported
			8 streams: not supported
		VHT TX highest supported: 0 Mbps
		Bitrates (non-HT):				-< standard b/g 6-54mbit
			* 6.0 Mbps
			* 9.0 Mbps
			* 12.0 Mbps
			* 18.0 Mbps
			* 24.0 Mbps
			* 36.0 Mbps
			* 48.0 Mbps
			* 54.0 Mbps

Für dich heißt das, dass der Chipsatz im 2,4&5Ghz-Band die MCS-Kanäle 0-15 nach 802.11n unterstützt sowie im 5GHz-Band die MCS-Kanäle 0-9 (das sind alle) nach 802.11ac unterstützt.

Für die einzelnen MCS-Kanäle und ihre Datenraten siehe 802.11n und 802.11ac.

Ja, mein Kollege hat es als 2,4GHz n-WiFi Accesspoint mit 802.1x (Radius) Authentifizierung und Ubuntu 14.04 mit hostapd hinbekommen. Allerdings schwächelt das System bei >15 Clients ein wenig ;)
5GHz wurde getestet und lief ebenfalls.

Hm, ich habe mich in letzter Zeit auch ein wenig mit dem Thema beschäftigt, da ich einen neuen Router brauche, welcher aber voll konfigurierbar sein muss (so wie OpenWRT o.ä.) und mehr als einen 400MHz MIPS Core (die ganzen 50€ Router) hat. Nach einigen Recherchen lade ich da bei 200€. Womit ein ITX-Board mit Celeron J1800 + NIC + PicoPSU auch drinnen ist. Einzig WLAN bereitet mir ein bisschen Kopfzerbrechen.:rolleyes:
 
Zuletzt bearbeitet: (Fehler beseitigt)
Ok, dank dir! Ich werde das Intel Ding in meinem Notebook nochmal versuchen zu überreden ein feines Wlan aufzuspannen.

Viel erfolg bei deinem Vorhaben.
 
Zurück
Oben