Up alfa network AWUS036H [SOLVED]

Started by Disutopia, June 07, 2012, 11:51:46 AM

Previous topic - Next topic

Disutopia

Buon salve, mi sto accostando ora al mondo BackBox, ho già trovato un tot di informazioni utili sul forum, sembra un a comunità attiva, come ben spero!  ;D

Malgrado su Ubuntu 12.04 precise, non notavo alcun guadagno di ricezione, la portata del dispositivo pareva uguale a quella della scheda interna del mio notebook; perlomeno riuscivo a mandare in Up la scheda, mentre su BackBox al comando:
sudo ifconfig wlan1 up
il sistema mi risponde:
QuoteArgomento non valido
eppure i driver sono installati e la scheda viene riconosciuta, sotto il nome di wlan1. Che mi consigliate, v'è un bravo medico, che riesca a diagnosticare il problema che affligge il mio sistema?

beva

#1
iwconfig  che ti dice?

what says iwconfig ?
ciao
beva

Disutopia

$ sudo iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     IEEE 802.11bgn  ESSID:"Pace" 
          Mode:Managed  Frequency:2.422 GHz  Access Point: 00:90:D0:FB:67:1D   
          Bit Rate=1 Mb/s   Tx-Power=16 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:2E9B-BC94-AC
          Power Management:off
          Link Quality=48/70  Signal level=-62 dBm 
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:36   Missed beacon:0

vboxnet0  no wireless extensions.

wlan1     IEEE 802.11bg  ESSID:off/any 
          Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:on


network operator graph, detects the device but says it is not ready!

break0x90

but are you using into a vm (virtualbox) ??

Disutopia

no no, the system is installed in the machine...

nubbix



ostendali

if it is says not ready that mean the module hasn't been load at all....
pls post the output of: dmesg |egrep -i "wlan1|not ready"

and check also the module name (lsmod)...

PS> if you say the system is installed in the machine it is obvious that people will misunderstand and ask you questions about virtuals. it will be enough to say the installation is physical.

Disutopia

Pardon, for misunderstandings!

sinec@dante-HP-630-Notebook-PC:~$ sudo dmesg |egrep -i "wlan1|not ready"
[   11.872503] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   11.888975] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 1586.896211] <30>udev[2132]: renamed network interface wlan1 to wlan5
[ 1587.987489] ADDRCONF(NETDEV_UP): wlan0: link is not ready
sinec@dante-HP-630-Notebook-PC:~$

Disutopia

help me, I do not want to change OS!

Disutopia

solved, was sufficient to install a newer version of the kernel!

ostendali