[Fwd: cat /proc/ide/ide1/hdc/identify hangs]

From: Jeroen Makkinje
Date: Wed Sep 10 2003 - 10:54:48 EST




---------------------- Original Message -----------------------
Subject: cat /proc/ide/ide1/hdc/identify hangs
From: "Jeroen Makkinje" <j.makkinje@xxxxxxxxx>
Date: Wed, September 10, 2003 3:11 pm
To: linux-ide@xxxxxxxxxxxxxxx
---------------------------------------------------------------


My problem is simple:

cat /proc/ide/ide1/hdc/identify
does hang in version linux.2.6.0-test5
but it does not hang in version
./linux.2.4.20-4GB that comes default
with SuSE 8.2.

cat /proc/ide/ide1/hdc/capacity sometimes
also hangs but not reproducable.

I have executed the script ./gen_err
(given below) to generate some information
while running each of the kernel version.

The output files are put in:
http://www.xs4all.nl/~makkij/error_report/


I did remove "hdc=ide-scsi" from
the grub conf file. This had no effect.

I hope you can assist me. Either to
fix the problem or to generate more infor-
nation.

The original posting is posted to
linux-ide@xxxxxxxxxxxxxxx

I have send a copy to Andi Kleen
He reported a similar problem
with subject "taskfile merge breaking suse hwscan"



==========
./gen_err:
==========

#!/bin/bash
rm -i *
dmesg > dmesg
(strace -v cat /proc/ide/ide1/hdc/identify ) &> strace_identify
(strace -v cat /proc/ide/ide1/hdc/capacity ) &> strace_capacity
cat /proc/ide/ide1/hdc/driver > driver
cat /proc/ide/ide1/hdc/media > media
cat /proc/ide/ide1/hdc/model > model
cat /proc/ide/ide1/hdc/settings > settings
sh
/home/jeroenm/Documents/kernels/linux-2.6.0-test4/scripts/ver_linux
> ver_linux
cat /proc/version > version
cat /proc/cpuinfo > cpuinfo
cat /proc/modules > modules
cat /proc/ioports > ioports
lspci -vvv > lspci
cat /proc/scsi/scsi > scsi
cat /boot/grub/menu.lst > bootloader
cat /proc/ide/sis > sis
cat /proc/ide/drivers > drivers





--
Jeroen Makkinje
Pascalsingel 10
1277 EL Huizen
035-5257431
-----------------------------
j.makkinje@xxxxxxxxx
fam.makkinje@xxxxxxxxx
j.makkinje@xxxxxxxxxx
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/