Linux Newbie help
 help / color / mirror / Atom feed
From: Bryan Simmons <bsimmo1@gl.umbc.edu>
To: pa3gcu@zeelandnet.nl
Cc: linux-newbie <linux-newbie@vger.kernel.org>
Subject: Re: CD-ROM settings and hardware resources...
Date: 23 Oct 2002 17:51:26 -0400	[thread overview]
Message-ID: <1035409896.31480.33.camel@localhost.localdomain> (raw)
In-Reply-To: <0210232036180A.00497@unix.pa3gcu>

Perhaps dma wasn't the problem.  Here's the output when I execute hdparm
on /dev/hdc (my CD-RW):

/dev/hdc:
 HDIO_GET_MULTCOUNT failed: Input/output error
 IO_support   =  1 (32-bit)
 unmaskirq    =  1 (on)
 using_dma    =  1 (on)
 keepsettings =  0 (off)
 readonly     =  0 (off)
 BLKRAGET failed: Input/output error
 HDIO_GETGEO failed: Invalid argument

When I try to retrieve the read-ahead setting: hdparm -a /dev/hdc I get:

/dev/hdc:
 BLKRAGET failed: Input/output error

Does anyone know of a web site where I can research these errors?  Or
does anyone have an idea, off the top of their heads, why this could be
happening?



On Wed, 2002-10-23 at 16:36, pa3gcu wrote:
> On Wednesday 23 October 2002 19:20, Bryan Simmons wrote:
> > The CD-ROM in question is a CD-RW.  The system set it up as /dev/scd0
> > which is not accessible from hdparam.  if I turn it into an ide device,
> > I will no longer be able to write CDs with it.
> 
> You are missing the point, your cd-rom is no differnt to anyone else's, you 
> set things like dma with hdparm but you do it on the underlting device which 
> is /dev/hdX where X is a letter a b c or d.
> 
> a = master device primary controller.
> b = slave   device primary controller.
> c = master device sec controller.
> d = slave   device sec controller.
> 
> hdparm /dev/hdc shows drive info;
> hdparm -d1 /dev/hdc
> will set dma to "on" on drive "c" as per above. /dev/scd0 is irrelavant.
>  
> >
> > Does anyone know a way around this?  I can't hardly believe that all the
> > millions of Linux users have been, and still are, stuck with CD-RWs that
> > have to masquerade as SCSI devices.
> 
> There is no way around it, simply read the proper documentation, in this case 
> the CD-Writing HOWTO.
> IDE-ATAPI CD-RW devices only work with SCSI emulation as they only do in 
> widows as well.
> If you find a better way you can tell us millions how you did it then.
> 
> -- 
> Regards Richard
> pa3gcu@zeelandnet.nl
> http://people.zeelandnet.nl/pa3gcu/
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs
-- 
Regards,

Bryan Simmons 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

 On Integrity:

 "I'm going to be as good as they let me and
  as mean as they make me, and they all know
  that.  I don't ever lie. If I tell you a
  rooster can fly, get the harness."

   --Burl Cain, Louisiana State Pen Warden
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

  reply	other threads:[~2002-10-23 21:51 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <MSGID_110=3a10=2f1.2_8d16c3d8@linuxnet>
2002-10-22 13:25 ` CD-ROM settings and hardware resources Robert Couture
2002-10-22 19:45   ` Bryan Simmons
2002-10-23 15:49     ` pa3gcu
2002-10-23 19:20       ` Bryan Simmons
2002-10-23 19:34         ` Ray Olszewski
2002-10-23 20:36         ` pa3gcu
2002-10-23 21:51           ` Bryan Simmons [this message]
2002-10-24  6:40             ` pa3gcu
2002-10-24 10:35               ` Bryan Simmons
2002-10-24 14:04                 ` pa3gcu
2002-10-24  7:01             ` Ray Olszewski
2002-10-24 10:40               ` Bryan Simmons
     [not found]           ` <1035409609.31016.29.camel@localhost.localdomain>
2002-10-24  6:35             ` pa3gcu
2002-10-24 16:04               ` jbradford
2002-10-24 16:10                 ` Ray Olszewski
2002-10-24 11:11           ` jbradford
2002-10-24 13:24             ` Bryan Simmons
2002-10-25  8:42               ` Jude DaShiell
2002-10-25 10:00                 ` Bryan Simmons
2002-10-25 10:06                   ` Bryan Simmons
2002-10-25 13:04                 ` Linux Mount Partitions Abhijit Vijay
2002-10-25 13:32                   ` Paul Furness
2002-10-25 14:12                   ` Steven Smith
2002-11-07  8:28 CD-ROM settings and hardware resources Calin Szonyi
  -- strict thread matches above, loose matches on Subject: below --
2002-10-18 19:23 CD-ROM settings and bash resources Bryan Simmons
2002-10-19 23:09 ` Ray Olszewski
2002-10-20  5:46   ` CD-ROM settings and hardware resources Bryan Simmons
2002-10-20  5:58     ` Bryan Simmons
2002-10-20  6:29       ` Ray Olszewski

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=1035409896.31480.33.camel@localhost.localdomain \
    --to=bsimmo1@gl.umbc.edu \
    --cc=linux-newbie@vger.kernel.org \
    --cc=pa3gcu@zeelandnet.nl \
    /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