Search found 3 matches
- Thu Feb 20, 2014 5:50 am
- Forum: Linux
- Topic: cuckoo hacks/patches
- Replies: 5
- Views: 19108
Re: cuckoo hacks/patches
I had a similar issue when first trying to compile it. My first guess would be that you don't have ALSA in your kernel. Check if you have the 'sound' directory in /usr/modules/`uname -r`/kernel/, whether you compiled the kernel with ALSA, and whether the flag SND_PCM was actually set - this may requ...
- Thu Jan 30, 2014 1:13 pm
- Forum: Linux
- Topic: cuckoo hacks/patches
- Replies: 5
- Views: 19108
Re: cuckoo hacks/patches
Update - fixed broken frame format detection. Collective patch (from unmodified cuckoo) in attachments.
Also, is the oss devel mailing list still active? The links on the main site appear to be broken.
Also, is the oss devel mailing list still active? The links on the main site appear to be broken.
- Sun Jan 26, 2014 9:45 pm
- Forum: Linux
- Topic: cuckoo hacks/patches
- Replies: 5
- Views: 19108
cuckoo hacks/patches
Greetings everybody, I recently started hacking away at cuckoo in an attempt to make it at least work. I'll probably keep messing with it in the future, but decided to drop here some small fixes that instead of making my kernel oops, at least allow to test the sound with aplay. Relevant patches are ...