質問編集履歴
1
lspciの文及び使用OSについての更新
test
CHANGED
File without changes
|
test
CHANGED
@@ -17,3 +17,55 @@
|
|
17
17
|
これを解決する方法はなにか無いでしょうか?
|
18
18
|
|
19
19
|
教えていただければ助かります。
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
使用しているPCはデスクトップでlspci後の文を以下に書きます.
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
```
|
28
|
+
|
29
|
+
$lspci
|
30
|
+
|
31
|
+
00:00.0 Host bridge: Intel Corporation Sky Lake Host Bridge/DRAM Registers (rev 07)
|
32
|
+
|
33
|
+
00:01.0 PCI bridge: Intel Corporation Sky Lake PCIe cController (x16) (rev 07)
|
34
|
+
|
35
|
+
00:02.0 VGA cmpatible controller: Intel Corporation Sky Lake Integrated Graphics (rev 06)
|
36
|
+
|
37
|
+
00:14.0 USB controller: Intel Corporation Sunrise Point-H USB 3.0 xHCI controller (rev 31)
|
38
|
+
|
39
|
+
00:16.0 Communication controller: Intel Corporation Sunrise Point-H CSME HECI #1 (rev 31)
|
40
|
+
|
41
|
+
00:17.0 SATA controller: Intel Corporation Device a102 (rev 31)
|
42
|
+
|
43
|
+
00:1b.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Root Port #17 (rev f1)
|
44
|
+
|
45
|
+
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #1 (rev f1)
|
46
|
+
|
47
|
+
00:1c.2 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #3 (rev f1)
|
48
|
+
|
49
|
+
00:1c.3 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #4 (rev f1)
|
50
|
+
|
51
|
+
00:1d.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #9 (rev f1)
|
52
|
+
|
53
|
+
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-H LPC Controller (rev 31)
|
54
|
+
|
55
|
+
00:1f.2 Memory Controller: Intel Corporation Sunrise Point-H PMC (rev 31)
|
56
|
+
|
57
|
+
00:1f.3 Audio device: Intel Corporation Sunrise Point-H HD Audio (rev 31)
|
58
|
+
|
59
|
+
00:1f.4 SMBus: Intel Corporation Sunrise Point-H SMBus (rev 31)
|
60
|
+
|
61
|
+
03:00.0 USB controller: ASMedia Technology Inc. ASM1142 USB 3.1 Host Controller
|
62
|
+
|
63
|
+
04:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 04)
|
64
|
+
|
65
|
+
06:00.0 Ethernet controller: Realtek Semi conductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
|
66
|
+
|
67
|
+
```
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
また,使用しているのは''CentOS Linux 7.2''です.
|