[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Ability to write to CD-R went away?



On 2010-12-02 13:58:00 -0700, lbmlist@hethcote.com wrote:
> 
> Hi all, I have a problem that is causing me difficulty debugging
> and/or deciding where to send a bug report.
> 
> Under lenny with 2.6.26-2-amd64 I can write both CD-R and CD-RW
> media on the Pioneer and Plextor drives on my system. Upgraded to
> squeeze and 2.6.32-5-amd64 and I can no longer write CD-R but I can
> write CD-RW. I can write CD-Rs with 2.6.26 and squeeze (but then I
> lose Xwindows).

I only have one small idea. Device names changed between 2.6.26 and
2.6.32, and this caused me some problems with wodim. Prior to the
change, I did something like:

    wodim dev=/dev/hdc ...

After the change, I had to switch the terminology:

    wodim dev='/dev/scd0' ...

Maybe you have some old device names buried in scripts that worked
in the past? You can do "wodim --devices" to get a list of the
current device names according to wodim, and maybe search through
any scripts or wodim config files for stale information?

You can safely ignore this idea if it is too basic.

Phil


Reply to: