Page 1 of 1

kernel 2.6.36 fix

Posted: Mon Aug 30, 2010 7:12 pm
by feli33
soundon returned an error.
turned out that line 956 with ioctl had to be deleted in /usr/lib/oss/build/osscore.c

Re: kernel 2.6.36 fix

Posted: Wed Sep 01, 2010 12:04 am
by cesium
I'm not sure this is the right fix... Can you post the error?

Re: kernel 2.6.36 fix

Posted: Wed Sep 01, 2010 8:43 am
by feli33
'struct file_operations' has no member named 'ioctl'

Re: kernel 2.6.36 fix

Posted: Wed Sep 01, 2010 10:10 am
by cesium
Ah, ok. This is fine (though using LINUX_KERNEL_VERSION ifdefs is probably a better source fix).