No problem, I'll try to elaborate a bit :)

As you propably know, ALSA is the combination of API and drivers that is
commonly used for sound in linux. The kernel sources include ALSA, but
since it is developed separately, there also is the possibility of
installing a version of ALSA different from the in-kernel version, which
is mostly done to get a newer version of ALSA that includes new support
for chipsets (seems to be your case).

When compiling, the em28xx driver includes the ALSA header files that
come with the kernel (at least I suppose so), which also encodes the
version of ALSA compiled against into the generated kernel module. If
you are using a version of ALSA that differs signisficantly from the
in-kernel version, the kernel will detect the version mismatch and
complain, which is what your error message look like to me.

Could you post what kernel version you are using, so that we can check
what the in-kernel ALSA version is (most likely 1.0.14). If this indeed
is a version mismatch, then we can try to patch the dvb-experimental
tree to include the correct kernel headers.

Cheers
        -Christian

[EMAIL PROTECTED] schrieb:
> Many thanks for your reply Christian...consider that I'm not a guru, so I'm 
> trying to understand what you wrote...I have 2 ditros on my pc, one is 
> Puppylinux (don't know if you know it, an excellent lightweight distro) and 
> Ubuntu 7.10. In puppy I have by default Alsa version 1.0.15rc2, and in order 
> to make audio work I had to add a line in the modprobe.conf to tell the 
> driver that my pc is an Acer, like "options snd-hda-intel model=Acer", you 
> see it in this link http://www.murga-linux.com/puppy/viewtopic.php?t=22383.
> In Ubuntu I had to upgrade Alsa to the same 1.0.15 version, and then audio 
> worked (don't remember if I added that same line too)..
> In Puppy I didn't compile em28xx drivers, a forum member did it for me, but 
> in Ubuntu I did it, following the instuctions I found on the web, like this 
> http://osrevolution.wordpress.com/2007/10/20/hybrid-pro-stick-pctv-pinnacle-e330-id-23040226-debian/.
> BUT, now you make me think....I didn't do this step "#  rm -rf 
> /lib/modules/$(uname -r)/kernel/driver/media", because I had fear to do 
> something wrong...could this be the solution?? Or, tell me what you think I 
> should try...I also posted a screenshot of my usbview yesterday, but it 
> didn't appear on the mailing list because it exceeded 40kb (Usbview doesn't 
> allow to make copy and paste....); btw I can tell you that it shows only 
> Interface 0.
> THANKS!
> 
> _______________________________________________
> Em28xx mailing list
> [email protected]
> http://mcentral.de/mailman/listinfo/em28xx

-- 
Christian Speckner
Institut für Theoretische Physik und Astrophysik
Am Hubland
97074 Würzburg
+49 931 888 4995
PGP public key: theorie.physik.uni-wuerzburg.de/~cnspeckn

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Em28xx mailing list
[email protected]
http://mcentral.de/mailman/listinfo/em28xx

Reply via email to