[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: For those who have no sound in their 32bit chroot



"Gudjon I. Gudjonsson" <gudjon@mc2.chalmers.se> writes:

> Yes, sorry, I sometimes forget to mention relevant information. 
> I was only using the 64 bit kernel modules and 32 bit library in chroot and it 
> did not work.  But after porting the application to 64 bit it worked like 
> charm. 

Then you should be able to debug the application and see wether the
device file is actually opened or not.

Could it be that this is some data type issue that both the kernel
module and the application use a type for communication that has a
different size on a 32 bit platform and on a 64 bit platform?  This
way the 32 bit application would only work with a 32 bit kernel and
the 64 bit application only with a 64 bit kernel.

Matthias



Reply to: