public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* How come that in kernel 2.6.11 a dvd is readable, but not in kernel 2.6.12?
@ 2005-07-31 11:14 apache
  2005-07-31 12:20 ` Francois Romieu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: apache @ 2005-07-31 11:14 UTC (permalink / raw)
  To: linux-kernel

Hi every,
HW: Dell Inspirion 8100
root@rosetta ~> lspci
00:00.0 Host bridge: Intel Corporation 82815 815 Chipset Host Bridge and 
Memory Controller Hub (rev 04)
00:01.0 PCI bridge: Intel Corporation 82815 815 Chipset AGP Bridge (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801BAM ISA Bridge (LPC) (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801BAM IDE U100 (rev 03)
00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #1) (rev 03)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility 
M7 LW [Radeon Mobility 7500]
02:03.0 Multimedia audio controller: ESS Technology ES1983S Maestro-3i 
PCI Audio Accelerator (rev 10)
02:06.0 Ethernet controller: 3Com Corporation 3c556 Hurricane CardBus 
[Cyclone] (rev 10)
02:06.1 Communication controller: 3Com Corporation Mini PCI 56k Winmodem 
(rev 10)
02:0f.0 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus Controller
02:0f.1 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus Controller
02:0f.2 FireWire (IEEE 1394): Texas Instruments PCI4451 IEEE-1394 Controller
root@rosetta ~>

root@rosetta ~> uname -a
Linux rosetta.ayni.com 2.6.11-1.27_FC3_cubbi3_swsusp2 #1 Thu Jun 2 
15:49:23 CEST 2005 i686 i686 i386 GNU/Linux
root@rosetta ~>



I write a DVD on another Linux machine,

tico:~ # lspci
0000:00:00.0 Host bridge: Silicon Integrated Systems [SiS] 
661FX/M661FX/M661MX Host (rev 11)
0000:00:01.0 PCI bridge: Silicon Integrated Systems [SiS]: Unknown 
device 0003
0000:00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS964 [MuTIOL 
Media IO] (rev 36)
0000:00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] 
(rev 01)
0000:00:02.7 Multimedia audio controller: Silicon Integrated Systems 
[SiS] Sound Controller (rev a0)
0000:00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 
Controller (rev 0f)
0000:00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 
Controller (rev 0f)
0000:00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 
Controller (rev 0f)
0000:00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 
Controller
0000:00:0b.0 Communication controller: Agere Systems (former Lucent 
Microelectronics) V.92 56K WinModem (rev 03)
0000:00:0d.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host 
Controller (rev 80)
0000:00:0e.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ (rev 10)
0000:01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 
661FX/M661FX/M661MX/741/M741/760/M760 PCI/AGP
tico:~ #
tico:~ # uname -a
Linux tico 2.6.8-24.11-default #1 Fri Jan 14 13:01:26 UTC 2005 i686 i686 
i386 GNU/Linux
tico:~ #

but when I read that DVD on the original machine, the system is stuck, 
no CTRL-ALT-DEL accepted, no keyboard input, no mouse, no CTRL-ALT-BKSP, 
all blocked.
when I read the same DVD on the second machine, where I wrote it, 
everything is fine.
when I boot the original machine with kernel-2.6.11 everything is fine 
as well.

Fact: I can write a DVD on a machine with kernel-2.6.11, but I cannot 
read that DVD in a machine with kernel-2.6.12, even worse: the system is 
stuck.

please explain

suomi


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How come that in kernel 2.6.11 a dvd is readable, but not in kernel 2.6.12?
  2005-07-31 11:14 How come that in kernel 2.6.11 a dvd is readable, but not in kernel 2.6.12? apache
@ 2005-07-31 12:20 ` Francois Romieu
  2005-07-31 15:08 ` Dirk
  2005-08-10 19:31 ` Bill Davidsen
  2 siblings, 0 replies; 4+ messages in thread
From: Francois Romieu @ 2005-07-31 12:20 UTC (permalink / raw)
  To: apache; +Cc: linux-kernel

apache <apache@ayni.com> :
[...]
> Fact: I can write a DVD on a machine with kernel-2.6.11, but I cannot 
> read that DVD in a machine with kernel-2.6.12, even worse: the system is 
> stuck.
> 
> please explain

I can't explain but we may try to fix it with your help.

As a general remark, dmesg + .config + lspci -vx/lsmod help figuring the
hardware environment.

1 - can the regression be reproduced with last -rc (namely 2.6.13-rc4) ?
2 - if yes, can you isolate a simple operation to trigger the bug: I assume
    you read the DVD from hell with some nice viewer under X. Can you
    reproduce the bug in a simple console, without X, through a 'dd'
    command for instance ?
3 - if so, did you notice extra messages ? Is led activity available ?
4 - if you are still stuck, you can start a binary search on the 2.6.12-rc
    kernels, then on the 2.6.12-rcX-gitY to isolate the trigger (it may not
    necessarily be the culprit).

