Re: [Cooker] 7.1 b3 usb zip drive is detected but won't mount

2000-06-04 Thread Chmouel Boudjnah

Tim  Val Litwiller [EMAIL PROTECTED] writes:

 Is this something that setup forgot to do?  or why was modules.dep wrong?

nothing wrong just depmod tell you to regenerate your modules.dep
after doing modification to the /etc/conf.modules

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
In travel.--Chmouel




Re: [Cooker] 7.1 b3 usb zip drive is detected but won't mount

2000-06-03 Thread Chmouel Boudjnah

Tim  Val Litwiller [EMAIL PROTECTED] writes:

 What do I need to check to get my usb zip drive working and my cd-writer
 to be working at startup.

humm what say /proc/scsi/scsi

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
In travel.--Chmouel




Re: [Cooker] 7.1 b3 usb zip drive is detected but won't mount

2000-06-03 Thread Tim Val Litwiller

here is output from cat /proc/scsi/scsi

Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
  Vendor: IOMEGA   Model: ZIP 100  Rev: 02.U
  Type:   Direct-AccessANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 00 Lun: 00
  Vendor: IDE-CD   Model: R/RW 4x4x24  Rev: 1.08
  Type:   CD-ROM   ANSI SCSI revision: 02

note:  this is after I did the modprobe ide-scsi



Chmouel Boudjnah wrote:

 Tim  Val Litwiller [EMAIL PROTECTED] writes:

  What do I need to check to get my usb zip drive working and my cd-writer
  to be working at startup.

 humm what say /proc/scsi/scsi

 --
 MandrakeSoft Inchttp://www.mandrakesoft.com
 In travel.--Chmouel




Re: [Cooker] 7.1 b3 usb zip drive is detected but won't mount

2000-06-03 Thread Chmouel Boudjnah

Tim  Val Litwiller [EMAIL PROTECTED] writes:

 here is output from cat /proc/scsi/scsi
 
 Attached devices:
 Host: scsi0 Channel: 00 Id: 00 Lun: 00
   Vendor: IOMEGA   Model: ZIP 100  Rev: 02.U
   Type:   Direct-AccessANSI SCSI revision: 02


so you have your USB zip available from /dev/sda use it like a disk.



 Host: scsi1 Channel: 00 Id: 00 Lun: 00 Vendor: IDE-CD Model: R/RW
 4x4x24 Rev: 1.08 Type: CD-ROM ANSI SCSI revision: 02
 
 note:  this is after I did the modprobe ide-scsi
 
 
 
 Chmouel Boudjnah wrote:
 
  Tim  Val Litwiller [EMAIL PROTECTED] writes:
 
   What do I need to check to get my usb zip drive working and my cd-writer
   to be working at startup.
 
  humm what say /proc/scsi/scsi
 
  --
  MandrakeSoft Inchttp://www.mandrakesoft.com
  In travel.--Chmouel
 

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
In travel.--Chmouel




Re: [Cooker] 7.1 b3 usb zip drive is detected but won't mount

2000-06-03 Thread Chmouel Boudjnah

Tim  Val Litwiller [EMAIL PROTECTED] writes:

 oh -  I just noticed one more thing,  when doing a modprobe ide-scsi I get
 this message
 
 # modprobe ide-scsi
 Note: /etc/conf.modules is more recent than
 /lib/modules/2.2.15-4mdksmp/modules.dep

rerun  :

depmod -a

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
In travel.--Chmouel




Re: [Cooker] 7.1 b3 usb zip drive is detected but won't mount

2000-06-03 Thread Tim Val Litwiller

here I try to mount /dev/sda

# mount /dev/sda /mnt/zip
mount: /dev/sda is not a valid block device

Chmouel Boudjnah wrote:

 Tim  Val Litwiller [EMAIL PROTECTED] writes:

  here is output from cat /proc/scsi/scsi
 
  Attached devices:
  Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: IOMEGA   Model: ZIP 100  Rev: 02.U
Type:   Direct-AccessANSI SCSI revision: 02

 so you have your USB zip available from /dev/sda use it like a disk.

  Host: scsi1 Channel: 00 Id: 00 Lun: 00 Vendor: IDE-CD Model: R/RW
  4x4x24 Rev: 1.08 Type: CD-ROM ANSI SCSI revision: 02
 
  note:  this is after I did the modprobe ide-scsi
 
 
 
  Chmouel Boudjnah wrote:
 
   Tim  Val Litwiller [EMAIL PROTECTED] writes:
  
What do I need to check to get my usb zip drive working and my cd-writer
to be working at startup.
  
   humm what say /proc/scsi/scsi
  
   --
   MandrakeSoft Inchttp://www.mandrakesoft.com
   In travel.--Chmouel
 

 --
 MandrakeSoft Inchttp://www.mandrakesoft.com
 In travel.--Chmouel




