Re: graveur et lecteur zip ide

2002-09-16 Thread Christophe . Martin
Salut,

Le 15 Sep, dédé le homard a écrit:
 salut à tous 
 
 petit problème de configuration d'un lecteur zip ide et d'un graveur
 freecom ide lui aussi
 
 je ne trouve pas de répertoire ou monter le lecteur zip ,ni dans /mnt
 ,ni ailleurs peut etre faut il créer un répertoire /zip pour ensuite
 y monter le lecteur  ? ( créer un lien de /dev/hdc ( car c'est là
 qu'il est reconnu au boot ) vers /zip ou /mnt/zip , suis je dans le
 vrai ou à coté de la plaque ?)
Dans la FAQ Debian french, il y a un exemple pour les zip qui explique
comment laisser un user lambda formater et/ou partitionner une galette
zip.
http://freesoftware.fsf.org/download/debfr-faq/html/debfr-faq015.html

/dev/hdc est le pilote qui controle le périphérique. /zip ou /mnt/zip
est le point de montage. Il ne faut pas créer un lien entre /zip (ou
/mnt/zip) vers /dev/hdc ou réciproquement.
Tu as deux solutions au moins :
A) Il faut une ligne 
/dev/hdc4   /zipautodefaults,sync,user,nodev,nosuid,noexec,noauto 0 0
ou approchante dans /etc/fstab.et alors quand tu veux acceder le zip tu
fais : « mount /zip », meme sans etre root. puis quand tu en as marre, «
umount /zip » (à condition qu'aucun process ne se trouve encore dans
/zip).

B) Utiliser l'automounter du noyau : automount, si tu as compiler les
options d'automount dans to noyau.
/etc/auto.master :
/mnt/auto   /etc/auto.localvol  --timeout=2

/etc/auto.localvol
floppy  -fstype=auto,sync,noexec,nodev,nosuid   :/dev/fd0
cdrom   -fstype=auto:/dev/cdrom
zip -fstype=auto,sync   :/dev/hdc4

comme ça, dès que tu accèdes le répertoire /mnt/auto/zip (ou
/mnt/auto/cdrom ou /mnt/auto/floppy), la biscotte est montée
automatiquement. Attention, Si tu fais juste « cd /mnt/auto » et « ls »,
tu ne verras rien. C'est pas grave, tu fais ensuite « cd zip », et le
zip se monte tout seul. Quand tu laisse ce répertoire inoccupé pendant
2 secondes, il est démonté automatiquement et tu peux éjecter le disque.

 
 et pour le graveur ,j'ai essayé de charger ide-scsi et sg , mais au
 moment du cdrecord -scanbus ,le système ne peut pas acceder au
 périphérique scsi , il dit qu'il n'a peut etre pas les droits ,ou que
 je dois dabord avoir compilé l'émulation scsi ( chose qui est faite
 ), alors qu'est ce ?! ( le graveur est reconnu au boot sur hdd )
Il faut un parametre de boot, dans ton cas : hdd=ide-scsi.
Si tu utilises lilo : une ligne du genre append=hdd=ide-scsi devrait
faire l'affaire. Le périphérique du graveur en tant que lecteur sera
alors /dev/sr0 (/dev/scsi/host0/bus0/target0/lun0/cd, ou approchant si
tu utilises devfs), le périphérique passthrough pour graver sera :
/dev/sg0 ou /dev/scsi/host0/bus0/target0/lun0/cd/generic.

Après avoir lu le meme chapitre de la FAQ précitée, tu devrais savoir
comment :
créer un groupe spécifique au graveur
Rajouter les utilisateurs que tu veux dans ce groupe
N'oublie pas de faire chgrp /dev/./sg, ou de modifier
/etc/devfs/perms suivi d'un « killall -HUP devfsd »

Sinon, « dpkg-reconfigure -plow cdrecord » et choisi d'installer
cdrecord suid root. Comme ça tout le monde il peut se servir du graveur.
 merci à tous .
 
De rien.
Christophe

