[gelöst]Kein USB 2.0 nach Wechsel Motherboard

Hast Du Probleme mit Hardware, die durch die anderen Foren nicht abgedeckt werden? Schau auch in den "Tipps und Tricks"-Bereich.
Annalena
Beiträge: 225
Registriert: 13.03.2019 14:49:47

[gelöst]Kein USB 2.0 nach Wechsel Motherboard

Beitrag von Annalena » 14.08.2019 19:07:15

Nach dem Wechsel vom Motherboard habe ich kein USB 2.0. Der Befehl lspci zeigt Folgendes:
lspci
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD9x0/RX980 Host Bridge (rev 02)
00:02.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GFX port 0)
00:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 0)
00:09.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 4)
00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] (rev 40)
00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus Controller (rev 42)
00:14.1 IDE interface: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 IDE Controller (rev 40)
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) (rev 40)
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 PCI to PCI Bridge (rev 40)
00:14.5 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
00:16.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:16.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor Address Map
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor Link Control
01:00.0 VGA compatible controller: NVIDIA Corporation GM206 [GeForce GTX 960] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GM206 High Definition Audio Controller (rev a1)
02:00.0 USB controller: VIA Technologies, Inc. VL805 USB 3.0 Host Controller (rev 01)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
LG. Anna
Zuletzt geändert von Annalena am 16.08.2019 15:03:39, insgesamt 3-mal geändert.

Benutzeravatar
bluestar
Beiträge: 2346
Registriert: 26.10.2004 11:16:34
Wohnort: Rhein-Main-Gebiet

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von bluestar » 14.08.2019 19:14:33

OHCI = USB 1.1
EHCI = USB 2.0
XHCI = USB 3.0

guennid

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von guennid » 14.08.2019 19:22:14

Da du so auf 2.0 insistierst, nehme ich an, dass 3.0 funktioniert - richtig? Weitermachen könnte man mit

Code: Alles auswählen

lsmod | grep hci_ 
Viel mehr fällt mir aber nicht ein. Warum das Modul für 3.0 (xhci, siehe bluestar) bei lspci nicht auftaucht, weiß ich nicht.

Sinnvoll wäre vielleicht auch die Info, welches Debian in welcher Form denn da läuft (im alten Thread habe ich auf S. 1 auf die Schnelle keine Angaben gelesen).

Grüße, Günther
Zuletzt geändert von guennid am 14.08.2019 19:29:19, insgesamt 1-mal geändert.

willy4711

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von willy4711 » 14.08.2019 19:27:43

Wo hast du denn kein USB 2 ?

Vorne oder hinten ?


Edit:

Und bevor das Spiel mit null Infos hier weitergeht:
installiere dir Debianinxi
Dann als root:

Code: Alles auswählen

inxi -v8
Und das ganze bitte nach No Paste. Ich habe überhaupt keine Lust (und die anderen wohl auch nicht)
im alten Thread herumzuwühlen, um herauszubekommen, was du für ein Board und Hardware hast.

Edit 2
guennid hat geschrieben: ↑ zum Beitrag ↑
14.08.2019 19:22:14
Warum das Modul für 3.0 (xhci, siehe bluestar) bei lspci nicht auftaucht, weiß ich nicht.
Wie wäre es damit ?

Code: Alles auswählen

02:00.0 USB controller: VIA Technologies, Inc. VL805 USB 3.0 Host Controller (rev 01)

guennid

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von guennid » 14.08.2019 19:39:06

Wie wäre es damit ?

Code: Alles auswählen

02:00.0 USB controller: VIA Technologies, Inc. VL805 USB 3.0 Host Controller (rev 01)
Und? wo steht xhci?

Annalena
Beiträge: 225
Registriert: 13.03.2019 14:49:47

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von Annalena » 14.08.2019 19:39:58

also, ich habe Debian Buster und das USB 2.0 läuft weder am PC vorn noch hinten.

guennid

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von guennid » 14.08.2019 19:41:01

Das lsmod-Kommando, bitte.

