From: Xavier <reivax@chez.com>
To: linux-admin@vger.kernel.org
Subject: Re: getting cdrom into ide-scsi
Date: Sat, 21 Dec 2002 20:41:56 +0100 [thread overview]
Message-ID: <20021221194156.GA1855@reivax.org> (raw)
In-Reply-To: <3E045A9F.5040601@mega.ist.utl.pt>
hi,
I've got the same kind of configuration as you.
The devices show up as /dev/sr0 and /dev/sr1 (if you don't forget
to compile the sr_mod module, as I first did ;).
You simply should'nt use a comma between kernel parameters,
in the "append" line.
My lilo.conf append line looks like this:
append="hdc=ide-scsi hdd=ide-scsi"
Modify this line, run lilo, reboot and tell us if it really was
the problem ;)
Xavier.
On Sat, Dec 21, 2002 at 12:12:15PM +0000, Paulo Jorge O. C. Matos wrote:
> Hi all,
>
> To record a cd I need to put my cdrom writer in ide-scsi so that's what
> I did. cdwriter is /dev/hdb, normal cdrom is /dev/hdd. I did:
> image = /vmlinuz-2.4.17
> root = /dev/hda2
> label = Linux-2.4.17
> read-only
> append="hdb=ide-scsi"
>
> But then I needed to duplicate a cd so normal cdrom also needs ide-scsi so:
> image = /vmlinuz-2.4.17
> root = /dev/hda2
> label = Linux-2.4.17
> read-only
> append="hdb=ide-scsi, hdd=ide-scsi"
>
> But now hdb no longer appears in cdrecord -scanbus, only hdd shows up.
> hdb is not! How can I put both?
> And then, what's the device I should listen to, for listening audio
> cd's. /dev/cdrom and /dev/cdrom1 that are pointing to /dev/hdb and
> /dev/hdd respectively are no longer working!
>
>
> Best regards,
> --
> Paulo J. Matos : pocm(_at_)mega.ist.utl.pt
> Instituto Superior Tecnico - Lisbon WISHING YOU A MERRY
> Software & Computer Engineering - A.I. CHRISTMAS, AND A GREAT
> - > http://mega.ist.utl.pt/~pocm 2003!!!
> ---
> Yes, God had a deadline...
> So, He wrote it all in Lisp!
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2002-12-21 19:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-21 12:12 getting cdrom into ide-scsi Paulo Jorge O. C. Matos
2002-12-21 15:56 ` The Daemon Balrog
2002-12-21 20:10 ` Paulo Jorge O. C. Matos
2002-12-21 19:41 ` Xavier [this message]
2002-12-21 20:11 ` Paulo Jorge O. C. Matos
2002-12-23 7:50 ` Glynn Clements
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=20021221194156.GA1855@reivax.org \
--to=reivax@chez.com \
--cc=linux-admin@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;
as well as URLs for NNTP newsgroup(s).