--
Ueimor

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How come that in kernel 2.6.11 a dvd is readable, but not in kernel 2.6.12?
  2005-07-31 11:14 How come that in kernel 2.6.11 a dvd is readable, but not in kernel 2.6.12? apache
  2005-07-31 12:20 ` Francois Romieu
@ 2005-07-31 15:08 ` Dirk
  2005-08-10 19:31 ` Bill Davidsen
  2 siblings, 0 replies; 4+ messages in thread
From: Dirk @ 2005-07-31 15:08 UTC (permalink / raw)
  To: apache; +Cc: linux-kernel

apache wrote:
> Hi every,
> HW: Dell Inspirion 8100
> root@rosetta ~> lspci
> 00:00.0 Host bridge: Intel Corporation 82815 815 Chipset Host Bridge and
> Memory Controller Hub (rev 04)
> 00:01.0 PCI bridge: Intel Corporation 82815 815 Chipset AGP Bridge (rev 04)
> 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 03)
> 00:1f.0 ISA bridge: Intel Corporation 82801BAM ISA Bridge (LPC) (rev 03)
> 00:1f.1 IDE interface: Intel Corporation 82801BAM IDE U100 (rev 03)
> 00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #1) (rev 03)
> 01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility
> M7 LW [Radeon Mobility 7500]
> 02:03.0 Multimedia audio controller: ESS Technology ES1983S Maestro-3i
> PCI Audio Accelerator (rev 10)
> 02:06.0 Ethernet controller: 3Com Corporation 3c556 Hurricane CardBus
> [Cyclone] (rev 10)
> 02:06.1 Communication controller: 3Com Corporation Mini PCI 56k Winmodem
> (rev 10)
> 02:0f.0 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus
> Controller
> 02:0f.1 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus
> Controller
> 02:0f.2 FireWire (IEEE 1394): Texas Instruments PCI4451 IEEE-1394
> Controller
> root@rosetta ~>
> 
> root@rosetta ~> uname -a
> Linux rosetta.ayni.com 2.6.11-1.27_FC3_cubbi3_swsusp2 #1 Thu Jun 2
> 15:49:23 CEST 2005 i686 i686 i386 GNU/Linux
> root@rosetta ~>
> 
> 
> 
> I write a DVD on another Linux machine,
> 
> tico:~ # lspci
> 0000:00:00.0 Host bridge: Silicon Integrated Systems [SiS]
> 661FX/M661FX/M661MX Host (rev 11)
> 0000:00:01.0 PCI bridge: Silicon Integrated Systems [SiS]: Unknown
> device 0003
> 0000:00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS964 [MuTIOL
> Media IO] (rev 36)
> 0000:00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE]
> (rev 01)
> 0000:00:02.7 Multimedia audio controller: Silicon Integrated Systems
> [SiS] Sound Controller (rev a0)
> 0000:00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0
> Controller (rev 0f)
> 0000:00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0
> Controller (rev 0f)
> 0000:00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0
> Controller (rev 0f)
> 0000:00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0
> Controller
> 0000:00:0b.0 Communication controller: Agere Systems (former Lucent
> Microelectronics) V.92 56K WinModem (rev 03)
> 0000:00:0d.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host
> Controller (rev 80)
> 0000:00:0e.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
> RTL-8139/8139C/8139C+ (rev 10)
> 0000:01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS]
> 661FX/M661FX/M661MX/741/M741/760/M760 PCI/AGP
> tico:~ #
> tico:~ # uname -a
> Linux tico 2.6.8-24.11-default #1 Fri Jan 14 13:01:26 UTC 2005 i686 i686
> i386 GNU/Linux
> tico:~ #
> 
> but when I read that DVD on the original machine, the system is stuck,
> no CTRL-ALT-DEL accepted, no keyboard input, no mouse, no CTRL-ALT-BKSP,
> all blocked.
> when I read the same DVD on the second machine, where I wrote it,
> everything is fine.
> when I boot the original machine with kernel-2.6.11 everything is fine
> as well.
> 
> Fact: I can write a DVD on a machine with kernel-2.6.11, but I cannot
> read that DVD in a machine with kernel-2.6.12, even worse: the system is
> stuck.
> 

2.6.12? It looks more like your "original"/tico machine uses a 2.6.8.

I assume you use cdrecord-proDVD or something for writing DVD's.
According to Joerg Schilling cdrecord doesn't work 100% with all kernels
newer than 2.6.8 including your "rosetta" 2.6.11 kernel (which you used
for reading?) because for some reason.

I use reiser4 which seems to be available only for 2.6.9+ and have to
reboot to 2.6.8 to write DVD's. Even re-enabling ide-scsi didn't help.
With 2.6.12.3 cdrecord writes DVD's only with single speed here, if at all.

Dirk

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How come that in kernel 2.6.11 a dvd is readable, but not in kernel   2.6.12?
  2005-07-31 11:14 How come that in kernel 2.6.11 a dvd is readable, but not in kernel 2.6.12? apache
  2005-07-31 12:20 ` Francois Romieu
  2005-07-31 15:08 ` Dirk
@ 2005-08-10 19:31 ` Bill Davidsen
  2 siblings, 0 replies; 4+ messages in thread
