0

I come here with a problem that I haven't been able to solve after various tries:

I work on a computer with KDE neon (latest verion - 5.26) in a DELL Precision Tower 7290, in which we asked the company to add a PCI Thundebolt card (0000:03:00.0 PCI bridge: Intel Corporation JHL6540 Thunderbolt 3 Bridge (C step) [Alpine Ridge 4C 2016] (rev 02) (prog-if 00 [Normal decode])). This week, we wanted to install the 10gb network adaptor by QNAP QNA-T310G1S, which should be connected on the Thunderbolt port.

I first tested the QNAP adaptor in my Windows computer, and it worked fine, so the hardware is ok, and then I tried in the KDE computer. However, I can't make it work.

Until friday, I was connecting to the thunderbolt port and on dmesg I was getting the message below. It wasn't showing as a new device being added/authorized:

[ 197.052137] pcieport 0000:03:00.0: devices behind bridge are unusable because [bus 04] cannot be assigned for them

[ 197.052169] pci_bus 0000:04: Allocating resources

[ 197.052174] pcieport 0000:03:00.0: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000

[ 197.052182] pcieport 0000:03:00.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000

[ 197.052190] pcieport 0000:03:00.0: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 add_align 100000

[ 197.052198] pcieport 0000:03:00.0: BAR 14: no space for [mem size 0x00200000]

[ 197.052203] pcieport 0000:03:00.0: BAR 14: failed to assign [mem size 0x00200000]

[ 197.052208] pcieport 0000:03:00.0: BAR 15: no space for [mem size 0x00200000 64bit pref]

[ 197.052212] pcieport 0000:03:00.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]

[ 197.052215] pcieport 0000:03:00.0: BAR 13: no space for [io size 0x1000]

[ 197.052219] pcieport 0000:03:00.0: BAR 13: failed to assign [io size 0x1000]

[ 197.052224] pcieport 0000:03:00.0: BAR 14: no space for [mem size 0x00200000]

[ 197.052228] pcieport 0000:03:00.0: BAR 14: failed to assign [mem size 0x00200000]

[ 197.052231] pcieport 0000:03:00.0: BAR 15: no space for [mem size 0x00200000 64bit pref]

[ 197.052235] pcieport 0000:03:00.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]

[ 197.052238] pcieport 0000:03:00.0: BAR 13: no space for [io size 0x1000]

[ 197.052241] pcieport 0000:03:00.0: BAR 13: failed to assign [io size 0x1000]

I tried installing the drivers according to the company's instructions (i.e. using this driver), but not working. I'm wondering if instead could be a problem with the Thunderbolt card itself...

So, I followed the instruction in this post (changing the GRUB_CMDLINE_LINUX_DEFAULT); and It improved: the device is now recognized, but not completely. I still get this message:

[ 52.683880] Initializing XFRM netlink socket

[ 92.294428] pci_bus 0000:27: busn_res: can not insert [bus 27-26] under [bus 03-26] (conflicts with (null) [bus 03-26])

[ 92.294501] pcieport 0000:03:00.0: PCI bridge to [bus 27-26]

[ 92.294516] pcieport 0000:03:00.0: bridge window [mem 0x90100000-0xa02fffff]

[ 92.294527] pci_bus 0000:27: busn_res: [bus 27-26] end is updated to 27

[ 92.294533] pci_bus 0000:27: busn_res: can not insert [bus 27] under [bus 03-26] (conflicts with (null) [bus 03-26])

[ 92.294545] pcieport 0000:03:00.0: devices behind bridge are unusable because [bus 27] cannot be assigned for them

[ 92.294555] pci_bus 0000:27: Allocating resources

[ 92.294560] pcieport 0000:03:00.0: bridge window [io 0x1000-0x0fff] to [bus 27] add_size 1000

[ 92.294567] pcieport 0000:03:00.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 27] add_size 40000000 add_align 100000

[ 92.294580] pcieport 0000:03:00.0: BAR 15: no space for [mem size 0x40000000 64bit pref]

[ 92.294585] pcieport 0000:03:00.0: BAR 15: failed to assign [mem size 0x40000000 64bit pref]

[ 92.294589] pcieport 0000:03:00.0: BAR 13: no space for [io size 0x1000]

[ 92.294593] pcieport 0000:03:00.0: BAR 13: failed to assign [io size 0x1000]

[ 92.294598] pcieport 0000:03:00.0: BAR 15: no space for [mem size 0x40000000 64bit pref]

[ 92.294602] pcieport 0000:03:00.0: BAR 15: failed to assign [mem size 0x40000000 64bit pref]

[ 92.294605] pcieport 0000:03:00.0: BAR 13: no space for [io size 0x1000]

[ 92.294609] pcieport 0000:03:00.0: BAR 13: failed to assign [io size 0x1000]

Would anyone be able to help me?

0 Answers0