Click to See Complete Forum and Search --> : Iomega Clik! and Clik! Dock


wsm2506
07-07-2001, 10:50 AM
I have an Iomega Clik! drive for my laptop and a Clik! dock on USB for my desktop. Anyone know if there are Linux drivers available for the dock? I have searched Google and can't find anything.

Thanks.

bdg1983
07-07-2001, 02:32 PM
I think I found what you want.

IOMEGA USB CLIK DRIVE ON Kernel 2.4
The following notes are supplied for usb Clik drives.

Essentially, usb-storage, and scsi-mod are required. Here is the full text from Roger.


From: Roger Oberholtzer <roger@opq.se>

When I have the Iomega Clik mounted, lsmod gives this (2.4.0 and 2.4.1 kernels):

Module Size Used by
sd_mod 10432 1 (autoclean)
ide-scsi 7920 0
sr_mod 12848 0 (unused)
sg 21760 0 (unused)
usb-storage 44448 1
scsi_mod 85248 5 [sd_mod ide-scsi sr_mod sg usb-storage]

The relevant part of my /etc/modules/default file is:

hid

# For Iomega Clik
scsi_mod
usb-storage
# IDE CD -> SCSI
sg
sr_mod
ide-scsi

This setup also supports my Nikon CoolPix USB camera and an IDE CD burner. The camera
interface uses a user-land interface to the generic USB interface. Works quite OK. So
you don't need kernel drivers for all USB devices.

I think I should proobably also report the parts that are not modules.
But, alas, that is at home and I am not (again...)