From: Bill Davidsen @ 2005-08-10 19:31 UTC (permalink / raw)
  To: apache, Linux Kernel Mailing List

apache wrote:
> Hi every,
> HW: Dell Inspirion 8100
> root@rosetta ~> lspci
> 00:00.0 Host bridge: Intel Corporation 82815 815 Chipset Host Bridge and 
> Memory Controller Hub (rev 04)
> 00:01.0 PCI bridge: Intel Corporation 82815 815 Chipset AGP Bridge (rev 04)
> 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 03)
> 00:1f.0 ISA bridge: Intel Corporation 82801BAM ISA Bridge (LPC) (rev 03)
> 00:1f.1 IDE interface: Intel Corporation 82801BAM IDE U100 (rev 03)
> 00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #1) (rev 03)
> 01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility 
> M7 LW [Radeon Mobility 7500]
> 02:03.0 Multimedia audio controller: ESS Technology ES1983S Maestro-3i 
> PCI Audio Accelerator (rev 10)
> 02:06.0 Ethernet controller: 3Com Corporation 3c556 Hurricane CardBus 
> [Cyclone] (rev 10)
> 02:06.1 Communication controller: 3Com Corporation Mini PCI 56k Winmodem 
> (rev 10)
> 02:0f.0 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus 
> Controller
> 02:0f.1 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus 
> Controller
> 02:0f.2 FireWire (IEEE 1394): Texas Instruments PCI4451 IEEE-1394 
> Controller
> root@rosetta ~>
> 
> root@rosetta ~> uname -a
> Linux rosetta.ayni.com 2.6.11-1.27_FC3_cubbi3_swsusp2 #1 Thu Jun 2 
> 15:49:23 CEST 2005 i686 i686 i386 GNU/Linux
> root@rosetta ~>
> 
> 
> 
> I write a DVD on another Linux machine,
> 
> tico:~ # lspci
> 0000:00:00.0 Host bridge: Silicon Integrated Systems [SiS] 
> 661FX/M661FX/M661MX Host (rev 11)
> 0000:00:01.0 PCI bridge: Silicon Integrated Systems [SiS]: Unknown 
> device 0003
> 0000:00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS964 [MuTIOL 
> Media IO] (rev 36)
> 0000:00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] 
> (rev 01)
> 0000:00:02.7 Multimedia audio controller: Silicon Integrated Systems 
> [SiS] Sound Controller (rev a0)
> 0000:00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 
> Controller (rev 0f)
> 0000:00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 
> Controller (rev 0f)
> 0000:00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 
> Controller (rev 0f)
> 0000:00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 
> Controller
> 0000:00:0b.0 Communication controller: Agere Systems (former Lucent 
> Microelectronics) V.92 56K WinModem (rev 03)
> 0000:00:0d.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host 
> Controller (rev 80)
> 0000:00:0e.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
> RTL-8139/8139C/8139C+ (rev 10)
> 0000:01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 
> 661FX/M661FX/M661MX/741/M741/760/M760 PCI/AGP
> tico:~ #
> tico:~ # uname -a
> Linux tico 2.6.8-24.11-default #1 Fri Jan 14 13:01:26 UTC 2005 i686 i686 
> i386 GNU/Linux
> tico:~ #
> 
> but when I read that DVD on the original machine, the system is stuck, 
> no CTRL-ALT-DEL accepted, no keyboard input, no mouse, no CTRL-ALT-BKSP, 
> all blocked.
> when I read the same DVD on the second machine, where I wrote it, 
> everything is fine.
> when I boot the original machine with kernel-2.6.11 everything is fine 
> as well.
> 
> Fact: I can write a DVD on a machine with kernel-2.6.11, but I cannot 
> read that DVD in a machine with kernel-2.6.12, even worse: the system is 
> stuck.

There *may* be an issue there, I haven't had a chance to run it down, so 
I didn't report it. I was burning a set of WBL AS4.0 CDs (not DVD), with 
2.6.12ck4. I was doing the read check of the md5sum after burn, and got 
an i/o error. I repeated this several times, and now have three CDs I 
can't read.

I tried one in another machine and it read fine (2.4.19verypatched). I 
tried it on my laptop, and two machines at home. All read it. I booted 
2.6.7rc1mm1nd (patched 2.6.7 I have been using) and the same CD now 
reads in both the fast USB CD-RW and the built in CD reader. Same Cd, 
same machine. Now up on 2.6.13rc5git1 and can't read it.

It behaves as if the read fails depending on the data read, hard as that 
is to understand with DMA devices and no bounce buffers.

I wouldn't mention this until I had more info, but it seems possibly 
related.

-- 
    -bill davidsen (davidsen@tmr.com)
"The secret to procrastination is to put things off until the
  last possible moment - but no longer"  -me

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-08-10 19:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-31 11:14 How come that in kernel 2.6.11 a dvd is readable, but not in kernel 2.6.12? apache
2005-07-31 12:20 ` Francois Romieu
2005-07-31 15:08 ` Dirk
2005-08-10 19:31 ` Bill Davidsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox