staging.inyokaproject.org

Probleme mit Lautsprecher

Status: Ungelöst | Ubuntu-Version: Ubuntu 22.04 (Jammy Jellyfish)
Antworten |

cp2021

Anmeldungsdatum:
5. November 2021

Beiträge: Zähle...

Hallo ubuntuusers, Das Problem ist die Musik der Klang ist Schrott. Wie kann ich den Fehler beheben? Hab alles versucht auch alsamixer...Hier ein Paar Informationen:

Codespeaker-test -c6 -D surround51 

speaker-test 1.2.6

Wiedergabe-Gerät ist surround51
Stream-Parameter sind 48000 Hz, S16_LE, 6 Kanäle
Verwende 16 Oktaven rosa Rauschen
Fehler beim Öffnen des Gerätes: -16, Das Gerät oder die Ressource ist belegt

1
2
gedit /usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker.conf
Code
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249

# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as
# published by the Free Software Foundation; either version 2.1 of the
# License, or (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.

; Path for mixers that have a 'Speaker' control
;
; See analog-output.conf.common for an explanation on the directives

[General]
priority = 100
description-key = analog-output-speaker

[Properties]
device.icon_name = audio-speakers

[Jack Headphone]
state.plugged = no
state.unplugged = unknown

[Jack Dock Headphone]
state.plugged = no
state.unplugged = unknown

[Jack Front Headphone]
state.plugged = no
state.unplugged = unknown

[Jack Line Out]
state.plugged = no
state.unplugged = unknown

[Jack Line Out Front]
state.plugged = no
state.unplugged = unknown

[Jack Front Line Out]
state.plugged = no
state.unplugged = unknown

[Jack Rear Line Out]
state.plugged = no
state.unplugged = unknown

[Jack Dock Line Out]
state.plugged = no
state.unplugged = unknown

[Jack Speaker]
required-any = any

[Jack Speaker Phantom]
required-any = any
state.plugged = unknown
state.unplugged = unknown

[Jack Speaker Front Phantom]
required-any = any
state.plugged = unknown
state.unplugged = unknown

[Jack Speaker - Output]
required-any = any

[Element Hardware Master]
switch = mute
volume = merge
override-map.1 = all
override-map.2 = all-left,all-right

[Element Master]
switch = mute
volume = merge
override-map.1 = all
override-map.2 = all-left,all-right

[Element Master Mono]
switch = off
volume = off

; Make sure the internal speakers are not auto-muted once the system has speakers
[Element Auto-Mute Mode]
enumeration = select

[Option Auto-Mute Mode:Disabled]
name = analog-output-speaker

; This profile path is intended to control the speaker, let's mute headphones
; else there will be a spike when plugging in headphones
[Element Headphone]
switch = off
volume = off

[Element Headphone,1]
switch = off
volume = off

[Element Headphone2]
switch = off
volume = off

[Element Headphone+LO]
switch = off
volume = off

[Element Speaker+LO]
required-any = any
switch = mute
volume = merge
override-map.1 = all
override-map.2 = all-left,all-right

[Element Speaker]
required-any = any
switch = mute
volume = merge
override-map.1 = all
override-map.2 = all-left,all-right

[Element Desktop Speaker]
required-any = any
switch = mute
volume = merge
override-map.1 = all
override-map.2 = all-left,all-right

[Element Front]
switch = mute
volume = merge
override-map.1 = all-front
override-map.2 = front-left,front-right

[Element Front Speaker]
switch = mute
volume = merge
override-map.1 = all-front
override-map.2 = front-left,front-right
required-any = any

[Element Speaker Front]
switch = mute
volume = merge
override-map.1 = all-front
override-map.2 = front-left,front-right
required-any = any

[Element Rear]
switch = mute
volume = merge
override-map.1 = all-rear
override-map.2 = rear-left,rear-right

[Element Surround]
switch = mute
volume = merge
override-map.1 = all-rear
override-map.2 = rear-left,rear-right

[Element Surround Speaker]
switch = mute
volume = merge
override-map.1 = all-rear
override-map.2 = rear-left,rear-right
required-any = any

[Element Speaker Surround]
switch = mute
volume = merge
override-map.1 = all-rear
override-map.2 = rear-left,rear-right
required-any = any

[Element Side]
switch = mute
volume = merge
override-map.1 = all-side
override-map.2 = side-left,side-right

[Element Speaker Side]
switch = mute
volume = merge
override-map.1 = all-side
override-map.2 = side-left,side-right

[Element Center]
switch = mute
volume = merge
override-map.1 = all-center
override-map.2 = all-center,all-center

[Element Center Speaker]
switch = mute
volume = merge
override-map.1 = all-center
override-map.2 = all-center,all-center
required-any = any

[Element LFE]
switch = mute
volume = merge
override-map.1 = lfe
override-map.2 = lfe,lfe

[Element LFE Speaker]
switch = mute
volume = merge
override-map.1 = lfe
override-map.2 = lfe,lfe
required-any = any

[Element Bass Speaker]
switch = mute
volume = merge
override-map.1 = lfe
override-map.2 = lfe,lfe
required-any = any

[Element CLFE]
switch = mute
volume = merge
override-map.1 = all-center
override-map.2 = all-center,lfe

[Element Center/LFE]
switch = mute
volume = merge
override-map.1 = all-center
override-map.2 = all-center,lfe

[Element Speaker CLFE]
switch = mute
volume = merge
override-map.1 = all-center
override-map.2 = all-center,lfe

.include analog-output.conf.common

Code

sudo lspci

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1c.3 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 4 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller (rev 04)
02:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTL8411 PCI Express Card Reader (rev 01)
03:00.2 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0a)

code

Bearbeitet von umbhaki:

Ins passende Forum verschoben.

Bearbeitet von Thomas_Do:

Lautstärke im Titel angepasst

noisefloor Team-Icon

Anmeldungsdatum:
6. Juni 2006

Beiträge: 29567

Hallo,

was heißt genau "der Klang ist Schrott"? Verzerrt, zu leise, abgehackt...? Intern oder externe Lautsprecher? Kannst du ausschließen, dass die Lautsprecher selber einen Hardwaredefekt haben?

Gruß, noisefloor

hakel2022

Anmeldungsdatum:
21. Februar 2022

Beiträge: 3254

Probiere im Tool pavucontrol unterschiedliche Lautsprecherprofile.

https://wiki.ubuntuusers.de/Sound_Problembehebung/

Kopfhörer, Verkabelung ...

Noisefloor hat natürlich Recht, so aus der Entfernung ist das etwas wenig Info. ☹

cp2021

(Themenstarter)

Anmeldungsdatum:
5. November 2021

Beiträge: 15

noisefloor schrieb:

Hallo,

was heißt genau "der Klang ist Schrott"? Verzerrt, zu leise, abgehackt...? Intern oder externe Lautsprecher? Kannst du ausschließen, dass die Lautsprecher selber einen Hardwaredefekt haben?

Gruß, noisefloor

hallo Klang ist schrott trofft's am ehesten:Kratzige überseteuerte Klänge mitm Bass. DIe Lautsprecher sind eingebaut und haben vorher auch funktioniert. Ich hatte eintrag in einer Dateiverändert wo nichts mehr zu verlieren war....

grüße

trollsportverein

Avatar von trollsportverein

Anmeldungsdatum:
21. Oktober 2010

Beiträge: 5232

Die Datei:

/usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker.conf

Ist Bestandteil des Pakets pulseaudio

Einfach im Terminal das pulseaudio DEB-Paket reinstallieren, das ersetzt die vom User vermurkste Konfigurationsdatei /usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker.conf und rebootet dann:

sudo apt-get install --reinstall pulseaudio && sleep 10 && systemctl reboot

PS: gedit nicht mit root Rechten starten! Nimm nano für editieren mit root Rechten. gedit mit root Rechten starten kann und wird Rechte im Home-Verzeichnis vermurksen.

cp2021

(Themenstarter)

Anmeldungsdatum:
5. November 2021

Beiträge: 15

noisefloor schrieb:

Hallo,

was heißt genau "der Klang ist Schrott"? Verzerrt, zu leise, abgehackt...? Intern oder externe Lautsprecher? Kannst du ausschließen, dass die Lautsprecher selber einen Hardwaredefekt haben?

Gruß, noisefloor

Hallo die Klänge funktionieren über Lautsprecher einwandfrei wie sie es auch sollten.Wo ist das Problem?

Steve_

Avatar von Steve_

Anmeldungsdatum:
10. März 2023

Beiträge: Zähle...

Und was für Lautsprecher sind das? Extern oder Intern? Notebook oder PC?

Steve_

Avatar von Steve_

Anmeldungsdatum:
10. März 2023

Beiträge: Zähle...

cp2021 schrieb:

Wo ist das Problem?

Du bist doch der jenige mit dem Problem und hast den Thread eröffnet.

von.wert

Anmeldungsdatum:
23. Dezember 2020

Beiträge: 12281

Steve_ schrieb:

cp2021 schrieb:

Wo ist das Problem?

Du bist doch der jenige mit dem Problem

Er meint die Ursache. Er hat aber insgesamt Probleme, denn er schreibt PN (vll. noch an weitere, nicht nur an mich) mit Betreff und Inhalt ohne Bezug zu irgendwas, man kann nur raten, daß es um das Zeug hier geht, es gibt nicht mal einen Link.

Steve_

Avatar von Steve_

Anmeldungsdatum:
10. März 2023

Beiträge: Zähle...

es sind ziemlich sparsame Information hier

cp2021

(Themenstarter)

Anmeldungsdatum:
5. November 2021

Beiträge: 15

cp2021 schrieb:

noisefloor schrieb:

Hallo,

was heißt genau "der Klang ist Schrott"? Verzerrt, zu leise, abgehackt...? Intern oder externe Lautsprecher? Kannst du ausschließen, dass die Lautsprecher selber einen Hardwaredefekt haben?

Gruß, noisefloor

hallo Klang ist schrott trofft's am ehesten:Kratzige überseteuerte Klänge mitm Bass. DIe Lautsprecher sind eingebaut und haben vorher auch funktioniert. Ich hatte eintrag in einer Dateiverändert wo nichts mehr zu verlieren war....

Hallo Ubuntu ussers, welche infos kann ich da noch geben finde in der Hilfe das man ein Soundtest machen kann. Jetzt versuche ich pulseaudio zu installieren vermute da probleme.Es handelt sich um eine Laptop mir eingebauten Lautsprechern aber der Saund ist zu viel Bass glaube nicht das das am Lied liegt... P.S.: pavucontrol installieren hat nicht geholfen

Steve_

Avatar von Steve_

Anmeldungsdatum:
10. März 2023

Beiträge: Zähle...

Gib uns uns auch mal bitte generelle Infos zu deinem PC/Notebook whatever.

sudo lshw -short

im Codeblock

Wenn du lshw nicht installiert hast,

dann

sudo apt install lshw

.

lshw steht für listhardware

ussers finde ich lustig 😀

cp2021

(Themenstarter)

Anmeldungsdatum:
5. November 2021

Beiträge: 15

Steve_ schrieb:

Gib uns uns auch mal bitte generelle Infos zu deinem PC/Notebook whatever.

sudo lshw -short

im Codeblock

Wenn du lshw nicht installiert hast,

dann

sudo apt install lshw

.

lshw steht für listhardware

ussers finde ich lustig 😀

Hallo ubuntuusers, hier noch ein wenig info:

echo
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
	Subsystem: ASUSTeK Computer Inc. 3rd Gen Core processor DRAM Controller
	Flags: bus master, fast devsel, latency 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel driver in use: ivb_uncore

00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. 3rd Gen Core processor Graphics Controller
	Flags: bus master, fast devsel, latency 0, IRQ 29
	Memory at f7800000 (64-bit, non-prefetchable) [size=4M]
	Memory at e0000000 (64-bit, prefetchable) [size=256M]
	I/O ports at f000 [size=64]
	Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
	Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [d0] Power Management version 2
	Capabilities: [a4] PCI Advanced Features
	Kernel driver in use: i915
	Kernel modules: i915

00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04) (prog-if 30 [XHCI])
	Subsystem: ASUSTeK Computer Inc. 7 Series/C210 Series Chipset Family USB xHCI Host Controller
	Flags: bus master, medium devsel, latency 0, IRQ 24
	Memory at f7e00000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: [70] Power Management version 2
	Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

00:16.0 Communication controller: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 (rev 04)
	Subsystem: ASUSTeK Computer Inc. 7 Series/C216 Chipset Family MEI Controller
	Flags: bus master, fast devsel, latency 0, IRQ 28
	Memory at f7e1a000 (64-bit, non-prefetchable) [size=16]
	Capabilities: [50] Power Management version 3
	Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
	Kernel driver in use: mei_me
	Kernel modules: mei_me

00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 (rev 04) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. 7 Series/C216 Chipset Family USB Enhanced Host Controller
	Flags: bus master, medium devsel, latency 0, IRQ 16
	Memory at f7e18000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
	Kernel driver in use: ehci-pci

00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
	Subsystem: ASUSTeK Computer Inc. 7 Series/C216 Chipset Family High Definition Audio Controller
	Flags: bus master, fast devsel, latency 0, IRQ 30
	Memory at f7e10000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
	Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
	Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
	Capabilities: [100] Virtual Channel
	Capabilities: [130] Root Complex Link
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 (rev c4) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 16
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: [disabled]
	Prefetchable memory behind bridge: [disabled]
	Capabilities: [40] Express Root Port (Slot+), MSI 00
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. 7 Series/C216 Chipset Family PCI Express Root Port 1
	Capabilities: [a0] Power Management version 2
	Kernel driver in use: pcieport

00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 17
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: f7d00000-f7dfffff [size=1M]
	Prefetchable memory behind bridge: [disabled]
	Capabilities: [40] Express Root Port (Slot+), MSI 00
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. 7 Series/C210 Series Chipset Family PCI Express Root Port 2
	Capabilities: [a0] Power Management version 2
	Kernel driver in use: pcieport

00:1c.3 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 4 (rev c4) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 19
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000e000-0000efff [size=4K]
	Memory behind bridge: f7c00000-f7cfffff [size=1M]
	Prefetchable memory behind bridge: 00000000f0000000-00000000f00fffff [size=1M]
	Capabilities: [40] Express Root Port (Slot+), MSI 00
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. 7 Series/C216 Chipset Family PCI Express Root Port 4
	Capabilities: [a0] Power Management version 2
	Kernel driver in use: pcieport

00:1d.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 (rev 04) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. 7 Series/C216 Chipset Family USB Enhanced Host Controller
	Flags: bus master, medium devsel, latency 0, IRQ 23
	Memory at f7e17000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
	Kernel driver in use: ehci-pci

00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 04)
	Subsystem: ASUSTeK Computer Inc. HM76 Express Chipset LPC Controller
	Flags: bus master, medium devsel, latency 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich

