USb3 Kontroller Karte unter Opensue 13.1 einrichten

Hallo,

ich habe eine USB3 Kontrollerkarte für den PCIe slot eingebaut und
würde diee Karte gerne für hotplug etc. einrichten.
Bisher sieht OpenSuse 13.1 32bit nur Vendor und Product ID aber ohne jegliche weitere Bezeichnung. Auch wird ein USB3 Speicherstick beim Einstecken nicht automatische bemerkt (hotplug ?).
Ich bin mir nicht sicher, ob aus meiner Frage das Problem klar wird,
denke aber ich muss irgenwas in “udev” eintragen, habe aber leider zu wenig Ahnung. Bin dankbar für jeden Tipp.

outputs:
> lsusb
Bus 001 Device 002: ID 05e3:070e Genesys Logic, Inc. USB 2.0 Card Reader
Bus 002 Device 002: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 003 Device 002: ID 2109:0811
Bus 004 Device 002: ID 2537:1081
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

wobei ID 2537:1081 der USB3 Speicherstick sein müsste

Gruß Wally

OK, scheint jetzt zu laufen :

http://forum.siduction.org/index.php?topic=3716.0"clubex"](http://forum.siduction.org/index.php?action=profile;u=636) solution:

In /etc/modprobe.d/blacklist.conf
add
blacklist uas
blacklist xhci

as root do
rmmod xhci_hcd
modprobe xhci_hcd

It worked.

Vielleicht hat jemand Lust diesen Vorgang zu erläutern, ich weiss nicht warum es jetzt läuft.