• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Grub: Tastatur nur an bestimmten USB-Ports?

Hallo,

meine Funktastatur von M$ funktioniert soweit, allerdings nicht im Grub-Menü. Selbst das BIOS lässt sich aufrufen, Wechsel ich den USB-Port zum Front-USB läuft die Tastatur, allerdings stört dann das WLAN und der Empfang ist gestört.
Wieso funzt die Tasta in Grub nicht an den anderen Ports?!

Gruß,

Sven
 
A

Anonymous

Gast
Hi,

hast du im Bios auch Usb-Legacy-Support (oder so ähnlich) eingestellt?

Cu
 
Ja logisch ist das aktiviert, sonst würde die Tastatur ja nicht an bestimmten Ports gehen. Das war das erste, wonach ich gesehen habe.
 
lsusb

Code:
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 058f:6362 Alcor Micro Corp. Hi-Speed 21-in-1 Flash Card Reader/Writer (Internal/External)
Bus 006 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 005: ID 148f:2573 Ralink Technology, Corp. RT2501USB Wireless Adapter
Bus 005 Device 003: ID 2040:7070 Hauppauge Nova-T Stick 3
Bus 005 Device 002: ID 2040:7070 Hauppauge Nova-T Stick 3
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 005: ID 045e:071d Microsoft Corp.
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

lsusb -t

Code:
/:  Bus 07.Port 1: Dev 1, Class=root_hub, Driver=ohci_hcd/2p, 12M
/:  Bus 06.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/6p, 480M
    |__ Port 6: Dev 2, If 0, Class=stor., Driver=usb-storage, 480M
/:  Bus 05.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/6p, 480M
    |__ Port 1: Dev 2, If 0, Class=vend., Driver=dvb_usb_dib0700, 480M
    |__ Port 2: Dev 3, If 0, Class=vend., Driver=dvb_usb_dib0700, 480M
    |__ Port 6: Dev 5, If 0, Class=vend., Driver=rt73usb, 480M
/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ohci_hcd/3p, 12M
/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ohci_hcd/3p, 12M
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ohci_hcd/3p, 12M
    |__ Port 2: Dev 5, If 0, Class=HID, Driver=usbhid, 1.5M
    |__ Port 2: Dev 5, If 1, Class=HID, Driver=usbhid, 1.5M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ohci_hcd/3p, 12M
 
Oben