00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04) (prog-if 01 [AHCI 1.0])
	Subsystem: ASUSTeK Computer Inc. 7 Series Chipset Family 6-port SATA Controller [AHCI mode]
	Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 26
	I/O ports at f0b0 [size=8]
	I/O ports at f0a0 [size=4]
	I/O ports at f090 [size=8]
	I/O ports at f080 [size=4]
	I/O ports at f060 [size=32]
	Memory at f7e16000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [70] Power Management version 3
	Capabilities: [a8] SATA HBA v1.0
	Capabilities: [b0] PCI Advanced Features
	Kernel driver in use: ahci
	Kernel modules: ahci

00:1f.3 SMBus: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller (rev 04)
	Subsystem: ASUSTeK Computer Inc. 7 Series/C216 Chipset Family SMBus Controller
	Flags: medium devsel, IRQ 18
	Memory at f7e15000 (64-bit, non-prefetchable) [size=256]
	I/O ports at f040 [size=32]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801

02:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)
	Subsystem: AzureWave AR9485 Wireless Network Adapter
	Flags: bus master, fast devsel, latency 0, IRQ 17
	Memory at f7d00000 (64-bit, non-prefetchable) [size=512K]
	Expansion ROM at f7d80000 [disabled] [size=64K]
	Capabilities: [40] Power Management version 2
	Capabilities: [50] MSI: Enable- Count=1/4 Maskable+ 64bit+
	Capabilities: [70] Express Endpoint, MSI 00
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [140] Virtual Channel
	Capabilities: [160] Device Serial Number 00-00-00-00-00-00-00-00
	Kernel driver in use: ath9k
	Kernel modules: ath9k

03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTL8411 PCI Express Card Reader (rev 01)
	Subsystem: ASUSTeK Computer Inc. RTL8411 PCI Express Card Reader
	Flags: bus master, fast devsel, latency 0, IRQ 25
	Memory at f7c00000 (32-bit, non-prefetchable) [size=64K]
	Capabilities: [40] Power Management version 3
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
	Capabilities: [70] Express Endpoint, MSI 00
	Capabilities: [b0] MSI-X: Enable- Count=1 Masked-
	Capabilities: [d0] Vital Product Data
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [140] Virtual Channel
	Capabilities: [160] Device Serial Number 00-00-00-00-00-00-00-00
	Kernel driver in use: rtsx_pci
	Kernel modules: rtsx_pci

