[Bug 1203559] Re: wodim doesn't find my DVD writer

2015-06-12 Thread Ion_nsk_region
Patch by Artúr (ikartur) works for me well. OS: Linux Mint 17 Qiana (based on Ubuntu 14.04.1 LTS) x86_64 It is also required to enable repository with sources before apt-get source wodim command. The additional dependencies I have had to install: dpkg-dev build-essential:native debhelper

[Bug 1203559] Re: wodim doesn't find my DVD writer

2015-05-12 Thread Ubuntu Foundations Team Bug Bot
The attachment scsi-linux-sg.c.diff seems to be a patch. If it isn't, please remove the patch flag from the attachment, remove the patch tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by

[Bug 1203559] Re: wodim doesn't find my DVD writer

2015-05-12 Thread Artúr
Hi, I have made a patch to make wodim detect devices correctly. Wodim was searching for devices under /dev/scd*, but that path is considered deprecated and are no longer present on modern installations. The correct path for the CDROM devices is /dev/sr*. By changing wodim to search devices at

[Bug 1203559] Re: wodim doesn't find my DVD writer

2015-05-12 Thread Ray Maslinski
The change of device name should probably also be accompanied by an update to the check_linux_26 function defined in the same scsi-linux- sg.c file, which doesn't appear to deal with kernel major versions 2: BOOL check_linux_26() { int gen, tmp; struct utsname buf; return

[Bug 1203559] Re: wodim doesn't find my DVD writer

2015-05-06 Thread Marco Kern
excuse my bad english, and my poor spelling and such. It has been quite a long night for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1203559 Title: wodim doesn't find my DVD writer To manage

[Bug 1203559] Re: wodim doesn't find my DVD writer

2015-05-06 Thread Marco Kern
Hey everybody, Research took me to 2 promising end - 1 of which was you guys over here and the other one the probably well known README.ATAPI stuff. after shortly reading into README.ATAPI i was quite shure that it could not handle my actual problem simply due to its release date and the fact,

[Bug 1203559] Re: wodim doesn't find my DVD writer

2014-10-12 Thread Vincent Gerris
Same issue here. What is even more disturbing is that I am pretty sure that I could just burn to external USB dvd writers before. Somehow I can't anymore with either Brasero or disc burner. As a workaround I did the following: add : wodim dev=/dev/sr0 --devices to /etc/wodim.conf Use this

[Bug 1203559] Re: wodim doesn't find my DVD writer

2014-09-15 Thread Rolf Leggewie
Still the same in trusty ** Tags added: trusty ** Changed in: cdrkit (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1203559 Title: wodim doesn't find my

[Bug 1203559] Re: wodim doesn't find my DVD writer

2014-01-26 Thread Sam Mingolelli
Ran into the same problem on Fedora 19. The posted workaround worked there too: $ wodim dev=/dev/sr0 --devices As an alternative that always worked was to use `-prcap` instead though. $ wodim -prcap wodim: Operation not permitted. Warning: Cannot raise RLIMIT_MEMLOCK limits. Device was not

[Bug 1203559] Re: wodim doesn't find my DVD writer

2013-12-19 Thread Saikat Banerjee
More info about the bug: running wodim with strace shows that it tries to open all the drives /dev/hda through /dev/hdz, then everything from /dev/scd0 through /dev/scd255, and then it quits. $ strace wodim --devices http://pastebin.com/7AXsRa4s If, however, I specify the path, then it is

[Bug 1203559] Re: wodim doesn't find my DVD writer

2013-11-30 Thread Schily
You are not using recent original software but something that is unmaintained since May 2007. Do not expect to get any help for this dead code as the people behind it stopped even answering to bug reports many yearsa ago. I recommend you to upgrade to recent original software from:

Re: [Bug 1203559] Re: wodim doesn't find my DVD writer

2013-11-30 Thread Nigel Horne
On 30/11/13 06:54, Schily wrote: You are not using recent original software but something that is unmaintained since May 2007. Do not expect to get any help for this dead code as the people behind it stopped even answering to bug reports many yearsa ago. I recommend you to upgrade to

[Bug 1203559] Re: wodim doesn't find my DVD writer

2013-11-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: cdrkit (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1203559 Title:

Re: [Bug 1203559] Re: wodim doesn't find my DVD writer

2013-07-22 Thread Nigel Horne
On 22/07/2013 00:55, Daniel Letzeisen wrote: wodim does that for me too. Try this (substitute your drive name for sr0) wodim dev=/dev/sr0 -checkdrive I get this: Device type: Removable CD-ROM Version: 5 Response Format: 2 Capabilities : Vendor_info: 'HL-DT-ST'

[Bug 1203559] Re: wodim doesn't find my DVD writer

2013-07-22 Thread Daniel Letzeisen
Put a writable dvd in the drive and try again... mmc_dvd The generic SCSI-3/mmc-2 DVD-R/DVD-RW driver is auto-selected whenever wodim finds a MMC-2 or MMC-3 compliant drive that supports to write DVDs and an appropriate medium is loaded. -- You

[Bug 1203559] Re: wodim doesn't find my DVD writer

2013-07-21 Thread Daniel Letzeisen
wodim does that for me too. Try this (substitute your drive name for sr0) wodim dev=/dev/sr0 -checkdrive If it works, you can set cdrom= /dev/sr0 in /etc/wodim.conf -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.