linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: "Michel Dänzer" <michel@daenzer.net>
To: Bastien Nocera <hadess@hadess.net>
Cc: AMANO Kazuhiro <haa13142@jnb.odn.ne.jp>,
	"linuxppc-dev@lists.linuxppc.org"
	<linuxppc-dev@lists.linuxppc.org>
Subject: Re: MATSHITADVD-ROM SR-8176
Date: 03 Feb 2002 23:31:13 +0100	[thread overview]
Message-ID: <1012775473.18215.19572.camel@pismo> (raw)
In-Reply-To: <1012763434.29823.13.camel@dozo>


On Son, 2002-02-03 at 20:10, Bastien Nocera wrote:
>
> On Sun, 2002-02-03 at 15:52, AMANO Kazuhiro wrote:
> >
> > I'm in trouble with MATSHITA DVD-ROM SR-8176 drive on iBook2
> >  under kernel-2.4.18-pre7-ben0.
> >
> > First problem is in audio CD play. I'm using xmms-cdread-0.14a, but
> > I cannot get track list of CD and cannot play.
> >
> > To solve this problem, I made a tiny patch:
> > --- linux/drivers/ide/ide-cd.c-ORIG	Mon Jan 28 20:20:31 2002
> > +++ linux/drivers/ide/ide-cd.c	Sun Feb  3 22:03:42 2002
> > @@ -2644,7 +2644,8 @@
> >  	 * but they do support reading TOC & audio datas
> >  	 */
> >  	if (strcmp (drive->id->model, "MATSHITADVD-ROM SR-8187") == 0 ||
> > -	    strcmp (drive->id->model, "MATSHITADVD-ROM SR-8186") == 0)
> > +	    strcmp (drive->id->model, "MATSHITADVD-ROM SR-8186") == 0 ||
> > +	    strcmp (drive->id->model, "MATSHITADVD-ROM SR-8176") == 0)
> >  		CDROM_CONFIG_FLAGS (drive)->audio_play = 1;
> >
> >  #if ! STANDARD_ATAPI
>
> Blimey! All this time this little patch was the thing missing ?

I have an SR-8174, and audio grabbing etc. also works. Maybe we can
assume it works with any Matsushita DVD-ROM drive, or at least the
SR-81xx series?


--
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2002-02-03 22:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-03 15:52 MATSHITADVD-ROM SR-8176 AMANO Kazuhiro
2002-02-03 19:10 ` Bastien Nocera
2002-02-03 22:31   ` Michel Dänzer [this message]
2002-02-03 22:40     ` Benjamin Herrenschmidt
2002-02-03 19:39 ` Benjamin Herrenschmidt

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=1012775473.18215.19572.camel@pismo \
    --to=michel@daenzer.net \
    --cc=haa13142@jnb.odn.ne.jp \
    --cc=hadess@hadess.net \
    --cc=linuxppc-dev@lists.linuxppc.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).