Hi, I'm asking for help because I already tried some workaround, but with no success.
The last time I tried to burn a DVD was some month ago, I think in June, so in the meantime I also installed the 25.02-R14.3p2 update.
I used to burn DVDs with brasero and I tried xfburn as well.
Now when I launch brasero I get this error on console:
**
ERROR:scsi-cam.c:173:brasero_device_handle_open: assertion failed: (path != NULL)
Bail out! ERROR:scsi-cam.c:173:brasero_device_handle_open: assertion failed: (path != NULL)
fish: Job 1, 'brasero' terminated by signal SIGABRT (Abort)
It starts when I launch it with sudo, but in that case I'm unable to start the writing.
xfburn starts, but when I try to write the DVD, it starts and then stops with an error ruining the bank DVD I inserted (I fogot to make a screenshot... and I prefer to not destroy another DVD just to read the message 😅 ) .
I'm able to burn DVDs from the command line, by creating an ISO with mkisofs and cdrecord. It works but I get these warnings
cdrecord: Warning: Cannot read drive buffer.
cdrecord: Warning: The DMA speed test has been skipped.
cdrecord: Operation not permitted.
WARNING: Cannot set RR-scheduler. cdrecord: Permission denied.
WARNING: Cannot set priority using setpriority().
cdrecord: WARNING: This causes a high risk for buffer underruns
I searched the web and checked that:
in my /etc/devfs.rules are set
add path 'cd*' mode 666
add path pass*' mode 666
add path 'xpt*' mode 666
I have this, and I think that matches the same way
add path 'cd[0-9]*' mode 666
add path pass[0-9]*' mode 666
add path 'xpt[0-9]*' mode 666
/dev/cd0 is
crw-rw-rw- 1 root operator 0x8c 20 nov 19:03 /dev/cd0
My user is the group operator and wheel as well.
I tried to chmod u+s cdrecord and cdrdao to fix the warnings, but that doesn't fix brasero and xfburn.
I don't know what else to try...