fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000b064e
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1700 13655218+ 83 Linux
/dev/sda2 1701 19456 142625070 f W95 Ext’d (LBA)
/dev/sda5 1701 1704 32098+ 83 Linux
/dev/sda6 1705 2233 4249161 83 Linux
/dev/sda7 2234 3082 6819561 83 Linux
/dev/sda8 3083 10257 57633156 83 Linux
/dev/sda9 10258 19456 73890936 83 Linux
Disk /dev/sdb: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000df16d
Device Boot Start End Blocks Id System
/dev/sdb1 * 2 1596 12811837+ bf Solaris
/dev/sdb2 1597 4865 26258242+ 5 Extended
/dev/sdb5 1597 1661 522081 82 Linux swap / Solaris
/dev/sdb6 1662 4865 25736098+ 83 Linux
fdisk -l shows two IDE drives. I also have two optical drives at /dev/sr0 and /dev/sr1. Sda has Opensuse and Debian, and sdb has Solaris and a data partition.
-
When I installed Opensuse, /etc/fstab was written to include an entry for /dev/sdc4 mounted at /media/zip. /dev/sdc4 was created also. Sometime since the installation, /dev/sdc4 has been removed, and Opensuse no longer recognizes the zip drive.
hwinfo --scsi
28: SCSI 101.0: 10602 CD-ROM
[Created at block.237]
UDI: /org/freedesktop/Hal/devices/storage_model_COMBO_SOHC_5232K
Unique ID: twPO.YMmeFcYWq02
Parent ID: H0_h.X3r6EZCrdhB
SysFS ID: /block/sr0
SysFS BusID: 1:0:1:0
SysFS Device Link: /devices/pci0000:00/0000:00:06.0/host1/target1:0:1/1:0:1:0
Hardware Class: cdrom
Model: “LITE-ON COMBO SOHC-5232K”
Vendor: “LITE-ON”
Device: “COMBO SOHC-5232K”
Revision: “NK07”
Driver: “pata_amd”, “sr”
Driver Modules: “pata_amd”
Device File: /dev/sr0 (/dev/sg2)
Device Files: /dev/sr0, /dev/scd0, /dev/disk/by-path/pci-0000:00:06.0-scsi-1:0:1:0, /dev/cdrom, /dev/cdrw, /dev/dvd
Device Number: block 11:0 (char 21:2)
Features: CD-R, CD-RW
Config Status: cfg=no, avail=yes, need=no, active=unknown
Attached to: #7 (IDE interface)
Drive Speed: 52
29: SCSI 400.0: 10602 CD-ROM (DVD)
[Created at block.237]
UDI: /org/freedesktop/Hal/devices/storage_model_DVDRW_LH_20A1L
Unique ID: K6gS.PfW+8P_EJX0
Parent ID: RE4e.+mHsRFpE4wC
SysFS ID: /block/sr1
SysFS BusID: 4:0:0:0
SysFS Device Link: /devices/pci0000:00/0000:00:08.0/host4/target4:0:0/4:0:0:0
Hardware Class: cdrom
Model: “LITE-ON DVDRW LH-20A1L”
Vendor: “LITE-ON”
Device: “DVDRW LH-20A1L”
Revision: “BL05”
Driver: “sata_nv”, “sr”
Driver Modules: “sata_nv”
Device File: /dev/sr1 (/dev/sg3)
Device Files: /dev/sr1, /dev/scd1, /dev/disk/by-path/pci-0000:00:08.0-scsi-0:0:0:0, /dev/cdrom1, /dev/cdrw1, /dev/dvd1, /dev/dvdrw1
Device Number: block 11:1 (char 21:3)
Features: CD-R, CD-RW, DVD, DVD-R, DVD-RW, DVD+R, DVD+RW, DVD+DL, DVDRAM
Config Status: cfg=no, avail=yes, need=no, active=unknown
Attached to: #9 (IDE interface)
Drive Speed: 48
hwinfo --scsi does not show my zip drive. I use hwinfo --zip because that’s the command I have always used to show my zip drive in the past.
-
I have tried loading the modules individually (removing one before trying the other). The only module that loads is ppa; imm does not load. I have tried loading the two modules at the same time (first ppa then imm and first imm then ppa) and still only ppa loads. I have also tried all the above power to the zip drive and with power turned off.
-
After modprobe ppa, dmesg has this:
dmesg | tail -n 3
SFW2-IN-ACC-RELATED IN=eth0 OUT= MAC=00:1b:11:0c:d6:22:00:14:7c:b8:1b:a8:08:00 SRC=192.168.1.1 DST=192.168.1.51 LEN=256 TOS=0x00 PREC=0x00 TTL=64 ID=29142 PROTO=UDP SPT=53 DPT=7689 LEN=236
SFW2-IN-ACC-RELATED IN=eth0 OUT= MAC=00:1b:11:0c:d6:22:00:14:7c:b8:1b:a8:08:00 SRC=192.168.1.1 DST=192.168.1.51 LEN=208 TOS=0x00 PREC=0x00 TTL=64 ID=29143 PROTO=UDP SPT=53 DPT=7689 LEN=188
ppa: Version 2.07 (for Linux 2.4.x)
Then rmmod ppa, and modprobe imm shows this:
dmesg | tail -n 3
SFW2-IN-ACC-RELATED IN=eth0 OUT= MAC=00:1b:11:0c:d6:22:00:14:7c:b8:1b:a8:08:00 SRC=192.168.1.1 DST=192.168.1.51 LEN=199 TOS=0x00 PREC=0x00 TTL=64 ID=29162 PROTO=UDP SPT=53 DPT=7689 LEN=179
SFW2-IN-ACC-RELATED IN=eth0 OUT= MAC=00:1b:11:0c:d6:22:00:14:7c:b8:1b:a8:08:00 SRC=192.168.1.1 DST=192.168.1.51 LEN=199 TOS=0x00 PREC=0x00 TTL=64 ID=29163 PROTO=UDP SPT=53 DPT=7689 LEN=179
SFW2-IN-ACC-RELATED IN=eth0 OUT= MAC=00:1b:11:0c:d6:22:00:14:7c:b8:1b:a8:08:00 SRC=192.168.1.1 DST=192.168.1.51 LEN=199 TOS=0x00 PREC=0x00 TTL=64 ID=29164 PROTO=UDP SPT=53 DPT=7689 LEN=179