Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-26 Thread Borislav Petkov
On Tue, Feb 26, 2008 at 03:52:13PM +0100, Andreas Schwab wrote: > Borislav Petkov <[EMAIL PROTECTED]> writes: > > > On Mon, Feb 25, 2008 at 11:08:55PM +0100, Andreas Schwab wrote: > >> Borislav Petkov <[EMAIL PROTECTED]> writes: > >> > >> > On Mon, Feb 25, 2008 at 08:38:22PM +0100, Andreas Schwab

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-26 Thread Andreas Schwab
Borislav Petkov <[EMAIL PROTECTED]> writes: > On Mon, Feb 25, 2008 at 11:08:55PM +0100, Andreas Schwab wrote: >> Borislav Petkov <[EMAIL PROTECTED]> writes: >> >> > On Mon, Feb 25, 2008 at 08:38:22PM +0100, Andreas Schwab wrote: >> >> "Kiyoshi Ueda" <[EMAIL PROTECTED]> writes: >> >> >> >> > I'm

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-25 Thread Borislav Petkov
On Mon, Feb 25, 2008 at 11:08:55PM +0100, Andreas Schwab wrote: > Borislav Petkov <[EMAIL PROTECTED]> writes: > > > On Mon, Feb 25, 2008 at 08:38:22PM +0100, Andreas Schwab wrote: > >> "Kiyoshi Ueda" <[EMAIL PROTECTED]> writes: > >> > >> > I'm looking at this problem, but currently no idea why th

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-25 Thread Andreas Schwab
Borislav Petkov <[EMAIL PROTECTED]> writes: > On Mon, Feb 25, 2008 at 08:38:22PM +0100, Andreas Schwab wrote: >> "Kiyoshi Ueda" <[EMAIL PROTECTED]> writes: >> >> > I'm looking at this problem, but currently no idea why the conversion >> > to blk_end_request causes it. >> >> cdrom_newpc_intr appa

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-25 Thread Borislav Petkov
On Mon, Feb 25, 2008 at 08:38:22PM +0100, Andreas Schwab wrote: > "Kiyoshi Ueda" <[EMAIL PROTECTED]> writes: > > > I'm looking at this problem, but currently no idea why the conversion > > to blk_end_request causes it. > > cdrom_newpc_intr apparently never sets rq->sense_len. > actually it does

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-25 Thread Andreas Schwab
"Kiyoshi Ueda" <[EMAIL PROTECTED]> writes: > I'm looking at this problem, but currently no idea why the conversion > to blk_end_request causes it. cdrom_newpc_intr apparently never sets rq->sense_len. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstr

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-25 Thread Andreas Schwab
"Kiyoshi Ueda" <[EMAIL PROTECTED]> writes: > o Have you tried bisecting the kernel changes to find suspicious >commit? If so, that information will be much appreciated. That is close to impossible. Intervening kernels either don't boot or crash while burning. Especially the one with the b

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-24 Thread Kiyoshi Ueda
Hi Andreas, On Sat, 23 Feb 2008 16:47:50 +0100, Andreas Schwab wrote: Kiyoshi Ueda <[EMAIL PROTECTED]> writes: > Could you try this patch? > I've only done a compile test, so this patch may not work. Unfortunately, that is not enough to get DVD burning working again. This is the error that gro

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-24 Thread Andreas Schwab
Borislav Petkov <[EMAIL PROTECTED]> writes: > burning a dvd here with growisofs works just fine. You probably don't have a Pioneer. > However, my strace -v won't dereference the struct pointer passed to > the ioctl: I use strace 4.5.16. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-24 Thread Borislav Petkov
On Sat, Feb 23, 2008 at 04:47:50PM +0100, Andreas Schwab wrote: > Kiyoshi Ueda <[EMAIL PROTECTED]> writes: > > > Could you try this patch? > > I've only done a compile test, so this patch may not work. > > Unfortunately, that is not enough to get DVD burning working again. > This is the error tha

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-23 Thread Andreas Schwab
Kiyoshi Ueda <[EMAIL PROTECTED]> writes: > Could you try this patch? > I've only done a compile test, so this patch may not work. Unfortunately, that is not enough to get DVD burning working again. This is the error that growisofs is getting: ioctl(6, SG_IO, {'S', SG_DXFER_TO_DEV, cmd[10]=[2a, 0

Re: [PATCH] ide-cd: fix missing residual count setting in DMA mode (Was 2.6.25-rc1/2 CD/DVD burning broken)

