ハードウェアにThunderboltポートがあるかどうかを示すコマンドがありますか?

ハードウェアにThunderboltポートがあるかどうかを示すコマンドがありますか?

lspciがこれを行うためのツールだと思いますが、識別可能な出力が見つからないようです。 Thunderboltポートがシステムに存在するかどうかをコマンドラインで知ることができる方法はありますか?

Thunderboltポートがあるコンピュータがあり、lspciが次のことを示すことがわかります。

00:00.0 Host bridge: Intel Corporation Device 3ec2 (rev 07)
00:01.0 PCI bridge: Intel Corporation Skylake PCIe Controller (x16) (rev 07)
00:02.0 VGA compatible controller: Intel Corporation Device 3e92
00:08.0 System peripheral: Intel Corporation Skylake Gaussian Mixture Model
00:12.0 Signal processing controller: Intel Corporation Device a379 (rev 10)
00:14.0 USB controller: Intel Corporation Device a36d (rev 10)
00:14.2 RAM memory: Intel Corporation Device a36f (rev 10)
00:15.0 Serial bus controller [0c80]: Intel Corporation Device a368 (rev 10)
00:16.0 Communication controller: Intel Corporation Device a360 (rev 10)
00:17.0 SATA controller: Intel Corporation Device a352 (rev 10)
00:1d.0 PCI bridge: Intel Corporation Device a330 (rev f0)
00:1f.0 ISA bridge: Intel Corporation Device a306 (rev 10)
00:1f.3 Audio device: Intel Corporation Device a348 (rev 10)
00:1f.4 SMBus: Intel Corporation Device a323 (rev 10)
00:1f.5 Serial bus controller [0c80]: Intel Corporation Device a324 (rev 10)
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (7) I219-LM (rev 10)
01:00.0 Multimedia video controller: Blackmagic Design DeckLink Mini Recorder
02:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03)

私は別のコンピュータにTelnetで接続しましたが、Thunderboltポートがあり、lspciが次のものを表示しているかどうか疑問に思います。

00:00.0 Host bridge: Intel Corporation Device 191f (rev 07)
00:01.0 PCI bridge: Intel Corporation Device 1901 (rev 07)
00:02.0 VGA compatible controller: Intel Corporation Device 1912 (rev 06)
00:14.0 USB controller: Intel Corporation Device a12f (rev 31)
00:14.2 Signal processing controller: Intel Corporation Device a131 (rev 31)
00:16.0 Communication controller: Intel Corporation Device a13a (rev 31)
00:16.3 Serial controller: Intel Corporation Device a13d (rev 31)
00:17.0 RAID bus controller: Intel Corporation 82801 SATA Controller [RAID mode] (rev 31)
00:1d.0 PCI bridge: Intel Corporation Device a118 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Device a146 (rev 31)
00:1f.2 Memory controller: Intel Corporation Device a121 (rev 31)
00:1f.3 Audio device: Intel Corporation Device a170 (rev 31)
00:1f.4 SMBus: Intel Corporation Device a123 (rev 31)
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (2) I219-LM (rev 31)
01:00.0 Multimedia video controller: Blackmagic Design DeckLink Mini Recorder
02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5722 Gigabit Ethernet PCI Express

ベストアンサー1

少なくとも私のシステムでは、Thunderbolt 3、lshw、およびlsusbが接続されていないと表示されません(USB3ポートは表示されます)。私はSystem76やTuxedoなどのベンダーから購入できるClevo N131WUノートブックを持っています。

つまり、モジュールがロードされます。

[tara @ tuxmonster〜] $ lsmod grep Thunder |
intel_wmi_thunderbolt 16384 0
wmi 28672 1 intel_wmi_thunderbolt
[タラ@tuxmonster〜]$

デスクトップコンピュータをもう一度確認しましたが、Thunderboltはありませんが、同じディストリビューションとカーネル(Arch、4.18)を実行しており、Thunderboltドライバはデスクトップにロードされません。

おすすめ記事