2003-07-20 13:27:43

by Andrew Thompson

[permalink] [raw]
Subject: Enabling SCSI emulation in 2.6 kernel causes lockups.

I've been playing around with the latest dev kernels and I've had a
strange problem where linux locks up after about 10 minutes of use in
Xfree. I first noticed this problem in 2.5.75 and I've also experienced
it with 2.6 test1 and 2.6 test1-mm1 with and without the O7int patch.

Basically what happens is the audio in playing starts looping, the LED
that indicates disk activity stays on constantly and the computer stops
responding.

By removing all superfluous kernel options and gradually adding them
again I've narrowed down the cause to SCSI emulation for ATAPI CD
burners. I can enable basic SCSI support without a problem but if I
enable the SCSI emulation, the SCSI Cd-Rom support and the generic SCSI
support the kernel locks up as reported above. I haven't tried each of
those options separately (crashing linux repeatedly and having to
recompile the kernel the whole time is a PITA) but I'm willing to do
that if anyone thinks it would be useful.

My current system is an ASUS A7M266-D with 1024 megs of ram, a SB-Live
card running with the OSS drivers and a Geforce 2 Ti 500 using the
nvidia kernel module.

If any more information is required please ask me.

TIA,

Andrew Thompson.


2003-07-20 14:15:31

by Rudolf Thomas

[permalink] [raw]
Subject: Re: Enabling SCSI emulation in 2.6 kernel causes lockups.

> [snip] I can enable basic SCSI support without a problem but if I
> enable the SCSI emulation, the SCSI Cd-Rom support and the generic SCSI
> support the kernel locks up as reported above.

ide-scsi is broken in 2.6-test, use ide-cd and get updated cdrtools.

See http://www.codemonkey.org.uk/post-halloween-2.5.txt

Rudo.