* problems ALSA on iBook2
@ 2002-06-27 2:57 Alexander Carot
2002-06-27 9:48 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Alexander Carot @ 2002-06-27 2:57 UTC (permalink / raw)
To: alsa-devel
Hej to all,
we recently tried to install ALSA on an iBook2 with Nando at CCRMA in
Stanford university but we have some trouble :
The whole installation went pretty fine without any trouble, the module
is installed and loaded and we finally set up the mixer but there's no
sound (neither speakers nor headphone).
Chipset : Tumbler
OS : YellowDog 2.2 (Rome)
PPC : iBook2 600MHz
For us everything looks like a bug. Does anyone have any experiences
with ALSA on iBook ?
Thanks
-- A l e x
-------------------------------------------------------
This sf.net email is sponsored by: Jabber Inc.
Don't miss the IM event of the season | Special offer for OSDN members!
JabberConf 2002, Aug. 20-22, Keystone, CO http://www.jabberconf.com/osdn
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: problems ALSA on iBook2
2002-06-27 2:57 problems ALSA on iBook2 Alexander Carot
@ 2002-06-27 9:48 ` Takashi Iwai
2002-06-27 18:37 ` Fernando Pablo Lopez-Lezcano
2002-06-28 19:00 ` Fernando Pablo Lopez-Lezcano
0 siblings, 2 replies; 4+ messages in thread
From: Takashi Iwai @ 2002-06-27 9:48 UTC (permalink / raw)
To: Alexander Carot; +Cc: alsa-devel
Hi,
At 26 Jun 2002 19:57:20 -0700,
Alexander Carot wrote:
>
> Hej to all,
>
> we recently tried to install ALSA on an iBook2 with Nando at CCRMA in
> Stanford university but we have some trouble :
>
> The whole installation went pretty fine without any trouble, the module
> is installed and loaded and we finally set up the mixer but there's no
> sound (neither speakers nor headphone).
>
> Chipset : Tumbler
> OS : YellowDog 2.2 (Rome)
> PPC : iBook2 600MHz
>
> For us everything looks like a bug. Does anyone have any experiences
> with ALSA on iBook ?
there was a change about daca and tumbler since rc1 to use the
kernel's standard i2c interface instead of alsa's own one.
you might try the older code if you need it urgently.
the change was committed at June 11, so you can check out the cvs with
the date option June 10, i.e.
% cd alsa-kernel/ppc
% cvs co -D20020610
i'll check this problem later.
ciao,
Takashi
-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: problems ALSA on iBook2
2002-06-27 9:48 ` Takashi Iwai
@ 2002-06-27 18:37 ` Fernando Pablo Lopez-Lezcano
2002-06-28 19:00 ` Fernando Pablo Lopez-Lezcano
1 sibling, 0 replies; 4+ messages in thread
From: Fernando Pablo Lopez-Lezcano @ 2002-06-27 18:37 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Alexander Carot, alsa-devel
> > The whole installation went pretty fine without any trouble, the module
> > is installed and loaded and we finally set up the mixer but there's no
> > sound (neither speakers nor headphone).
> >
> > Chipset : Tumbler
> > OS : YellowDog 2.2 (Rome)
> > PPC : iBook2 600MHz
> >
> > For us everything looks like a bug. Does anyone have any experiences
> > with ALSA on iBook ?
>
> there was a change about daca and tumbler since rc1 to use the
> kernel's standard i2c interface instead of alsa's own one.
>
> you might try the older code if you need it urgently.
> the change was committed at June 11, so you can check out the cvs with
> the date option June 10, i.e.
>
> % cd alsa-kernel/ppc
> % cvs co -D20020610
We'll try this latter (hopefully today). To expand on the
description of the problem, everything seems to work fine
except there is no sound output from either the speaker or
heaphones (for example: automute works, pluging in a heaphone
mutes the speaker in alsamixer, applications "play" for the
expected time and so on and so forth). The standard oss free
driver that comes with the yellow dog 2.2 kernel (2.4.18
something) works fine.
> i'll check this problem later.
Thanks!
-- Fernando
-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: problems ALSA on iBook2
2002-06-27 9:48 ` Takashi Iwai
2002-06-27 18:37 ` Fernando Pablo Lopez-Lezcano
@ 2002-06-28 19:00 ` Fernando Pablo Lopez-Lezcano
1 sibling, 0 replies; 4+ messages in thread
From: Fernando Pablo Lopez-Lezcano @ 2002-06-28 19:00 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Alexander Carot, alsa-devel
> > we recently tried to install ALSA on an iBook2 with Nando at CCRMA in
> > Stanford university but we have some trouble :
> >
> > The whole installation went pretty fine without any trouble, the module
> > is installed and loaded and we finally set up the mixer but there's no
> > sound (neither speakers nor headphone).
> >
> > Chipset : Tumbler
> > OS : YellowDog 2.2 (Rome)
> > PPC : iBook2 600MHz
> >
> > For us everything looks like a bug. Does anyone have any experiences
> > with ALSA on iBook ?
>
> there was a change about daca and tumbler since rc1 to use the
> kernel's standard i2c interface instead of alsa's own one.
>
> you might try the older code if you need it urgently.
> the change was committed at June 11, so you can check out the cvs with
> the date option June 10, i.e.
>
> % cd alsa-kernel/ppc
> % cvs co -D20020610
We tried this version yesterday with the same results (and it
was the correct one as the i2c-keywest <or something like
that> was no longer needed to load the driver). Everything
seems fine but we get no sound output.
-- Fernando
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Caffeinated soap. No kidding.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-06-28 19:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-27 2:57 problems ALSA on iBook2 Alexander Carot
2002-06-27 9:48 ` Takashi Iwai
2002-06-27 18:37 ` Fernando Pablo Lopez-Lezcano
2002-06-28 19:00 ` Fernando Pablo Lopez-Lezcano
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.