Search found 4 matches
- Mon Aug 07, 2023 2:02 pm
- Forum: MakeMKV for Linux
- Topic: Linux Kernel 6.5 - MakeMKV no longer recognizes drives
- Replies: 1
- Views: 7021
Re: Linux Kernel 6.5 - MakeMKV no longer recognizes drives
Updated to 6.5-rc5, and makemkv is working again. Must have been a short-lived regression in the kernel. That's what I get for trying rc's... Sorry for the confusion.
- Fri Aug 04, 2023 1:28 am
- Forum: MakeMKV for Linux
- Topic: Linux Kernel 6.5 - MakeMKV no longer recognizes drives
- Replies: 1
- Views: 7021
Linux Kernel 6.5 - MakeMKV no longer recognizes drives
I'm trying out a kernel 6.5-rc3 pre-release because it fixes a hardware compatibility issue I've had in all previous kernels. I was previously using 6.1. However with this kernel MakeMKV no longer recognizes my usb-attached blu-ray drives. The kernel recognizes them correctly, they show up as /dev/s...
- Fri Mar 19, 2021 1:51 am
- Forum: MakeMKV for Linux
- Topic: Error building 1.16.3
- Replies: 5
- Views: 8785
Re: Error building 1.16.3
Also, here's the upstream fix for this issue: https://github.com/CCExtractor/ccextrac ... b0d94f08e0.
- Fri Mar 19, 2021 1:39 am
- Forum: MakeMKV for Linux
- Topic: Error building 1.16.3
- Replies: 5
- Views: 8785
Re: Error building 1.16.3
That's what happens when global variables are defined in a header file... This patch will fix it. cd into the makemkv-oss-1.16.3 directory and apply with 'patch -p2 < patchfile' diff -ur 1.16.3.orig/makemkv-oss-1.16.3/mmccextr/ccextractor.c 1.16.3/makemkv-oss-1.16.3/mmccextr/ccextractor.c --- 1.16.3...