Date: Mon, 12 Feb 1996 18:07:55 -0500 (EST) From: Robert Watson <robert@fledge.watson.org> To: questions@freebsd.org Subject: SCSI Iomega zip drive Message-ID: <Pine.BSF.3.91.960212180331.349A-100000@fledge.watson.org>
next in thread | raw e-mail | index | archive | help
I'm borrowing a friends IOMega zip drive for a while so I can move several file collections onto my FreeBSD 2.1.0 system. I installed the SCSI card (an adaptec 6360 card) because my existing card has only high density SCSI-2 external port, and the iomega requires a db-25 port. So now I have two scsi adapters in the sytem. I've included a copy of my dmesg and lsdev below. The problem is, I don't know what to do next. I attempted to mount the drive, it didn't work. When I do a scsi probe on it, I get a timeout [ sd0[aic0:5:0): timed out] despite the fact that it kind of gets listed in the dmesg. Any advice from anyone who is using one already, or any suggestiongs about how to debug the problem would be much welcomed. output of dmesg: FreeBSD 2.1.0-RELEASE #0: Mon Feb 12 12:39:43 EST 1996 root@:/usr/src/sys/compile/FLEDGE CPU: 120-MHz Pentium 735\\90 or 815\\100 (Pentium-class CPU) Origin = "GenuineIntel" Id = 0x525 Stepping=5 Features=0x1bf<FPU,VME,PSE,MCE,CX8,APIC> real memory = 33554432 (32768K bytes) avail memory = 30691328 (29972K bytes) Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> ed0 at 0x280-0x29f irq 11 maddr 0xd0000 msize 8192 on isa ed0: address 00:00:c0:77:bb:a8, type SMC8416C/SMC8416BT (16 bit) sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface psm0 at 0x60-0x63 irq 12 on motherboard fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: NEC 72065B fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): <WDC AC21000H> wd0: 1033MB (2116800 sectors), 2100 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (wd1): <Maxtor 7546 AT> wd1: 521MB (1068480 sectors), 1060 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (wd2): <Maxtor 71626 AP> wd2: 1554MB (3183264 sectors), 3158 cyls, 16 heads, 63 S/T, 512 B/S wdc1: unit 1 (wd3): <WDC AC21000H> wd3: 1033MB (2116800 sectors), 2100 cyls, 16 heads, 63 S/T, 512 B/S ahc1 not found aic0 at 0x140-0x15f irq 9 on isa aic0 waiting for scsi devices to settle (aic0:5:0): "IOMEGA ZIP 100 L.27" type 0 removable SCSI 2 sd0(aic0:5:0): Direct-Access sd0(aic0:5:0): UNIT ATTENTION asc:28,0 sd0(aic0:5:0): Not ready to ready transition, medium may have changed 96MB (196608 512 byte sectors) matcdc0 not found at 0x230 scd0 not found at 0x230 npx0 on motherboard npx0: INT 16 interface Probing for devices on the PCI bus: chip0 <Intel 82437 (Triton)> rev 1 on pci0:0 chip1 <Intel 82371 (Triton)> rev 2 on pci0:7 ahc0 <Adaptec 2940 SCSI host adapter> rev 0 int a irq 10 on pci0:13 ahc0: 2940 Single Channel, SCSI Id=7, aic7870, 16 SCBs ahc0 waiting for scsi devices to settle ahc0:A:0: Warning - message rejected by target: 0x1 ahc0:A:0: Warning - message rejected by target: 0x1 (ahc0:0:0): "MICROP 1578-15 19U0" type 0 fixed SCSI 1 sd1(ahc0:0:0): Direct-Access 312MB (639450 512 byte sectors) WARNING: / was not properly dismounted. pid 155: httpd: uid 1004: exited on signal 6 pid 157: httpd: uid 1004: exited on signal 6 sd0(aic0:5:0): timed out sd0(aic0:5:0): timed out sd0(aic0:5:0): timed out sd0(aic0:5:0): timed out sd0(aic0:5:0): timed out sd0(aic0:5:0): timed out sd0(aic0:5:0): timed out sd0(aic0:5:0): timed out output of lsdev: Device State Description ---------- --------------- -------------------------------------------------- cpu0 Busy Pentium 735\90 or 815\100 scbus0 Busy SCSI subsystem isa0 Busy ISA or EISA bus sc0 Busy Graphics console ed0 Busy Ethernet adapter: SMC 8416C or 8416BT sio0 Idle Serial port: National 16550A or compatible sio1 Idle Serial port: National 16550A or compatible lpt0 Idle Parallel printer adapter fdc0 Idle NEC 72065B floppy disk/tape controller fd0 Idle 1.44MB (1440K) 3.5in floppy disk drive wdc0 Unknown ST506/ESDI/IDE disk controller wd0 Unknown ST506/ESDI/IDE disk wd1 Unknown ST506/ESDI/IDE disk wdc1 Unknown ST506/ESDI/IDE disk controller wd2 Unknown ST506/ESDI/IDE disk wd3 Unknown ST506/ESDI/IDE disk aic0 Busy Adaptec AIC-6360 SCSI host adapter chipset sd0 Unknown Direct-Access scd0 Unconfigured Sony CD-ROM drive npx0 Busy Floating-point unit chip0 Unknown Intel 82437 (Triton) chip1 Unknown Intel 82371 (Triton) ahc0 Unknown Adaptec 2940 SCSI host adapter sd1 Unknown Direct-Access
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960212180331.349A-100000>