linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Hp82xxx external cd writer!
@ 2001-11-28 19:44 Miguel Maria Godinho de Matos
  2001-11-28 23:04 ` [OT] " Brian Strand
  0 siblings, 1 reply; 2+ messages in thread
From: Miguel Maria Godinho de Matos @ 2001-11-28 19:44 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-kernel

I guys, i am not being able to put my externel hp to work!!!

I have compiled the new 2.4.16 kernel and made sure i selected scsi support 
and the specific hp82xxx suport from the text box in menuconfig!

But i have no clue how to put my cd writer to work under linux, at least to 
work as a cd-rom!!!!

can any of u give a clue where to read something about it ( linux doc has got 
NOTHING ), or even explain me slowly :P how to put it to work?

well all for now!

regards, Astinus

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [OT] Re: Hp82xxx external cd writer!
  2001-11-28 19:44 Hp82xxx external cd writer! Miguel Maria Godinho de Matos
@ 2001-11-28 23:04 ` Brian Strand
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Strand @ 2001-11-28 23:04 UTC (permalink / raw)
  To: Miguel Maria Godinho de Matos; +Cc: linux-kernel

Miguel Maria Godinho de Matos wrote:

>I guys, i am not being able to put my externel hp to work!!!
>
>I have compiled the new 2.4.16 kernel and made sure i selected scsi support 
>and the specific hp82xxx suport from the text box in menuconfig!
>
>But i have no clue how to put my cd writer to work under linux, at least to 
>work as a cd-rom!!!!
>
>can any of u give a clue where to read something about it ( linux doc has got 
>NOTHING ), or even explain me slowly :P how to put it to work?
>
I don't know if the hp82xxxx is an IDE or SCSI model, but you might want 
to make sure ide-scsi support is compiled in or loaded as a module. 
 This was required for us to use cdrecord with an IDE cd writer.  If you 
are sure it is a SCSI cd writer, ignore the ide-scsi advice.  As far as 
actually burning a CD, we do something like the following:

mkisofs \
    -translation-table \
    -joliet \
    -rational-rock \
    -o CD-IMAGE-NAME.iso \
    DIRECTORY-CONTAINING-WHAT-YOU-WANT-TO-WRITE

cdrecord -eject -v speed=4 -isosize CD-IMAGE-NAME.iso dev=3,3,0

You will need to change the dev=x,y,z to something appropriate, the 
syntax is scsibus,target,lun.  Try cdrecord -scanbus to find the proper 
values.  Also change the speed=4 to something appropriate for your cd 
writer.  There are probably gui tools which will allow you to do this 
easier, but I am not familiar with them (search google or freshmeat.net 
or the KDE or Gnome sites).

Regards,
Brian Strand



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-11-28 23:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-28 19:44 Hp82xxx external cd writer! Miguel Maria Godinho de Matos
2001-11-28 23:04 ` [OT] " Brian Strand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).