Hola jguardon: Efectivamente, esta receta que me das fue una de las que apliqué como primer intento de reparar este problema. Mi grub quedó asi:
Código:
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash usbcore.autosuspend=-1"
GRUB_CMDLINE_LINUX="acpi=force irqpoll"
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
Sin embargo el problema persistió. Así que fui buscando por la web y encontré algunas sugerencias mas, mismas que apliqué. Incluso instalé varias librerias de USB y de HID, HIDAPI-DEV, etc., y nada.
Había usado un software para mi webcam Genius (guVCView) porque era compatible y me funcionaba bien. Hoy que volví a instalar dicho software con el Ubuntu 18.04 nuevo, no me reconoce el dispositivo de vídeo, la cámara.
#dmesg saca un largo listado, pero revisando todos items, ninguno me arroja algo adicional a no ser por los 4 puertos del hub on-board propios del sistema. A veces cuando logro leer la flash-rom o pendrive, si aparece "colgada" de uno de estos 4 puertos, por ejemplo del usb1, como DT 100 Kingston, pero esta se declara como unidad de disco y no como dispositivo.
Código:
Cuando introduzco la memoria Flash DT en un puerto de la PC, aparece en #dmesg:
usb 1-6: new high-speed USB device number 4 using ehci-pci
[ 610.864954] usb 1-6: New USB device found, idVendor=0930, idProduct=6545
[ 610.864959] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 610.864963] usb 1-6: Product: DT 101 G2
[ 610.864966] usb 1-6: Manufacturer: Kingston
[ 610.864969] usb 1-6: SerialNumber: 001CC0EC34C8EC515647015F
[ 610.865290] usb 1-6: Device is not authorized for usage
[ 610.877713] usb 1-6: authorized to connect
[ 611.140707] usb-storage 1-6:1.0: USB Mass Storage device detected
[ 611.140991] scsi host4: usb-storage 1-6:1.0
[ 611.143004] usbcore: registered new interface driver usb-storage
[ 611.170512] usbcore: registered new interface driver uas
[ 612.237583] scsi 4:0:0:0: Direct-Access Kingston DT 101 G2 PMAP PQ: 0 ANSI: 0 CCS
También he aplicado:
udevadm info --query=all -n /dev/usb/hiddevX
y por supuesto no me arroja ninguna información, ya que no existe.
En otro intento y en modo manual cree las carpetas de /dev/usb para hiddev0 y hiddev1, pero al reiniciar Ubuntu fueron borradas (Lo hice como se aconseja en un sitio web):
Código:
13 char Input drivers
0 = /dev/input/js0 First joystick
1 = /dev/input/js1 Second joystick
...
32 = /dev/input/mouse0 First mouse
33 = /dev/input/mouse1 Second mouse
...
63 = /dev/input/mice Mixed input from all mice
64 = /dev/input/event0 First event stream
65 = /dev/input/event1 Second event stream ...
The current input system is used for USB devices only, however,
it isn't limited just to those, and hopefully will be the way
to access all input devices in the future.
166 char ACM USB modems
0 = /dev/ttyACM0 First ACM modem
1 = /dev/ttyACM1 Second ACM modem
...
180 char USB devices
0 = /dev/usb/lp0 First USB printer
...
15 = /dev/usb/lp15 16th USB printer
32 = /dev/usb/mdc800 MDC800 USB camera
48 = /dev/usb/scanner0 First USB scanner
...
63 = /dev/usb/scanner15 16th USB scanner
64 = /dev/usb/rio500 Diamond Rio 500
96 = /dev/usb/hiddev0 1st USB HID device
...
111 = /dev/usb/hiddev15 16th USB HID device
112 = /dev/usb/auer0 1st auerswald ISDN device
...
127 = /dev/usb/auer15 16th auerswald ISDN device
128 = /dev/usb/brlvgr0 First Braille Voyager device
...
131 = /dev/usb/brlvgr3 Fourth Braille Voyager device
144 = /dev/usb/lcd USB LCD device
240 = /dev/usb/dabusb0 First daubusb device
...
243 = /dev/usb/dabusb3 Fourth dabusb device
188 char USB serial converters
0 = /dev/ttyUSB0 First USB serial converter
1 = /dev/ttyUSB1 Second USB serial converter
Bueno, por lo pronto ya me detengo, porque hice tantas cosas que siento que he creado un "monstruito Ubuntu 18.04" sin ningún resultado positivo.
Gracias por responder. Saludos.....