Also,
$ dmesg | grep usb
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
usb usb1: configuration #1 chosen from 1 choice
usb usb2: configuration #1 chosen from 1 choice
usb 2-1: new high speed USB device using ehci_hcd and address 2
usb 2-1: configuration #1 chosen from 1 choice
usbcore: registered new interface driver hiddev
usb 1-2: new low speed USB device using ohci_hcd and address 2
usb 1-2: configuration #1 chosen from 1 choice
input,hidraw0: USB HID v1.01 Keyboard [PC-DTV Receiver PC-DTV Receiver] on usb-0000:00:02.1-1
usb 2-1: USB disconnect, address 2
input,hidraw0: USB HID v1.10 Keyboard [MOSART Semi. Wireless Keyboard & Mouse] on usb-0000:00:02.0-2
input,hiddev0,hidraw1: USB HID v1.10 Mouse [MOSART Semi. Wireless Keyboard & Mouse] on usb-0000:00:02.0-2
usbcore: registered new interface driver usbhid
drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[<ffffffff8805d7e0>] (usb_hcd_irq+0x0/0x60 [usbcore])
Ich habe auch folgendes probiert:
# Alle USB-Geräte eingesteckt
$ dmesg > 1.txt
# Alle USB-Geräte raus
$ dmesg > 2.txt
# Alle wieder rein
$ dmesg > 3,tx
$ diff 1.txt 2.txt
# kein unterschied
$ diff 2.txt 3.txt
# kein unterschied
Vielleicht sind noch die Module und Deamons aus der rc.conf wichtig:
MODULES=(forcedeth slhc snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore)
[...]
DAEMONS=(syslog-ng network samba hal netfs autofs cups crond alsa fam)
Kann jemand was daraus erkennen?