Re: [Cooker] 7.1 b3 usb zip drive is detected but won't mount

2000-06-03 Thread Tim Val Litwiller

note also:

# ls /dev/zip -all
lrwxrwxrwx1 root root4 May 24 03:30 /dev/zip - sda4

# mount /dev/sda4 /mnt/zip
mount: /dev/sda4 is not a valid block device

# mount /dev/sda /mnt/zip
mount: /dev/sda is not a valid block device



Chmouel Boudjnah wrote:

 Tim  Val Litwiller [EMAIL PROTECTED] writes:

  here is output from cat /proc/scsi/scsi
 
  Attached devices:
  Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: IOMEGA   Model: ZIP 100  Rev: 02.U
Type:   Direct-AccessANSI SCSI revision: 02

 so you have your USB zip available from /dev/sda use it like a disk.

  Host: scsi1 Channel: 00 Id: 00 Lun: 00 Vendor: IDE-CD Model: R/RW
  4x4x24 Rev: 1.08 Type: CD-ROM ANSI SCSI revision: 02
 
  note:  this is after I did the modprobe ide-scsi
 
 
 
  Chmouel Boudjnah wrote:
 
   Tim  Val Litwiller [EMAIL PROTECTED] writes:
  
What do I need to check to get my usb zip drive working and my cd-writer
to be working at startup.
  
   humm what say /proc/scsi/scsi
  
   --
   MandrakeSoft Inchttp://www.mandrakesoft.com
   In travel.--Chmouel
 

 --
 MandrakeSoft Inchttp://www.mandrakesoft.com
 In travel.--Chmouel




Re: [Cooker] 7.1 b3 usb zip drive is detected but won't mount

2000-06-03 Thread Tim Val Litwiller

Thanks, as you can tell I am still quite new at linux,   after depmod -a I did
rmmod ide-scsi and rmmod usb-storage and then modprobe ide-scsi and modprobe
usb-storage and mount /dev/zip /mnt/zip. and it works!



Chmouel Boudjnah wrote:

 Tim  Val Litwiller [EMAIL PROTECTED] writes:

  oh -  I just noticed one more thing,  when doing a modprobe ide-scsi I get
  this message
 
  # modprobe ide-scsi
  Note: /etc/conf.modules is more recent than
  /lib/modules/2.2.15-4mdksmp/modules.dep

 rerun  :

 depmod -a

 --
 MandrakeSoft Inchttp://www.mandrakesoft.com
 In travel.--Chmouel




Re: [Cooker] 7.1 b3 usb zip drive is detected but won't mount

2000-06-03 Thread Chmouel Boudjnah

Tim  Val Litwiller [EMAIL PROTECTED] writes:

 here I try to mount /dev/sda
 
 # mount /dev/sda /mnt/zip
 mount: /dev/sda is not a valid block device

mount -t vfat /dev/sda4 /mnt/zip

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
In travel.--Chmouel




Re: [Cooker] 7.1 b3 usb zip drive is detected but won't mount

2000-06-03 Thread Chmouel Boudjnah

Tim  Val Litwiller [EMAIL PROTECTED] writes:

 note also:
 
 # ls /dev/zip -all
 lrwxrwxrwx1 root root4 May 24 03:30 /dev/zip - sda4
 
 # mount /dev/sda4 /mnt/zip
 mount: /dev/sda4 is not a valid block device
 
 # mount /dev/sda /mnt/zip
 mount: /dev/sda is not a valid block device

have you a disk in your zip drive ?

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
In travel.--Chmouel




Re: [Cooker] 7.1 b3 usb zip drive is detected but won't mount

2000-06-03 Thread Tim Val Litwiller

Is this something that setup forgot to do?  or why was modules.dep wrong?


Tim  Val Litwiller wrote:

 Thanks, as you can tell I am still quite new at linux,   after depmod -a I did
 rmmod ide-scsi and rmmod usb-storage and then modprobe ide-scsi and modprobe
 usb-storage and mount /dev/zip /mnt/zip. and it works!

 Chmouel Boudjnah wrote:

  Tim  Val Litwiller [EMAIL PROTECTED] writes:
 
   oh -  I just noticed one more thing,  when doing a modprobe ide-scsi I get
   this message
  
   # modprobe ide-scsi
   Note: /etc/conf.modules is more recent than
   /lib/modules/2.2.15-4mdksmp/modules.dep
 
  rerun  :
 
  depmod -a
 
  --
  MandrakeSoft Inchttp://www.mandrakesoft.com
  In travel.--Chmouel