I'm running a ASRock X570 Taichi with a Gigabyte Titan Ridge AIC on Proxmox 6.1-8 with Ryzen 9 3900X. I do want to use the system as a workstation, so I followed the instructions in the wiki and installed the gnome desktop environment.
I'm having issues with the thunderbolt controller. For some reasons every few seconds a new USB bus is registered. Here is a github gist of
$ inxi -F
System: Host: pve-workstation Kernel: 5.3.18-3-pve x86_64 bits: 64 Console: tty 5 Distro: Debian GNU/Linux 10 (buster)
Machine: Type: Desktop Mobo: ASRock model: X570 Taichi serial: <root required> UEFI: American Megatrends v: P2.10
date: 09/09/2019
CPU: Topology: 12-Core model: AMD Ryzen 9 3900X bits: 64 type: MT MCP L2 cache: 6144 KiB
Speed: 3585 MHz min/max: 2200/3800 MHz Core speeds (MHz): 1: 3607 2: 3593 3: 3597 4: 3603 5: 4004 6: 3963 7: 3622
8: 3968 9: 3967 10: 3658 11: 3968 12: 3620 13: 3596 14: 3859 15: 4025 16: 3817 17: 3988 18: 3585 19: 3592 20: 3593
21: 3601 22: 3599 23: 3594 24: 3591
Graphics: Device-1: NVIDIA GP107GL [Quadro P400] driver: nvidia v: 440.82
Display: tty server: X.org 1.20.4 driver: nvidia unloaded: fbdev,modesetting,nouveau,vesa tty: 211x56
Message: Advanced graphics data unavailable in console. Try -G --display
Audio: Device-1: NVIDIA GP107GL High Definition Audio driver: snd_hda_intel
Device-2: Advanced Micro Devices [AMD] Starship/Matisse HD Audio driver: snd_hda_intel
Sound Server: ALSA v: k5.3.18-3-pve
Network: Device-1: Intel driver: iwlwifi
IF: wlp38s0 state: down mac: fe:81:48:eb:2d:79
Device-2: Intel I211 Gigabit Network driver: igb
IF: enp40s0 state: up speed: 1000 Mbps duplex: full mac: 70:85:c2:dd:60:1a
IF-ID-1: vmbr0 state: up speed: N/A duplex: N/A mac: 70:85:c2:dd:60:1a
Drives: Local Storage: total: 4.10 TiB used: 32.45 GiB (0.8%)
ID-1: /dev/nvme0n1 vendor: Samsung model: SSD 970 PRO 512GB size: 476.94 GiB
RAID: Device-1: rpool type: zfs status: ONLINE raid: no-raid size: 424.00 GiB free: 339.00 GiB Components:
online: nvme0n1p3
Partition: ID-1: / size: 357.92 GiB used: 32.45 GiB (9.1%) fs: zfs raid: rpool/ROOT/pve-1
Sensors: System Temperatures: cpu: 53.8 C mobo: N/A
Fan Speeds (RPM): N/A
Info: Processes: 724 Uptime: 31m Memory: 62.74 GiB used: 5.10 GiB (8.1%) Init: systemd runlevel: 5 Shell: bash
[ 2055.227299] thunderbolt 0000:05:00.0: enabling device (0000 -> 0002)
[ 2055.289185] pci 0000:15:00.0: enabling device (0000 -> 0002)
[ 2055.289331] xhci_hcd 0000:15:00.0: xHCI Host Controller
[ 2055.289334] xhci_hcd 0000:15:00.0: new USB bus registered, assigned bus number 1
[ 2055.290502] xhci_hcd 0000:15:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[ 2055.290752] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
[ 2055.290753] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2055.290754] usb usb1: Product: xHCI Host Controller
[ 2055.290755] usb usb1: Manufacturer: Linux 5.3.18-3-pve xhci-hcd
[ 2055.290756] usb usb1: SerialNumber: 0000:15:00.0
[ 2055.290831] hub 1-0:1.0: USB hub found
[ 2055.290838] hub 1-0:1.0: 2 ports detected
I'm having issues with the thunderbolt controller. For some reasons every few seconds a new USB bus is registered. Here is a github gist of
boltctl monitor
and dmesg -w
. I have no clue what this is about. I would appreciate some help.