Re: [Alsa-user] no sound for alsa driver

2004-04-14 Thread Clemens Ladisch
senthilk wrote: > I gave up the previous method and downloaded alsa driver from the > intel site . This is just some older version of the ALSA driver. > the OS- redhat 2.1 Which kernel version is that? What is the output of lspci? Regards, Clemens -

Re: [Alsa-user] no sound for alsa driver

2004-04-14 Thread senthilk
hi , I gave up the previous method and downloaded alsa driver from the intel site . the first method didn't work. i did 'intel8x0..sh -d' Again i went into ./acore/memory_wrapper.c &sgbuf.c searched for pte_offset and replaced with pte_offset_map then followed the steps which is specified o

Re: [Alsa-user] no sound for alsa driver

2004-04-13 Thread Clemens Ladisch
senthilk wrote: > I down loaded alsa driver version 1.0.0 from alsa-project.org and > compiled for the platform redhat 2.1. Try 1.0.4. > [...] now i could load the driver with modprobe intel8x0. snd-intel8x0 > whenever i run xmms it says > ... > and sound is

[Alsa-user] no sound for alsa driver

2004-04-12 Thread senthilk
hi all, I down loaded alsa driver version 1.0.0 from alsa-project.org and compiled for the platform redhat 2.1. While i am loading the module 'modprobe snd-intel8x0' it was giving unresolved symbol error. ( i couldn't find snd-card-intel8x0) so i went to the ./acore/memory_wrapper.c and .