Benutzeravatar
bluestar
Beiträge: 2346
Registriert: 26.10.2004 11:16:34
Wohnort: Rhein-Main-Gebiet

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von bluestar » 14.08.2019 19:41:26

Annalena hat geschrieben: ↑ zum Beitrag ↑
14.08.2019 19:39:58
also, ich habe Debian Buster und das USB 2.0 läuft weder am PC vorn noch hinten.
Was heißt denn „es läuft nicht“???

Benutzeravatar
kalle123
Beiträge: 2714
Registriert: 28.03.2015 12:27:47
Wohnort: Mönchengladbach

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von kalle123 » 14.08.2019 19:41:35

willy4711 hat geschrieben: ↑ zum Beitrag ↑
14.08.2019 19:27:43
Vorne oder hinten ?
DER ist gut :THX:

cu KH

willy4711

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von willy4711 » 14.08.2019 19:42:33

guennid hat geschrieben: ↑ zum Beitrag ↑
14.08.2019 19:39:06
Wie wäre es damit ?

Code: Alles auswählen

02:00.0 USB controller: VIA Technologies, Inc. VL805 USB 3.0 Host Controller (rev 01)
Und? wo steht xhci?
Steht bei lspci net. Bei mir auch nicht.

musst du schauen:

Code: Alles auswählen

dmesg |grep xhci
Oder mit inxi wie geschrieben.

Annalena
Beiträge: 225
Registriert: 13.03.2019 14:49:47

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von Annalena » 14.08.2019 19:46:43

