Search found 5 matches
- Wed Sep 01, 2010 8:43 am
- Forum: Linux
- Topic: kernel 2.6.36 fix
- Replies: 3
- Views: 10684
Re: kernel 2.6.36 fix
'struct file_operations' has no member named 'ioctl'
- Mon Aug 30, 2010 7:12 pm
- Forum: Linux
- Topic: kernel 2.6.36 fix
- Replies: 3
- Views: 10684
kernel 2.6.36 fix
soundon returned an error.
turned out that line 956 with ioctl had to be deleted in /usr/lib/oss/build/osscore.c
turned out that line 956 with ioctl had to be deleted in /usr/lib/oss/build/osscore.c
- Sat May 15, 2010 5:39 pm
- Forum: Linux
- Topic: Gentoo OSS4 overlay
- Replies: 38
- Views: 177949
Re: Gentoo OSS4 overlay
WELL just edit /var/tmp/portage/media-sound/oss-devel-9999/work/opensound/configure to min 3 max 6 after you do ebuild unpack no need to change localconfig ever during the merge then you can ebuild merge. this is actually tested and it works folks.. setting 7 never gives you EXTRA PRECISION mode 6. ...
- Sat May 15, 2010 5:35 pm
- Forum: Linux
- Topic: How to enable "production quality with extra precision"?
- Replies: 122
- Views: 310548
Re: How to enable "production quality with extra precision"?
well MIN 6,MAX 6 does result in FAST only. gentoo. 5/6 ,same 3/6 or 3/7 works on gentoo, highest SRC is 5, production NO PRECISION. Setting 7 in configure, causes to set local_config to 3. You can edit that too, but 6 is the highest and is extra precision. Setting 6 in configure is enough for gettin...
- Sat May 15, 2010 4:44 pm
- Forum: Linux
- Topic: Gentoo OSS4 overlay
- Replies: 38
- Views: 177949
Re: Gentoo OSS4 overlay
The layman oss-devel ebuild fetched today containes no src_configure(). Configuring is done in src compile. So you can't edit $BUILDDIR/kernel/framework/include/local_config because it is simple not there yet. When you run ebuild compile and ctrl-c it, you can edit it, but not continue because it ca...