Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
WiFi Atheros 108Mbps con SuperG ed eXtended Range
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Fuzzo
Guru
Guru


Joined: 23 Jun 2004
Posts: 319
Location: Padova, Italy

PostPosted: Sun Jan 07, 2007 8:45 pm    Post subject: WiFi Atheros 108Mbps con SuperG ed eXtended Range Reply with quote

Salve a tutti!

Possiedo 2 schede wireless entrambe dotate di chip Atheros (forse l'AR5212) e il mio desiderio � mettere il computer fisso (scheda PCI) e il portatile (scheda PCMCIA) in rete, sfruttando le caratteristiche non 801.11 standard che il chip Atheros in questione mette a disposizione, ossia:
  • Super G (o Turbo Mode)
  • XR (o eXtended range)

La prima caratteristica consiste nell'usare 2 canali contemporaneamente che, funzionando al massimo, dovrebbero dare una connessione con una banda teorica di 54*2 = 108Mbps; la seconda consiste nell'abilitare bit rate aggiuntivi molto bassi e non standard che garantiscano comunque la stabilit� della connessione.

Dal sito http://madwifi.org:
Quote:
You can set your card to static turbo mode in master, managed and ad-hoc mode.

Per impostare il turbo mode si usa:
Code:
iwpriv ath0 turbo 1
e si verifica l'avvenuto settaggio con
Code:
iwpriv ath0 get_turbo
.
Queste impostazioni, imposte ad una periferica virtuale creata in modalit� ad hoc con
Code:
wlanconfig ath0 create wlandev wifi0 wlanmode adhoc
sembrano funzionare ma nel pc fisso, dove gira WinXP con i driver e l'utility Atheros v5 impostata allo stesos modo, la rete viene sempre e comunque inizializzata con lo standard 802.11g, quindi niente turbo e xr.

Dal sito http://madwifi.org per l'attivazione del turbo mode (sono lo statuc turbo � correntemente supportato):
Quote:

Issue the following commands:
Code:

iwpriv ath0 mode 3  # [b]this forces it to G-only mode, but you can also use A mode[/b] (1))
iwpriv ath0 turbo 1 # [b]enable turbo[/b]


This might not enable turbo ;) Depends on you countrycode ! For example 840 (USA)
Code:

# wlanconfig ath0 list chann                                                                                                                             
Channel   1 : 2412  Mhz 11g          Channel  48 : 5240  Mhz 11a Dynamic
Channel   2 : 2417  Mhz 11g          Channel  50 : 5250  Mhz 11a Static
Channel   3 : 2422  Mhz 11g          Channel  52 : 5260  Mhz 11a
Channel   4 : 2427  Mhz 11g          Channel  56 : 5280  Mhz 11a Dynamic
Channel   5 : 2432  Mhz 11g          Channel  58 : 5290  Mhz 11a Static
Channel   6 : 2437  Mhz 11g Dynamic  Channel  60 : 5300  Mhz 11a
Channel   7 : 2442  Mhz 11g          Channel  64 : 5320  Mhz 11a
Channel   8 : 2447  Mhz 11g          Channel 149 : 5745  Mhz 11a
Channel   9 : 2452  Mhz 11g          Channel 152 : 5760  Mhz 11a Static
Channel  10 : 2457  Mhz 11g          Channel 153 : 5765  Mhz 11a Dynamic
Channel  11 : 2462  Mhz 11g          Channel 157 : 5785  Mhz 11a
Channel  36 : 5180  Mhz 11a          Channel 160 : 5800  Mhz 11a Static
Channel  40 : 5200  Mhz 11a Dynamic  Channel 161 : 5805  Mhz 11a Dynamic
Channel  42 : 5210  Mhz 11a Static   Channel 165 : 5825  Mhz 11a
Channel  44 : 5220  Mhz 11a


Then to enable/force turbo :
Code:

# iwconfig ath0 channel 0
# iwpriv ath0 mode 1         # 11a mode
# iwconfig ath0 channel 42   # channel  42 : 5210  Mhz 11a Static turbo
# iwconfig ath0 ...          #
ath0      [b]IEEE 802.11Ta[/b] ...  # 11a + Turbo enabled (static turbo).



Rinfrancato da tanta grazia, provo io :)
Code:
Dell5150 ~ # iwpriv ath0 mode 3
Dell5150 ~ # iwpriv ath0 turbo 1
Dell5150 ~ # iwpriv ath0 get_turbo
ath0      get_turbo:1
Dell5150 ~ # wlanconfig ath0 list chan
Channel   1 : 2412  Mhz 11g          Channel   8 : 2447  Mhz 11g
Channel   2 : 2417  Mhz 11g          Channel   9 : 2452  Mhz 11g
Channel   3 : 2422  Mhz 11g          Channel  10 : 2457  Mhz 11g
Channel   4 : 2427  Mhz 11g          Channel  11 : 2462  Mhz 11g
Channel   5 : 2432  Mhz 11g          Channel  12 : 2467  Mhz 11g
Channel   6 : 2437  Mhz 11g Dynamic  Channel  13 : 2472  Mhz 11g
Channel   7 : 2442  Mhz 11g


Panico 8O

Come mai ho così pochi canali per scegliere la connessione (rispetto all'esempio)?
Come mai non ho nessun canale che supporti lo static turbo mode?
Come mai non ho nessun canale 802.11a?

Infatti:
Code:
Dell5150 ~ # iwconfig ath0
ath0      IEEE 802.11g  ESSID:{cut}

non appare IEEE 802.11Tg ma IEEE 802.11g, ovvero rete a 54Mbps :(

Profondamente deluso da tutto ciò, chiedo aiuto a voi :(

Ho provato anche a mettere in /etc/modules.d/ath_pci la riga
Code:
options ath_pci autocreate=adhoc countrycode=0
ma non è servito (countrycode a 0 dovrebbe essere l'impostazione worldwide).
_________________
bye,
Fuzzo
Back to top
View user's profile Send private message
Fuzzo
Guru
Guru


Joined: 23 Jun 2004
Posts: 319
Location: Padova, Italy

PostPosted: Mon Jan 22, 2007 11:37 am    Post subject: Reply with quote

Up :?
_________________
bye,
Fuzzo
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum