You are not logged in.
Pages: 1
Hello!
I've installed Hydrogen and I can't get my sound working. I maybe have a problem like this one: https://forums.bunsenlabs.org/viewtopic.php?id=1764
mike@taz:~$ volti
[alsactrl.py:__init__:41] can't open Master control for card HDMI, trying to select first available mixer channel
[alsactrl.py:__init__:49] can't open first available control for card HDMI
error: list index out of range
Traceback (most recent call last):
File "/usr/bin/volti", line 53, in <module>
volti = main.VolumeTray()
File "/usr/lib/volti/volti/main.py", line 124, in __init__
self.watchid = gobject.io_add_watch(fd, eventmask, self.update)
TypeError: an integer is required
mike@taz:~$ arecord -l
**** List of CAPTURE Hardware Devices ****
card 1: PCH [HDA Intel PCH], device 0: ALC3232 Analog [ALC3232 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
mike@taz:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 0: ALC3232 Analog [ALC3232 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
mike@taz:~$
I've been trying all morning to switch my default sound device but no luck so far!
I tried getting a new kernel from backports but that broke Virtualbox, I then hosed everything else trying to fix VB so I'm back to a fresh install.
On Fedora I can do a 'dnf history list' then a 'dnf history rollback X' to fix my screw ups, is there a similar command for apt-get?
Anyways, I'm stuck so any help would be appreciated :-)
Offline
But this into /etc/asoundrc:
defaults.ctl.card 1
defaults.pcm.card 1
defaults.timer.card 1
This establishes card 1 (the card driving line-out and the speakers) as the default card. I do also have a Haswell Thinkpad (x240) and it only worked well with kernel >4.0. Before that, I had issues with battery lifetime, backlight control and the like. So you probably need the backports stuff.
Offline
Alternatively, see http://crunchbang.org/forums/viewtopic. … 46#p424846
Offline
Pages: 1