inxi -v8
System:
Host: debian Kernel: 4.19.0-5-amd64 x86_64 bits: 64 compiler: gcc v: 8.3.0
Desktop: Xfce 4.12.4 tk: Gtk 2.24.32 info: xfce4-panel, cairo-dock
wm: xfwm4 dm: LightDM 1.26.0 Distro: Debian GNU/Linux 10 (buster)
Machine:
Type: Desktop Mobo: Gigabyte model: 970A-DS3P v: x.x serial: N/A
BIOS: American Megatrends v: FD date: 02/26/2016
Memory:
RAM: total: 15.70 GiB used: 1.79 GiB (11.4%)
Array-1: capacity: 32 GiB note: check slots: 4 EC: None
max module size: 4 GiB note: est.
Device-1: Node0_Dimm0 size: 4 GiB info: single-bank speed: 667 MT/s
type: DDR3 detail: synchronous unbuffered (unregistered)
bus width: 64 bits total: 64 bits manufacturer: Kingston
part-no: 99U5471-012.A serial: 9C10A81E
Device-2: Node0_Dimm1 size: 4 GiB info: single-bank speed: 667 MT/s
type: DDR3 detail: synchronous unbuffered (unregistered)
bus width: 64 bits total: 64 bits manufacturer: Kingston
part-no: 99U5471-012.A serial: 9C10B21E
Device-3: Node0_Dimm2 size: 4 GiB info: single-bank speed: 800 MT/s
type: DDR3 detail: synchronous unbuffered (unregistered)
bus width: 64 bits total: 64 bits manufacturer: N/A part-no: BLS4G3D1609DS
serial: E8AB79D7
Device-4: Node0_Dimm3 size: 4 GiB info: single-bank speed: 800 MT/s
type: DDR3 detail: synchronous unbuffered (unregistered)
bus width: 64 bits total: 64 bits manufacturer: N/A part-no: BLS4G3D1609DS
serial: E8AB79C1
PCI Slots:
Slot: 0 type: x16 PCI Express J6B2 status: In Use length: Long
Slot: 1 type: x1 PCI Express J6B1 status: In Use length: Short
Slot: 2 type: x8 PCI Express J6D1 status: In Use length: Short
Slot: 3 type: x16 PCI Express J7B1 status: In Use length: Short
CPU:
Topology: Quad Core model: AMD Athlon II X4 640 bits: 64 type: MCP
arch: K10 family: 10 (16) model-id: 5 stepping: 3 microcode: 10000C8
L1 cache: 512 KiB L2 cache: 2048 KiB bogomips: 24111
Speed: 800 MHz min/max: 800/3000 MHz Core speeds (MHz): 1: 1800 2: 800
3: 800 4: 1800
Flags: 3dnow 3dnowext 3dnowprefetch abm apic clflush cmov cmp_legacy
constant_tsc cpuid cr8_legacy cx16 cx8 de extapic extd_apicid fpu fxsr
fxsr_opt ht hw_pstate ibs lahf_lm lbrv lm mca mce misalignsse mmx mmxext
monitor msr mtrr nodeid_msr nonstop_tsc nopl npt nrip_save nx osvw pae pat
pdpe1gb pge pni popcnt pse pse36 rdtscp rep_good sep skinit sse sse2 sse4a
svm svm_lock syscall tsc vme vmmcall wdt
Vulnerabilities: Type: l1tf status: Not affected
Type: mds status: Not affected
Type: meltdown status: Not affected
Type: spec_store_bypass status: Not affected
Type: spectre_v1
mitigation: usercopy/swapgs barriers and __user pointer sanitization
Type: spectre_v2
mitigation: Full AMD retpoline, STIBP: disabled, RSB filling
Graphics:
Device-1: NVIDIA GM206 [GeForce GTX 960] vendor: Gigabyte driver: nvidia
v: 418.74 bus ID: 01:00.0 chip ID: 10de:1401
Display: x11 server: X.Org 1.20.4 driver: nvidia
resolution: 1920x1080~60Hz, 1920x1080~60Hz, 1920x1080~60Hz
OpenGL: renderer: GeForce GTX 960/PCIe/SSE2 v: 4.6.0 NVIDIA 418.74
direct render: Yes
Audio:
Device-1: AMD SBx00 Azalia vendor: Gigabyte driver: snd_hda_intel
v: kernel bus ID: 00:14.2 chip ID: 1002:4383
Device-2: NVIDIA GM206 High Definition Audio vendor: Gigabyte
driver: snd_hda_intel v: kernel bus ID: 01:00.1 chip ID: 10de:0fba
Sound Server: ALSA v: k4.19.0-5-amd64
Network:
Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
vendor: Gigabyte driver: r8169 v: kernel port: d000 bus ID: 03:00.0
chip ID: 10ec:8168
IF: enp3s0 state: up speed: 1000 Mbps duplex: full mac: b4:2e:99:46:8b:8c
IP v4: 192.168.178.20/24 type: dynamic noprefixroute scope: global
broadcast: 192.168.178.255
IP v6: 2003:e8:b3d1:9900:f19e:795e:aa4:6055/64 type: temporary dynamic
scope: global
IP v6: 2003:e8:b3d1:9900:b62e:99ff:fe46:8b8c/64
type: dynamic mngtmpaddr noprefixroute scope: global
IP v6: fe80::b62e:99ff:fe46:8b8c/64 type: noprefixroute scope: link
WAN IP: No WAN IP data found. Connected to the web? SSL issues?
Drives:
Local Storage: total: 1.82 TiB used: 100.40 GiB (5.4%)
ID-1: /dev/sda vendor: Western Digital model: WDS500G2B0A-00SM50
size: 465.76 GiB block size: physical: 512 B logical: 512 B
speed: 6.0 Gb/s serial: 180562801016 rev: 30WD temp: 34 C scheme: MBR
ID-2: /dev/sdb vendor: Samsung model: HD103SI size: 931.51 GiB block size:
physical: 512 B logical: 512 B speed: 3.0 Gb/s serial: S1VSJ9BS603843
rev: 1118 temp: 28 C scheme: MBR
ID-3: /dev/sdc vendor: Western Digital model: WD5000AADS-00S9B0
size: 465.76 GiB block size: physical: 512 B logical: 512 B
speed: 3.0 Gb/s serial: WD-WCAV9F293283 rev: 0A01 temp: 34 C scheme: MBR
Optical-1: /dev/sr0 vendor: ATAPI model: iHAS124 F rev: CL9N
dev-links: cdrom,cdrw,dvd,dvdrw
Features: speed: 48 multisession: yes audio: yes dvd: yes
rw: cd-r,cd-rw,dvd-r state: running
RAID:
Message: No RAID data was found.
Partition:
ID-1: / raw size: 449.79 GiB size: 441.73 GiB (98.21%)
used: 100.40 GiB (22.7%) fs: ext4 block size: 4096 B dev: /dev/sda1
label: N/A uuid: 9b1faaf0-1fea-4d1c-80a7-84ea2c820136
ID-2: swap-1 size: 15.96 GiB used: 0 KiB (0.0%) fs: swap
swappiness: 60 (default) cache pressure: 100 (default) dev: /dev/sda5
label: N/A uuid: a8337f3f-4a69-4391-9669-dec737a3948d
Unmounted:
ID-1: /dev/sda2 size: 1 KiB fs: N/A label: N/A uuid: N/A
ID-2: /dev/sdb1 size: 931.51 GiB fs: ntfs label: N/A
uuid: 225D02711F674699
ID-3: /dev/sdc1 size: 465.76 GiB fs: ntfs label: N/A
uuid: 639743F62630D484
USB:
Hub: 1-0:1 info: Full speed (or root) Hub ports: 5 rev: 2.0
speed: 480 Mb/s chip ID: 1d6b:0002
Hub: 2-0:1 info: Full speed (or root) Hub ports: 1 rev: 2.0
speed: 480 Mb/s chip ID: 1d6b:0002
Hub: 2-1:2 info: VIA Labs Hub ports: 4 rev: 2.1 speed: 480 Mb/s
chip ID: 2109:3431
Device-1: 2-1.1:3 info: Dell Dell QuietKey Keyboard type: Keyboard
driver: hid-generic,usbhid interfaces: 1 rev: 1.1 speed: 1.5 Mb/s
chip ID: 413c:2106
Hub: 2-1.2:4 info: Standard Microsystems USB 2.0 Hub ports: 4 rev: 2.0
speed: 480 Mb/s chip ID: 0424:2514
Device-2: 2-1.3:5 info: Holtek type: Mouse driver: hid-generic,usbhid
interfaces: 1 rev: 2.0 speed: 1.5 Mb/s chip ID: 1a81:1701
Hub: 3-0:1 info: Full speed (or root) Hub ports: 4 rev: 3.0 speed: 5 Gb/s
chip ID: 1d6b:0003
Hub: 4-0:1 info: Full speed (or root) Hub ports: 5 rev: 2.0
speed: 480 Mb/s chip ID: 1d6b:0002
Hub: 5-0:1 info: Full speed (or root) Hub ports: 4 rev: 2.0
speed: 480 Mb/s chip ID: 1d6b:0002
Hub: 6-0:1 info: Full speed (or root) Hub ports: 5 rev: 1.1 speed: 12 Mb/s
chip ID: 1d6b:0001
Hub: 7-0:1 info: Full speed (or root) Hub ports: 5 rev: 1.1 speed: 12 Mb/s
chip ID: 1d6b:0001
Hub: 8-0:1 info: Full speed (or root) Hub ports: 2 rev: 1.1 speed: 12 Mb/s
chip ID: 1d6b:0001
Hub: 9-0:1 info: Full speed (or root) Hub ports: 4 rev: 1.1 speed: 12 Mb/s
chip ID: 1d6b:0001
Sensors:
System Temperatures: cpu: 23.4 C mobo: N/A gpu: nvidia temp: 41 C
Fan Speeds (RPM): N/A gpu: nvidia fan: 39%
Repos:
Active apt repos in: /etc/apt/sources.list
1: deb http://deb.debian.org/debian/ buster main non-free contrib
2: deb-src http://deb.debian.org/debian/ buster main non-free contrib
3: deb http://security.debian.org/debian-security buster/updates main contrib non-free
4: deb-src http://security.debian.org/debian-security buster/updates main contrib non-free
Active apt repos in: /etc/apt/sources.list.d/buster-repacks-ubiquiti.list
1: deb [trusted=yes arch=amd64] http://apt.lecomte.at/repacks/debian/ buster ubiquiti
Active apt repos in: /etc/apt/sources.list.d/mongodb.list
1: deb [arch=amd64] https://repo.mongodb.org/apt/debian stretch/mongodb-org/3.6 main
No active apt repos in: /etc/apt/sources.list.d/unifi-controller.list
Processes:
CPU top: 5
1: cpu: 29.3% command: vlc pid: 2836 mem: 239.4 MiB (1.4%)
2: cpu: 9.7% command: firefox-esr pid: 1282 mem: 183.1 MiB (1.1%)
3: cpu: 6.0% command: xorg pid: 566 mem: 118.4 MiB (0.7%)
4: cpu: 5.2% command: firefox-esr pid: 1240 mem: 396.2 MiB (2.4%)
5: cpu: 2.8% command: pulseaudio pid: 1077 mem: 28.3 MiB (0.1%)
Memory top: 5
1: mem: 396.2 MiB (2.4%) command: firefox-esr pid: 1240 cpu: 5.2%
2: mem: 334.4 MiB (2.0%) command: thunderbird pid: 785 cpu: 0.1%
3: mem: 239.4 MiB (1.4%) command: vlc pid: 2836 cpu: 29.3%
4: mem: 209.2 MiB (1.3%) command: firefox-esr pid: 1594 cpu: 2.5%
5: mem: 183.1 MiB (1.1%) command: firefox-esr pid: 1282 cpu: 9.7%
Info:
Processes: 161 Uptime: 5h 17m Init: systemd v: 241 runlevel: 5 Compilers:
gcc: 8.3.0 alt: 8 Shell: bash (su) v: 5.0.3 running in: xfce4-terminal
inxi: 3.0.32
Ich hoffe das hilft weiter. :wink:

