-
Ok I tried to install it myself and i followed the how-to on the general alsa page under drivers -> hda-intel and i installed version 1.18a and i had nothing than i got frustrated and installed everytihn that layed on my hand from alsa-driver, alsa-lib, alsa-tools, alsa-utils...infact all of the packages with alsa in them and rebooted.
On the next boot i found that there's no sound and i tried alsaconf to localize my card and it worked like a charm so now im worried about those unneeded packages...
If someone can tell me how to install the driver properly would be great...till then i suggest to install and configure the alsa-driver-1.0.18a package from the general alsa site.
Thanks for the help.
-
when i install lzm2dir intel etc etc here is the output from lsmod | grep snd and everything works great sound works!!!
Code:
bt ~ # lsmod | grep snd
snd_seq_dummy 6660 0
snd_seq_oss 34816 0
snd_seq_midi_event 10112 1 snd_seq_oss
snd_seq 49872 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 10508 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 41504 1
snd_mixer_oss 17920 2 snd_pcm_oss
snd_hda_intel 343704 2
snd_pcm 69508 2 snd_pcm_oss,snd_hda_intel
snd_timer 22788 2 snd_seq,snd_pcm
snd_page_alloc 11656 2 snd_hda_intel,snd_pcm
snd_hwdep 10756 1 snd_hda_intel
snd 50980 9 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
soundcore 9824 3 snd
when i reboot it doesnt work neither does alsamixer!!
Code:
bt ~ # alsamixer
alsamixer: function snd_ctl_open failed for default: No such device
here is the lsmod | grep snd after the reboot and nothing works
Code:
bt ~ # lsmod | grep snd
snd_seq_midi_event 10112 0
snd_seq 49872 1 snd_seq_midi_event
snd_seq_device 10508 1 snd_seq
snd_mixer_oss 17920 0
snd_pcm 71428 0
snd_timer 22276 2 snd_seq,snd_pcm
snd_page_alloc 11400 1 snd_pcm
snd_hwdep 10500 0
snd 46692 6 snd_seq,snd_seq_device,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep
soundcore 9824 1 snd
-
for my asus eee900 fix
downloaded kernel.lzm
lzm2dir kernel.lzm /
alsaconf
alsamixer
alsactl store
rebooted
and the sound working !!!