You are not logged in.
Pages: 1
I read the eee and alsa article and did exactly as the wiki said.
but my sound card can't work. this is wierd, because every post I read on internet said sound is ok.
i use the latest 2.6.24.2-eee kernel made by DanielW.
I do add "options snd-hda-intel model=3stack-dig" into /etc/modprobe.conf
#lsmod
Module Size Used by
joydev 8384 0
snd_seq_oss 25556 0
snd_seq_midi_event 5504 1 snd_seq_oss
snd_seq 39900 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 5708 2 snd_seq_oss,snd_seq
snd_pcm_oss 32928 0
snd_mixer_oss 12608 1 snd_pcm_oss
asus_acpi 6560 0
eee 4648 0
snd_hda_intel 165408 0
snd_pcm 59912 2 snd_pcm_oss,snd_hda_intel
snd_timer 16772 2 snd_seq,snd_pcm
snd_page_alloc 6920 2 snd_hda_intel,snd_pcm
snd_hwdep 6084 1 snd_hda_intel
snd 38676 9 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
#cat /etc/rc.conf
...
MODULES=(snd-hda-intel eee asus_acpi)
DAEMONS=(hal dbus acpid @syslog-ng network !netfs @crond 915resolution esd cpufreq cpufreqd)
#ls /dev/snd
seq
timer
#sudo alsamixer
alsamixer: function snd_ctl_open failed for default: No such device
can anyone help me ?
Help me, Help you
Intel(R) Core(TM) i3 + 3G + GeForce GST 250
Archlinux+musca+tint2+netcfg
Offline
You may need alsa in your daemons....
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
thanks, lilsirecho.
My problems is the sound card is not found . I did add alsa daemon and it always failed so i removed the alsa from daemon list.
As I said, I did exactly according the alsa wiki:
http://wiki.archlinux.org/index.php/ALSA
the wiki said:
"
#ls -l /dev/snd
If you have at least the devices controlC0 and pcmC0D0p or similar, then your sound modules have been detected and loaded properly.
...
"
And I can not find any device controlC0 or pcmC0D0p.
when i try to
#sudo amixer set Master 90% unmute
amixer: Mixer attach default error: No such device
then wiki said,
"If this is not the case, your sound modules have not been detected properly. If you want any help on IRC or the forums, please post the output of the above commands. To solve this, you can try loading the modules manually"
so I asked for help on the forum.
Last edited by redguardtoo (2008-02-23 00:48:13)
Help me, Help you
Intel(R) Core(TM) i3 + 3G + GeForce GST 250
Archlinux+musca+tint2+netcfg
Offline
ok, I solved the problem.
The answer is very simple.
remove the line "options snd-hda-intel model=3stack-dig" from /etc/modprobe.conf
That's all !!
I got the answer from some posts about eee ubuntu
Help me, Help you
Intel(R) Core(TM) i3 + 3G + GeForce GST 250
Archlinux+musca+tint2+netcfg
Offline
Pages: 1