LG. Anna

willy4711

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von willy4711 » 14.08.2019 19:54:35

Könntest du die Ausgabe bitte noch statt mit dem Zitat- mit dem Code-Tag versehen ?
Das ist der Button genau rechts daneben.
So bekommt man Augenschmerzen :evil:
Aber ich kann nicht erkennen, das da irgend ein USB Hub nicht funktioniert, die sind doch alle da ?
Zuletzt geändert von willy4711 am 14.08.2019 19:55:14, insgesamt 1-mal geändert.

guennid

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von guennid » 14.08.2019 19:55:02

Bei den Controllern < 3.0 steht's aber. Aber wir sollten nicht schon wieder eine nicht zielführende Nebendiskussion beginnen.

To whom it may concern:
Niemand braucht sich hier zu verstecken, weil sie/er etwas nicht weiß. Niemand wird hier ausgelacht oder blöd von der Seite angequatscht.
[...]
Wenn jemandem die Fragestellung in einem Beitrag oder generell die Art und Weise wie andere schreiben nicht passt oder man keinerlei Information zur Lösung des Problems beitragen kann, so sollte man sich von diesen Themen am Besten fernhalten.
https://wiki.debianforum.de/Debianforum ... tensregeln

lsusb, bitte!

Annalena
Beiträge: 225
Registriert: 13.03.2019 14:49:47

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von Annalena » 14.08.2019 19:58:34

