Created
November 10, 2011 16:53
-
-
Save paulbarbu/1355380 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[paullik@localhost ~]$ amixer -c0 contents | |
numid=20,iface=MIXER,name='Master Playback Switch' | |
; type=BOOLEAN,access=rw------,values=1 | |
: values=on | |
numid=6,iface=MIXER,name='Headphone Playback Switch' | |
; type=BOOLEAN,access=rw------,values=2 | |
: values=on,on | |
numid=21,iface=MIXER,name='PCM Playback Volume' | |
; type=INTEGER,access=rw---RW-,values=2,min=0,max=255,step=0 | |
: values=249,249 | |
| dBscale-min=-51.00dB,step=0.20dB,mute=0 | |
numid=2,iface=MIXER,name='Front Playback Switch' | |
; type=BOOLEAN,access=rw------,values=2 | |
: values=on,on | |
numid=3,iface=MIXER,name='Surround Playback Switch' | |
; type=BOOLEAN,access=rw------,values=2 | |
: values=on,on | |
numid=4,iface=MIXER,name='Center Playback Switch' | |
; type=BOOLEAN,access=rw------,values=1 | |
: values=on | |
numid=5,iface=MIXER,name='LFE Playback Switch' | |
; type=BOOLEAN,access=rw------,values=1 | |
: values=on | |
numid=8,iface=MIXER,name='CD Playback Switch' | |
; type=BOOLEAN,access=rw------,values=2 | |
: values=on,on | |
numid=7,iface=MIXER,name='CD Playback Volume' | |
; type=INTEGER,access=rw---R--,values=2,min=0,max=23,step=0 | |
: values=5,5 | |
| dBscale-min=-36.00dB,step=3.00dB,mute=0 | |
numid=10,iface=MIXER,name='Capture Switch' | |
; type=BOOLEAN,access=rw------,values=2 | |
: values=on,on | |
numid=11,iface=MIXER,name='Capture Volume' | |
; type=INTEGER,access=rw---R--,values=2,min=0,max=13,step=0 | |
: values=7,7 | |
| dBscale-min=-6.00dB,step=3.00dB,mute=0 | |
numid=17,iface=MIXER,name='IEC958 Default PCM Playback Switch' | |
; type=BOOLEAN,access=rw------,values=1 | |
: values=on | |
numid=13,iface=MIXER,name='IEC958 Playback Con Mask' | |
; type=IEC958,access=r-------,values=1 | |
: values=[AES0=0x0f AES1=0xff AES2=0x00 AES3=0x00] | |
numid=14,iface=MIXER,name='IEC958 Playback Pro Mask' | |
; type=IEC958,access=r-------,values=1 | |
: values=[AES0=0x0f AES1=0x00 AES2=0x00 AES3=0x00] | |
numid=15,iface=MIXER,name='IEC958 Playback Default' | |
; type=IEC958,access=rw------,values=1 | |
: values=[AES0=0x04 AES1=0x00 AES2=0x00 AES3=0x00] | |
numid=16,iface=MIXER,name='IEC958 Playback Switch' | |
; type=BOOLEAN,access=rw------,values=1 | |
: values=on | |
numid=9,iface=MIXER,name='Auto-Mute Mode' | |
; type=ENUMERATED,access=rw------,values=1,items=2 | |
; Item #0 'Disabled' | |
; Item #1 'Enabled' | |
: values=0 | |
numid=19,iface=MIXER,name='Beep Playback Switch' | |
; type=BOOLEAN,access=rw------,values=2 | |
: values=off,off | |
numid=18,iface=MIXER,name='Beep Playback Volume' | |
; type=INTEGER,access=rw---R--,values=2,min=0,max=15,step=0 | |
: values=15,15 | |
| dBscale-min=-45.00dB,step=3.00dB,mute=0 | |
numid=1,iface=MIXER,name='Channel Mode' | |
; type=ENUMERATED,access=rw------,values=1,items=3 | |
; Item #0 '2ch' | |
; Item #1 '4ch' | |
; Item #2 '6ch' | |
: values=0 | |
numid=12,iface=MIXER,name='Input Source' | |
; type=ENUMERATED,access=rw------,values=1,items=4 | |
; Item #0 'Rear Mic' | |
; Item #1 'Front Mic' | |
; Item #2 'Line' | |
; Item #3 'CD' | |
: values=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[paullik@localhost ~]$ aplay -l | |
**** List of PLAYBACK Hardware Devices **** | |
card 0: VT82xx [HDA VIA VT82xx], device 0: ALC660 Analog [ALC660 Analog] | |
Subdevices: 0/1 | |
Subdevice #0: subdevice #0 | |
card 0: VT82xx [HDA VIA VT82xx], device 1: ALC660 Digital [ALC660 Digital] | |
Subdevices: 1/1 | |
Subdevice #0: subdevice #0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[paullik@localhost ~]$ ls -l /dev/snd | |
total 0 | |
drwxr-xr-x 2 root root 60 Nov 10 18:27 by-path | |
crw-rw---T+ 1 root audio 116, 6 Nov 10 18:27 controlC0 | |
crw-rw---T+ 1 root audio 116, 5 Nov 10 18:27 hwC0D0 | |
crw-rw---T+ 1 root audio 116, 4 Nov 10 18:28 pcmC0D0c | |
crw-rw---T+ 1 root audio 116, 3 Nov 10 18:28 pcmC0D0p | |
crw-rw---T+ 1 root audio 116, 2 Nov 10 18:27 pcmC0D1p | |
crw-rw---T 1 root audio 116, 1 Nov 10 18:27 seq | |
crw-rw---T+ 1 root audio 116, 33 Nov 10 18:27 timer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[paullik@localhost ~]$ id | |
uid=1000(paullik) gid=100(users) groups=100(users),7(lp),10(wheel),33(http),45(mpd),50(games),91(video),92(audio),93(optical),95(storage),96(scanner),98(power),108(vboxusers),150(wireshark) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[paullik@localhost ~]$ lsmod | |
Module Size Used by | |
ipv6 247457 55 | |
fuse 58373 2 | |
usb_storage 35343 0 | |
lm63 4867 0 | |
uas 6440 0 | |
snd_hda_codec_realtek 210668 1 | |
snd_hda_intel 19293 6 | |
snd_hda_codec 69500 2 snd_hda_codec_realtek,snd_hda_intel | |
radeon 912612 2 | |
snd_hwdep 4942 1 snd_hda_codec | |
snd_pcm 60175 4 snd_hda_intel,snd_hda_codec | |
snd_timer 15438 1 snd_pcm | |
ttm 45685 1 radeon | |
snd 43817 16 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer | |
drm_kms_helper 22237 1 radeon | |
drm 149266 4 radeon,ttm,drm_kms_helper | |
soundcore 5018 1 snd | |
snd_page_alloc 5869 2 snd_hda_intel,snd_pcm | |
ppdev 4814 0 | |
i2c_algo_bit 4455 1 radeon | |
i2c_viapro 4783 0 | |
parport_pc 26558 0 | |
parport 26067 2 ppdev,parport_pc | |
psmouse 56772 0 | |
shpchp 22529 0 | |
i2c_core 16816 6 lm63,radeon,drm_kms_helper,drm,i2c_algo_bit,i2c_viapro | |
via_rhine 19099 0 | |
floppy 48773 0 | |
mii 3407 1 via_rhine | |
pci_hotplug 22072 1 shpchp | |
serio_raw 3390 0 | |
uhci_hcd 19609 0 | |
pcspkr 1375 0 | |
evdev 7278 4 | |
via_agp 4942 1 | |
agpgart 22319 3 ttm,drm,via_agp | |
ehci_hcd 35882 0 | |
processor 21844 0 | |
usbcore 120220 5 usb_storage,uas,uhci_hcd,ehci_hcd | |
button 3614 0 | |
asus_atk0110 9091 0 | |
ext4 341228 2 | |
mbcache 4281 1 ext4 | |
jbd2 59569 1 ext4 | |
crc16 1091 1 ext4 | |
sd_mod 26147 5 | |
sr_mod 13244 0 | |
cdrom 31405 1 sr_mod | |
pata_acpi 2388 0 | |
pata_via 7366 4 | |
sata_via 5880 0 | |
libata 146596 3 pata_acpi,pata_via,sata_via | |
scsi_mod 112345 5 usb_storage,uas,sd_mod,sr_mod,libata |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[paullik@localhost ~]$ lspci -vv | |
00:00.0 Host bridge: VIA Technologies, Inc. P4M890 Host Bridge | |
Subsystem: ASUSTeK Computer Inc. Device 81b5 | |
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ >SERR- <PERR+ INTx- | |
Latency: 8 | |
Region 0: Memory at f0000000 (32-bit, prefetchable) [size=128M] | |
Capabilities: <access denied> | |
Kernel driver in use: agpgart-via | |
Kernel modules: via-agp | |
00:00.1 Host bridge: VIA Technologies, Inc. P4M890 Host Bridge | |
Subsystem: ASUSTeK Computer Inc. Device 81b5 | |
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- | |
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0 | |
00:00.2 Host bridge: VIA Technologies, Inc. P4M890 Host Bridge | |
Subsystem: ASUSTeK Computer Inc. Device 81b5 | |
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- | |
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0 | |
00:00.3 Host bridge: VIA Technologies, Inc. P4M890 Host Bridge | |
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- | |
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0 | |
00:00.4 Host bridge: VIA Technologies, Inc. P4M890 Host Bridge | |
Subsystem: ASUSTeK Computer Inc. Device 81b5 | |
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- | |
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0 | |
00:00.5 PIC: VIA Technologies, Inc. P4M890 I/O APIC Interrupt Controller (prog-if 20 [IO(X)-APIC]) | |
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- | |
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0 | |
00:00.6 Host bridge: VIA Technologies, Inc. P4M890 Security Device | |
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- | |
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0 | |
00:00.7 Host bridge: VIA Technologies, Inc. P4M890 Host Bridge | |
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- | |
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0 | |
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237/VX700 PCI Bridge (prog-if 00 [Normal decode]) | |
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- | |
Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0, Cache Line Size: 32 bytes | |
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 | |
Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- <SERR- <PERR- | |
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B- | |
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- | |
Capabilities: <access denied> | |
Kernel modules: shpchp | |
00:02.0 PCI bridge: VIA Technologies, Inc. P4M890 PCI to PCI Bridge Controller (prog-if 00 [Normal decode]) | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR+ <PERR- INTx- | |
Latency: 0, Cache Line Size: 32 bytes | |
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 | |
I/O behind bridge: 0000e000-0000efff | |
Memory behind bridge: fbe00000-fbefffff | |
Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff | |
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR- | |
BridgeCtl: Parity+ SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B- | |
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- | |
Capabilities: <access denied> | |
Kernel driver in use: pcieport | |
Kernel modules: shpchp | |
00:03.0 PCI bridge: VIA Technologies, Inc. P4M890 PCI to PCI Bridge Controller (prog-if 00 [Normal decode]) | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0, Cache Line Size: 32 bytes | |
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 | |
I/O behind bridge: 00001000-00001fff | |
Memory behind bridge: 80000000-801fffff | |
Prefetchable memory behind bridge: 0000000080200000-00000000803fffff | |
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- | |
BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- | |
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- | |
Capabilities: <access denied> | |
Kernel driver in use: pcieport | |
Kernel modules: shpchp | |
00:0f.0 IDE interface: VIA Technologies, Inc. VT8237A SATA 2-Port Controller (rev 80) (prog-if 8f [Master SecP SecO PriP PriO]) | |
Subsystem: ASUSTeK Computer Inc. Device 81b5 | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- | |
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 64 | |
Interrupt: pin B routed to IRQ 21 | |
Region 0: I/O ports at dc00 [size=8] | |
Region 1: I/O ports at d880 [size=4] | |
Region 2: I/O ports at d800 [size=8] | |
Region 3: I/O ports at d480 [size=4] | |
Region 4: I/O ports at d400 [size=16] | |
Region 5: I/O ports at d000 [size=256] | |
Capabilities: <access denied> | |
Kernel driver in use: sata_via | |
Kernel modules: sata_via | |
00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 07) (prog-if 8a [Master SecP PriP]) | |
Subsystem: ASUSTeK Computer Inc. Device 81b5 | |
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- | |
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 32 | |
Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8] | |
Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1] | |
Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8] | |
Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1] | |
Region 4: I/O ports at fc00 [size=16] | |
Capabilities: <access denied> | |
Kernel driver in use: pata_via | |
Kernel modules: pata_via | |
00:10.0 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0) (prog-if 00 [UHCI]) | |
Subsystem: ASUSTeK Computer Inc. Device 81b5 | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 64, Cache Line Size: 32 bytes | |
Interrupt: pin A routed to IRQ 20 | |
Region 4: I/O ports at cc00 [size=32] | |
Capabilities: <access denied> | |
Kernel driver in use: uhci_hcd | |
Kernel modules: uhci-hcd | |
00:10.1 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0) (prog-if 00 [UHCI]) | |
Subsystem: ASUSTeK Computer Inc. Device 81b5 | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 64, Cache Line Size: 32 bytes | |
Interrupt: pin B routed to IRQ 22 | |
Region 4: I/O ports at c880 [size=32] | |
Capabilities: <access denied> | |
Kernel driver in use: uhci_hcd | |
Kernel modules: uhci-hcd | |
00:10.2 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0) (prog-if 00 [UHCI]) | |
Subsystem: ASUSTeK Computer Inc. Device 81b5 | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 64, Cache Line Size: 32 bytes | |
Interrupt: pin C routed to IRQ 21 | |
Region 4: I/O ports at c800 [size=32] | |
Capabilities: <access denied> | |
Kernel driver in use: uhci_hcd | |
Kernel modules: uhci-hcd | |
00:10.3 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0) (prog-if 00 [UHCI]) | |
Subsystem: ASUSTeK Computer Inc. Device 81b5 | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 64, Cache Line Size: 32 bytes | |
Interrupt: pin D routed to IRQ 23 | |
Region 4: I/O ports at c480 [size=32] | |
Capabilities: <access denied> | |
Kernel driver in use: uhci_hcd | |
Kernel modules: uhci-hcd | |
00:10.4 USB controller: VIA Technologies, Inc. USB 2.0 (rev 86) (prog-if 20 [EHCI]) | |
Subsystem: ASUSTeK Computer Inc. Device 81b5 | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 64, Cache Line Size: 32 bytes | |
Interrupt: pin C routed to IRQ 21 | |
Region 0: Memory at fbdffc00 (32-bit, non-prefetchable) [size=256] | |
Capabilities: <access denied> | |
Kernel driver in use: ehci_hcd | |
Kernel modules: ehci-hcd | |
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237A PCI to ISA Bridge | |
Subsystem: ASUSTeK Computer Inc. Device 81b5 | |
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Capabilities: <access denied> | |
Kernel modules: i2c-viapro | |
00:11.7 Host bridge: VIA Technologies, Inc. VT8237/8251 Ultra VLINK Controller | |
Subsystem: VIA Technologies, Inc. Device 337e | |
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ >SERR- <PERR+ INTx- | |
Latency: 128 | |
Capabilities: <access denied> | |
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 7c) | |
Subsystem: ASUSTeK Computer Inc. A7V600-X Motherboard | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 64 (750ns min, 2000ns max), Cache Line Size: 32 bytes | |
Interrupt: pin A routed to IRQ 23 | |
Region 0: I/O ports at c000 [size=256] | |
Region 1: Memory at fbdff800 (32-bit, non-prefetchable) [size=256] | |
Capabilities: <access denied> | |
Kernel driver in use: via-rhine | |
Kernel modules: via-rhine | |
00:13.0 PCI bridge: VIA Technologies, Inc. VT8237A Host Bridge (prog-if 00 [Normal decode]) | |
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx- | |
Latency: 0 | |
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0 | |
Memory behind bridge: fbf00000-fbffffff | |
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- <SERR- <PERR- | |
BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- | |
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- | |
Capabilities: <access denied> | |
Kernel modules: shpchp | |
02:00.0 VGA compatible controller: ATI Technologies Inc Device 71c3 (rev 9e) (prog-if 00 [VGA controller]) | |
Subsystem: ASUSTeK Computer Inc. Device 01ac | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx+ | |
Latency: 0, Cache Line Size: 32 bytes | |
Interrupt: pin A routed to IRQ 66 | |
Region 0: Memory at d0000000 (64-bit, prefetchable) [size=256M] | |
Region 2: Memory at fbef0000 (64-bit, non-prefetchable) [size=64K] | |
Region 4: I/O ports at e800 [size=256] | |
Expansion ROM at fbec0000 [disabled] [size=128K] | |
Capabilities: <access denied> | |
Kernel driver in use: radeon | |
Kernel modules: radeon | |
02:00.1 Display controller: ATI Technologies Inc Device 71e3 (rev 9e) | |
Subsystem: ASUSTeK Computer Inc. Device 01ad | |
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0, Cache Line Size: 32 bytes | |
Region 0: Memory at fbee0000 (64-bit, non-prefetchable) [size=64K] | |
Capabilities: <access denied> | |
04:01.0 Audio device: VIA Technologies, Inc. VT8237A/VT8251 HDA Controller (rev 10) | |
Subsystem: ASUSTeK Computer Inc. Device 81e7 | |
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0, Cache Line Size: 32 bytes | |
Interrupt: pin A routed to IRQ 67 | |
Region 0: Memory at fbffc000 (64-bit, non-prefetchable) [size=16K] | |
Capabilities: <access denied> | |
Kernel driver in use: snd_hda_intel | |
Kernel modules: snd-hda-intel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[paullik@localhost ~]$ pacmd list | |
Welcome to PulseAudio! Use "help" for usage information. | |
>>> Memory blocks currently allocated: 611, size: 966.7 KiB. | |
Memory blocks allocated during the whole lifetime: 717118, size: 835.0 MiB. | |
Memory blocks imported from other processes: 128, size: 247.5 KiB. | |
Memory blocks exported to other processes: 0, size: 0 B. | |
Total sample cache size: 0 B. | |
Default sample spec: s16le 2ch 44100Hz | |
Default channel map: front-left,front-right | |
Default sink name: alsa_output.pci-0000_04_01.0.analog-stereo | |
Default source name: alsa_input.pci-0000_04_01.0.analog-stereo | |
Memory blocks of type POOL: 482 allocated/491615 accumulated. | |
Memory blocks of type POOL_EXTERNAL: 1 allocated/87651 accumulated. | |
Memory blocks of type APPENDED: 0 allocated/577 accumulated. | |
Memory blocks of type USER: 0 allocated/6 accumulated. | |
Memory blocks of type FIXED: 0 allocated/175116 accumulated. | |
Memory blocks of type IMPORTED: 128 allocated/49810 accumulated. | |
22 module(s) loaded. | |
index: 0 | |
name: <module-device-restore> | |
argument: <> | |
used: -1 | |
load once: yes | |
properties: | |
module.author = "Lennart Poettering" | |
module.description = "Automatically restore the volume/mute state of devices" | |
module.version = "1.1" | |
index: 1 | |
name: <module-stream-restore> | |
argument: <> | |
used: -1 | |
load once: yes | |
properties: | |
module.author = "Lennart Poettering" | |
module.description = "Automatically restore the volume/mute/device state of streams" | |
module.version = "1.1" | |
index: 2 | |
name: <module-card-restore> | |
argument: <> | |
used: -1 | |
load once: yes | |
properties: | |
module.author = "Lennart Poettering" | |
module.description = "Automatically restore profile of cards" | |
module.version = "1.1" | |
index: 3 | |
name: <module-augment-properties> | |
argument: <> | |
used: -1 | |
load once: yes | |
properties: | |
module.author = "Lennart Poettering" | |
module.description = "Augment the property sets of streams with additional static information" | |
module.version = "1.1" | |
index: 4 | |
name: <module-alsa-card> | |
argument: <device_id="0" name="pci-0000_04_01.0" card_name="alsa_card.pci-0000_04_01.0" namereg_fail=false tsched=yes ignore_dB=no deferred_volume=yes card_properties="module-udev-detect.discovered=1"> | |
used: 9 | |
load once: no | |
properties: | |
module.author = "Lennart Poettering" | |
module.description = "ALSA Card" | |
module.version = "1.1" | |
index: 5 | |
name: <module-udev-detect> | |
argument: <> | |
used: -1 | |
load once: yes | |
properties: | |
module.author = "Lennart Poettering" | |
module.description = "Detect available audio hardware and load matching drivers" | |
module.version = "1.1" | |
index: 6 | |
name: <module-bluetooth-discover> | |
argument: <> | |
used: -1 | |
load once: yes | |
properties: | |
module.author = "Joao Paulo Rechi Vita" | |
module.description = "Detect available bluetooth audio devices and load bluetooth audio drivers" | |
module.version = "1.1" | |
index: 7 | |
name: <module-esound-protocol-unix> | |
argument: <> | |
used: -1 | |
load once: no | |
properties: | |
module.author = "Lennart Poettering" | |
module.description = "ESOUND protocol (UNIX sockets)" | |
module.version = "1.1" | |
index: 8 | |
name: <module-native-protocol-unix> | |
argument: <> | |
used: -1 | |
load once: no | |
properties: | |
module.author = "Lennart Poettering" | |
module.description = "Native protocol (UNIX sockets)" | |
module.version = "1.1" | |
index: 9 | |
name: <module-gconf> | |
argument: <> | |
used: -1 | |
load once: yes | |
properties: | |
module.author = "Lennart Poettering" | |
module.description = "GConf Adapter" | |
module.version = "1.1" | |
index: 10 | |
name: <module-default-device-restore> | |
argument: <> | |
used: -1 | |
load once: yes | |
properties: | |
module.author = "Lennart Poettering" | |
module.description = "Automatically restore the default sink and source" | |
module.version = "1.1" | |
index: 11 | |
name: <module-rescue-streams> | |
argument: <> | |
used: -1 | |
load once: yes | |
properties: | |
module.author = "Lennart Poettering" | |
module.description = "When a sink/source is removed, try to move their streams to the default sink/source" | |
module.version = "1.1" | |
index: 12 | |
name: <module-always-sink> | |
argument: <> | |
used: -1 | |
load once: yes | |
properties: | |
module.author = "Colin Guthrie" | |
module.description = "Always keeps at least one sink loaded even if it's a null one" | |
module.version = "1.1" | |
index: 13 | |
name: <module-intended-roles> | |
argument: <> | |
used: -1 | |
load once: yes | |
properties: | |
module.author = "Lennart Poettering" | |
module.description = "Automatically set device of streams based of intended roles of devices" | |
module.version = "1.1" | |
index: 14 | |
name: <module-suspend-on-idle> | |
argument: <> | |
used: -1 | |
load once: yes | |
properties: | |
module.author = "Lennart Poettering" | |
module.description = "When a sink/source is idle for too long, suspend it" | |
module.version = "1.1" | |
index: 15 | |
name: <module-console-kit> | |
argument: <> | |
used: -1 | |
load once: yes | |
properties: | |
module.author = "Lennart Poettering" | |
module.description = "Create a client for each ConsoleKit session of this user" | |
module.version = "1.1" | |
index: 16 | |
name: <module-position-event-sounds> | |
argument: <> | |
used: -1 | |
load once: yes | |
properties: | |
module.author = "Lennart Poettering" | |
module.description = "Position event sounds between L and R depending on the position on screen of the widget triggering them." | |
module.version = "1.1" | |
index: 17 | |
name: <module-cork-music-on-phone> | |
argument: <> | |
used: -1 | |
load once: yes | |
properties: | |
module.author = "Lennart Poettering" | |
module.description = "Mute or cork music while a phone stream exists" | |
module.version = "1.1" | |
index: 18 | |
name: <module-filter-heuristics> | |
argument: <> | |
used: -1 | |
load once: yes | |
properties: | |
module.author = "Colin Guthrie" | |
module.description = "Detect when various filters are desirable" | |
module.version = "1.1" | |
index: 19 | |
name: <module-filter-apply> | |
argument: <> | |
used: -1 | |
load once: yes | |
properties: | |
module.author = "Colin Guthrie" | |
module.description = "Load filter sinks automatically when needed" | |
module.version = "1.1" | |
index: 20 | |
name: <module-dbus-protocol> | |
argument: <> | |
used: -1 | |
load once: yes | |
properties: | |
module.author = "Tanu Kaskinen" | |
module.description = "D-Bus interface" | |
module.version = "1.1" | |
index: 21 | |
name: <module-cli-protocol-unix> | |
argument: <> | |
used: -1 | |
load once: no | |
properties: | |
module.author = "Lennart Poettering" | |
module.description = "Command line interface protocol (UNIX sockets)" | |
module.version = "1.1" | |
1 sink(s) available. | |
* index: 0 | |
name: <alsa_output.pci-0000_04_01.0.analog-stereo> | |
driver: <module-alsa-card.c> | |
flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY FLAT_VOLUME DYNAMIC_LATENCY | |
state: RUNNING | |
suspend cause: | |
priority: 9059 | |
volume: 0: 95% 1: 95% | |
0: -1.20 dB 1: -1.20 dB | |
balance 0.00 | |
base volume: 100% | |
0.00 dB | |
volume steps: 65537 | |
muted: no | |
current latency: 18.21 ms | |
max request: 3 KiB | |
max rewind: 375 KiB | |
monitor source: 0 | |
sample spec: s16le 2ch 48000Hz | |
channel map: front-left,front-right | |
Stereo | |
used by: 1 | |
linked by: 5 | |
configured latency: 20.00 ms; range is 0.50 .. 2000.00 ms | |
card: 0 <alsa_card.pci-0000_04_01.0> | |
module: 4 | |
properties: | |
alsa.resolution_bits = "16" | |
device.api = "alsa" | |
device.class = "sound" | |
alsa.class = "generic" | |
alsa.subclass = "generic-mix" | |
alsa.name = "ALC660 Analog" | |
alsa.id = "ALC660 Analog" | |
alsa.subdevice = "0" | |
alsa.subdevice_name = "subdevice #0" | |
alsa.device = "0" | |
alsa.card = "0" | |
alsa.card_name = "HDA VIA VT82xx" | |
alsa.long_card_name = "HDA VIA VT82xx at 0xfbffc000 irq 67" | |
alsa.driver_name = "snd_hda_intel" | |
device.bus_path = "pci-0000:04:01.0" | |
sysfs.path = "/devices/pci0000:00/0000:00:13.0/0000:04:01.0/sound/card0" | |
device.bus = "pci" | |
device.vendor.id = "1106" | |
device.vendor.name = "VIA Technologies, Inc." | |
device.product.name = "VT8237A/VT8251 HDA Controller" | |
device.string = "front:0" | |
device.buffering.buffer_size = "384000" | |
device.buffering.fragment_size = "192000" | |
device.access_mode = "mmap+timer" | |
device.profile.name = "analog-stereo" | |
device.profile.description = "Analog Stereo" | |
device.description = "VT8237A/VT8251 HDA Controller Analog Stereo" | |
alsa.mixer_name = "Realtek ALC660" | |
alsa.components = "HDA:10ec0861,1043c603,00100340" | |
module-udev-detect.discovered = "1" | |
device.icon_name = "audio-card-pci" | |
2 source(s) available. | |
index: 0 | |
name: <alsa_output.pci-0000_04_01.0.analog-stereo.monitor> | |
driver: <module-alsa-card.c> | |
flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY | |
state: RUNNING | |
suspend cause: | |
priority: 1050 | |
volume: 0: 100% 1: 100% | |
0: 0.00 dB 1: 0.00 dB | |
balance 0.00 | |
base volume: 100% | |
0.00 dB | |
volume steps: 65537 | |
muted: no | |
current latency: 0.00 ms | |
max rewind: 375 KiB | |
sample spec: s16le 2ch 48000Hz | |
channel map: front-left,front-right | |
Stereo | |
used by: 3 | |
linked by: 3 | |
configured latency: 20.00 ms; range is 0.50 .. 2000.00 ms | |
monitor_of: 0 | |
card: 0 <alsa_card.pci-0000_04_01.0> | |
module: 4 | |
properties: | |
device.description = "Monitor of VT8237A/VT8251 HDA Controller Analog Stereo" | |
device.class = "monitor" | |
alsa.card = "0" | |
alsa.card_name = "HDA VIA VT82xx" | |
alsa.long_card_name = "HDA VIA VT82xx at 0xfbffc000 irq 67" | |
alsa.driver_name = "snd_hda_intel" | |
device.bus_path = "pci-0000:04:01.0" | |
sysfs.path = "/devices/pci0000:00/0000:00:13.0/0000:04:01.0/sound/card0" | |
device.bus = "pci" | |
device.vendor.id = "1106" | |
device.vendor.name = "VIA Technologies, Inc." | |
device.product.name = "VT8237A/VT8251 HDA Controller" | |
device.string = "0" | |
module-udev-detect.discovered = "1" | |
device.icon_name = "audio-card-pci" | |
* index: 1 | |
name: <alsa_input.pci-0000_04_01.0.analog-stereo> | |
driver: <module-alsa-card.c> | |
flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY | |
state: RUNNING | |
suspend cause: | |
priority: 9059 | |
volume: 0: 50% 1: 50% | |
0: -18.00 dB 1: -18.00 dB | |
balance 0.00 | |
base volume: 28% | |
-33.00 dB | |
volume steps: 65537 | |
muted: no | |
current latency: 0.10 ms | |
max rewind: 0 KiB | |
sample spec: s16le 2ch 48000Hz | |
channel map: front-left,front-right | |
Stereo | |
used by: 1 | |
linked by: 1 | |
configured latency: 20.00 ms; range is 0.50 .. 2000.00 ms | |
card: 0 <alsa_card.pci-0000_04_01.0> | |
module: 4 | |
properties: | |
alsa.resolution_bits = "16" | |
device.api = "alsa" | |
device.class = "sound" | |
alsa.class = "generic" | |
alsa.subclass = "generic-mix" | |
alsa.name = "ALC660 Analog" | |
alsa.id = "ALC660 Analog" | |
alsa.subdevice = "0" | |
alsa.subdevice_name = "subdevice #0" | |
alsa.device = "0" | |
alsa.card = "0" | |
alsa.card_name = "HDA VIA VT82xx" | |
alsa.long_card_name = "HDA VIA VT82xx at 0xfbffc000 irq 67" | |
alsa.driver_name = "snd_hda_intel" | |
device.bus_path = "pci-0000:04:01.0" | |
sysfs.path = "/devices/pci0000:00/0000:00:13.0/0000:04:01.0/sound/card0" | |
device.bus = "pci" | |
device.vendor.id = "1106" | |
device.vendor.name = "VIA Technologies, Inc." | |
device.product.name = "VT8237A/VT8251 HDA Controller" | |
device.string = "front:0" | |
device.buffering.buffer_size = "384000" | |
device.buffering.fragment_size = "192000" | |
device.access_mode = "mmap+timer" | |
device.profile.name = "analog-stereo" | |
device.profile.description = "Analog Stereo" | |
device.description = "VT8237A/VT8251 HDA Controller Analog Stereo" | |
alsa.mixer_name = "Realtek ALC660" | |
alsa.components = "HDA:10ec0861,1043c603,00100340" | |
module-udev-detect.discovered = "1" | |
device.icon_name = "audio-card-pci" | |
ports: | |
analog-input-microphone-front: Front Microphone (priority 8500) | |
analog-input-microphone-rear: Rear Microphone (priority 8200) | |
analog-input-linein: Analog Line-In (priority 8100) | |
active port: <analog-input-microphone-front> | |
7 client(s) logged in. | |
index: 0 | |
driver: <module-console-kit.c> | |
owner module: 15 | |
properties: | |
application.name = "ConsoleKit Session /org/freedesktop/ConsoleKit/Session1" | |
console-kit.session = "/org/freedesktop/ConsoleKit/Session1" | |
index: 1 | |
driver: <protocol-native.c> | |
owner module: 8 | |
properties: | |
application.name = "Music Player Daemon" | |
native-protocol.peer = "UNIX socket client" | |
native-protocol.version = "23" | |
media.role = "music" | |
application.process.id = "1542" | |
application.process.user = "paullik" | |
application.process.host = "localhost" | |
application.process.binary = "mpd" | |
application.language = "C" | |
window.x11.display = ":0.0" | |
application.process.machine_id = "349af261cbb8d8b7066d8dad00000554" | |
application.process.session_id = "349af261cbb8d8b7066d8dad00000554-1320942463.474337-1530888190" | |
index: 2 | |
driver: <module-console-kit.c> | |
owner module: 15 | |
properties: | |
application.name = "ConsoleKit Session /org/freedesktop/ConsoleKit/Session2" | |
console-kit.session = "/org/freedesktop/ConsoleKit/Session2" | |
index: 3 | |
driver: <protocol-native.c> | |
owner module: 8 | |
properties: | |
application.name = "PulseAudio Volume Control" | |
native-protocol.peer = "UNIX socket client" | |
native-protocol.version = "23" | |
application.id = "org.PulseAudio.pavucontrol" | |
application.icon_name = "audio-card" | |
application.version = "1.0" | |
application.process.id = "1555" | |
application.process.user = "paullik" | |
application.process.host = "localhost" | |
application.process.binary = "pavucontrol" | |
application.language = "en_US.UTF-8" | |
window.x11.display = ":0.0" | |
application.process.machine_id = "349af261cbb8d8b7066d8dad00000554" | |
application.process.session_id = "349af261cbb8d8b7066d8dad00000554-1320942463.474337-1530888190" | |
index: 6 | |
driver: <protocol-native.c> | |
owner module: 8 | |
properties: | |
application.name = "libphonon" | |
native-protocol.peer = "UNIX socket client" | |
native-protocol.version = "23" | |
media.role = "music" | |
phonon.streamid = "{2748dd35-cfd2-4eff-a9f8-5db97456eec5}" | |
application.process.id = "1553" | |
application.process.user = "paullik" | |
application.process.host = "localhost" | |
application.process.binary = "yapan" | |
application.language = "en_US.UTF-8" | |
window.x11.display = ":0.0" | |
application.process.machine_id = "349af261cbb8d8b7066d8dad00000554" | |
application.process.session_id = "349af261cbb8d8b7066d8dad00000554-1320942463.474337-1530888190" | |
application.icon_name = "/usr/share/yapan/yapan.svg" | |
index: 11 | |
driver: <protocol-native.c> | |
owner module: 8 | |
properties: | |
application.name = "Yapan" | |
native-protocol.peer = "UNIX socket client" | |
native-protocol.version = "23" | |
media.role = "music" | |
phonon.streamid = "{2748dd35-cfd2-4eff-a9f8-5db97456eec5}" | |
application.process.id = "1553" | |
application.process.user = "paullik" | |
application.process.host = "localhost" | |
application.process.binary = "yapan" | |
application.language = "en_US.UTF-8" | |
window.x11.display = ":0.0" | |
application.process.machine_id = "349af261cbb8d8b7066d8dad00000554" | |
application.process.session_id = "349af261cbb8d8b7066d8dad00000554-1320942463.474337-1530888190" | |
application.icon_name = "/usr/share/yapan/yapan.svg" | |
index: 12 | |
driver: <cli.c> | |
owner module: 21 | |
properties: | |
application.name = "UNIX socket client" | |
1 card(s) available. | |
index: 0 | |
name: <alsa_card.pci-0000_04_01.0> | |
driver: <module-alsa-card.c> | |
owner module: 4 | |
properties: | |
alsa.card = "0" | |
alsa.card_name = "HDA VIA VT82xx" | |
alsa.long_card_name = "HDA VIA VT82xx at 0xfbffc000 irq 67" | |
alsa.driver_name = "snd_hda_intel" | |
device.bus_path = "pci-0000:04:01.0" | |
sysfs.path = "/devices/pci0000:00/0000:00:13.0/0000:04:01.0/sound/card0" | |
device.bus = "pci" | |
device.vendor.id = "1106" | |
device.vendor.name = "VIA Technologies, Inc." | |
device.product.name = "VT8237A/VT8251 HDA Controller" | |
device.string = "0" | |
device.description = "VT8237A/VT8251 HDA Controller" | |
module-udev-detect.discovered = "1" | |
device.icon_name = "audio-card-pci" | |
profiles: | |
output:analog-stereo: Analog Stereo Output (priority 6000) | |
output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (priority 6060) | |
output:analog-surround-40: Analog Surround 4.0 Output (priority 700) | |
output:analog-surround-40+input:analog-stereo: Analog Surround 4.0 Output + Analog Stereo Input (priority 760) | |
output:analog-surround-41: Analog Surround 4.1 Output (priority 800) | |
output:analog-surround-41+input:analog-stereo: Analog Surround 4.1 Output + Analog Stereo Input (priority 860) | |
output:analog-surround-50: Analog Surround 5.0 Output (priority 700) | |
output:analog-surround-50+input:analog-stereo: Analog Surround 5.0 Output + Analog Stereo Input (priority 760) | |
output:analog-surround-51: Analog Surround 5.1 Output (priority 800) | |
output:analog-surround-51+input:analog-stereo: Analog Surround 5.1 Output + Analog Stereo Input (priority 860) | |
output:iec958-stereo: Digital Stereo (IEC958) Output (priority 5500) | |
output:iec958-stereo+input:analog-stereo: Digital Stereo (IEC958) Output + Analog Stereo Input (priority 5560) | |
input:analog-stereo: Analog Stereo Input (priority 60) | |
off: Off (priority 0) | |
active profile: <output:analog-stereo+input:analog-stereo> | |
sinks: | |
alsa_output.pci-0000_04_01.0.analog-stereo/#0: VT8237A/VT8251 HDA Controller Analog Stereo | |
sources: | |
alsa_output.pci-0000_04_01.0.analog-stereo.monitor/#0: Monitor of VT8237A/VT8251 HDA Controller Analog Stereo | |
alsa_input.pci-0000_04_01.0.analog-stereo/#1: VT8237A/VT8251 HDA Controller Analog Stereo | |
2 sink input(s) available. | |
index: 0 | |
driver: <protocol-native.c> | |
flags: | |
state: RUNNING | |
sink: 0 <alsa_output.pci-0000_04_01.0.analog-stereo> | |
volume: 0: 95% 1: 95% | |
0: -1.20 dB 1: -1.20 dB | |
balance 0.00 | |
muted: no | |
current latency: 250.00 ms | |
requested latency: 210.00 ms | |
sample spec: s16le 2ch 44100Hz | |
channel map: front-left,front-right | |
Stereo | |
resample method: speex-float-0 | |
module: 8 | |
client: 1 <Music Player Daemon> | |
properties: | |
media.name = "Sound Card" | |
application.name = "Music Player Daemon" | |
native-protocol.peer = "UNIX socket client" | |
native-protocol.version = "23" | |
media.role = "music" | |
application.process.id = "1542" | |
application.process.user = "paullik" | |
application.process.host = "localhost" | |
application.process.binary = "mpd" | |
application.language = "C" | |
window.x11.display = ":0.0" | |
application.process.machine_id = "349af261cbb8d8b7066d8dad00000554" | |
application.process.session_id = "349af261cbb8d8b7066d8dad00000554-1320942463.474337-1530888190" | |
module-stream-restore.id = "sink-input-by-media-role:music" | |
index: 4 | |
driver: <protocol-native.c> | |
flags: START_CORKED | |
state: CORKED | |
sink: 0 <alsa_output.pci-0000_04_01.0.analog-stereo> | |
volume: 0: 95% | |
0: -1.20 dB | |
balance 0.00 | |
muted: no | |
current latency: 0.00 ms | |
requested latency: 89.80 ms | |
sample spec: float32le 1ch 22050Hz | |
channel map: mono | |
Mono | |
resample method: speex-float-0 | |
module: 8 | |
client: 11 <Yapan> | |
properties: | |
media.name = "Playback Stream" | |
application.name = "Yapan" | |
native-protocol.peer = "UNIX socket client" | |
native-protocol.version = "23" | |
media.role = "music" | |
phonon.streamid = "{2748dd35-cfd2-4eff-a9f8-5db97456eec5}" | |
application.process.id = "1553" | |
application.process.user = "paullik" | |
application.process.host = "localhost" | |
application.process.binary = "yapan" | |
application.language = "en_US.UTF-8" | |
window.x11.display = ":0.0" | |
application.process.machine_id = "349af261cbb8d8b7066d8dad00000554" | |
application.process.session_id = "349af261cbb8d8b7066d8dad00000554-1320942463.474337-1530888190" | |
application.icon_name = "/usr/share/yapan/yapan.svg" | |
module-stream-restore.id = "sink-input-by-media-role:music" | |
4 source outputs(s) available. | |
index: 0 | |
driver: <protocol-native.c> | |
flags: DONT_MOVE | |
state: RUNNING | |
source: 0 <alsa_output.pci-0000_04_01.0.analog-stereo.monitor> | |
current latency: 9.71 ms | |
requested latency: 20.00 ms | |
sample spec: float32le 1ch 25Hz | |
channel map: mono | |
Mono | |
resample method: peaks | |
owner module: 8 | |
client: 3 <PulseAudio Volume Control> | |
properties: | |
media.name = "Peak detect" | |
application.name = "PulseAudio Volume Control" | |
native-protocol.peer = "UNIX socket client" | |
native-protocol.version = "23" | |
application.id = "org.PulseAudio.pavucontrol" | |
application.icon_name = "audio-card" | |
application.version = "1.0" | |
application.process.id = "1555" | |
application.process.user = "paullik" | |
application.process.host = "localhost" | |
application.process.binary = "pavucontrol" | |
application.language = "en_US.UTF-8" | |
window.x11.display = ":0.0" | |
application.process.machine_id = "349af261cbb8d8b7066d8dad00000554" | |
application.process.session_id = "349af261cbb8d8b7066d8dad00000554-1320942463.474337-1530888190" | |
module-stream-restore.id = "source-output-by-application-id:org.PulseAudio.pavucontrol" | |
index: 1 | |
driver: <protocol-native.c> | |
flags: DONT_MOVE | |
state: RUNNING | |
source: 1 <alsa_input.pci-0000_04_01.0.analog-stereo> | |
current latency: 0.00 ms | |
requested latency: 20.00 ms | |
sample spec: float32le 1ch 25Hz | |
channel map: mono | |
Mono | |
resample method: peaks | |
owner module: 8 | |
client: 3 <PulseAudio Volume Control> | |
properties: | |
media.name = "Peak detect" | |
application.name = "PulseAudio Volume Control" | |
native-protocol.peer = "UNIX socket client" | |
native-protocol.version = "23" | |
application.id = "org.PulseAudio.pavucontrol" | |
application.icon_name = "audio-card" | |
application.version = "1.0" | |
application.process.id = "1555" | |
application.process.user = "paullik" | |
application.process.host = "localhost" | |
application.process.binary = "pavucontrol" | |
application.language = "en_US.UTF-8" | |
window.x11.display = ":0.0" | |
application.process.machine_id = "349af261cbb8d8b7066d8dad00000554" | |
application.process.session_id = "349af261cbb8d8b7066d8dad00000554-1320942463.474337-1530888190" | |
module-stream-restore.id = "source-output-by-application-id:org.PulseAudio.pavucontrol" | |
index: 2 | |
driver: <protocol-native.c> | |
flags: DONT_MOVE | |
state: RUNNING | |
source: 0 <alsa_output.pci-0000_04_01.0.analog-stereo.monitor> | |
current latency: 9.75 ms | |
requested latency: 20.00 ms | |
sample spec: float32le 1ch 25Hz | |
channel map: mono | |
Mono | |
resample method: peaks | |
owner module: 8 | |
client: 3 <PulseAudio Volume Control> | |
direct on input: 0 | |
properties: | |
media.name = "Peak detect" | |
application.name = "PulseAudio Volume Control" | |
native-protocol.peer = "UNIX socket client" | |
native-protocol.version = "23" | |
application.id = "org.PulseAudio.pavucontrol" | |
application.icon_name = "audio-card" | |
application.version = "1.0" | |
application.process.id = "1555" | |
application.process.user = "paullik" | |
application.process.host = "localhost" | |
application.process.binary = "pavucontrol" | |
application.language = "en_US.UTF-8" | |
window.x11.display = ":0.0" | |
application.process.machine_id = "349af261cbb8d8b7066d8dad00000554" | |
application.process.session_id = "349af261cbb8d8b7066d8dad00000554-1320942463.474337-1530888190" | |
module-stream-restore.id = "source-output-by-application-id:org.PulseAudio.pavucontrol" | |
index: 5 | |
driver: <protocol-native.c> | |
flags: DONT_MOVE | |
state: RUNNING | |
source: 0 <alsa_output.pci-0000_04_01.0.analog-stereo.monitor> | |
current latency: 9.73 ms | |
requested latency: 20.00 ms | |
sample spec: float32le 1ch 25Hz | |
channel map: mono | |
Mono | |
resample method: peaks | |
owner module: 8 | |
client: 3 <PulseAudio Volume Control> | |
direct on input: 4 | |
properties: | |
media.name = "Peak detect" | |
application.name = "PulseAudio Volume Control" | |
native-protocol.peer = "UNIX socket client" | |
native-protocol.version = "23" | |
application.id = "org.PulseAudio.pavucontrol" | |
application.icon_name = "audio-card" | |
application.version = "1.0" | |
application.process.id = "1555" | |
application.process.user = "paullik" | |
application.process.host = "localhost" | |
application.process.binary = "pavucontrol" | |
application.language = "en_US.UTF-8" | |
window.x11.display = ":0.0" | |
application.process.machine_id = "349af261cbb8d8b7066d8dad00000554" | |
application.process.session_id = "349af261cbb8d8b7066d8dad00000554-1320942463.474337-1530888190" | |
module-stream-restore.id = "source-output-by-application-id:org.PulseAudio.pavucontrol" | |
0 cache entrie(s) available. | |
>>> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[paullik@localhost ~]$ uname -r | |
3.1.0-4-ARCH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment