2002-06-01 18:18:17

by Christian Thalinger

[permalink] [raw]
Subject: linux-2.4.19-pre9 and sym53c8xx problem

Since 2.4.19-pre8 cdrecord does not work anymore. It worked with -pre6,
-pre7 i've missed, don't know about this one. Maybe i'll try it after
this mail.

[root@sector17:/proc/scsi]# uname -a
Linux sector17.home.at 2.4.19-pre9 #2 SMP Sat Jun 1 19:31:25 CEST 2002 i686 unknown
[root@sector17:/proc/scsi]# cdrecord -scanbus
Cdrecord 1.11a08 (i686-pc-linux-gnu) Copyright (C) 1995-2001 J?rg Schilling
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.


Jun 1 19:38:28 (none) kernel: SCSI subsystem driver Revision: 1.00
Jun 1 19:38:28 (none) kernel: sym53c8xx: at PCI bus 0, device 9, function 0
Jun 1 19:38:28 (none) kernel: sym53c8xx: setting PCI_COMMAND_PARITY...(fix-up)
Jun 1 19:38:28 (none) kernel: sym53c8xx: 53c810a detected with Symbios NVRAM
Jun 1 19:38:28 (none) kernel: sym53c810a-0: rev 0x23 on pci bus 0 device 9 function 0 irq 5
Jun 1 19:38:28 (none) kernel: sym53c810a-0: Symbios format NVRAM, ID 7, Fast-10, Parity Checking
Jun 1 19:38:28 (none) kernel: sym53c810a-0: restart (scsi reset).
Jun 1 19:38:28 (none) kernel: scsi0 : sym53c8xx-1.7.3c-20010512
Jun 1 19:38:33 (none) kernel: Vendor: PLEXTOR Model: CD-R PX-W1210S Rev: 1.01
Jun 1 19:38:33 (none) kernel: Type: CD-ROM ANSI SCSI revision: 02

Any known issues?

Regards.


2002-06-02 00:36:46

by Douglas Gilbert

[permalink] [raw]
Subject: Re: linux-2.4.19-pre9 and sym53c8xx problem

Christian Thalinger wrote:
> Since 2.4.19-pre8 cdrecord does not work anymore. It worked with -pre6,
> -pre7 i've missed, don't know about this one. Maybe i'll try it after
> this mail.
>
> [root@sector17:/proc/scsi]# uname -a
> Linux sector17.home.at 2.4.19-pre9 #2 SMP Sat Jun 1 19:31:25 CEST 2002
> i686 unknown
> [root@sector17:/proc/scsi]# cdrecord -scanbus
> Cdrecord 1.11a08 (i686-pc-linux-gnu) Copyright (C) 1995-2001 J?rg Schilling
> cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open
> SCSI driver.
> cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are
> root.

Christian,
What does the output of "cat /proc/scsi/sg/*" look like?

Cdrecord should see your plextor writer both as /dev/scd0
and /dev/sg0 (assuming you don't have any other scsi devices).
Cdrecord goes on to scan the parallel generic devices (i.e. /dev/pg*)
if it doesn't find anything suitable on its /dev/sg* scan.

Your post doesn't supply any information that would link
this problem with the sym53c8xxx driver. If there is some
problem then there will be some "noise" in the /var/log/messages
file [typically showing multiple scsi bus resets].

BTW The "-vv" switch (and/or "-VV") on cdrecord will yield more
debug information. strace may also be useful.

Doug Gilbert

2002-06-02 14:25:49

by Christian Thalinger

[permalink] [raw]
Subject: Re: linux-2.4.19-pre9 and sym53c8xx problem

On Sun, 2002-06-02 at 02:34, Douglas Gilbert wrote:
> Christian,
> What does the output of "cat /proc/scsi/sg/*" look like?
>
> Cdrecord should see your plextor writer both as /dev/scd0
> and /dev/sg0 (assuming you don't have any other scsi devices).
> Cdrecord goes on to scan the parallel generic devices (i.e. /dev/pg*)
> if it doesn't find anything suitable on its /dev/sg* scan.
>
> Your post doesn't supply any information that would link
> this problem with the sym53c8xxx driver. If there is some
> problem then there will be some "noise" in the /var/log/messages
> file [typically showing multiple scsi bus resets].
>
> BTW The "-vv" switch (and/or "-VV") on cdrecord will yield more
> debug information. strace may also be useful.
>
> Doug Gilbert
>

Sorry, was my fault. Lost CONFIG_CHR_DEV_SG during make oldconfig.

Anyway, thanks for your reply. It helped to find the problem...