You are not logged in.
Pages: 1
hi,
trying to set up sound on a laptop. the required module for my soundcard( ess maestro1978) is the snd-es1968; when i try to load it everything freezes and i have to do a hard reboot.
i have followed alsa setup in the wiki, but there is no sound device listed in /dev/
any tips on how to get sound. sound works fine with simplymepis, so it should work with arch,
thanks
Offline
Try this :
pacman -S alsa-driver
pacman -S alsa-lib
pacman -S alsa-utils
Then load your module and :
amixer set Master unmute
amixer set PCM unmute
alsamixer
alsactl store
Add
alsactl restore
to your rc.local
Offline
hi,
finally got sound up and running!
i had to un-install kernel26 and install kernel26mm and then followed the alsa procedure and it worked.
thanks!
Offline
Hmmm interesting... Maybe my sound problems (see "Files do not play!" thread in this forum) have to do with the kernel?
Offline
maybe,
it worked for me and i'm glad cause it was getting very frustrating not being able to have sound.
i un-installed 26 and then installed kernel26mm and then changed grub to reflect new kernel.
i have an older laptop and kernel26mm works and the hotplug daemon now works also.
Offline
Pages: 1