* no ZIP (250) with 2.4.21-rc1-ac3...
@ 2003-04-29 16:49 Gregoire Favre
2003-04-29 18:30 ` Paul Bristow
0 siblings, 1 reply; 3+ messages in thread
From: Gregoire Favre @ 2003-04-29 16:49 UTC (permalink / raw)
To: linux-kernel
Hello,
I have first tried to boot it with the ZIP in the drive, but without
sucess :-(
Now, I have booted without a disk in the drive, and only got those
errors:
Uniform Multi-Platform E-IDE driver Revision: 7.00beta3-.2.4
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH4: IDE controller at PCI slot 00:1f.1
ICH4: chipset revision 1
ICH4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:DMA, hdd:pio
hda: IC35L120AVVA07-0, ATA DISK drive
hdb: IOMEGA ZIP 250 ATAPI, ATAPI FLOPPY drive
blk: queue c03d3760, I/O limit 4095Mb (mask 0xffffffff)
hdc: SONY DVD RW DRU-500A, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: attached ide-disk driver.
hda: host protected area => 1
hda: 241254720 sectors (123522 MB) w/1863KiB Cache, CHS=15017/255/63, UDMA(100)
hdb: attached ide-scsi driver.
hdc: attached ide-scsi driver.
Partition check:
/dev/ide/host0/bus0/target0/lun0: p1 p2 p3 p4 < p5 p6 >
hdb:<3>ide-scsi: hdb: unsupported command in request queue (0)
end_request: I/O error, dev 03:40 (hdb), sector 0
ide-scsi: hdb: unsupported command in request queue (0)
end_request: I/O error, dev 03:40 (hdb), sector 2
ide-scsi: hdb: unsupported command in request queue (0)
end_request: I/O error, dev 03:40 (hdb), sector 4
ide-scsi: hdb: unsupported command in request queue (0)
end_request: I/O error, dev 03:40 (hdb), sector 6
ide-scsi: hdb: unsupported command in request queue (0)
end_request: I/O error, dev 03:40 (hdb), sector 0
ide-scsi: hdb: unsupported command in request queue (0)
end_request: I/O error, dev 03:40 (hdb), sector 2
ide-scsi: hdb: unsupported command in request queue (0)
end_request: I/O error, dev 03:40 (hdb), sector 4
ide-scsi: hdb: unsupported command in request queue (0)
end_request: I/O error, dev 03:40 (hdb), sector 6
unable to read partition table
SCSI subsystem driver Revision: 1.00
scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.28
...
SCSI device sdb: 71687370 512-byte hdwr sectors (36704 MB)
/dev/scsi/host0/bus0/target15/lun0: p1 p2
sdc : READ CAPACITY failed.
sdc : status = 0, message = 00, host = 0, driver = 28
Current sd00:00: sns = 70 2
ASC=3a ASCQ= 0
Raw sense data:0x70 0x00 0x02 0x00 0x00 0x00 0x00 0x12 0x00 0x00 0x00 0x00 0x3a 0x00 0x00 0x00 0x00 0x00 0xff 0xfe 0x01 0x03 0x31 0x01 0xce 0x5a
sdc : block size assumed to be 512 bytes, disk size 1GB.
/dev/scsi/host2/bus0/target0/lun0: I/O error: dev 08:20, sector 0
I/O error: dev 08:20, sector 0
unable to read partition table
I have an MSI Max2-BLR.
I don't know which other info I should send for this problem?
Grégoire
________________________________________________________________
http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: no ZIP (250) with 2.4.21-rc1-ac3...
2003-04-29 16:49 no ZIP (250) with 2.4.21-rc1-ac3 Gregoire Favre
@ 2003-04-29 18:30 ` Paul Bristow
2003-04-29 20:43 ` Gregoire Favre
0 siblings, 1 reply; 3+ messages in thread
From: Paul Bristow @ 2003-04-29 18:30 UTC (permalink / raw)
To: Gregoire Favre; +Cc: linux-kernel
Gregoire Favre wrote:
>Hello,
>
>I have first tried to boot it with the ZIP in the drive, but without
>sucess :-(
>Now, I have booted without a disk in the drive, and only got those
>errors:
>
>
You could use the ide-floppy driver instead of the ide-scsi driver.
This should work.
> Grégoire
>________________________________________________________________
>
>
--
Paul
Email: paul@paulbristow.net
Web: http://paulbristow.net
ICQ: 11965223
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: no ZIP (250) with 2.4.21-rc1-ac3...
2003-04-29 18:30 ` Paul Bristow
@ 2003-04-29 20:43 ` Gregoire Favre
0 siblings, 0 replies; 3+ messages in thread
From: Gregoire Favre @ 2003-04-29 20:43 UTC (permalink / raw)
To: Paul Bristow; +Cc: linux-kernel
On Tue, Apr 29, 2003 at 08:30:22PM +0200, Paul Bristow wrote:
> You could use the ide-floppy driver instead of the ide-scsi driver.
> This should work.
You are completely right ;-)
It works really good, thank you very much,
Grégoire
________________________________________________________________
http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-04-29 20:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-29 16:49 no ZIP (250) with 2.4.21-rc1-ac3 Gregoire Favre
2003-04-29 18:30 ` Paul Bristow
2003-04-29 20:43 ` Gregoire Favre
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®