Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

errore ifconfig txpower su AR9280

35 views
Skip to first unread message

ermac

unread,
Jul 22, 2012, 1:43:26 AM7/22/12
to
Ciao
Qualcuno riesce a spiegarmi cosa sbaglio quando cerco di settare il
txpower sulla interfaccia wireless.


La mia interfaccia wireless è la seguente:
Wistron DNMA92 802.11a/b/g/n MIMO (2,4GHz, 5GHz) miniPCI

athn0 at pci0 dev 12 function 0 "Atheros AR9280" rev 0x01: irq 9
athn0: AR9280 rev 2 (2T2R), ROM rev 21, address 00:1b:b1:5e:d7:bf


questo è il comando che lancio con il relativo errore (ho provato tutti i
valori da 1 a 20)
# ifconfig athn0 txpower 1
ifconfig: SIOCS80211TXPOWER: Invalid argument

Jey

unread,
Jul 22, 2012, 4:25:35 AM7/22/12
to
ermac <x...@xyz.xyz> wrote:

> questo � il comando che lancio con il relativo errore (ho provato tutti i
> valori da 1 a 20)
> # ifconfig athn0 txpower 1

prova con 0

Jey
--
Non prendere la vita troppo sul serio... non ne uscirai mai vivo
http://www.joram.it/servizi/consulente.htm

ermac

unread,
Jul 22, 2012, 9:08:40 AM7/22/12
to
Jey wrote:

> ermac <x...@xyz.xyz> wrote:
>
>> questo è il comando che lancio con il relativo errore (ho provato
tutti i
>> valori da 1 a 20)
>> # ifconfig athn0 txpower 1
>
> prova con 0
>
> Jey

Sempre uguale...
# ifconfig athn0 txpower 0
ifconfig: SIOCS80211TXPOWER: Invalid argument

Giovanni Bechis

unread,
Jul 23, 2012, 3:13:03 AM7/23/12
to
ermac <x...@xyz.xyz> wrote:
> Ciao
> Qualcuno riesce a spiegarmi cosa sbaglio quando cerco di settare il
> txpower sulla interfaccia wireless.
>
>
> La mia interfaccia wireless ᅵ la seguente:
> Wistron DNMA92 802.11a/b/g/n MIMO (2,4GHz, 5GHz) miniPCI
>
> athn0 at pci0 dev 12 function 0 "Atheros AR9280" rev 0x01: irq 9
> athn0: AR9280 rev 2 (2T2R), ROM rev 21, address 00:1b:b1:5e:d7:bf
>
>
> questo ᅵ il comando che lancio con il relativo errore (ho provato tutti i
> valori da 1 a 20)
> # ifconfig athn0 txpower 1
>
Sembra che txpower sia supportato solo nella versione usb:
$ grep -r txpower /usr/src/sys/dev/*/if_athn*
dev/usb/if_athn_usb.c: ops->set_txpower(sc, c, extc);
dev/usb/if_athn_usb.h: uint16_t txpower;
Giovanni

ermac

unread,
Jul 25, 2012, 3:23:41 AM7/25/12
to
Giovanni Bechis wrote:

> ermac <x...@xyz.xyz> wrote:
>> Ciao
>> Qualcuno riesce a spiegarmi cosa sbaglio quando cerco di settare il
>> txpower sulla interfaccia wireless.
>>
>>
>> La mia interfaccia wireless è la seguente:
>> Wistron DNMA92 802.11a/b/g/n MIMO (2,4GHz, 5GHz) miniPCI
>>
>> athn0 at pci0 dev 12 function 0 "Atheros AR9280" rev 0x01: irq 9
>> athn0: AR9280 rev 2 (2T2R), ROM rev 21, address 00:1b:b1:5e:d7:bf
>>
>>
>> questo è il comando che lancio con il relativo errore (ho provato
tutti i
>> valori da 1 a 20)
>> # ifconfig athn0 txpower 1
>>
> Sembra che txpower sia supportato solo nella versione usb:
> $ grep -r txpower /usr/src/sys/dev/*/if_athn*
> dev/usb/if_athn_usb.c: ops->set_txpower(sc, c, extc);
> dev/usb/if_athn_usb.h: uint16_t txpower;
> Giovanni


Presumo quindi che non esista nessuna soluzione alternativa per settare
la potenza di uscita... non esiste un elenco di schede funzionanti al
100% che vadano in in modalità AP su openbsd??
0 new messages