2008-02-18 Thread Bartlomiej Zolnierkiewicz
On Tuesday 19 February 2008, Kiyoshi Ueda wrote: > Hi, > > On Mon, 18 Feb 2008 23:37:48 +0100, Borislav Petkov wrote: > > On Mon, Feb 18, 2008 at 09:20:41PM +0100, Borislav Petkov wrote: > > > On Mon, Feb 18, 2008 at 01:58:27PM -0500, Kiyoshi Ueda wrote: > > > > Hi Andreas, > > > > > > > > On Sat

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-18 Thread Jan Engelhardt
On Feb 18 2008 11:31, Frans Pop wrote: >> > >> > There is also the 100% certainty that this reply was from a known troll >> > and should just be ignored. >> >> That was rude, crude and uncalled for. > >I have no problems with my reply being called "rude" or "crude". After all, >I wasn't even remo

[PATCH] ide-cd: fix missing residual count setting in DMA mode (Was 2.6.25-rc1/2 CD/DVD burning broken)

2008-02-18 Thread Kiyoshi Ueda
Hi, On Mon, 18 Feb 2008 23:37:48 +0100, Borislav Petkov wrote: > On Mon, Feb 18, 2008 at 09:20:41PM +0100, Borislav Petkov wrote: > > On Mon, Feb 18, 2008 at 01:58:27PM -0500, Kiyoshi Ueda wrote: > > > Hi Andreas, > > > > > > On Sat, 16 Feb 2008 21:52:21 +0100, Andreas Schwab wrote: > > > > Since

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-18 Thread Borislav Petkov
On Mon, Feb 18, 2008 at 09:20:41PM +0100, Borislav Petkov wrote: > On Mon, Feb 18, 2008 at 01:58:27PM -0500, Kiyoshi Ueda wrote: > > Hi Andreas, > > > > On Sat, 16 Feb 2008 21:52:21 +0100, Andreas Schwab wrote: > > > Since commit aaa04c28cb9a1efd42541fdb7ab648231c2a2263 [blk_end_request: > > > cha

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-18 Thread Borislav Petkov
On Mon, Feb 18, 2008 at 01:58:27PM -0500, Kiyoshi Ueda wrote: > Hi Andreas, > > On Sat, 16 Feb 2008 21:52:21 +0100, Andreas Schwab wrote: > > Since commit aaa04c28cb9a1efd42541fdb7ab648231c2a2263 [blk_end_request: > > changing ide-cd (take 4)] I cannot burn any CD/DVD any more, getting the > > fol

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-18 Thread Andreas Schwab
Kiyoshi Ueda <[EMAIL PROTECTED]> writes: > Could you try this patch? > I've only done a compile test, so this patch may not work. > > During the conversion to blk_end_request, the code was changed > *not* to set rq->data_len = 0. > I removed that part because I thought it was just a trigger to > c

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-18 Thread Laura Garcia
It works great for me. Thanks, Laura. Kiyoshi Ueda wrote: Hi Andreas, On Sat, 16 Feb 2008 21:52:21 +0100, Andreas Schwab wrote: Since commit aaa04c28cb9a1efd42541fdb7ab648231c2a2263 [blk_end_request: changing ide-cd (take 4)] I cannot burn any CD/DVD any more, getting the following error from

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-18 Thread Kiyoshi Ueda
Hi Andreas, On Sat, 16 Feb 2008 21:52:21 +0100, Andreas Schwab wrote: > Since commit aaa04c28cb9a1efd42541fdb7ab648231c2a2263 [blk_end_request: > changing ide-cd (take 4)] I cannot burn any CD/DVD any more, getting the > following error from wodim: > > Errno: 0 (Success), write_g1 scsi sendcmd: n

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-18 Thread Bartlomiej Zolnierkiewicz
Hi, On Feb 16, 2008 9:52 PM, Andreas Schwab <[EMAIL PROTECTED]> wrote: > Since commit aaa04c28cb9a1efd42541fdb7ab648231c2a2263 [blk_end_request: > changing ide-cd (take 4)] I cannot burn any CD/DVD any more, getting the > following error from wodim: > > Errno: 0 (Success), write_g1 scsi sendcmd: n

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-18 Thread Mike Galbraith
On Mon, 2008-02-18 at 11:31 +0100, Frans Pop wrote: > On Monday 18 February 2008, Mike Galbraith wrote: > > On Mon, 2008-02-18 at 09:46 +0100, Frans Pop wrote: > > > Joerg Schilling wrote: > > > > This fragment is much too short to allow to judge on possible > > > > reasons. There is a high probab

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-18 Thread Jan Engelhardt
On Feb 18 2008 12:28, Joerg Schilling wrote: > >> >This fragment is much too short to allow to judge on possible reasons. >> >There is a high probability that your problem is caused by the cdrecord >> >fork called "wodim". >> > >> [...] >> > >> >As a general advise: if you have problems, always fi

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-18 Thread Joerg Schilling
Jan Engelhardt <[EMAIL PROTECTED]> wrote: > >This fragment is much too short to allow to judge on possible reasons. > >There is a high probability that your problem is caused by the cdrecord > >fork called "wodim". > > > [...] > > > >As a general advise: if you have problems, always first try rece

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-18 Thread Frans Pop
On Monday 18 February 2008, Mike Galbraith wrote: > On Mon, 2008-02-18 at 09:46 +0100, Frans Pop wrote: > > Joerg Schilling wrote: > > > This fragment is much too short to allow to judge on possible > > > reasons. There is a high probability that your problem is caused by > > > the cdrecord fork ca

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-18 Thread Mike Galbraith
On Mon, 2008-02-18 at 09:46 +0100, Frans Pop wrote: > Joerg Schilling wrote: > > This fragment is much too short to allow to judge on possible reasons. > > There is a high probability that your problem is caused by the cdrecord > > fork called "wodim". > > There is also the 100% certainty that th

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-18 Thread Frans Pop
Joerg Schilling wrote: > This fragment is much too short to allow to judge on possible reasons. > There is a high probability that your problem is caused by the cdrecord > fork called "wodim". There is also the 100% certainty that this reply was from a known troll and should just be ignored. -- To

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-17 Thread Jan Engelhardt
On Feb 18 2008 00:21, Joerg Schilling wrote: > >> changing ide-cd (take 4)] I cannot burn any CD/DVD any more, getting the >> following error from wodim: > >> Errno: 0 (Success), write_g1 scsi sendcmd: no error >> CDB: 2A 00 00 00 00 00 00 00 1F 00 >> status: 0x2 (CHECK CONDITION) >> Sense B

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-17 Thread Joerg Schilling
> changing ide-cd (take 4)] I cannot burn any CD/DVD any more, getting the > following error from wodim: > Errno: 0 (Success), write_g1 scsi sendcmd: no error > CDB: 2A 00 00 00 00 00 00 00 1F 00 > status: 0x2 (CHECK CONDITION) > Sense Bytes: 70 00 05 00 00 00 00 0E 00 00 00 00 21 02 00 00

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-17 Thread Andreas Schwab
Mark Lord <[EMAIL PROTECTED]> writes: > Andreas Schwab wrote: >> Jeff Garzik <[EMAIL PROTECTED]> writes: >> >>> Andreas Schwab wrote: Since commit aaa04c28cb9a1efd42541fdb7ab648231c2a2263 [blk_end_request: changing ide-cd (take 4)] I cannot burn any CD/DVD any more, getting the foll

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-16 Thread Mark Lord
Andreas Schwab wrote: Jeff Garzik <[EMAIL PROTECTED]> writes: Andreas Schwab wrote: Since commit aaa04c28cb9a1efd42541fdb7ab648231c2a2263 [blk_end_request: changing ide-cd (take 4)] I cannot burn any CD/DVD any more, getting the following error from wodim: Errno: 0 (Success), write_g1 scsi se

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-16 Thread Andreas Schwab
Jeff Garzik <[EMAIL PROTECTED]> writes: > Andreas Schwab wrote: >> Since commit aaa04c28cb9a1efd42541fdb7ab648231c2a2263 [blk_end_request: >> changing ide-cd (take 4)] I cannot burn any CD/DVD any more, getting the >> following error from wodim: >> >> Errno: 0 (Success), write_g1 scsi sendcmd: no

Re: 2.6.25-rc1/2 CD/DVD burning broken

2008-02-16 Thread Jeff Garzik
Andreas Schwab wrote: Since commit aaa04c28cb9a1efd42541fdb7ab648231c2a2263 [blk_end_request: changing ide-cd (take 4)] I cannot burn any CD/DVD any more, getting the following error from wodim: Errno: 0 (Success), write_g1 scsi sendcmd: no error CDB: 2A 00 00 00 00 00 00 00 1F 00 status: 0x2 (

2.6.25-rc1/2 CD/DVD burning broken

2008-02-16 Thread Andreas Schwab
Since commit aaa04c28cb9a1efd42541fdb7ab648231c2a2263 [blk_end_request: changing ide-cd (take 4)] I cannot burn any CD/DVD any more, getting the following error from wodim: Errno: 0 (Success), write_g1 scsi sendcmd: no error CDB: 2A 00 00 00 00 00 00 00 1F 00 status: 0x2 (CHECK CONDITION) Sense B