Hace ya más de un mes que no se escribe nada aqui, pero es que tengo el mismo problema con el adaptador ALFA AWUS036NEH en Kali Linux.
Soy (muy) principiante pero voy a intentar aportar toda la información posible para ver si me podeis ayudar, si es que alguno llega a ver esto.
En Windows 10, el adaptador funciona perfectamente con un software que venía con los drivers de Mediatek.
Sin embargo, al entrar en la máquina virtual, aparentemente detecta físicamente (como habéis escrito antes) el adaptador, incluso lo puede poner en modo monitor, pero no consigue identificar ninguna red a su alrededor.
Copio-pego algunos comandos que pedisteis a otros usuarios con el mismo problema:
lsusb;
Bus 001 Device 002: ID 148f:3070 Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
iw dev;
phy#0
Interface wlan0
ifindex 3
wdev 0x1
addr 5e:db:23:27:3c:6a
type managed
txpower 20.00 dBm
airmon-ng;
[code]PHY Interface Driver Chipset
phy0 wlan0 rt2800usb Ralink Technology, Corp. RT2870/RT3070[/code]
dmesg | tail -n 50;
5.029646] 19:11:07.664210 main OS Version: #1 SMP PREEMPT_DYNAMIC Debian 5.19.11-1kali2 (2022-10-10)
5.032222] 19:11:07.666542 main Executable: /usr/sbin/VBoxService
19:11:07.666546 main Process ID: 569
19:11:07.666546 main Pa
5.046216] 19:11:07.680952 main 6.1.38_Debian r153438 started. Verbose level = 0
5.062930] 19:11:07.697486 main vbglR3GuestCtrlDetectPeekGetCancelSupport: Supported (#1)
5.171050] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
5.171486] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
174.895216] Service: Shared Clipboard
174.902663] Service: Host Version Check
174.910163] Service: Seamless
174.919464] Service: Drag and Drop (DnD)
174.922429] Worker loop running
174.932180] Service: Display SVGA X11
174.934435] Proxy window=10485761, root window=1335 ...
174.935301] Started
174.935625] 6.1.38_Debianr153438
174.940456] VMWARE's ctrl extension is available. Major Opcode is 128.
174.941188] Found libXrandr 1.6
174.995339] output[0] successfully configured
174.997802] RRScreenChangeNotify event received
174.998641] Monitor 0 (w,h)=(2160,1260) (x,y)=(0,0)
174.999262] Sending monitor positions (8 of them) to the host: VINF_SUCCESS
179.020409] RRScreenChangeNotify event received
179.044358] output[0] successfully configured
179.160231] Monitor 0 (w,h)=(2160,1260) (x,y)=(0,0)
179.160802] Sending monitor positions (8 of them) to the host: VINF_SUCCESS
179.161210] RRScreenChangeNotify event received
179.162438] Monitor 0 (w,h)=(2160,1260) (x,y)=(0,0)
179.163219] Sending monitor positions (8 of them) to the host: VINF_SUCCESS
189.932121] usb 1-1: new high-speed USB device number 2 using ehci-pci
190.316150] usb 1-1: New USB device found, idVendor=148f, idProduct=3070, bcdDevice= 1.01
190.316163] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
190.316167] usb 1-1: Product: 802.11 n WLAN
190.316171] usb 1-1: Manufacturer: Ralink
190.316173] usb 1-1: SerialNumber: 1.0
190.491987] cfg80211: Loading compiled-in X.509 certificates for regulatory database
190.492560] cfg80211: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
190.493222] cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
190.493546] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
190.497149] platform regulatory.0: firmware: direct-loading firmware regulatory.db
190.497622] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
190.910412] usb 1-1: reset high-speed USB device number 2 using ehci-pci
191.275262] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3070, rev 0201 detected
191.767014] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0005 detected
191.771289] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
191.783847] usbcore: registered new interface driver rt2800usb
191.852218] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
191.867851] rt2800usb 1-1:1.0: firmware: direct-loading firmware rt2870.bin
191.867866] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.36
Además, al ejecutar
apt-cache policy firmware-nonfree
me aparece el mensaje de Unable to locate package(…)
Muchas gracias por antelación si alguien ve este mensaje y consigue ayudarme