03:00.2 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0a)
	Subsystem: ASUSTeK Computer Inc. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
	Flags: bus master, fast devsel, latency 0, IRQ 19
	I/O ports at e000 [size=256]
	Memory at f0004000 (64-bit, prefetchable) [size=4K]
	Memory at f0000000 (64-bit, prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
	Capabilities: [70] Express Endpoint, MSI 01
	Capabilities: [b0] MSI-X: Enable+ Count=4 Masked-
	Capabilities: [d0] Vital Product Data
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [160] Device Serial Number 02-71-90-49-68-4c-e0-00
	Kernel driver in use: r8169
	Kernel modules: r8169

die Hardware

WARNUNG: Sie sollten dieses Programm mit Systemverwalterrechten (root) ausführen.
desktop-pc                  
    Beschreibung: Computer
    Breite: 64 bits
    Fähigkeiten: smp vsyscall32
  *-core
       Beschreibung: Motherboard
       Physische ID: 0
     *-generic UNGEFORDERT
          Physische ID: 65
          Bus-Informationen: parisc@65
     *-memory
          Beschreibung: Systemspeicher
          Physische ID: 0
          Größe: 6GiB
     *-cpu
          Produkt: Intel(R) Pentium(R) CPU 2117U @ 1.80GHz
          Hersteller: Intel Corp.
          Physische ID: 1
          Bus-Informationen: cpu@0
          Version: 6.58.9
          Größe: 1197MHz
          Kapazität: 1800MHz
          Breite: 64 bits
          Fähigkeiten: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer xsave lahf_lm cpuid_fault epb pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm arat pln pts md_clear flush_l1d cpufreq
          Konfiguration: microcode=33
     *-pci
          Beschreibung: Host bridge
          Produkt: 3rd Gen Core processor DRAM Controller
          Hersteller: Intel Corporation
          Physische ID: 100
          Bus-Informationen: pci@0000:00:00.0
          Version: 09
          Breite: 32 bits
          Takt: 33MHz
          Konfiguration: driver=ivb_uncore
          Ressourcen: irq:0
        *-display
             Beschreibung: VGA compatible controller
             Produkt: 3rd Gen Core processor Graphics Controller
             Hersteller: Intel Corporation
             Physische ID: 2
             Bus-Informationen: pci@0000:00:02.0
             Logischer Name: /dev/fb0
             Version: 09
             Breite: 64 bits
             Takt: 33MHz
             Fähigkeiten: vga_controller bus_master cap_list rom fb
             Konfiguration: depth=32 driver=i915 latency=0 resolution=1366,768
             Ressourcen: irq:29 memory:f7800000-f7bfffff memory:e0000000-efffffff ioport:f000(Größe=64) memory:c0000-dffff
        *-usb:0
             Beschreibung: USB controller
             Produkt: 7 Series/C210 Series Chipset Family USB xHCI Host Controller
             Hersteller: Intel Corporation
             Physische ID: 14
             Bus-Informationen: pci@0000:00:14.0
             Version: 04
             Breite: 64 bits
             Takt: 33MHz
             Fähigkeiten: xhci bus_master cap_list
             Konfiguration: driver=xhci_hcd latency=0
             Ressourcen: irq:27 memory:f7e00000-f7e0ffff
        *-communication
             Beschreibung: Communication controller
             Produkt: 7 Series/C216 Chipset Family MEI Controller #1
             Hersteller: Intel Corporation
             Physische ID: 16
             Bus-Informationen: pci@0000:00:16.0
             Version: 04
             Breite: 64 bits
             Takt: 33MHz
             Fähigkeiten: bus_master cap_list
             Konfiguration: driver=mei_me latency=0
             Ressourcen: irq:28 memory:f7e1a000-f7e1a00f
        *-usb:1
             Beschreibung: USB controller
             Produkt: 7 Series/C216 Chipset Family USB Enhanced Host Controller #2
             Hersteller: Intel Corporation
             Physische ID: 1a
             Bus-Informationen: pci@0000:00:1a.0
             Version: 04
             Breite: 32 bits
             Takt: 33MHz
             Fähigkeiten: ehci bus_master cap_list
             Konfiguration: driver=ehci-pci latency=0
             Ressourcen: irq:16 memory:f7e18000-f7e183ff
        *-multimedia
             Beschreibung: Audio device
             Produkt: 7 Series/C216 Chipset Family High Definition Audio Controller
             Hersteller: Intel Corporation
             Physische ID: 1b
             Bus-Informationen: pci@0000:00:1b.0
             Logischer Name: card0
             Logischer Name: /dev/snd/controlC0
             Logischer Name: /dev/snd/hwC0D0
             Logischer Name: /dev/snd/hwC0D3
             Logischer Name: /dev/snd/pcmC0D0c
             Logischer Name: /dev/snd/pcmC0D0p
             Logischer Name: /dev/snd/pcmC0D3p
             Version: 04
             Breite: 64 bits
             Takt: 33MHz
             Fähigkeiten: bus_master cap_list
             Konfiguration: driver=snd_hda_intel latency=0
             Ressourcen: irq:30 memory:f7e10000-f7e13fff
           *-input:0
                Produkt: HDA Intel PCH Headphone
                Physische ID: 0
                Logischer Name: input19
                Logischer Name: /dev/input/event4
           *-input:1
                Produkt: HDA Intel PCH HDMI/DP,pcm=3
                Physische ID: 1
                Logischer Name: input20
                Logischer Name: /dev/input/event11
        *-pci:0
             Beschreibung: PCI bridge
             Produkt: 7 Series/C216 Chipset Family PCI Express Root Port 1
             Hersteller: Intel Corporation
             Physische ID: 1c
             Bus-Informationen: pci@0000:00:1c.0
             Version: c4
             Breite: 32 bits
             Takt: 33MHz
             Fähigkeiten: pci normal_decode bus_master cap_list
             Konfiguration: driver=pcieport
             Ressourcen: irq:16
        *-pci:1
             Beschreibung: PCI bridge
             Produkt: 7 Series/C210 Series Chipset Family PCI Express Root Port 2
             Hersteller: Intel Corporation
             Physische ID: 1c.1
             Bus-Informationen: pci@0000:00:1c.1
             Version: c4
             Breite: 32 bits
             Takt: 33MHz
             Fähigkeiten: pci normal_decode bus_master cap_list
             Konfiguration: driver=pcieport
             Ressourcen: irq:17 memory:f7d00000-f7dfffff
           *-network
                Beschreibung: Kabellose Verbindung
                Produkt: AR9485 Wireless Network Adapter
                Hersteller: Qualcomm Atheros
                Physische ID: 0
                Bus-Informationen: pci@0000:02:00.0
                Logischer Name: wlp2s0
                Version: 01
                Seriennummer: 24:0a:64:87:1e:dd
                Breite: 64 bits
                Takt: 33MHz
                Fähigkeiten: bus_master cap_list rom ethernet physical wireless
                Konfiguration: broadcast=yes driver=ath9k driverversion=5.19.0-43-generic firmware=N/A ip=100.99.23.129 latency=0 link=yes multicast=yes wireless=IEEE 802.11
                Ressourcen: irq:17 memory:f7d00000-f7d7ffff memory:f7d80000-f7d8ffff
        *-pci:2
             Beschreibung: PCI bridge
             Produkt: 7 Series/C216 Chipset Family PCI Express Root Port 4
             Hersteller: Intel Corporation
             Physische ID: 1c.3
             Bus-Informationen: pci@0000:00:1c.3
             Version: c4
             Breite: 32 bits
             Takt: 33MHz
             Fähigkeiten: pci normal_decode bus_master cap_list
             Konfiguration: driver=pcieport
             Ressourcen: irq:19 ioport:e000(Größe=4096) memory:f7c00000-f7cfffff ioport:f0000000(Größe=1048576)
           *-generic
                Beschreibung: MMC Host
                Produkt: RTL8411 PCI Express Card Reader
                Hersteller: Realtek Semiconductor Co., Ltd.
                Physische ID: 0
                Bus-Informationen: pci@0000:03:00.0
                Logischer Name: mmc0
                Version: 01
                Breite: 32 bits
                Takt: 33MHz
                Fähigkeiten: bus_master cap_list
                Konfiguration: driver=rtsx_pci latency=0
                Ressourcen: irq:24 memory:f7c00000-f7c0ffff
           *-network
                Beschreibung: Ethernet interface
                Produkt: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
                Hersteller: Realtek Semiconductor Co., Ltd.
                Physische ID: 0.2
                Bus-Informationen: pci@0000:03:00.2
                Logischer Name: enp3s0f2
                Version: 0a
                Seriennummer: bc:ee:7b:1d:53:74
                Kapazität: 1Gbit/s
                Breite: 64 bits
                Takt: 33MHz
                Fähigkeiten: bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
                Konfiguration: autonegotiation=on broadcast=yes driver=r8169 driverversion=5.19.0-43-generic firmware=rtl8411-1_0.0.3 06/18/12 latency=0 link=no multicast=yes port=twisted pair
                Ressourcen: irq:19 ioport:e000(Größe=256) memory:f0004000-f0004fff memory:f0000000-f0003fff
        *-usb:2
             Beschreibung: USB controller
             Produkt: 7 Series/C216 Chipset Family USB Enhanced Host Controller #1
             Hersteller: Intel Corporation
             Physische ID: 1d
             Bus-Informationen: pci@0000:00:1d.0
             Version: 04
             Breite: 32 bits
             Takt: 33MHz
             Fähigkeiten: ehci bus_master cap_list
             Konfiguration: driver=ehci-pci latency=0
             Ressourcen: irq:23 memory:f7e17000-f7e173ff
        *-isa
             Beschreibung: ISA bridge
             Produkt: HM76 Express Chipset LPC Controller
             Hersteller: Intel Corporation
             Physische ID: 1f
             Bus-Informationen: pci@0000:00:1f.0
             Version: 04
             Breite: 32 bits
             Takt: 33MHz
             Fähigkeiten: isa bus_master cap_list
             Konfiguration: driver=lpc_ich latency=0
             Ressourcen: irq:0
           *-pnp00:00
                Produkt: PnP device PNP0c01
                Physische ID: 0
                Fähigkeiten: pnp
                Konfiguration: driver=system
           *-pnp00:01
                Produkt: PnP device PNP0c02
                Physische ID: 1
                Fähigkeiten: pnp
                Konfiguration: driver=system
           *-pnp00:02
                Produkt: PnP device PNP0b00
                Physische ID: 2
                Fähigkeiten: pnp
                Konfiguration: driver=rtc_cmos
           *-pnp00:03
                Produkt: PnP device INT3f0d
                Physische ID: 3
                Fähigkeiten: pnp
                Konfiguration: driver=system
           *-pnp00:04
                Produkt: PnP device PNP0c02
                Physische ID: 4
                Fähigkeiten: pnp
                Konfiguration: driver=system
           *-pnp00:05
                Produkt: PnP device ETD0108
                Physische ID: 5
                Fähigkeiten: pnp
                Konfiguration: driver=i8042 aux
           *-pnp00:06
                Produkt: PnP device ATK3001
                Physische ID: 6
                Fähigkeiten: pnp
                Konfiguration: driver=i8042 kbd
           *-pnp00:07
                Produkt: PnP device PNP0c02
                Physische ID: 7
                Fähigkeiten: pnp
                Konfiguration: driver=system
           *-pnp00:08
                Produkt: PnP device PNP0c02
                Physische ID: 8
                Fähigkeiten: pnp
                Konfiguration: driver=system
           *-pnp00:09
                Produkt: PnP device PNP0c01
                Physische ID: 9
                Fähigkeiten: pnp
                Konfiguration: driver=system
        *-sata
             Beschreibung: SATA controller
             Produkt: 7 Series Chipset Family 6-port SATA Controller [AHCI mode]
             Hersteller: Intel Corporation
             Physische ID: 1f.2
             Bus-Informationen: pci@0000:00:1f.2
             Logischer Name: scsi2
             Version: 04
             Breite: 32 bits
             Takt: 66MHz
             Fähigkeiten: sata ahci_1.0 bus_master cap_list emulated
             Konfiguration: driver=ahci latency=0
             Ressourcen: irq:25 ioport:f0b0(Größe=8) ioport:f0a0(Größe=4) ioport:f090(Größe=8) ioport:f080(Größe=4) ioport:f060(Größe=32) memory:f7e16000-f7e167ff
           *-cdrom
                Beschreibung: DVD-RAM writer
                Produkt: DVD A  DA8A5SH
                Hersteller: Slimtype
                Physische ID: 0.0.0
                Bus-Informationen: scsi@2:0.0.0
                Logischer Name: /dev/cdrom
                Logischer Name: /dev/sr0
                Version: 1AA3
                Fähigkeiten: removable audio cd-r cd-rw dvd dvd-r dvd-ram
                Konfiguration: ansiversion=5 status=nodisc
        *-serial
             Beschreibung: SMBus
             Produkt: 7 Series/C216 Chipset Family SMBus Controller
             Hersteller: Intel Corporation
             Physische ID: 1f.3
             Bus-Informationen: pci@0000:00:1f.3
             Version: 04
             Breite: 64 bits
             Takt: 33MHz
             Konfiguration: driver=i801_smbus latency=0
             Ressourcen: irq:18 memory:f7e15000-f7e150ff ioport:f040(Größe=32)
  *-scsi
       Physische ID: 1
       Bus-Informationen: scsi@6
       Logischer Name: scsi6
       Fähigkeiten: scsi-host
       Konfiguration: driver=usb-storage
  *-input:0
       Produkt: Lid Switch
       Physische ID: 2
       Logischer Name: input0
       Logischer Name: /dev/input/event0
       Fähigkeiten: platform
  *-input:1
       Produkt: Sleep Button
       Physische ID: 3
       Logischer Name: input1
       Logischer Name: /dev/input/event1
       Fähigkeiten: platform
  *-input:2
       Produkt: ETPS/2 Elantech Touchpad
       Physische ID: 4
       Logischer Name: input11
       Logischer Name: /dev/input/event5
       Logischer Name: /dev/input/mouse1
       Fähigkeiten: i8042
  *-input:3
       Produkt: Asus Wireless Radio Control
       Physische ID: 5
       Logischer Name: input14
       Logischer Name: /dev/input/event7
       Fähigkeiten: platform
  *-input:4
       Produkt: Asus WMI hotkeys
       Physische ID: 6
       Logischer Name: input15
       Logischer Name: /dev/input/event8
       Fähigkeiten: platform
  *-input:5
       Produkt: USB2.0 HD UVC WebCam: USB2.0 HD
       Physische ID: 7
       Logischer Name: input17
       Logischer Name: /dev/input/event9
       Fähigkeiten: usb
  *-input:6
       Produkt: Video Bus
       Physische ID: 8
       Logischer Name: input18
       Logischer Name: /dev/input/event10
       Fähigkeiten: platform
  *-input:7
       Produkt: Power Button
       Physische ID: 9
       Logischer Name: input2
       Logischer Name: /dev/input/event2
       Fähigkeiten: platform
  *-input:8
       Produkt: Atmel Atmel maXTouch Digitizer
       Physische ID: a
       Logischer Name: input24
       Logischer Name: /dev/input/event6
       Logischer Name: /dev/input/mouse0
       Fähigkeiten: usb
  *-input:9
       Produkt: USB OPTICAL MOUSE
       Physische ID: b
       Logischer Name: input25
       Logischer Name: /dev/input/event12
       Logischer Name: /dev/input/mouse2
       Fähigkeiten: usb
  *-input:10
       Produkt: AT Translated Set 2 keyboard
       Physische ID: c
       Logischer Name: input3
       Logischer Name: /dev/input/event3
       Logischer Name: input3::capslock
       Logischer Name: input3::numlock
       Logischer Name: input3::scrolllock
       Fähigkeiten: i8042
WARNUNG: Ausgabe kann unvollständig oder fehlerhaft werden, Sie sollten dieses Programm mit Systemverwalterrechten (root) ausführen.
klaus@desktop-pc:~$ sudo lshw
desktop-pc                  
    Beschreibung: Notebook
    Produkt: X550CA (ASUS-NotebookSKU)
    Hersteller: ASUSTeK COMPUTER INC.
    Version: 1.0
    Seriennummer: DCN0CV027190498
    Breite: 64 bits
    Fähigkeiten: smbios-2.7 dmi-2.7 smp vsyscall32
    Konfiguration: boot=normal chassis=notebook family=X sku=ASUS-NotebookSKU uuid=c8b3b580-59ff-81e3-3b1b-bcee7b1d5374
  *-core
       Beschreibung: Hauptplatine
       Produkt: X550CA
       Hersteller: ASUSTeK COMPUTER INC.
       Physische ID: 0
       Version: 1.0
       Seriennummer: BSN12345678901234567
       Steckplatz: MIDDLE
     *-firmware
          Beschreibung: BIOS
          Hersteller: American Megatrends Inc.
          Physische ID: 0
          Version: X550CA.212
          date: 08/13/2013
          Größe: 64KiB
          Kapazität: 6MiB
          Fähigkeiten: pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb smartbattery biosbootspecification uefi
     *-cache:0
          Beschreibung: L2 Cache
          Physische ID: 8
          Steckplatz: CPU Internal L2
          Größe: 512KiB
          Kapazität: 512KiB
          Fähigkeiten: internal write-through unified
          Konfiguration: level=2
     *-cache:1
          Beschreibung: L1 Cache
          Physische ID: 9
          Steckplatz: CPU Internal L1
          Größe: 128KiB
          Kapazität: 128KiB
          Fähigkeiten: internal write-through data
          Konfiguration: level=1
     *-cache:2
          Beschreibung: L3 Cache
          Physische ID: a
          Steckplatz: CPU Internal L3
          Größe: 2MiB
          Kapazität: 2MiB
          Fähigkeiten: internal write-back unified
          Konfiguration: level=3
     *-memory
          Beschreibung: Systemspeicher
          Physische ID: b
          Steckplatz: Systemplatine oder Hauptplatine
          Größe: 6GiB
        *-bank:0
             Beschreibung: SODIMM DDR3 Synchron 1600 MHz (0,6 ns)
             Produkt: MT8KTF51264HZ-1G6
             Hersteller: Micron
             Physische ID: 0
             Seriennummer: 00000000
             Steckplatz: ChannelA-DIMM0
             Größe: 4GiB
             Breite: 64 bits
             Takt: 1600MHz (0.6ns)
        *-bank:1
             Beschreibung: DIMMProject-Id-Version: lshwReport-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>PO-Revision-Date: 2012-05-30 08:16+0000Last-Translator: Hendrik Schrieber <Unknown>Language-Team: German <de@li.org>MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2023-02-09 12:36+0000X-Generator: Launchpad (build 77239e4aa149cc645d32cd0d9466bc0d9f82abaa) [leer]
             Produkt: [Empty]
             Hersteller: [Empty]
             Physische ID: 1
             Seriennummer: [Empty]
             Steckplatz: ChannelA-DIMM1
        *-bank:2
             Beschreibung: SODIMM DDR3 Synchron 1600 MHz (0,6 ns)
             Produkt: HMT425S6AFR6A-PB
             Hersteller: Hynix/Hyundai
             Physische ID: 2
             Seriennummer: 379B102E
             Steckplatz: ChannelB-DIMM0
             Größe: 2GiB
             Breite: 64 bits
             Takt: 1600MHz (0.6ns)
        *-bank:3
             Beschreibung: DIMMProject-Id-Version: lshwReport-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>PO-Revision-Date: 2012-05-30 08:16+0000Last-Translator: Hendrik Schrieber <Unknown>Language-Team: German <de@li.org>MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2023-02-09 12:36+0000X-Generator: Launchpad (build 77239e4aa149cc645d32cd0d9466bc0d9f82abaa) [leer]
             Produkt: [Empty]
             Hersteller: [Empty]
             Physische ID: 3
             Seriennummer: [Empty]
             Steckplatz: ChannelB-DIMM1
     *-cpu
          Beschreibung: CPU
          Produkt: Intel(R) Pentium(R) CPU 2117U @ 1.80GHz
          Hersteller: Intel Corp.
          Physische ID: c
          Bus-Informationen: cpu@0
          Version: 6.58.9
          Steckplatz: SOCKET 0
          Größe: 1389MHz
          Kapazität: 3800MHz
          Breite: 64 bits
          Takt: 100MHz
          Fähigkeiten: lm fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer xsave lahf_lm cpuid_fault epb pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm arat pln pts md_clear flush_l1d cpufreq
          Konfiguration: cores=2 enabledcores=2 microcode=33 threads=2
     *-generic UNGEFORDERT
          Physische ID: 65
          Bus-Informationen: parisc@65
     *-pci
          Beschreibung: Host bridge
          Produkt: 3rd Gen Core processor DRAM Controller
          Hersteller: Intel Corporation
          Physische ID: 100
          Bus-Informationen: pci@0000:00:00.0
          Version: 09
          Breite: 32 bits
          Takt: 33MHz
          Konfiguration: driver=ivb_uncore
          Ressourcen: irq:0
        *-display
             Beschreibung: VGA compatible controller
             Produkt: 3rd Gen Core processor Graphics Controller
             Hersteller: Intel Corporation
             Physische ID: 2
             Bus-Informationen: pci@0000:00:02.0
             Logischer Name: /dev/fb0
             Version: 09
             Breite: 64 bits
             Takt: 33MHz
             Fähigkeiten: msi pm vga_controller bus_master cap_list rom fb
             Konfiguration: depth=32 driver=i915 latency=0 resolution=1366,768
             Ressourcen: irq:29 memory:f7800000-f7bfffff memory:e0000000-efffffff ioport:f000(Größe=64) memory:c0000-dffff
        *-usb:0
             Beschreibung: USB controller
             Produkt: 7 Series/C210 Series Chipset Family USB xHCI Host Controller
             Hersteller: Intel Corporation
             Physische ID: 14
             Bus-Informationen: pci@0000:00:14.0
             Version: 04
             Breite: 64 bits
             Takt: 33MHz
             Fähigkeiten: pm msi xhci bus_master cap_list
             Konfiguration: driver=xhci_hcd latency=0
             Ressourcen: irq:27 memory:f7e00000-f7e0ffff
           *-usbhost:0
                Produkt: xHCI Host Controller
                Hersteller: Linux 5.19.0-43-generic xhci-hcd
                Physische ID: 0
                Bus-Informationen: usb@3
                Logischer Name: usb3
                Version: 5.19
                Fähigkeiten: usb-2.00
                Konfiguration: driver=hub slots=4 speed=480Mbit/s
              *-usb:0
                   Beschreibung: Maus
                   Produkt: USB OPTICAL MOUSE
                   Physische ID: 1
                   Bus-Informationen: usb@3:1
                   Logischer Name: input25
                   Logischer Name: /dev/input/event12
                   Logischer Name: /dev/input/mouse2
                   Version: 1.00
                   Fähigkeiten: usb-1.10 usb
                   Konfiguration: driver=usbhid maxpower=100mA speed=1Mbit/s
              *-usb:1
                   Beschreibung: Massenspeichergerät
                   Produkt: Mass Storage
                   Hersteller: Generic
                   Physische ID: 3
                   Bus-Informationen: usb@3:3
                   Logischer Name: scsi6
                   Version: 0.02
                   Seriennummer: 22071642970620
                   Fähigkeiten: usb-2.10 scsi emulated scsi-host
                   Konfiguration: driver=usb-storage maxpower=200mA speed=480Mbit/s
                 *-disk
                      Beschreibung: SCSI Disk
                      Produkt: Flash Disk
                      Hersteller: Generic
                      Physische ID: 0.0.0
                      Bus-Informationen: scsi@6:0.0.0
                      Logischer Name: /dev/sdb
                      Version: 8.01
                      Größe: 29GiB (31GB)
                      Fähigkeiten: removable
                      Konfiguration: ansiversion=6 logicalsectorsize=512 sectorsize=512
                    *-medium
                         Physische ID: 0
                         Logischer Name: /dev/sdb
                         Größe: 29GiB (31GB)
                         Fähigkeiten: partitioned partitioned:dos
                         Konfiguration: signature=4684d7f1
                       *-volume
                            Beschreibung: Windows FAT Laufwerk
                            Hersteller: MSDOS5.0
                            Physische ID: 1
                            Logischer Name: /dev/sdb1
                            Logischer Name: /media/klaus/4F5B-C987
                            Version: FAT32
                            Seriennummer: 4f5b-c987
                            Größe: 29GiB
                            Kapazität: 29GiB
                            Fähigkeiten: primary bootable fat initialized
                            Konfiguration: FATs=2 filesystem=fat mount.fstype=vfat mount.options=rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro state=mounted
           *-usbhost:1
                Produkt: xHCI Host Controller
                Hersteller: Linux 5.19.0-43-generic xhci-hcd
                Physische ID: 1
                Bus-Informationen: usb@4
                Logischer Name: usb4
                Version: 5.19
                Fähigkeiten: usb-3.00
                Konfiguration: driver=hub slots=4 speed=5000Mbit/s
        *-communication
             Beschreibung: Communication controller
             Produkt: 7 Series/C216 Chipset Family MEI Controller #1
             Hersteller: Intel Corporation
             Physische ID: 16
             Bus-Informationen: pci@0000:00:16.0
             Version: 04
             Breite: 64 bits
             Takt: 33MHz
             Fähigkeiten: pm msi bus_master cap_list
             Konfiguration: driver=mei_me latency=0
             Ressourcen: irq:28 memory:f7e1a000-f7e1a00f
        *-usb:1
             Beschreibung: USB controller
             Produkt: 7 Series/C216 Chipset Family USB Enhanced Host Controller #2
             Hersteller: Intel Corporation
             Physische ID: 1a
             Bus-Informationen: pci@0000:00:1a.0
             Version: 04
             Breite: 32 bits
             Takt: 33MHz
             Fähigkeiten: pm debug ehci bus_master cap_list
             Konfiguration: driver=ehci-pci latency=0
             Ressourcen: irq:16 memory:f7e18000-f7e183ff
           *-usbhost
                Produkt: EHCI Host Controller
                Hersteller: Linux 5.19.0-43-generic ehci_hcd
                Physische ID: 1
                Bus-Informationen: usb@1
                Logischer Name: usb1
                Version: 5.19
                Fähigkeiten: usb-2.00
                Konfiguration: driver=hub slots=2 speed=480Mbit/s
              *-usb
                   Beschreibung: USB-Hub
                   Produkt: Integrated Rate Matching Hub
                   Hersteller: Intel Corp.
                   Physische ID: 1
                   Bus-Informationen: usb@1:1
                   Version: 0.00
                   Fähigkeiten: usb-2.00
                   Konfiguration: driver=hub slots=6 speed=480Mbit/s
                 *-usb:0
                      Beschreibung: Bluetooth-Schnittstelle
                      Produkt: Bluetooth USB Host Controller
                      Hersteller: Atheros Communications
                      Physische ID: 1
                      Bus-Informationen: usb@1:1.1
                      Version: 0.02
                      Seriennummer: Alaska Day 2006
                      Fähigkeiten: bluetooth usb-1.10
                      Konfiguration: driver=btusb maxpower=100mA speed=12Mbit/s
                 *-usb:1
                      Beschreibung: Schnittstellengerät (Human interface device)
                      Produkt: Atmel Atmel maXTouch Digitizer
                      Hersteller: Atmel
                      Physische ID: 2
                      Bus-Informationen: usb@1:1.2
                      Logischer Name: input24
                      Logischer Name: /dev/input/event6
                      Logischer Name: /dev/input/mouse0
                      Version: 10.99
                      Fähigkeiten: usb-2.00 usb
                      Konfiguration: driver=usbhid maxpower=100mA speed=12Mbit/s
                 *-usb:2
                      Beschreibung: Video
                      Produkt: USB2.0 HD UVC WebCam: USB2.0 HD
                      Hersteller: Chicony Electronics Co.,Ltd.
                      Physische ID: 3
                      Bus-Informationen: usb@1:1.3
                      Logischer Name: input17
                      Logischer Name: /dev/input/event9
                      Version: 69.55
                      Seriennummer: 0x0001
                      Fähigkeiten: usb-2.00 usb
                      Konfiguration: driver=uvcvideo maxpower=500mA speed=480Mbit/s
        *-multimedia
             Beschreibung: Audio device
             Produkt: 7 Series/C216 Chipset Family High Definition Audio Controller
             Hersteller: Intel Corporation
             Physische ID: 1b
             Bus-Informationen: pci@0000:00:1b.0
             Logischer Name: card0
             Logischer Name: /dev/snd/controlC0
             Logischer Name: /dev/snd/hwC0D0
             Logischer Name: /dev/snd/hwC0D3
             Logischer Name: /dev/snd/pcmC0D0c
             Logischer Name: /dev/snd/pcmC0D0p
             Logischer Name: /dev/snd/pcmC0D3p
             Version: 04
             Breite: 64 bits
             Takt: 33MHz
             Fähigkeiten: pm msi pciexpress bus_master cap_list
             Konfiguration: driver=snd_hda_intel latency=0
             Ressourcen: irq:30 memory:f7e10000-f7e13fff
           *-input:0
                Produkt: HDA Intel PCH Headphone
                Physische ID: 0
                Logischer Name: input19
                Logischer Name: /dev/input/event4
           *-input:1
                Produkt: HDA Intel PCH HDMI/DP,pcm=3
                Physische ID: 1
                Logischer Name: input20
                Logischer Name: /dev/input/event11
        *-pci:0
             Beschreibung: PCI bridge
             Produkt: 7 Series/C216 Chipset Family PCI Express Root Port 1
             Hersteller: Intel Corporation
             Physische ID: 1c
             Bus-Informationen: pci@0000:00:1c.0
             Version: c4
             Breite: 32 bits
             Takt: 33MHz
             Fähigkeiten: pci pciexpress msi pm normal_decode bus_master cap_list
             Konfiguration: driver=pcieport
             Ressourcen: irq:16
        *-pci:1
             Beschreibung: PCI bridge
             Produkt: 7 Series/C210 Series Chipset Family PCI Express Root Port 2
             Hersteller: Intel Corporation
             Physische ID: 1c.1
             Bus-Informationen: pci@0000:00:1c.1
             Version: c4
             Breite: 32 bits
             Takt: 33MHz
             Fähigkeiten: pci pciexpress msi pm normal_decode bus_master cap_list
             Konfiguration: driver=pcieport
             Ressourcen: irq:17 memory:f7d00000-f7dfffff
           *-network
                Beschreibung: Kabellose Verbindung
                Produkt: AR9485 Wireless Network Adapter
                Hersteller: Qualcomm Atheros
                Physische ID: 0
                Bus-Informationen: pci@0000:02:00.0
                Logischer Name: wlp2s0
                Version: 01
                Seriennummer: 24:0a:64:87:1e:dd
                Breite: 64 bits
                Takt: 33MHz
                Fähigkeiten: pm msi pciexpress bus_master cap_list rom ethernet physical wireless
                Konfiguration: broadcast=yes driver=ath9k driverversion=5.19.0-43-generic firmware=N/A ip=100.99.23.129 latency=0 link=yes multicast=yes wireless=IEEE 802.11
                Ressourcen: irq:17 memory:f7d00000-f7d7ffff memory:f7d80000-f7d8ffff
        *-pci:2
             Beschreibung: PCI bridge
             Produkt: 7 Series/C216 Chipset Family PCI Express Root Port 4
             Hersteller: Intel Corporation
             Physische ID: 1c.3
             Bus-Informationen: pci@0000:00:1c.3
             Version: c4
             Breite: 32 bits
             Takt: 33MHz
             Fähigkeiten: pci pciexpress msi pm normal_decode bus_master cap_list
             Konfiguration: driver=pcieport
             Ressourcen: irq:19 ioport:e000(Größe=4096) memory:f7c00000-f7cfffff ioport:f0000000(Größe=1048576)
           *-generic
                Beschreibung: MMC Host
                Produkt: RTL8411 PCI Express Card Reader
                Hersteller: Realtek Semiconductor Co., Ltd.
                Physische ID: 0
                Bus-Informationen: pci@0000:03:00.0
                Logischer Name: mmc0
                Version: 01
                Breite: 32 bits
                Takt: 33MHz
                Fähigkeiten: pm msi pciexpress msix vpd bus_master cap_list
                Konfiguration: driver=rtsx_pci latency=0
                Ressourcen: irq:24 memory:f7c00000-f7c0ffff
           *-network
                Beschreibung: Ethernet interface
                Produkt: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
                Hersteller: Realtek Semiconductor Co., Ltd.
                Physische ID: 0.2
                Bus-Informationen: pci@0000:03:00.2
                Logischer Name: enp3s0f2
                Version: 0a
                Seriennummer: bc:ee:7b:1d:53:74
                Kapazität: 1Gbit/s
                Breite: 64 bits
                Takt: 33MHz
                Fähigkeiten: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
                Konfiguration: autonegotiation=on broadcast=yes driver=r8169 driverversion=5.19.0-43-generic firmware=rtl8411-1_0.0.3 06/18/12 latency=0 link=no multicast=yes port=twisted pair
                Ressourcen: irq:19 ioport:e000(Größe=256) memory:f0004000-f0004fff memory:f0000000-f0003fff
        *-usb:2
             Beschreibung: USB controller
             Produkt: 7 Series/C216 Chipset Family USB Enhanced Host Controller #1
             Hersteller: Intel Corporation
             Physische ID: 1d
             Bus-Informationen: pci@0000:00:1d.0
             Version: 04
             Breite: 32 bits
             Takt: 33MHz
             Fähigkeiten: pm debug ehci bus_master cap_list
             Konfiguration: driver=ehci-pci latency=0
             Ressourcen: irq:23 memory:f7e17000-f7e173ff
           *-usbhost
                Produkt: EHCI Host Controller
                Hersteller: Linux 5.19.0-43-generic ehci_hcd
                Physische ID: 1
                Bus-Informationen: usb@2
                Logischer Name: usb2
                Version: 5.19
                Fähigkeiten: usb-2.00
                Konfiguration: driver=hub slots=2 speed=480Mbit/s
              *-usb
                   Beschreibung: USB-Hub
                   Produkt: Integrated Rate Matching Hub
                   Hersteller: Intel Corp.
                   Physische ID: 1
                   Bus-Informationen: usb@2:1
                   Version: 0.00
                   Fähigkeiten: usb-2.00
                   Konfiguration: driver=hub slots=6 speed=480Mbit/s
        *-isa
             Beschreibung: ISA bridge
             Produkt: HM76 Express Chipset LPC Controller
             Hersteller: Intel Corporation
             Physische ID: 1f
             Bus-Informationen: pci@0000:00:1f.0
             Version: 04
             Breite: 32 bits
             Takt: 33MHz
             Fähigkeiten: isa bus_master cap_list
             Konfiguration: driver=lpc_ich latency=0
             Ressourcen: irq:0
           *-pnp00:00
                Produkt: PnP device PNP0c01
                Physische ID: 0
                Fähigkeiten: pnp
                Konfiguration: driver=system
           *-pnp00:01
                Produkt: PnP device PNP0c02
                Physische ID: 1
                Fähigkeiten: pnp
                Konfiguration: driver=system
           *-pnp00:02
                Produkt: PnP device PNP0b00
                Physische ID: 2
                Fähigkeiten: pnp
                Konfiguration: driver=rtc_cmos
           *-pnp00:03
                Produkt: PnP device INT3f0d
                Physische ID: 3
                Fähigkeiten: pnp
                Konfiguration: driver=system
           *-pnp00:04
                Produkt: PnP device PNP0c02
                Physische ID: 4
                Fähigkeiten: pnp
                Konfiguration: driver=system
           *-pnp00:05
                Produkt: PnP device ETD0108
                Physische ID: 5
                Fähigkeiten: pnp
                Konfiguration: driver=i8042 aux
           *-pnp00:06
                Produkt: PnP device ATK3001
                Physische ID: 6
                Fähigkeiten: pnp
                Konfiguration: driver=i8042 kbd
           *-pnp00:07
                Produkt: PnP device PNP0c02
                Physische ID: 7
                Fähigkeiten: pnp
                Konfiguration: driver=system
           *-pnp00:08
                Produkt: PnP device PNP0c02
                Physische ID: 8
                Fähigkeiten: pnp
                Konfiguration: driver=system
           *-pnp00:09
                Produkt: PnP device PNP0c01
                Physische ID: 9
                Fähigkeiten: pnp
                Konfiguration: driver=system
        *-sata
             Beschreibung: SATA controller
             Produkt: 7 Series Chipset Family 6-port SATA Controller [AHCI mode]
             Hersteller: Intel Corporation
             Physische ID: 1f.2
             Bus-Informationen: pci@0000:00:1f.2
             Logischer Name: scsi0
             Logischer Name: scsi2
             Version: 04
             Breite: 32 bits
             Takt: 66MHz
             Fähigkeiten: sata msi pm ahci_1.0 bus_master cap_list emulated
             Konfiguration: driver=ahci latency=0
             Ressourcen: irq:25 ioport:f0b0(Größe=8) ioport:f0a0(Größe=4) ioport:f090(Größe=8) ioport:f080(Größe=4) ioport:f060(Größe=32) memory:f7e16000-f7e167ff
           *-disk
                Beschreibung: ATA Disk
                Produkt: ST750LM022 HN-M7
                Physische ID: 0
                Bus-Informationen: scsi@0:0.0.0
                Logischer Name: /dev/sda
                Version: 0002
                Seriennummer: S2Y7J9DDA06376
                Größe: 698GiB (750GB)
                Fähigkeiten: gpt-1.00 partitioned partitioned:gpt
                Konfiguration: ansiversion=5 guid=734d47a5-7125-4676-8a86-c358bfbb9981 logicalsectorsize=512 sectorsize=4096
              *-volume:0 UNGEFORDERT
                   Beschreibung: Windows FAT Laufwerk
                   Hersteller: mkfs.fat
                   Physische ID: 1
                   Bus-Informationen: scsi@0:0.0.0,1
                   Version: FAT32
                   Seriennummer: bf2b-aa83
                   Größe: 510MiB
                   Kapazität: 511MiB
                   Fähigkeiten: boot fat initialized
                   Konfiguration: FATs=2 filesystem=fat name=EFI System Partition
              *-volume:1
                   Beschreibung: EXT4-Laufwerk
                   Hersteller: Linux
                   Physische ID: 2
                   Bus-Informationen: scsi@0:0.0.0,2
                   Logischer Name: /dev/sda2
                   Logischer Name: /
                   Version: 1.0
                   Seriennummer: 2d263e65-d807-4deb-91b1-6c7c746c83e4
                   Größe: 698GiB
                   Fähigkeiten: journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized
                   Konfiguration: created=2023-06-04 23:40:41 filesystem=ext4 lastmountpoint=/ modified=2023-06-15 02:34:37 mount.fstype=ext4 mount.options=rw,relatime,errors=remount-ro mounted=2023-06-15 02:34:44 state=mounted
           *-cdrom
                Beschreibung: DVD-RAM writer
                Produkt: DVD A  DA8A5SH
                Hersteller: Slimtype
                Physische ID: 1
                Bus-Informationen: scsi@2:0.0.0
                Logischer Name: /dev/cdrom
                Logischer Name: /dev/sr0
                Version: 1AA3
                Fähigkeiten: removable audio cd-r cd-rw dvd dvd-r dvd-ram
                Konfiguration: ansiversion=5 status=nodisc
        *-serial
             Beschreibung: SMBus
             Produkt: 7 Series/C216 Chipset Family SMBus Controller
             Hersteller: Intel Corporation
             Physische ID: 1f.3
             Bus-Informationen: pci@0000:00:1f.3
             Version: 04
             Breite: 64 bits
             Takt: 33MHz
             Konfiguration: driver=i801_smbus latency=0
             Ressourcen: irq:18 memory:f7e15000-f7e150ff ioport:f040(Größe=32)
  *-input:0
       Produkt: Lid Switch
       Physische ID: 1
       Logischer Name: input0
       Logischer Name: /dev/input/event0
       Fähigkeiten: platform
  *-input:1
       Produkt: Sleep Button
       Physische ID: 2
       Logischer Name: input1
       Logischer Name: /dev/input/event1
       Fähigkeiten: platform
  *-input:2
       Produkt: ETPS/2 Elantech Touchpad
       Physische ID: 3
       Logischer Name: input11
       Logischer Name: /dev/input/event5
       Logischer Name: /dev/input/mouse1
       Fähigkeiten: i8042
  *-input:3
       Produkt: Asus Wireless Radio Control
       Physische ID: 4
       Logischer Name: input14
       Logischer Name: /dev/input/event7
       Fähigkeiten: platform
  *-input:4
       Produkt: Asus WMI hotkeys
       Physische ID: 5
       Logischer Name: input15
       Logischer Name: /dev/input/event8
       Fähigkeiten: platform
  *-input:5
       Produkt: Video Bus
       Physische ID: 6
       Logischer Name: input18
       Logischer Name: /dev/input/event10
       Fähigkeiten: platform
  *-input:6
       Produkt: Power Button
       Physische ID: 7
       Logischer Name: input2
       Logischer Name: /dev/input/event2
       Fähigkeiten: platform
  *-input:7
       Produkt: AT Translated Set 2 keyboard
       Physische ID: 8
       Logischer Name: input3
       Logischer Name: /dev/input/event3
       Logischer Name: input3::capslock
       Logischer Name: input3::numlock
       Logischer Name: input3::scrolllock
       Fähigkeiten: i8042

Die UUID für die fstab habe ich beim überfliegen nicht gesehen vielen dank!

Antworten |