質問編集履歴

3

追記

2017/06/22 13:05

投稿

kei_10
kei_10

スコア37

test CHANGED
File without changes
test CHANGED
@@ -23,6 +23,8 @@
23
23
  (追記)
24
24
 
25
25
  lspci | grep -i audioというコマンドを打っても何も表示されませんでした。
26
+
27
+ cat /proc/asound/cardsこのコマンドを打つと no soundcardsと帰ってきました。
26
28
 
27
29
  また、lspci -vコマンドを打つと
28
30
 

2

追記

2017/06/22 13:05

投稿

kei_10
kei_10

スコア37

test CHANGED
File without changes
test CHANGED
@@ -22,7 +22,9 @@
22
22
 
23
23
  (追記)
24
24
 
25
+ lspci | grep -i audioというコマンドを打っても何も表示されませんでした。
26
+
25
- lspci -vコマンドを打つと
27
+ また、lspci -vコマンドを打つと
26
28
 
27
29
  以下のような結果が帰ってきました。
28
30
 

1

追記

2017/06/22 12:59

投稿

kei_10
kei_10

スコア37

test CHANGED
File without changes
test CHANGED
@@ -18,4 +18,140 @@
18
18
 
19
19
 
20
20
 
21
+
22
+
23
+ (追記)
24
+
25
+ lspci -vコマンドを打つと
26
+
27
+ 以下のような結果が帰ってきました。
28
+
29
+
30
+
31
+ 00:00.0 Host bridge: Intel Corporation Device 2280 (rev 22)
32
+
33
+ Subsystem: ASUSTeK Computer Inc. Device 10b0
34
+
35
+ Flags: bus master, fast devsel, latency 0
36
+
37
+ Kernel driver in use: iosf_mbi_pci
38
+
39
+
40
+
41
+ 00:02.0 VGA compatible controller: Intel Corporation Device 22b0 (rev 22) (prog-if 00 [VGA controller])
42
+
43
+ Subsystem: ASUSTeK Computer Inc. Device 10b0
44
+
45
+ Flags: bus master, fast devsel, latency 0, IRQ 299
46
+
47
+ Memory at 90000000 (64-bit, non-prefetchable) [size=16M]
48
+
49
+ Memory at 80000000 (64-bit, prefetchable) [size=256M]
50
+
51
+ I/O ports at f000 [size=64]
52
+
53
+ Expansion ROM at <unassigned> [disabled]
54
+
55
+ Capabilities: <access denied>
56
+
57
+ Kernel driver in use: i915
58
+
59
+ Kernel modules: i915
60
+
61
+
62
+
63
+ 00:0b.0 Signal processing controller: Intel Corporation Device 22dc (rev 22)
64
+
65
+ Subsystem: ASUSTeK Computer Inc. Device 10b0
66
+
67
+ Flags: fast devsel, IRQ 300
68
+
69
+ Memory at 91639000 (64-bit, non-prefetchable) [size=4K]
70
+
71
+ Capabilities: <access denied>
72
+
73
+ Kernel driver in use: proc_thermal
74
+
75
+ Kernel modules: processor_thermal_device
76
+
77
+
78
+
79
+ 00:14.0 USB controller: Intel Corporation Device 22b5 (rev 22) (prog-if 30 [XHCI])
80
+
81
+ Subsystem: ASUSTeK Computer Inc. Device 10b0
82
+
83
+ Flags: bus master, medium devsel, latency 0, IRQ 116
84
+
85
+ Memory at 91600000 (64-bit, non-prefetchable) [size=64K]
86
+
87
+ Capabilities: <access denied>
88
+
89
+ Kernel driver in use: xhci_hcd
90
+
91
+
92
+
93
+ 00:1a.0 Encryption controller: Intel Corporation Device 2298 (rev 22)
94
+
95
+ Subsystem: ASUSTeK Computer Inc. Device 10b0
96
+
97
+ Flags: bus master, fast devsel, latency 0, IRQ 301
98
+
99
+ Memory at 91500000 (32-bit, non-prefetchable) [size=1M]
100
+
101
+ Memory at 91400000 (32-bit, non-prefetchable) [size=1M]
102
+
103
+ Capabilities: <access denied>
104
+
105
+ Kernel driver in use: mei_txe
106
+
107
+ Kernel modules: mei_txe
108
+
109
+
110
+
111
+ 00:1c.0 PCI bridge: Intel Corporation Device 22c8 (rev 22) (prog-if 00 [Normal decode])
112
+
113
+ Flags: bus master, fast devsel, latency 0, IRQ 115
114
+
115
+ Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
116
+
117
+ Memory behind bridge: 91200000-913fffff
118
+
119
+ Capabilities: <access denied>
120
+
121
+ Kernel driver in use: pcieport
122
+
123
+ Kernel modules: shpchp
124
+
125
+
126
+
127
+ 00:1f.0 ISA bridge: Intel Corporation Device 229c (rev 22)
128
+
129
+ Subsystem: ASUSTeK Computer Inc. Device 10b0
130
+
131
+ Flags: bus master, medium devsel, latency 0
132
+
133
+ Capabilities: <access denied>
134
+
135
+ Kernel driver in use: lpc_ich
136
+
137
+ Kernel modules: lpc_ich
138
+
139
+
140
+
141
+ 01:00.0 Network controller: Qualcomm Atheros Device 0042 (rev 30)
142
+
143
+ Subsystem: AzureWave Device 2b31
144
+
145
+ Flags: bus master, fast devsel, latency 0, IRQ 302
146
+
147
+ Memory at 91200000 (64-bit, non-prefetchable) [size=2M]
148
+
149
+ Capabilities: <access denied>
150
+
151
+ Kernel driver in use: ath10k_pci
152
+
153
+ Kernel modules: ath10k_pci
154
+
155
+
156
+
21
157
  どなたかご教授お願いします。