Search found 7 matches
- Sat Jul 19, 2014 6:27 am
- Forum: Linux
- Topic: [SOLVED] Installation Error (No kernel modules found)
- Replies: 22
- Views: 52858
Re: Installation Error (No kernel modules found)
I compiled it for amd64. https://mega.co.nz/#!E44X1QQR!vbR0NJsAw5npfoPjVMSDPaCzhUeihcujDHFjHW9TMVo
- Mon Jul 14, 2014 2:23 pm
- Forum: Linux
- Topic: Linux v3.14 compatibility patch
- Replies: 6
- Views: 21530
- Mon Jul 14, 2014 2:22 pm
- Forum: Linux
- Topic: [SOLVED] Installation Error (No kernel modules found)
- Replies: 22
- Views: 52858
Re: Installation Error (No kernel modules found)
Thanks! It was useful for me too. 
- Mon Nov 04, 2013 9:52 am
- Forum: Linux
- Topic: record video and audio with avconv
- Replies: 1
- Views: 10021
record video and audio with avconv
I would like record video and audio of my desktop. I try: avconv -f oss -i /dev/oss/oss_hdaudio0/pcmin0 -f x11grab -r 30 -s 1920*1080 -i :0.0 -vcodec libx264 -preset ultrafast -ab 320k -threads 8 screen.mkv avconv -f pulse -i default -f x11grab -r 30 -s 1920*1080 -i :0.0 -vcodec libx264 -preset ultr...
- Sun Sep 29, 2013 8:44 am
- Forum: Linux
- Topic: OSS modules won't build Kernel 3.10
- Replies: 19
- Views: 54523
Re: OSS modules won't build Kernel 3.10
This is the package which I made for kernel 3.10 amd64, debian. Use it on your own risk. :? . (And if you want to) :D The source it is from Squeeze: https://github.com/etch-squeeze/oss-v4.2-build2008/archive/ender.zip oss-linux-4.2-2008_amd64.deb: https://mega.co.nz/#!Ixw0lboJ!Hjqyf3S8b2CL2iIBpqYEfA...
- Fri Sep 27, 2013 2:37 pm
- Forum: Linux
- Topic: Ubuntu 12.04 - no more OSS sound
- Replies: 8
- Views: 34230
- Fri Sep 27, 2013 1:28 pm
- Forum: Linux
- Topic: OSS modules won't build Kernel 3.10
- Replies: 19
- Views: 54523
Re: OSS modules won't build Kernel 3.10
squeeze wrote:Hi
You could also use my github repo. It's pre-patched with mostly kernel compatibility patches up to kernel 3.11
Sincerely,
squeeze
I downloaded the file, compiled and installed. It is working in debian 3.10 kernel.
Thanks.