Code: Alles auswählen

[code]lsusb
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 009 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 005: ID 1a81:1701 Holtek Semiconductor, Inc. 
Bus 002 Device 004: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
Bus 002 Device 003: ID 413c:2106 Dell Computer Corp. Dell QuietKey Keyboard
Bus 002 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[/code]

willy4711

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von willy4711 » 14.08.2019 19:59:49

Ist doch alles da

Code: Alles auswählen

USB:
Hub: 1-0:1 info: Full speed (or root) Hub ports: 5 rev: 2.0
speed: 480 Mb/s chip ID: 1d6b:0002
Hub: 2-0:1 info: Full speed (or root) Hub ports: 1 rev: 2.0
speed: 480 Mb/s chip ID: 1d6b:0002
Hub: 2-1:2 info: VIA Labs Hub ports: 4 rev: 2.1 speed: 480 Mb/s
chip ID: 2109:3431
Device-1: 2-1.1:3 info: Dell Dell QuietKey Keyboard type: Keyboard
driver: hid-generic,usbhid interfaces: 1 rev: 1.1 speed: 1.5 Mb/s
chip ID: 413c:2106
Hub: 2-1.2:4 info: Standard Microsystems USB 2.0 Hub ports: 4 rev: 2.0
speed: 480 Mb/s chip ID: 0424:2514
Device-2: 2-1.3:5 info: Holtek type: Mouse driver: hid-generic,usbhid
interfaces: 1 rev: 2.0 speed: 1.5 Mb/s chip ID: 1a81:1701
Hub: 3-0:1 info: Full speed (or root) Hub ports: 4 rev: 3.0 speed: 5 Gb/s
chip ID: 1d6b:0003
Hub: 4-0:1 info: Full speed (or root) Hub ports: 5 rev: 2.0
speed: 480 Mb/s chip ID: 1d6b:0002
Hub: 5-0:1 info: Full speed (or root) Hub ports: 4 rev: 2.0
speed: 480 Mb/s chip ID: 1d6b:0002
Hub: 6-0:1 info: Full speed (or root) Hub ports: 5 rev: 1.1 speed: 12 Mb/s
chip ID: 1d6b:0001
Hub: 7-0:1 info: Full speed (or root) Hub ports: 5 rev: 1.1 speed: 12 Mb/s
chip ID: 1d6b:0001
Hub: 8-0:1 info: Full speed (or root) Hub ports: 2 rev: 1.1 speed: 12 Mb/s
chip ID: 1d6b:0001
Hub: 9-0:1 info: Full speed (or root) Hub ports: 4 rev: 1.1 speed: 12 Mb/s
chip ID: 1d6b:0001
Sensors:

