All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yaroslav Halchenko <yoh@psychology.rutgers.edu>
To: linux kernel mailing list <linux-kernel@vger.kernel.org>
Subject: sound problem on recent PowerBook5,8 MacRISC3
Date: Wed, 8 Feb 2006 11:00:03 -0500	[thread overview]
Message-ID: <20060208160002.GI5538@washoe.onerussian.com> (raw)

Dear Kernel People,

Sound fails to work on the PowerBook laptop
information on which could be found from
http://www.onerussian.com/Linux/bugs/bug.sound/

On 2.6.16-rc1 and got
dmasound_pmac: couldn't find a Codec we can handle
....
snd: Unknown layout ID 0x52
(and ALSA failed to find any device)

I added 0x52 layout in the list within sound/ppc/pmac.c

                case 0x50:
                case 0x52:
                case 0x5c:
                        chip->num_freqs = ARRAY_SIZE(tumbler_freqs);
                        chip->model = PMAC_SNAPPER;
                        chip->can_byte_swap = 0; /* FIXME: check this */
                        chip->control_mask = MASK_IEPC | 0x11;/* disable IEE */
                        break;
after reboot (it was compiled in) and I get
 dmasound_pmac: couldn't find a Codec we can handle
 ...
 snd: can't request rsrc  0 (Sound Control: 0x80000000:80004fff)

I copied pmac.c from 2.6.16-rc2, added 0x52, compiled, reboot and I get
just
dmasound_pmac: couldn't find a Codec we can handle

and no sound -- I have just

$ ls /dev/{snd,dsp,audio}*
ls: /dev/dsp*: No such file or directory
ls: /dev/audio*: No such file or directory
/dev/sndstat

/dev/snd:
seq  timer



Pre history:
I need to configure Linux in place of OS-X on my chief's laptop. After
some struggle I managed to install Ubuntu Dapper which was running their
2.6.15-14. I had few issues:
sound kinda was there but nothing was produced audible,
video - box freezes under some xorg config as reported
elsewhere https://launchpad.net/malone/bugs/30426 
and decided to give a try to vanilla kernel so I could also report a bug.

-- 
Yaroslav Halchenko
Research Assistant, Psychology Department, Rutgers-Newark
Office: (973) 353-5440x263 | FWD: 82823 | Fax: (973) 353-1171
        101 Warren Str, Smith Hall, Rm 4-105, Newark NJ 07105
Student  Ph.D. @ CS Dept. NJIT

             reply	other threads:[~2006-02-08 16:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-08 16:00 Yaroslav Halchenko [this message]
2006-02-08 22:29 ` sound problem on recent PowerBook5,8 MacRISC3 Benjamin Herrenschmidt
2006-02-09  4:55   ` Lee Revell
2006-02-09  5:04     ` 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=20060208160002.GI5538@washoe.onerussian.com \
    --to=yoh@psychology.rutgers.edu \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.