Scrivo qui perchè sto avendo problemi nel far riconoscere la chiavetta wifi (una dlink dwa140 B3) a backtrack 5 R3.
Ho letto diverse discussioni sempre di questo forum ma non riesco ancora a farla partire.
Inizialmente ho provato anche ad aggiornare kernel (ora ho il v3.14-rc1-trusty) ma nulla.
Come posso fare?
-----------------------
Se può servire
Spoiler
Mostra
Codice: Seleziona tutto
root@bt:~# lsusb
Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 2001:3c15 D-Link Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Codice: Seleziona tutto
root@bt:~# locate rt2870
/lib/firmware/rt2870.bin
root@bt:~# sudo modprobe rt2870sta
FATAL: Module rt2870sta not found.
root@bt:~# sudo modprobe rt2870
FATAL: Module rt2870 not found.
Codice: Seleziona tutto
# This file lists those modules which we don't want to be loaded by
# alias expansion, usually so some other driver will be loaded for the
# device instead.
blacklist rt2800usb
blacklist rt2800lib
blacklist rt2x00usb
blacklist rt2x00lib
# evbug is a debug tool that should be loaded explicitly
blacklist evbug
blacklist ar9170usb
blacklist r8187
blacklist ath_pci
# these drivers are very simple, the HID drivers are usually preferred
blacklist usbmouse
blacklist usbkbd
# replaced by e100
blacklist eepro100
# replaced by tulip
blacklist de4x5
# snd_intel8x0m can interfere with snd_intel8x0, doesn't see
# causes no end of uname -rconfusion by creating unexpected network interfaces
blacklist eth1394
# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
# hardware on its own (Ubuntu bug #2011, #6810)
blacklist snd_intel8x0m
# Conflicts with dvb driver (which is better for handling this device)
blacklist snd_aw2
# causes failure to suspend on HP compaq nc6000 (UbuCodice: Seleziona tutto
blacklist rt2800usb
blacklist rt2x00usb
blacklist rt2x00lib