You are not logged in.
I've had good success troubleshooting #! problems in the past, but this one has had me flummoxed.
I recently purchased an Acer Aspire One 722 netbook, and got Crunchbang 10 Statler OpenBox working on it, fuss-free, except I can't for the life of me get the sound working [with the exception of a system beep when plugging/unplugging the power cord].
I've tried several pieces of advice from searching the forums, and random Googling, but nothing has helped so far. I tried a couple other distros before I ended up settling on Crunchbang again, and the sound worked fine for those, so it's not a hardware problem. alsamixer lists two sound cards, but nothing happens when I unmute and crank them both. I don't have a volume control icon in the taskbar.
if anyone has any ideas where I might start troubleshooting, I can provide terminal output as needed.
Thanks much in advance.
Last edited by ein (2011-08-03 01:56:30)
Offline
Hello,
if you have two cards listed, we maybe have to blacklist one or change the order.
lspci -kin [ code ] brackets, please.
Sweaty lads picking up the soap | I love the new "Ignore user" button
Offline
ein@crunchbang:~$ lspci -k
00:00.0 Host bridge: Advanced Micro Devices [AMD] Device 1510
Subsystem: Acer Incorporated [ALI] Device 0598
00:01.0 VGA compatible controller: ATI Technologies Inc Device 9804
Subsystem: Acer Incorporated [ALI] Device 0598
00:01.1 Audio device: ATI Technologies Inc Device 1314
Subsystem: Acer Incorporated [ALI] Device 0598
Kernel driver in use: HDA Intel
00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode]
Subsystem: Acer Incorporated [ALI] Device 0598
Kernel driver in use: ahci
00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
Subsystem: Acer Incorporated [ALI] Device 0598
Kernel driver in use: ohci_hcd
00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
Subsystem: Acer Incorporated [ALI] Device 0598
Kernel driver in use: ehci_hcd
00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
Subsystem: Acer Incorporated [ALI] Device 0598
Kernel driver in use: ohci_hcd
00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
Subsystem: Acer Incorporated [ALI] Device 0598
Kernel driver in use: ehci_hcd
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 42)
Subsystem: Acer Incorporated [ALI] Device 0598
Kernel driver in use: piix4_smbus
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) (rev 40)
Subsystem: Acer Incorporated [ALI] Device 0598
Kernel driver in use: HDA Intel
00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller (rev 40)
Subsystem: Acer Incorporated [ALI] Device 0598
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge (rev 40)
00:15.0 PCI bridge: ATI Technologies Inc Device 43a0
Kernel driver in use: pcieport
00:15.2 PCI bridge: ATI Technologies Inc Device 43a2
Kernel driver in use: pcieport
00:15.3 PCI bridge: ATI Technologies Inc Device 43a3
Kernel driver in use: pcieport
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 0 (rev 43)
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 1
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 2
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 3
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 4
00:18.5 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 6
00:18.6 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 5
00:18.7 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 7
06:00.0 Ethernet controller: Atheros Communications AR8152 v2.0 Fast Ethernet (rev c1)
Subsystem: Acer Incorporated [ALI] Device 0598
Kernel driver in use: atl1c
07:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
Subsystem: Broadcom Corporation Device 0510
Kernel driver in use: brcm80211
ein@crunchbang:~$ Offline
ok, for further reference
cat /etc/modprobe.d/alsa-base.confuname -rplease, and
sudo modprobe snd_hda_intel, then try to play a sound.
Sweaty lads picking up the soap | I love the new "Ignore user" button
Offline
ein@crunchbang:~$ cat /etc/modprobe.d/alsa-base.conf
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7
# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; /sbin/modprobe --quiet snd-seq ; }
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; }
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && { /sbin/modprobe --quiet snd-emu10k1-synth ; : ; }
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
# Keep snd-pcsp from beeing loaded as first soundcard
options snd-pcsp index=-2
# Keep snd-usb-audio from beeing loaded as first soundcard
options snd-usb-audio index=-2
ein@crunchbang:~$ein@crunchbang:~$ uname -r
2.6.32-5-686Still no sound after that last command.
Offline
Ok, then let's check the codec:
cat /proc/asound/card0/codec#0 | grep CodecSweaty lads picking up the soap | I love the new "Ignore user" button
Offline
ein@crunchbang:~$ cat /proc/asound/card0/codec#0 | grep Codec
Codec: ATI R6xx HDMIOffline
There could also be another 'card' directory in /proc/asound/ (for example card1)
ls /proc/asound/card*Sweaty lads picking up the soap | I love the new "Ignore user" button
Offline
ein@crunchbang:~$ ls /proc/asound/card*
/proc/asound/cards
/proc/asound/card0:
codec#0 id pcm3p
/proc/asound/card1:
codec#0 id pcm0c pcm0pOffline
Yes, as suspected
We get there soon^
cat /proc/asound/card1/codec#0 | grep CodecSweaty lads picking up the soap | I love the new "Ignore user" button
Offline
Great. 
ein@crunchbang:~$ cat /proc/asound/card1/codec#0 | grep Codec
Codec: Conexant ID 506cOffline
There we have it. You need to set options for the card, check this list: http://www.kernel.org/doc/Documentation … Models.txt
It is a bit of hit & miss, because the exact codec is not in this list - I would try the laptop option. So, do following:
sudo gedit /etc/modprobe.d/alsa-base.confand add the line
options snd-hda-intel model=laptopsave and close, then run sudo alsa force-reload or sudo /etc/init.d/alsa-utils restart
If there is still no sound, you can try other options listed in the Conexant Card section in the kernel list. If you get it to work, please let us know. If all options won't work, let us know, too 
Good luck!
Last edited by machinebacon (2011-08-03 02:39:26)
Sweaty lads picking up the soap | I love the new "Ignore user" button
Offline
by the way -> to have a volume control in the task bar (in Openbox edition), run volumeicon
Sweaty lads picking up the soap | I love the new "Ignore user" button
Offline
Sadly, nothing seemed to work. I tried 'laptop', 'laptop-hp', 'laptop-eapd', 'test', and 'acer', restarting/reloading alsa after each one.
Thanks very much for your help so far. Hopefully someone else picks up the ball if you're tapped for ideas.
Offline
ein@crunchbang:~$ volumeicon
volumeicon: asound.c:54: asound_get_volume: Assertion `m_elem != ((void *)0)' failed.
AbortedA new problem rears its head! 
Edit: Putting my sound problems on hold until the morning [EST].
Last edited by ein (2011-08-03 03:10:59)
Offline
Yes, that's related now. When sound works, volumeicon will work too. We hope.
Just to be sure: what is your
apt-cache policy alsaSweaty lads picking up the soap | I love the new "Ignore user" button
Offline
ein@crunchbang:~$ apt-cache policy alsa
alsa:
Installed: (none)
Candidate: (none)
Version table:Offline
For whatever reason, one of those instructions worked partially -- I can get sound when I play .mp3s through VLC. Still no volume icon, and still no sound when I try and watch Flash videos, but I'm getting closer!
Offline
@ein:
apt-cache policy alsa*bootinfoscript - emacs primer - wireless problems- I ♥ #!
Offline
alsa-base:
Installed: 1.0.23+dfsg-2
Candidate: 1.0.23+dfsg-2
Version table:
*** 1.0.23+dfsg-2 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
100 /var/lib/dpkg/status
alsdorf:
Installed: (none)
Candidate: (none)
Version table:
libesd-alsa0:
Installed: (none)
Candidate: (none)
Version table:
libclalsadrv2:
Installed: 2.0.0-3
Candidate: 2.0.0-3
Version table:
*** 2.0.0-3 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
100 /var/lib/dpkg/status
alsa-oss:
Installed: 1.0.17-4
Candidate: 1.0.17-4
Version table:
*** 1.0.17-4 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
100 /var/lib/dpkg/status
alsa-utils:
Installed: 1.0.23-3
Candidate: 1.0.23-3
Version table:
*** 1.0.23-3 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
100 /var/lib/dpkg/status
alsa:
Installed: (none)
Candidate: (none)
Version table:
alsa-source:
Installed: 1.0.23+dfsg-2
Candidate: 1.0.23+dfsg-2
Version table:
*** 1.0.23+dfsg-2 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
100 /var/lib/dpkg/status
alsa-headers:
Installed: (none)
Candidate: (none)
Version table:
alsa-tools-gui:
Installed: (none)
Candidate: 1.0.23-3+b1
Version table:
1.0.23-3+b1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
alsa-tools:
Installed: (none)
Candidate: 1.0.23-3+b1
Version table:
1.0.23-3+b1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
alsamixergui:
Installed: (none)
Candidate: 0.9.0rc2-1-9
Version table:
0.9.0rc2-1-9 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
alsaplayer-alsa:
Installed: (none)
Candidate: 0.99.80-5+b1
Version table:
0.99.80-5+b1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
alsaplayer-common:
Installed: (none)
Candidate: 0.99.80-5+b1
Version table:
0.99.80-5+b1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
alsaplayer-output:
Installed: (none)
Candidate: (none)
Version table:
alsaplayer-gtk:
Installed: (none)
Candidate: 0.99.80-5+b1
Version table:
0.99.80-5+b1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
alsaplayer-interface:
Installed: (none)
Candidate: (none)
Version table:
alsaplayer:
Installed: (none)
Candidate: (none)
Version table:
alsaplayer-daemon:
Installed: (none)
Candidate: 0.99.80-5+b1
Version table:
0.99.80-5+b1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
alsaplayer-esd:
Installed: (none)
Candidate: 0.99.80-5+b1
Version table:
0.99.80-5+b1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
alsaplayer-jack:
Installed: (none)
Candidate: 0.99.80-5+b1
Version table:
0.99.80-5+b1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
alsaplayer-nas:
Installed: (none)
Candidate: 0.99.80-5+b1
Version table:
0.99.80-5+b1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
alsaplayer-oss:
Installed: (none)
Candidate: 0.99.80-5+b1
Version table:
0.99.80-5+b1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
alsaplayer-text:
Installed: (none)
Candidate: 0.99.80-5+b1
Version table:
0.99.80-5+b1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
alsaplayer-xosd:
Installed: (none)
Candidate: 0.99.80-5+b1
Version table:
0.99.80-5+b1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libalsaplayer-dev:
Installed: (none)
Candidate: 0.99.80-5+b1
Version table:
0.99.80-5+b1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libalsaplayer0:
Installed: (none)
Candidate: 0.99.80-5+b1
Version table:
0.99.80-5+b1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
alsoft-conf:
Installed: (none)
Candidate: 1.4.3-1
Version table:
1.4.3-1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libsnack2-alsa:
Installed: (none)
Candidate: 2.2.10-dfsg1-9
Version table:
2.2.10-dfsg1-9 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
animals-dbg:
Installed: (none)
Candidate: 201007161925-1
Version table:
201007161925-1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
animals:
Installed: (none)
Candidate: 201007161925-1
Version table:
201007161925-1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libarts-alsa:
Installed: (none)
Candidate: (none)
Version table:
gstreamer0.10-alsa:
Installed: 0.10.30-1
Candidate: 0.10.30-1
Version table:
*** 0.10.30-1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
100 /var/lib/dpkg/status
balsa-dbg:
Installed: (none)
Candidate: 2.4.1-1+b1
Version table:
2.4.1-1+b1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
balsa:
Installed: (none)
Candidate: 2.4.1-1+b1
Version table:
2.4.1-1+b1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
bluez-alsa:
Installed: (none)
Candidate: 4.66-3
Version table:
4.66-3 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libboost-signals-dev:
Installed: (none)
Candidate: 1.42.0.1
Version table:
1.42.0.1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libboost-signals1.42-dev:
Installed: (none)
Candidate: 1.42.0-4
Version table:
1.42.0-4 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libboost-signals1.42.0:
Installed: (none)
Candidate: 1.42.0-4
Version table:
1.42.0-4 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libboost-signals1.35-dev:
Installed: (none)
Candidate: (none)
Version table:
libboost-signals1.36-dev:
Installed: (none)
Candidate: (none)
Version table:
libboost-signals1.37-dev:
Installed: (none)
Candidate: (none)
Version table:
libboost-signals1.38-dev:
Installed: (none)
Candidate: (none)
Version table:
libboost-signals1.39-dev:
Installed: (none)
Candidate: (none)
Version table:
libboost-signals1.40-dev:
Installed: (none)
Candidate: (none)
Version table:
libboost-signals1.41-dev:
Installed: (none)
Candidate: (none)
Version table:
cairo-dock-alsamixer-plugin:
Installed: (none)
Candidate: 2.1.3.10-3
Version table:
2.1.3.10-3 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libclalsadrv-dev:
Installed: (none)
Candidate: 2.0.0-3
Version table:
2.0.0-3 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libclalsadrv:
Installed: (none)
Candidate: (none)
Version table:
libwine-alsa:
Installed: (none)
Candidate: 1.0.1-3.1
Version table:
1.0.1-3.1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
kredentials:
Installed: (none)
Candidate: 0.9.5
Version table:
0.9.5 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
exim4-localscanapi-1.0:
Installed: (none)
Candidate: (none)
Version table:
exim4-localscanapi-1.1:
Installed: (none)
Candidate: (none)
Version table:
falselogin:
Installed: (none)
Candidate: 0.3-4
Version table:
0.3-4 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
crystalspace-dev:
Installed: (none)
Candidate: (none)
Version table:
python-alsaaudio:
Installed: (none)
Candidate: 0.5+svn36-1+b1
Version table:
0.5+svn36-1+b1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
gforge-plugin-globalsearch:
Installed: (none)
Candidate: 5.0.2-5
Version table:
5.0.2-5 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
glassfish-toplink-essentials:
Installed: (none)
Candidate: 1:2.1.1-b31-2
Version table:
1:2.1.1-b31-2 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
gnome-alsamixer:
Installed: (none)
Candidate: 0.9.7~cvs.20060916.ds.1-2
Version table:
0.9.7~cvs.20060916.ds.1-2 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
xmms2-plugin-alsa:
Installed: (none)
Candidate: 0.7DrNo+dfsg-2
Version table:
0.7DrNo+dfsg-2 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libsdl1.2debian-alsa:
Installed: 1.2.14-6.1
Candidate: 1.2.14-6.1
Version table:
*** 1.2.14-6.1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
100 /var/lib/dpkg/status
mpg123-alsa:
Installed: (none)
Candidate: 1.12.1-3
Version table:
1.12.1-3 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libalsa-ocaml-dev:
Installed: (none)
Candidate: 0.1.4-2+b1
Version table:
0.1.4-2+b1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libalsa-ocaml-jhio2:
Installed: (none)
Candidate: (none)
Version table:
libalsa-ocaml:
Installed: (none)
Candidate: 0.1.4-2+b1
Version table:
0.1.4-2+b1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libalsa-ocaml-dev-jhio2:
Installed: (none)
Candidate: (none)
Version table:
liboss-salsa-asound2:
Installed: (none)
Candidate: 4.1-build1052b-2
Version table:
4.1-build1052b-2 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
liboss-salsa2:
Installed: (none)
Candidate: 4.1-build1052b-2
Version table:
4.1-build1052b-2 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libpt-1.10.10-plugins-alsa:
Installed: (none)
Candidate: 1.10.10-3
Version table:
1.10.10-3 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libpt-plugins-alsa:
Installed: (none)
Candidate: (none)
Version table:
pysycache-move-animals:
Installed: (none)
Candidate: 3.1-3
Version table:
3.1-3 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
exfalso:
Installed: (none)
Candidate: 2.2.1-1
Version table:
2.2.1-1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
radiance-materials:
Installed: (none)
Candidate: 4R0+20100729-1
Version table:
4R0+20100729-1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
snd-dmotif-alsa:
Installed: (none)
Candidate: (none)
Version table:
snd-gtk-alsa:
Installed: (none)
Candidate: (none)
Version table:
snd-nox-alsa:
Installed: (none)
Candidate: 11.6-1
Version table:
11.6-1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
sofa-tutorials:
Installed: (none)
Candidate: 1.0~beta4-4
Version table:
1.0~beta4-4 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libsox-fmt-alsa:
Installed: (none)
Candidate: 14.3.1-1
Version table:
14.3.1-1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libsundials-cvode0:
Installed: (none)
Candidate: 2.3.0-2
Version table:
2.3.0-2 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libsundials-serial0:
Installed: (none)
Candidate: (none)
Version table:
libsundials-cvodes1:
Installed: (none)
Candidate: 2.3.0-2
Version table:
2.3.0-2 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libsundials-ida1:
Installed: (none)
Candidate: 2.3.0-2
Version table:
2.3.0-2 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libsundials-kinsol0:
Installed: (none)
Candidate: 2.3.0-2
Version table:
2.3.0-2 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libsundials-nvecserial0:
Installed: (none)
Candidate: 2.3.0-2
Version table:
2.3.0-2 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libsundials-serial-dev:
Installed: (none)
Candidate: 2.3.0-2
Version table:
2.3.0-2 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libsundials-serial:
Installed: (none)
Candidate: 2.3.0-2
Version table:
2.3.0-2 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
libsundials-serial-doc:
Installed: (none)
Candidate: 2.3.0-2
Version table:
2.3.0-2 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
tuxguitar-alsa:
Installed: (none)
Candidate: 1.2-7
Version table:
1.2-7 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
xfce4-mixer-alsa:
Installed: (none)
Candidate: (none)
Version table:
xmp-alsa:
Installed: (none)
Candidate: (none)
Version table:
yate-alsa:
Installed: (none)
Candidate: 2.2.0-1~dfsg-1.1
Version table:
2.2.0-1~dfsg-1.1 0
100 http://ftp.de.debian.org/debian/ squeeze/main i386 Packages
alsa-firmware-loaders:
Installed: 1.0.23-3+b1
Candidate: 1.0.23-3+b1
Version table:
*** 1.0.23-3+b1 0
100 http://ftp.de.debian.org/debian/ squeeze/contrib i386 Packages
100 /var/lib/dpkg/status
skysentials:
Installed: (none)
Candidate: 1.0.1-4
Version table:
1.0.1-4 0
100 http://ftp.de.debian.org/debian/ squeeze/contrib i386 Packages
alsa-hda-dkms:
Installed: 0.1
Candidate: 0.1
Version table:
*** 0.1 0
100 /var/lib/dpkg/statusOffline
Please install alsa-utils:
sudo apt-get install alsa-utilsbootinfoscript - emacs primer - wireless problems- I ♥ #!
Offline
Alright. I've installed alsa-utils.
Offline
Now, in a terminal window, use:
alsamixerSet ouput levels for Master, Master M and PCM to about 80%
Use left and right arrow keys to select item, ten up arrows to set it up,
Esc when finished
then try
alsa-speakerto test if you have sound.
Edit: Check this thread http://crunchbanglinux.org/forums/topic … ound-hdmi/
if you still have no sound, specifically "unmute HDMI device"
Last edited by xaos52 (2011-08-03 13:59:17)
bootinfoscript - emacs primer - wireless problems- I ♥ #!
Offline
Looks like alsa-utils didn't install correctly.
ein@crunchbang:~$ alsa-speaker
bash: alsa-speaker: command not foundWhen I try to re-install alsa-utils through synaptic, I get:
E: /var/cache/apt/archives/adobe-flashplugin_10.2.p2.092710-1_i386.deb: subprocess new pre-removal script returned error exit status 2Not sure why I'm getting an error for flash, of all things. I was messing around with it during this session.
I'm beginning to think I should just go for a clean install.
Offline
Yeah, I'm going to go back to distro-hopping. [I've still got #! running on another box, so no worries.
]
Thanks for your support, community!
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.