Summary: | K3b should use SCSI address rather than device name with the original cdrtools | ||
---|---|---|---|
Product: | [Applications] k3b | Reporter: | geisserml <geisserml> |
Component: | general | Assignee: | K3b Bugs <k3b-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | michalm, trueg |
Priority: | NOR | ||
Version First Reported In: | 23.04.3 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
geisserml
2025-03-24 23:56:27 UTC
Another source: https://sourceforge.net/p/cdrtools/mailman/cdrtools-support/ ``` Re: [Cdrtools-support] [Cdrtools-developers] Fwd: An issue about cdrtools From: (Joerg S. <sc...@sc...> - 2021-03-20 14:28:41 Using /dev/* arguments for the dev= option from cdrecord is explicitly called unsupported in the man page and typically causes cdrecord to fail on Linux as a result of the bugs in the Linux kernel or simply as from the fact that Linux implements more than one driver interface for a single device and /dev/* typicalls enforces cdrecord to use the driver variant that does not work correctly. ``` |