From: "Igor Gueths" <igueths@attbi.com>
To: <speakup@braille.uwo.ca>
Subject: Re: cdrecord question
Date: Mon, 6 May 2002 17:55:07 -0400 [thread overview]
Message-ID: <002501c1f548$b0213020$02213e18@mycomputer> (raw)
In-Reply-To: <007101c1f53e$c3c04620$4a01a8c0@rgallegos>
Hi Raul. When I do demsg, it sayd cdrom: open failed. This is probably that there aren't any disks in either one of my Cd drives. Wonder if this is normal?
----- Original Message -----
From: Raul A. Gallegos <raul@asmodean.net>
To: <speakup@braille.uwo.ca>
Sent: Monday, May 06, 2002 4:43 PM
Subject: Re: cdrecord question
> After your box boots up type $ dmesg |more
>
> ----- Original Message -----
> From: "Igor Gueths" <igueths@attbi.com>
> To: <speakup@braille.uwo.ca>
> Sent: Monday, May 06, 2002 3:36 PM
> Subject: Re: cdrecord question
>
>
> Hi Greg. You mean the kernel hardware detection messages? Where can I find
> this output? Is it in /proc somewhere? I'll dig around for it. Also, when I
> tried using /dev/sr0 cdrecord still reports a bad file descriptor, even
> though the scsi emulation driver seems to have attached it as /dev/sr0. I
> can still use the device with no problems by specifying the coordinates,
> which is no big deal for me. I'm just wondering because it might affect me
> sometime in the future. I just don't know yet.
> ----- Original Message -----
> From: Gregory Nowak <gnowak1@uic.edu>
> To: <speakup@braille.uwo.ca>
> Sent: Monday, May 06, 2002 4:22 PM
> Subject: Re: cdrecord question
>
>
> > Yes, this is perfectly normal. To find out under what device name your
> drive now is, just examine the dmesg output.
> > Greg
> >
> >
> > On Mon, May 06, 2002 at 04:02:32PM -0400, Igor Gueths wrote:
> > > Hi Greg. Well I got it to work, but it doesn't work under /dev/sr0. It
> still says bad file descriptor, but I can specify the dev by using 0,0,0 the
> device coordinates. However, when I am blanking a Cd, it just sits on last
> chance to quit, starting real write in one seconds. Is this normal to have
> it sit like that while blanking? I can hear the drive working, so its
> obviously doing something. Just asking this because I have never seen
> cdrecord working, so I'm not sure on the normal status msgs. Thanks!
> > > ----- Original Message -----
> > > From: Gregory Nowak <gnowak1@uic.edu>
> > > To: <speakup@braille.uwo.ca>
> > > Sent: Monday, May 06, 2002 3:40 PM
> > > Subject: Re: cdrecord question
> > >
> > >
> > > > When I had a regular cd-rom drive in addition to my burner in this
> box, I didn't do scsi-emulation on it, just on my burner. However, a while
> back, Kerry said that the regular cdrom drive should also be scsi-emulated.
> So, it's your call I guess. When I had the regular cd-rom drive, the fact
> that it wasn't ide-scsi emulated didn't cause any problems for me, although
> I gathered from Kerry's posts that that may cause problems for others.
> > > > Greg
> > > >
> > > >
> > > > On Mon, May 06, 2002 at 02:56:48PM -0400, Igor Gueths wrote:
> > > > > Hi Greg. I don't have to make my regular Cdrom emulated right? I can
> just compile in atapi_cdrom support, tell the regular ide driver not to grab
> the burner, and leave the scsi cdrom support for the cd writer. Is this
> setup sort of what you are refering to?
> > > > > ----- Original Message -----
> > > > > From: Gregory Nowak <gnowak1@uic.edu>
> > > > > To: <speakup@braille.uwo.ca>
> > > > > Sent: Sunday, May 05, 2002 8:50 PM
> > > > > Subject: Re: cdrecord question
> > > > >
> > > > >
> > > > > > Yes, your drive is ide/atapi, but you're emulating it as ide-scsi.
> This means that even though your drive is ide/atapi, your system now thinks
> that it is a scsi drive. So, you need both scsi cd-rom support, and generic
> scsi.
> > > > > > Greg
> > > > > >
> > > > > >
> > > > > > On Sun, May 05, 2002 at 08:04:51PM -0400, Igor Gueths wrote:
> > > > > > > Hi. Ide_scsi=y CONFIG_SCSI=y. I don't see why I would need Scsi
> Cdrom
> > > > > > > support, because both my Cdrom and Cdrw drives are both
> ide/atapi.
> > > > > > > According to the Cd writing howto, I had to pass hdd=ide-scsi to
> the scsi
> > > > > > > emulation driver. As a result, my Cd burner appears as a device
> in
> > > > > > > /proc/scsi/scsi. However, cdrecord says that it can't open scsi
> driver
> > > > > > > when I
> > > > > > > use /dev/sg0? I am currently only doing everything as root for
> testing
> > > > > > > purposes, then I'll deal with the users once I get it working.
> Also, does
> > > > > > > CONFIG_CHR_SG refer to generic scsi character devices, not scsi
> Cdroms?
> > > > > > > Thanks! On Sun, 5 May 2002, Cheryl Homiak wrote:
> > > > > > >
> > > > > > > > Hi Igor.
> > > > > > > > 1. Did you also make sure that your kernel has scsi emulation,
> scsi, scsi cdrom,
> > > > > > > > and generic scsi compiled in? I think the standard kernel with
> redhat has these
> > > > > > > > compiled in, but with debian you may have to recompile your
> kernel. Don't know
> > > > > > > > about other distros?
> > > > > > > > 2. Check your permissions for sg0 or which ever generic device
> matches. I don't
> > > > > > > > remember if this was a problem for cdrecord, but it was a
> problem for some
> > > > > > > > programs that had me stumped for a while. If you can run it as
> root but not as
> > > > > > > > you, this may be the problem.
> > > > > > > > 3. there are changes you have to make in order to run cdrecord
> as a user instead
> > > > > > > > of root. I don't have them right at hand but the needed
> changes are shown in the
> > > > > > > > cdrw howto.
> > > > > > > >
> > > > > > > > You should be able to find what to use for the device by
> running cdrecord
> > > > > > > > -scanbus. For instance, when i use cdrecord, I do
> > > > > > > > dev=0,0,0
> > > > > > > > as my cdrecorder is the first such device.
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > _______________________________________________
> > > > > > > > Speakup mailing list
> > > > > > > > Speakup@braille.uwo.ca
> > > > > > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > _______________________________________________
> > > > > > > Speakup mailing list
> > > > > > > Speakup@braille.uwo.ca
> > > > > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > > > > >
> > > > > > _______________________________________________
> > > > > > Speakup mailing list
> > > > > > Speakup@braille.uwo.ca
> > > > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > Speakup mailing list
> > > > > Speakup@braille.uwo.ca
> > > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > > >
> > > > _______________________________________________
> > > > Speakup mailing list
> > > > Speakup@braille.uwo.ca
> > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > >
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
next prev parent reply other threads:[~ UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
Igor Gueths
` Cheryl Homiak
` Igor Gueths
` Gregory Nowak
` Igor Gueths
` Gregory Nowak
` Cheryl Homiak
` Igor Gueths
` Cheryl Homiak
` Gregory Nowak
` Igor Gueths
` Gregory Nowak
` Igor Gueths
` Raul A. Gallegos
` Igor Gueths [this message]
` Cheryl Homiak
` Gregory Nowak
` Cheryl Homiak
` Gregory Nowak
` Cheryl Homiak
` Cheryl Homiak
` Igor Gueths
` Cheryl Homiak
Igor Gueths
` 'Georgina'
` Igor Gueths
` Gregory Nowak
` Igor Gueths
` Gregory Nowak
` Cheryl Homiak
` Igor Gueths
Igor Gueths
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='002501c1f548$b0213020$02213e18@mycomputer' \
--to=igueths@attbi.com \
--cc=speakup@braille.uwo.ca \
/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 read-only IMAP folder(s) and NNTP newsgroup(s).