Nikos Chantziaras wrote:
I'm on AMD64. I'm using OSS4 and sound doesn't work with 4GB RAM (silence or noise). Works fine with 2GB. Anyone encountered something like this before?

OSS 4.1_rc2. Kernel 2.6.27.7 (2.6.27-gentoo-r4).

Never mind, fixed it. For the record (in case someone has the same problem and searches the list), there's a wrong assumption in /usr/lib/oss/build/osscore.c:

  if (memlimit < 0x00000000ffffffffLL)

this needs to be:

  if (memlimit <= 0x00000000ffffffffLL)

Rebuild with install.sh (same directory) and it should work.


Reply via email to