guennid

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von guennid » 14.08.2019 20:01:52

Jetzt habe ich doch glatt das von mir gewünschte Kommando im Durcheinander verwechselt:

Code: Alles auswählen

lsmod | grep hci_
war gemeint.

Annalena
Beiträge: 225
Registriert: 13.03.2019 14:49:47

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von Annalena » 14.08.2019 20:08:03

guennid hat geschrieben: ↑ zum Beitrag ↑
14.08.2019 20:01:52
Jetzt habe ich doch glatt das von mir gewünschte Kommando im Durcheinander verwechselt:

Code: Alles auswählen

lsmod | grep hci_
war gemeint.

Code: Alles auswählen

lsmod | grep hci_
ohci_pci               16384  0
xhci_pci               16384  0
xhci_hcd              266240  1 xhci_pci
ehci_pci               16384  0
ohci_hcd               61440  1 ohci_pci
ehci_hcd               94208  1 ehci_pci
usbcore               290816  7 xhci_hcd,ohci_hcd,ehci_pci,usbhid,ehci_hcd,xhci_pci,ohci_pci

guennid

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von guennid » 14.08.2019 20:11:38

Ergo:
alle USB-Contoller sind vorhanden, die Kern-Module ebenfalls. Ich sehe keinen Grund, warum USB(?) nicht funktionieren sollte. Steck einen USB-Stick ein und poste die letzten 20 Zeilen der Meldungen des Kommandos dmesg.

Annalena
Beiträge: 225
Registriert: 13.03.2019 14:49:47

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von Annalena » 14.08.2019 20:15:43

guennid hat geschrieben: ↑ zum Beitrag ↑
14.08.2019 20:11:38
Ergo:
alle USB-Contoller sind vorhanden, die Kern-Module ebenfalls. Ich sehe keinen Grund, warum USB(?) nicht funktionieren sollte. Steck einen USB-Stick ein und poste die letzten 20 Zeilen der Meldungen des Kommandos dmesg.

Code: Alles auswählen

dmesg
dmesg: read kernel buffer failed: Die Operation ist nicht erlaubt

guennid

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von guennid » 14.08.2019 20:18:31

Das habe ich noch nie gesehen!

Versuch's als root via vorher Stick ab- und neu einstecken.

Annalena
Beiträge: 225
Registriert: 13.03.2019 14:49:47

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von Annalena » 14.08.2019 20:20:52