-- 
char*p=[)1++11+(QI1)9191991)9)1)(II1)919Y91)9)1)(AK+9;991+3*(9I1*IY991)Q1\
)(1I1))A91991)Q1)(+)1)1++9;)Q1+(;main(_){while(*p){for(_=*p-323;_;--_)
putchar(' ');if(!(_=*p++-327))putchar('\n');else while(_--)printf(_/);}}



graveur et lecteur zip ide

2002-09-15 Thread dédé le homard
salut à tous 

petit problème de configuration d'un lecteur zip ide et d'un graveur freecom 
ide lui aussi 

je ne trouve pas de répertoire ou monter le lecteur zip ,ni dans /mnt ,ni 
ailleurs peut etre faut il créer un répertoire /zip pour ensuite y monter le 
lecteur  ? ( créer un lien de /dev/hdc ( car c'est là qu'il est reconnu au 
boot ) vers /zip ou /mnt/zip , suis je dans le vrai ou à coté de la plaque ?)

et pour le graveur ,j'ai essayé de charger ide-scsi et sg , mais au moment du 
cdrecord -scanbus ,le système ne peut pas acceder au périphérique scsi , il 
dit qu'il n'a peut etre pas les droits ,ou que je dois dabord avoir compilé 
l'émulation scsi ( chose qui est faite ), alors qu'est ce ?!
( le graveur est reconnu au boot sur hdd )

merci à tous .



Re: graveur et lecteur zip ide

2002-09-15 Thread Gregory SIMON
On Sun, 2002-09-15 at 12:32, dédé le homard wrote:
 salut à tous 

Salut,
 
 petit problème de configuration d'un lecteur zip ide et d'un graveur freecom 
 ide lui aussi 
 
 je ne trouve pas de répertoire ou monter le lecteur zip ,ni dans /mnt ,ni 
 ailleurs peut etre faut il créer un répertoire /zip pour ensuite y monter le 
 lecteur  ? ( créer un lien de /dev/hdc ( car c'est là qu'il est reconnu au 
 boot ) vers /zip ou /mnt/zip , suis je dans le vrai ou à coté de la plaque ?)

Non, tu n'es pas a côté de la plaque...

 et pour le graveur ,j'ai essayé de charger ide-scsi et sg , mais au moment du 
 cdrecord -scanbus ,le système ne peut pas acceder au périphérique scsi , il 
 dit qu'il n'a peut etre pas les droits ,ou que je dois dabord avoir compilé 
 l'émulation scsi ( chose qui est faite ), alors qu'est ce ?!
 ( le graveur est reconnu au boot sur hdd )

2 URL (et il y en a d'autres) sur la gravure sous linux :

http://www.freenix.fr/unix/linux/HOWTO/CD-Writing-HOWTO.html

http://www.toolinux.com/linutile/poste_de_travail/utilitaires/gravure/

 merci à tous .
 
A+. Greg.



ZIP IDE/ATAPI mal configurado

1998-10-16 Thread Miguel Barrio Orsikowsky
Saludos,
Tengo una unidad ZIP 100 IDE/ATAPI interna y al arrancar Linux los parámetros
Cilindros/Cabezas/Sectores salen mal configurados.
¿Alguien puede decirme cuales son los verdaderos? Por más que busco en ZIP
HOWTOs no encuentro NI UNA referencia a unidades ZIP IDE.

Gracias anticipadas.


Re: ZIP IDE

1997-10-01 Thread Steve Hsieh
The zip IDE is not a scsi device; the scsi driver won't work with it. 
However, I believe there is support for it in the new developmental 2.1.x
kernels, something having to do with having full IDE ATAPI support.  I
don't know what the status of it is though. 


On Tue, 30 Sep 1997, Chad D. Zimmerman wrote:

 On Tue, 30 Sep 1997, Pierre GAMBAROTTO wrote:
 
  
  All is in the subject. How can I use a iomega zip with
  an IDE interface with linux ?
  
 
 By default the kernel has support precompiled in for zip.  As long as it
 is connected at turn on, it will be found as /dev/sda4 (or sba4, i forget
 which)
 
 Other wise, compile a kernal, include scsi support, zip is under the scsi
 section.
 
 
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Chad D. Zimmerman [EMAIL PROTECTED]
 Southwest Technology Development Institute
 New Mexico State University
 ---
 HP: http://dabcc-www.nmsu.edu/~chad/
 DBP: http://dabcc-www.nmsu.edu/~chad/Debian/
 LCAO: http://dabcc-www.nmsu.edu/~chad/Las_Cruces_Art/
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? 
e-mail to [EMAIL PROTECTED] .


Re: ZIP IDE

1997-10-01 Thread Chad D. Zimmerman
On Tue, 30 Sep 1997, Steve Hsieh wrote:


Actually ... it is a scsi... parallel port is a kind of scsi and under
linux is seen as a true scsi device (and is faster than in dos)

Here is how it comes up:

scsi0 : PPA driver version 0.26 using 4-bit mode on port 0x378.
scsi : 1 host.
Vendor: IOMEGAModel: ZIP 100 Rev: D.09
Type:   Direct-Access ANSI SCSI revision: 02
Detected scsi removable disk sda at scsi0, channel 0, id 6, lun 0
scsi : detected 1 SCSI disk total.
SCSI device sda: hdwr sector= 512 bytes. Sectors= 196608 [96 MB] [0.1 GB]
sda: Write Protect is off
Partition check:
sda: sda4

My kernel is 2.0.30

Now, there have been troubles with the internal model, maybe we are
talking about that one and not the external one?

Chad

 The zip IDE is not a scsi device; the scsi driver won't work with it. 
 However, I believe there is support for it in the new developmental 2.1.x
 kernels, something having to do with having full IDE ATAPI support.  I
 don't know what the status of it is though. 
 
 
 On Tue, 30 Sep 1997, Chad D. Zimmerman wrote:
 
  On Tue, 30 Sep 1997, Pierre GAMBAROTTO wrote:
  
   
   All is in the subject. How can I use a iomega zip with
   an IDE interface with linux ?
   
  
  By default the kernel has support precompiled in for zip.  As long as it
  is connected at turn on, it will be found as /dev/sda4 (or sba4, i forget
  which)
  
  Other wise, compile a kernal, include scsi support, zip is under the scsi
  section.
  
  
  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  Chad D. Zimmerman   [EMAIL PROTECTED]
  Southwest Technology Development Institute
  New Mexico State University
  ---
  HP: http://dabcc-www.nmsu.edu/~chad/
  DBP: http://dabcc-www.nmsu.edu/~chad/Debian/
  LCAO: http://dabcc-www.nmsu.edu/~chad/Las_Cruces_Art/
  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  
  
  --
  TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
  [EMAIL PROTECTED] . 
  Trouble?  e-mail to [EMAIL PROTECTED] .
  
 

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Chad D. Zimmerman   [EMAIL PROTECTED]
Southwest Technology Development Institute
New Mexico State University
---
HP: http://dabcc-www.nmsu.edu/~chad/
DBP: http://dabcc-www.nmsu.edu/~chad/Debian/
LCAO: http://dabcc-www.nmsu.edu/~chad/Las_Cruces_Art/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: ZIP IDE

1997-10-01 Thread Remco Blaakmeer
On Tue, 30 Sep 1997, Chad D. Zimmerman wrote:

 On Tue, 30 Sep 1997, Steve Hsieh wrote:
 
 
 Actually ... it is a scsi... parallel port is a kind of scsi and under
 linux is seen as a true scsi device (and is faster than in dos)

Are you talking about the same thing as everybody else? (Hint: look at the
subject.)

Remco


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


ZIP IDE

1997-09-30 Thread Pierre GAMBAROTTO

All is in the subject. How can I use a iomega zip with
an IDE interface with linux ?



Pierre Gambarotto : [EMAIL PROTECTED]



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: ZIP IDE

1997-09-30 Thread Chad D. Zimmerman
On Tue, 30 Sep 1997, Pierre GAMBAROTTO wrote:

 
 All is in the subject. How can I use a iomega zip with
 an IDE interface with linux ?
 

By default the kernel has support precompiled in for zip.  As long as it
is connected at turn on, it will be found as /dev/sda4 (or sba4, i forget
which)

Other wise, compile a kernal, include scsi support, zip is under the scsi
section.


-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Chad D. Zimmerman   [EMAIL PROTECTED]
Southwest Technology Development Institute
New Mexico State University
---
HP: http://dabcc-www.nmsu.edu/~chad/
DBP: http://dabcc-www.nmsu.edu/~chad/Debian/
LCAO: http://dabcc-www.nmsu.edu/~chad/Las_Cruces_Art/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: ZIP IDE

1997-09-30 Thread Peter S Galbraith

Chad D. Zimmerman wrote:

 On Tue, 30 Sep 1997, Pierre GAMBAROTTO wrote:
 
  
  All is in the subject. How can I use a iomega zip with
  an IDE interface with linux ?
  
 
 By default the kernel has support precompiled in for zip.  As long as it
 is connected at turn on, it will be found as /dev/sda4 (or sba4, i forget
 which)
 
 Other wise, compile a kernal, include scsi support, zip is under the scsi
 section.

I thought that was for the Parallel port version?

I believe that the ATAPI/IDE version ios different.  It is supported
in pre-2.0.31 kernel, or in 2.0.30 using an ide-scsi patch.

--
Include IDE/ATAPI FLOPPY support (new)

  If you have an IDE floppy which uses the ATAPI protocol, say Y.
  ATAPI is a new protocol used by IDE cdrom/tape/floppy drives,
  similar to the SCSI protocol.  IDE floppy drives include the
  LS-120 and the ATAPI ZIP.  At boot time, the FLOPPY drive
  will be identified along with other IDE devices, as hdb or
  hdc, or something similar.

SCSI emulation support

  This will provide SCSI host adapter emulation for IDE ATAPI devices,
  and will allow you to use a SCSI device driver instead of a native
  ATAPI driver. This is useful if you have an ATAPI device for which
  no native driver has been written; you can then use this emulation
  together with an appropriate SCSI device driver. If both this SCSI
  emulation and native ATAPI support are compiled into the kernel, the
  native support will be used.  Normally, say N.
--
--
Peter Galbraith, research scientist [EMAIL PROTECTED]
Maurice-Lamontagne Institute, Department of Fisheries and Oceans Canada
P.O. Box 1000, Mont-Joli Qc, G5H 3Z4 Canada  418-775-0852 - FAX 418-775-0546


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .