From: Brian Strand <bstrand@switchmanagement.com>
To: Miguel Maria Godinho de Matos <Astinus@netcabo.pt>
Cc: linux-kernel@vger.kernel.org
Subject: [OT] Re: Hp82xxx external cd writer!
Date: Wed, 28 Nov 2001 15:04:13 -0800 [thread overview]
Message-ID: <3C056D6D.5080201@switchmanagement.com> (raw)
In-Reply-To: <EXCH01SMTP01mlm1DTv00003128@smtp.netcabo.pt>
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
prev parent reply other threads:[~2001-11-28 23:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-11-28 19:44 Hp82xxx external cd writer! Miguel Maria Godinho de Matos
2001-11-28 23:04 ` Brian Strand [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3C056D6D.5080201@switchmanagement.com \
--to=bstrand@switchmanagement.com \
--cc=Astinus@netcabo.pt \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox