You are not logged in.
Hello,
I am trying to get my sound working, below is some info. I tried upgrading but it gives me errors, below is one of them. They are all the same exept for location and name of file.
klibc: /usr/lib/klibc/include/asm/futex.h exists in filesystem
system
hp omnibook 6000
xfce4
kernel
2.6.25-ARCH
lspci reports
ESS Technology ES1983S Maestro-3i
modprobe.conf
#
# /etc/modprobe.conf (for v2.6 kernels)
#
alias wlan0 ndiswrapper
alias snd-card-0 snd-maestro3
alias sound-slot-0 snd-maestro3
/etc/modprobe.d/sound
alias snd-card-0 snd-maestro3
alias sound-slot-0 snd-maestro3
from aplay
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:3985:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2184:(snd_pcm_open_noupdate) Unknown PCM default
aplay: main:583: audio open error: No such file or directory
modules seem to be loaded
snd_maestro3 22020 0
snd_seq_oss 30336 0
snd_ac97_codec 97828 1 snd_maestro3
snd_seq_midi_event 6656 1 snd_seq_oss
snd_seq 48432 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 6796 2 snd_seq_oss,snd_seq
snd_pcm_oss 38656 0
snd_pcm 68228 3 snd_maestro3,snd_ac97_codec,snd_pcm_oss
snd_timer 19848 2 snd_seq,snd_pcm
snd_page_alloc 8072 1 snd_pcm
snd_mixer_oss 14848 1 snd_pcm_oss
snd 46628 9 snd_maestro3,snd_seq_oss,snd_ac97_codec,snd_seq,snd_seq_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
soundcore 6496 1 snd
ac97_bus 2048 1 snd_ac97_codec
Last edited by melojo (2008-11-08 05:47:38)
Offline
Upgrade error solved, found a link. Below is the code.
rm /usr/lib/klibc/include/asm
Sound problem is a permission issue because root can hear sounds. I may have to reply again if I can't figure what files to change the permissions for normal user.
Fixed permission issue.
chmod a+rw /dev/dsp* /dev/mix* /dev/seq*
If there is a better way please let me know.
Thanks
Last edited by melojo (2008-11-08 05:29:52)
Offline