You are not logged in.
Pages: 1
hi, can anyone help me with sound problem? i dont have sound on my machine and i dont know why.
*******************************************************************************************************
daniel@Danielotron:~$ lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:16.3 Serial controller: Intel Corporation 6 Series/C200 Series Chipset Family KT Controller (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b4)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b4)
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b4)
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b4)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation QM67 Express Chipset Family LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 04)
03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] (rev 34)
0d:00.0 System peripheral: Ricoh Co Ltd PCIe SDXC/MMC Host Controller (rev 07)
***********************************************************************************************************
I checked alsamixer in terminal, volumed up and still no sound.
Help me please...
MOD EDIT: Please use [ code ] tags for terminal output
Last edited by danielotron (2016-01-20 14:30:37)
Offline
Have you followed the instructions in Getting Sound working in BL?
And please use [ code ] tags if you are posting terminal output (see my sig)
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Okay, I have read carefully, I did step by step and still nothing. Here what I have got:
1. aplay -l
daniel@Danielotron:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: CX20590 Analog [CX20590 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
2. geany ~/.config/volti/config
[card-0]
control = Master
mask_lock = 0
[global]
mixer_show_values = 1
scale_increment = 1.0
card_index = 0
icon_theme = Faenza
scale_show_value = 0
mixer = alsamixer
show_tooltip = 1
notify_position = 0
keys = 0
toggle = mute
mixer_internal = 1
notify_body = <span font_desc="14" weight="bold">{volume}</span>
<small>{card}</small>
<small>{mixer}</small>
keys_backend = xlib
run_in_terminal = 1
notify_timeout = 2.0
show_notify = 0
[card-1]
mask_lock = 0
3.
volti &
It appears volume icon in tint2 but still no sound.
Tip: I dont know why but whenever I plug in or plug out my headphones automatically turns on/off mute icon.
Offline
Do a forum search for the problem. For example, the search term "alsamixer mute" may take you to eg:
[SOLVED]click to mute and after no sound
Specifically this post might help.
Also open alsamixer in a terminal, and unmute if necessary: "alsamixer", then the 'M' key
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Strange... I hit keys: Win+V and there in output card I changed voice output and it works fine. Solved. Thank you for your help!
Offline
If you think it is solved, then could you edit your first post and add [SOLVED] to the title?
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Just a note, this is a known bug in the xfce4-volumed/pulseaudio combo that we're aware of. We have a backported version of xfce4-volumed in our repo and I've been experimenting with mate-settings-daemon as a substitute, but this is an area that needs more attention from Debian Xfce, IMO.
I don't care what you do at home. Would you care to explain?
Offline
So you mean the problem will be solved in next updates of bunsenlabs?
Offline
So you mean the problem will be solved in next updates of bunsenlabs?
Backported packages aren't part of the stable distribution, so they won't come automatically with an upgrade. They are a user's choice.
If you enable backports, you can install the newer packages. The method is described on the BL site: https://pkg.bunsenlabs.org/
Then do ` sudo apt-get update` and install using
sudo apt-get -t jessie-backports install ${PACKAGE_NAME}
Subsequent updates will give priority to the backported source though.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Pages: 1