質問編集履歴
3
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -11,6 +11,7 @@
|
|
11
11
|
|
12
12
|
(追記)
|
13
13
|
lspci | grep -i audioというコマンドを打っても何も表示されませんでした。
|
14
|
+
cat /proc/asound/cardsこのコマンドを打つと no soundcardsと帰ってきました。
|
14
15
|
また、lspci -vコマンドを打つと
|
15
16
|
以下のような結果が帰ってきました。
|
16
17
|
|
2
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -10,7 +10,8 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
(追記)
|
13
|
+
lspci | grep -i audioというコマンドを打っても何も表示されませんでした。
|
13
|
-
lspci -vコマンドを打つと
|
14
|
+
また、lspci -vコマンドを打つと
|
14
15
|
以下のような結果が帰ってきました。
|
15
16
|
|
16
17
|
00:00.0 Host bridge: Intel Corporation Device 2280 (rev 22)
|
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,4 +8,72 @@
|
|
8
8
|
このかたとおそらく同じような原因があるのだと思われます。
|
9
9
|
インストール時に3rd party製のdrive installのチェックはつけました。
|
10
10
|
|
11
|
+
|
12
|
+
(追記)
|
13
|
+
lspci -vコマンドを打つと
|
14
|
+
以下のような結果が帰ってきました。
|
15
|
+
|
16
|
+
00:00.0 Host bridge: Intel Corporation Device 2280 (rev 22)
|
17
|
+
Subsystem: ASUSTeK Computer Inc. Device 10b0
|
18
|
+
Flags: bus master, fast devsel, latency 0
|
19
|
+
Kernel driver in use: iosf_mbi_pci
|
20
|
+
|
21
|
+
00:02.0 VGA compatible controller: Intel Corporation Device 22b0 (rev 22) (prog-if 00 [VGA controller])
|
22
|
+
Subsystem: ASUSTeK Computer Inc. Device 10b0
|
23
|
+
Flags: bus master, fast devsel, latency 0, IRQ 299
|
24
|
+
Memory at 90000000 (64-bit, non-prefetchable) [size=16M]
|
25
|
+
Memory at 80000000 (64-bit, prefetchable) [size=256M]
|
26
|
+
I/O ports at f000 [size=64]
|
27
|
+
Expansion ROM at <unassigned> [disabled]
|
28
|
+
Capabilities: <access denied>
|
29
|
+
Kernel driver in use: i915
|
30
|
+
Kernel modules: i915
|
31
|
+
|
32
|
+
00:0b.0 Signal processing controller: Intel Corporation Device 22dc (rev 22)
|
33
|
+
Subsystem: ASUSTeK Computer Inc. Device 10b0
|
34
|
+
Flags: fast devsel, IRQ 300
|
35
|
+
Memory at 91639000 (64-bit, non-prefetchable) [size=4K]
|
36
|
+
Capabilities: <access denied>
|
37
|
+
Kernel driver in use: proc_thermal
|
38
|
+
Kernel modules: processor_thermal_device
|
39
|
+
|
40
|
+
00:14.0 USB controller: Intel Corporation Device 22b5 (rev 22) (prog-if 30 [XHCI])
|
41
|
+
Subsystem: ASUSTeK Computer Inc. Device 10b0
|
42
|
+
Flags: bus master, medium devsel, latency 0, IRQ 116
|
43
|
+
Memory at 91600000 (64-bit, non-prefetchable) [size=64K]
|
44
|
+
Capabilities: <access denied>
|
45
|
+
Kernel driver in use: xhci_hcd
|
46
|
+
|
47
|
+
00:1a.0 Encryption controller: Intel Corporation Device 2298 (rev 22)
|
48
|
+
Subsystem: ASUSTeK Computer Inc. Device 10b0
|
49
|
+
Flags: bus master, fast devsel, latency 0, IRQ 301
|
50
|
+
Memory at 91500000 (32-bit, non-prefetchable) [size=1M]
|
51
|
+
Memory at 91400000 (32-bit, non-prefetchable) [size=1M]
|
52
|
+
Capabilities: <access denied>
|
53
|
+
Kernel driver in use: mei_txe
|
54
|
+
Kernel modules: mei_txe
|
55
|
+
|
56
|
+
00:1c.0 PCI bridge: Intel Corporation Device 22c8 (rev 22) (prog-if 00 [Normal decode])
|
57
|
+
Flags: bus master, fast devsel, latency 0, IRQ 115
|
58
|
+
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
|
59
|
+
Memory behind bridge: 91200000-913fffff
|
60
|
+
Capabilities: <access denied>
|
61
|
+
Kernel driver in use: pcieport
|
62
|
+
Kernel modules: shpchp
|
63
|
+
|
64
|
+
00:1f.0 ISA bridge: Intel Corporation Device 229c (rev 22)
|
65
|
+
Subsystem: ASUSTeK Computer Inc. Device 10b0
|
66
|
+
Flags: bus master, medium devsel, latency 0
|
67
|
+
Capabilities: <access denied>
|
68
|
+
Kernel driver in use: lpc_ich
|
69
|
+
Kernel modules: lpc_ich
|
70
|
+
|
71
|
+
01:00.0 Network controller: Qualcomm Atheros Device 0042 (rev 30)
|
72
|
+
Subsystem: AzureWave Device 2b31
|
73
|
+
Flags: bus master, fast devsel, latency 0, IRQ 302
|
74
|
+
Memory at 91200000 (64-bit, non-prefetchable) [size=2M]
|
75
|
+
Capabilities: <access denied>
|
76
|
+
Kernel driver in use: ath10k_pci
|
77
|
+
Kernel modules: ath10k_pci
|
78
|
+
|
11
79
|
どなたかご教授お願いします。
|