質問編集履歴
1
lspciの文及び使用OSについての更新
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,4 +7,30 @@
|
|
7
7
|
ちなみに、使用しているPCにはfortranとgnuplotしかインストールしておらず、特別何か特殊な作業は行っていません。
|
8
8
|
そして、CentOS7のインストールの選択ではGNOME Desktopを選択しています。
|
9
9
|
これを解決する方法はなにか無いでしょうか?
|
10
|
-
教えていただければ助かります。
|
10
|
+
教えていただければ助かります。
|
11
|
+
|
12
|
+
使用しているPCはデスクトップでlspci後の文を以下に書きます.
|
13
|
+
|
14
|
+
```
|
15
|
+
$lspci
|
16
|
+
00:00.0 Host bridge: Intel Corporation Sky Lake Host Bridge/DRAM Registers (rev 07)
|
17
|
+
00:01.0 PCI bridge: Intel Corporation Sky Lake PCIe cController (x16) (rev 07)
|
18
|
+
00:02.0 VGA cmpatible controller: Intel Corporation Sky Lake Integrated Graphics (rev 06)
|
19
|
+
00:14.0 USB controller: Intel Corporation Sunrise Point-H USB 3.0 xHCI controller (rev 31)
|
20
|
+
00:16.0 Communication controller: Intel Corporation Sunrise Point-H CSME HECI #1 (rev 31)
|
21
|
+
00:17.0 SATA controller: Intel Corporation Device a102 (rev 31)
|
22
|
+
00:1b.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Root Port #17 (rev f1)
|
23
|
+
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #1 (rev f1)
|
24
|
+
00:1c.2 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #3 (rev f1)
|
25
|
+
00:1c.3 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #4 (rev f1)
|
26
|
+
00:1d.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #9 (rev f1)
|
27
|
+
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-H LPC Controller (rev 31)
|
28
|
+
00:1f.2 Memory Controller: Intel Corporation Sunrise Point-H PMC (rev 31)
|
29
|
+
00:1f.3 Audio device: Intel Corporation Sunrise Point-H HD Audio (rev 31)
|
30
|
+
00:1f.4 SMBus: Intel Corporation Sunrise Point-H SMBus (rev 31)
|
31
|
+
03:00.0 USB controller: ASMedia Technology Inc. ASM1142 USB 3.1 Host Controller
|
32
|
+
04:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 04)
|
33
|
+
06:00.0 Ethernet controller: Realtek Semi conductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
|
34
|
+
```
|
35
|
+
|
36
|
+
また,使用しているのは''CentOS Linux 7.2''です.
|