Hummm ... algumas outras ideias. solte na linha de comando durante uma inicialização de resgate. Certifique-se de que você é root ou sudo para obter privilégios de administrador. Use o chroot para que você possa mudar sua perspectiva de caminho. Faz parecer ao sistema que você inicializou normalmente para que você possa usar o sistema como se você não tivesse iniciado usando um bastão de resgate. Fonte seu perfil de usuário se você precisar. Em seguida, você precisa verificar a diferença entre o que está instalado e o que foi carregado na memória, mas não instalado.
lsusb -v | less
Use o comando acima para revisar quais dispositivos USB são realmente carregados. Lembre-se de que os dispositivos USB que estamos procurando foram carregados, mas eles provavelmente não estão instalados em sua unidade, porque eles estavam na baia com a qual você inicializou.
K, se você puder descobrir o dispositivo ou dispositivos, o próximo truque é descobrir a que pacote eles pertencem e instalá-lo. Até certo ponto, você pode estar por conta própria, pois o que você está procurando é uma pista que não consigo encontrar para você. Aqui está a aparência das informações do meu dispositivo de teclado. Observe o termo "dispositivo de interface humana". Isso geralmente indica um teclado ou mouse. Além disso, sei que a empresa que faz isso é a ROCCAT. Observe também o ID que é 1e7d: 3264 Seu ID provavelmente é o que você pode usar para rastrear o pacote que contém os drivers de que você precisa. :
Bus 003 Device 008: ID 1e7d:3264 ROCCAT Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x1e7d ROCCAT
idProduct 0x3264
bcdDevice 1.00
iManufacturer 1
iProduct 2
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 59
bNumInterfaces 2
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xa0
(Bus Powered)
Remote Wakeup
MaxPower 500mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass 1 Boot Interface Subclass
bInterfaceProtocol 1 Keyboard
iInterface 0
HID Device Descriptor:
bLength 9
bDescriptorType 33
bcdHID 1.11
bCountryCode 0 Not supported
bNumDescriptors 1
bDescriptorType 34 Report
wDescriptorLength 65
Report Descriptors:
** UNAVAILABLE **
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 1
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass 0 No Subclass
bInterfaceProtocol 0 None
iInterface 0
HID Device Descriptor:
bLength 9
bDescriptorType 33
bcdHID 1.11
bCountryCode 0 Not supported
bNumDescriptors 1
bDescriptorType 34 Report
wDescriptorLength 309
Report Descriptors:
** UNAVAILABLE **
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x84 EP 4 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 1