Code: Alles auswählen

[code][20926.068712] usb 1-3: device descriptor read/64, error -32
[20926.304707] usb 1-3: device descriptor read/64, error -32
[20926.540723] usb 1-3: new high-speed USB device number 3 using ehci-pci
[20926.668714] usb 1-3: device descriptor read/64, error -32
[20926.904755] usb 1-3: device descriptor read/64, error -32
[20927.012758] usb usb1-port3: attempt power cycle
[20927.456819] usb 1-3: new high-speed USB device number 4 using ehci-pci
[20927.872709] usb 1-3: device not accepting address 4, error -32
[20928.000694] usb 1-3: new high-speed USB device number 5 using ehci-pci
[20928.416728] usb 1-3: device not accepting address 5, error -32
[20928.416787] usb usb1-port3: unable to enumerate USB device
[20928.772666] usb 6-3: new full-speed USB device number 2 using ohci-pci
[20928.932661] usb 6-3: device descriptor read/64, error -32
[20929.228705] usb 6-3: device descriptor read/64, error -32
[20929.492728] usb 6-3: new full-speed USB device number 3 using ohci-pci
[20929.652675] usb 6-3: device descriptor read/64, error -32
[20929.920712] usb 6-3: device descriptor read/64, error -32
[20930.028633] usb usb6-port3: attempt power cycle
[20930.524996] usb 6-3: new full-speed USB device number 4 using ohci-pci
[20930.940704] usb 6-3: device not accepting address 4, error -32
[20931.124680] usb 6-3: new full-speed USB device number 5 using ohci-pci
[20931.540634] usb 6-3: device not accepting address 5, error -32
[20931.540690] usb usb6-port3: unable to enumerate USB device
[/code]

willy4711

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von willy4711 » 14.08.2019 20:28:34

Geh mal ins BIOS und enable IOMMU
Aus dem Manual:
IOMMU Controller
Enables or disables AMD IOMMU support. (Default: Disabled)
Unter Peripherals

guennid

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von guennid » 14.08.2019 20:30:32

Tja jetzt bin ich am Ende. Mit den Meldungen vermag ich nichts anzufangen. Das war auch dmesg? Gebe ab an willy.

Annalena
Beiträge: 225
Registriert: 13.03.2019 14:49:47

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von Annalena » 14.08.2019 20:36:30

willy4711 hat geschrieben: ↑ zum Beitrag ↑
14.08.2019 20:28:34
Geh mal ins BIOS und enable IOMMU
Aus dem Manual:
IOMMU Controller
Enables or disables AMD IOMMU support. (Default: Disabled)
Unter Peripherals
Ich hab es dann wieder zurückgesetzt weil gar kein USB mehr ging. :roll:

willy4711

Re: Kein USB 2.0 nach Wechsel Motherboard

Beitrag von willy4711 » 14.08.2019 20:59:21

Hmmmm
Wenn ich die Ausgabe von Inxi richtig deute, hängen deine Tatstatur und die Maus aber an USB 2?

Code: Alles auswählen

Hub: 2-0:1 info: Full speed (or root) Hub ports: 1 rev: 2.0
speed: 480 Mb/s chip ID: 1d6b:0002
Hub: 2-1:2 info: VIA Labs Hub ports: 4 rev: 2.1 speed: 480 Mb/s
chip ID: 2109:3431
Device-1: 2-1.1:3 info: Dell Dell QuietKey Keyboard type: Keyboard
driver: hid-generic,usbhid interfaces: 1 rev: 1.1 speed: 1.5 Mb/s
chip ID: 413c:2106
Hub: 2-1.2:4 info: Standard Microsystems USB 2.0 Hub ports: 4 rev: 2.0
speed: 480 Mb/s chip ID: 0424:2514
Device-2: 2-1.3:5 info: Holtek type: Mouse driver: hid-generic,usbhid
interfaces: 1 rev: 2.0 speed: 1.5 Mb/s chip ID: 1a81:1701 
Hast du mit verschiedenen Sticks mal versucht ?

Antworten