Gentoo Archives: gentoo-user

From: "b.n." <brullonulla@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: OSS4: no sound with 4GB RAM
Date: Wed, 26 Nov 2008 18:28:25
Message-Id: 492D970A.1020705@gmail.com
In Reply to: [gentoo-user] Re: OSS4: no sound with 4GB RAM by Nikos Chantziaras
1 Nikos Chantziaras ha scritto:
2 > Nikos Chantziaras wrote:
3 >> I'm on AMD64. I'm using OSS4 and sound doesn't work with 4GB RAM
4 >> (silence or noise). Works fine with 2GB. Anyone encountered
5 >> something like this before?
6 >>
7 >> OSS 4.1_rc2. Kernel 2.6.27.7 (2.6.27-gentoo-r4).
8 >
9 > Never mind, fixed it. For the record (in case someone has the same
10 > problem and searches the list), there's a wrong assumption in
11 > /usr/lib/oss/build/osscore.c:
12 >
13 > if (memlimit < 0x00000000ffffffffLL)
14 >
15 > this needs to be:
16 >
17 > if (memlimit <= 0x00000000ffffffffLL)
18 >
19 > Rebuild with install.sh (same directory) and it should work.
20
21 Impressive. You should report the bug upstream!
22
23 m.

Replies

Subject Author
[gentoo-user] Re: OSS4: no sound with 4GB RAM Nikos Chantziaras <realnc@×××××.de>