Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

no sound on powermac3,3 (powerbook g4 550) debian502 gnome

 
Goto page 1, 2
   Soft32 Home -> Linux -> Ports PowerPC RSS
Next:  Accepted gcalctool 5.26.3-1 (source i386)  
Author Message
sergio sevillano

External


Since: Sep 06, 2009
Posts: 2



(Msg. 1) Posted: Sun Sep 06, 2009 7:20 am
Post subject: no sound on powermac3,3 (powerbook g4 550) debian502 gnome
Archived from groups: linux>debian>ports>powerpc (more info?)

hi list

i dont know how to install sound on my computer
powermac3,3 (powerbook g4 550) debian502 gnome

any hint?

thanks
sergio


--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST.DeleteThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.DeleteThis@lists.debian.org
Back to top
Login to vote
sergio sevillano

External


Since: Sep 06, 2009
Posts: 2



(Msg. 2) Posted: Sun Sep 06, 2009 7:20 am
Post subject: Re: no sound on powermac3,3 (powerbook g4 550) debian502 gnome [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

my Xorg.0.log is
http://paste.debian.net/45833/

sergio sevillano escribió:
> hi list
>
> i dont know how to install sound on my computer
> powermac3,3 (powerbook g4 550) debian502 gnome
>
> any hint?
>
> thanks
> sergio
>


--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST RemoveThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster RemoveThis @lists.debian.org
Back to top
Login to vote
Elimar Riesebieter

External


Since: Nov 26, 2006
Posts: 198



(Msg. 3) Posted: Sun Sep 06, 2009 11:20 am
Post subject: Re: no sound on powermac3,3 (powerbook g4 550) debian502 gnome [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

* sergio sevillano [090906 13:27 +0200]
>
> my Xorg.0.log is
> http://paste.debian.net/45833/

Well, this is the log of the so called X-server. Responsible for the
graphic output. The X-server has nothing to do with your sound.

> sergio sevillano escribió:
> >hi list
> >
> >i dont know how to install sound on my computer
> >powermac3,3 (powerbook g4 550) debian502 gnome
> >
> >any hint?

The Debian installer should recognized your sound card. Please post
the output from (done within a terminal):

$ cat /proc/asound/version
$ cat /proc/asound/cards
$ lsmod | grep snd

Elimar


--
"Talking much about oneself can also
be a means to conceal oneself."
-Friedrich Nietzsche


--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST DeleteThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster DeleteThis @lists.debian.org
Back to top
Login to vote
Rogério

External


Since: Dec 16, 2005
Posts: 183



(Msg. 4) Posted: Sun Sep 06, 2009 9:20 pm
Post subject: Re: no sound on powermac3,3 (powerbook g4 550) debian502 gnome [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sep 07 2009, sergio sevillano wrote:
> $ cat /proc/asound/version
> Advanced Linux Sound Architecture Driver Version 1.0.16.
> $ cat /proc/asound/cards
> --- no soundcards ---
> $ lsmod | grep snd
> snd_pcm_oss 45248 0
> snd_mixer_oss 19328 1 snd_pcm_oss
> snd_seq_oss 36756 0
> snd_seq_midi 10240 0
> snd_rawmidi 26176 1 snd_seq_midi
> snd_seq_midi_event 10528 2 snd_seq_oss,snd_seq_midi
> snd_seq 57800 5 snd_seq_oss,snd_seq_midi,snd_seq_midi_event
> snd_seq_device 11020 4 snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
> snd_aoa_i2sbus 22820 0
> snd_pcm 79812 2 snd_pcm_oss,snd_aoa_i2sbus
> snd_timer 25508 2 snd_seq,snd_pcm
> snd_page_alloc 12392 1 snd_pcm
> snd 61908 9 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_rawmidi,snd_seq,snd_seq_device,snd_aoa_i2sbus,snd_pcm,snd_timer
> soundcore 10244 1 snd
> snd_aoa_soundbus 9060 1 snd_aoa_i2sbus

You can try (as root):

,----
| rmmod snd_aoa_i2sbus
| rmmod snd_aoa_soundbus
| modprobe snd-powermac
`----

See if it works and reportback. If that doesn't work, then (also as root):

,----
| echo snd-powermac >> /etc/modules
| shutdown -r now
`----

(This will reboot your notebook)

If one of the above works, then it will be one point more for the
installer not to install the snd_aoa* drivers by default.


Regards, Rogério Brito.

--
Rogério Brito : rbrito@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org


--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST.RemoveThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.RemoveThis@lists.debian.org
Back to top
Login to vote
Elimar Riesebieter

External


Since: Nov 26, 2006
Posts: 198



(Msg. 5) Posted: Mon Sep 07, 2009 7:20 am
Post subject: Re: no sound on powermac3,3 (powerbook g4 550) debian502 gnome [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

* sergio sevillano [090907 01:52 +0200]
> Elimar Riesebieter escribió:
> >* sergio sevillano [090906 13:27 +0200]
> >>my Xorg.0.log is
> >>http://paste.debian.net/45833/
> >
> >Well, this is the log of the so called X-server. Responsible for the
> >graphic output. The X-server has nothing to do with your sound.
> >
> >>sergio sevillano escribió:
> >>>hi list
> >>>
> >>>i dont know how to install sound on my computer
> >>>powermac3,3 (powerbook g4 550) debian502 gnome
> >>>
> >>>any hint?
> >
> >The Debian installer should recognized your sound card. Please post
> >the output from (done within a terminal):
> >
> >$ cat /proc/asound/version
> >$ cat /proc/asound/cards
> >$ lsmod | grep snd
> >
> >Elimar
> >
> >
>
> $ cat /proc/asound/version
> Advanced Linux Sound Architecture Driver Version 1.0.16.

This is a very old version. We're just uploaing 1.0.21. Well if you
upgrade to at least squeeze (testing) xour chip should be recognized
from the kernel.

> $ cat /proc/asound/cards
> --- no soundcards ---
> $ lsmod | grep snd
> snd_pcm_oss 45248 0
> snd_mixer_oss 19328 1 snd_pcm_oss
> snd_seq_oss 36756 0
> snd_seq_midi 10240 0
> snd_rawmidi 26176 1 snd_seq_midi
> snd_seq_midi_event 10528 2 snd_seq_oss,snd_seq_midi
> snd_seq 57800 5 snd_seq_oss,snd_seq_midi,snd_seq_midi_event
> snd_seq_device 11020 4 snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
> snd_aoa_i2sbus 22820 0
> snd_pcm 79812 2 snd_pcm_oss,snd_aoa_i2sbus
> snd_timer 25508 2 snd_seq,snd_pcm
> snd_page_alloc 12392 1 snd_pcm
> snd 61908 9 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_rawmidi,snd_seq,snd_seq_device,snd_aoa_i2sbus,snd_pcm,snd_timer
> soundcore 10244 1 snd
> snd_aoa_soundbus 9060 1 snd_aoa_i2sbus
>
>
>
> sound card is
> Texas Instruments TAS3001c , 44KHz

The correct driver for your tumbler should be snd-powermac. Do as
root:
# echo snd-powermac >> /etc/modules
# reboot.

Elimar

--
On the keyboard of life you have always
to keep a finger at the escape key;-)


--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST.TakeThisOut@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.TakeThisOut@lists.debian.org
Back to top
Login to vote
Rogério

External


Since: Dec 16, 2005
Posts: 183



(Msg. 6) Posted: Mon Sep 07, 2009 11:20 am
Post subject: Re: no sound on powermac3,3 (powerbook g4 550) debian502 gnome [Login to view extended thread Info.]
Archived from groups: linux>debian>ports>powerpc, others (more info?)

Just for the record, I'm including here people from debian-boot, so that
this extra piece of information gets somehow included in future versions
of d-i (if it is not incorporated already).

On Sep 07 2009, sergio sevillano wrote:
> Rogério Brito escribió:
> >See if it works and reportback. If that doesn't work, then (also as root):
> >
> >,----
> >| echo snd-powermac >> /etc/modules
> >| shutdown -r now
> >`----
> >
> >(This will reboot your notebook)
> >
> i did,
> now it works.
> both volume control and play a .wav file with VLC player in Gnome

Nice, great. Really great that it worked. I'm leaving most of our
discussion here for reference of people at other mailing lists.

> $ cat /proc/asound/version
> Advanced Linux Sound Architecture Driver Version 1.0.16.
> $ cat /proc/asound/cards
> 0 [Tumbler ]: PMac Tumbler - PowerMac Tumbler
> PowerMac Tumbler (Dev 1Cool Sub-frame 0
> $ lsmod | grep snd
> snd_powermac 47936 1
> snd_aoa_i2sbus 22820 0
> snd_pcm_oss 45248 0
> snd_mixer_oss 19328 1 snd_pcm_oss
> snd_pcm 79812 3 snd_powermac,snd_aoa_i2sbus,snd_pcm_oss
> snd_timer 25508 1 snd_pcm
> snd_page_alloc 12392 1 snd_pcm
> snd 61908 8 snd_powermac,snd_aoa_i2sbus,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
> soundcore 10244 1 snd
> snd_aoa_soundbus 9060 1 snd_aoa_i2sbus
> $
>
> this last report seems exactly the same as before.

Right, but now the snd-powermac driver is what is being used instead of
the snd-aoa* driver.

Perhaps BenH (one of the principal developers of Linux on PowerPC) could
shed some comments here with the final word so that we can settle this
snd-aoa vs. snd-powermac for the time being.

> >If one of the above works, then it will be one point more for the
> >installer not to install the snd_aoa* drivers by default.
>
> thanks.
> i dont know if i will understand if you tell me
> the meaning of the commands we have used...
> or at least the aim of them.

Basically, I just told you to load one driver for the sound card that
was more likely to work with your hardware (which is more or less
similar to mine) than the driver that was being loaded by default.

> ill try to find out on manuals.

To learn a little bit more about what I told you to perform, you can
read the following manuals:

,----
| man modprobe
| man rmmod
| man insmod
| man lsmod
| man 5 modules
| man shutdown
`----

(You should have the man-db and manpages packages).

> you want any other report?

No, thanks. That's fine for now (unless you have another problem).


Regards, Rogério Brito.

--
Rogério Brito : rbrito@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org


--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST.DeleteThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.DeleteThis@lists.debian.org
Back to top
Login to vote
Risto Suominen

External


Since: Feb 11, 2009
Posts: 2



(Msg. 7) Posted: Mon Sep 07, 2009 1:20 pm
Post subject: Re: no sound on powermac3,3 (powerbook g4 550) debian502 gnome [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The correct machine ID is probably PowerBook3,3.

Risto


--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST RemoveThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster RemoveThis @lists.debian.org
Back to top
Login to vote
Benjamin Herrenschmidt

External


Since: Jan 22, 2007
Posts: 1361



(Msg. 8) Posted: Wed Sep 09, 2009 7:20 am
Post subject: Re: no sound on powermac3,3 (powerbook g4 550) debian502 gnome [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mon, 2009-09-07 at 12:12 -0300, Rogério Brito wrote:
> Right, but now the snd-powermac driver is what is being used instead
> of
> the snd-aoa* driver.
>
> Perhaps BenH (one of the principal developers of Linux on PowerPC)
> could
> shed some comments here with the final word so that we can settle this
> snd-aoa vs. snd-powermac for the time being.
>
Ouch Smile

I've been avoiding the sound stuff like a plague since the Apple stuff
is a total mess Smile

If aoa works generally better on this machine then the distro should use
it by default. I was somewhat hoping somebody would take over those
sound drivers once for all but they seem to systematically scare off all
the volunteers we can find Smile

Sadly, I don't have the time nowadays to do much work on them myself.

Cheers,
Ben.



--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST DeleteThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster DeleteThis @lists.debian.org
Back to top
Login to vote
Otavio Salvador

External


Since: Jan 03, 2007
Posts: 35



(Msg. 9) Posted: Sat Sep 12, 2009 7:20 pm
Post subject: Re: no sound on powermac3,3 (powerbook g4 550) debian502 gnome [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello Benjamin,

2009/9/9 Benjamin Herrenschmidt <benh.RemoveThis@kernel.crashing.org>:
> On Mon, 2009-09-07 at 12:12 -0300, Rogério Brito wrote:
>> Right, but now the snd-powermac driver is what is being used instead
>> of
>> the snd-aoa* driver.
>>
>> Perhaps BenH (one of the principal developers of Linux on PowerPC)
>> could
>> shed some comments here with the final word so that we can settle this
>> snd-aoa vs. snd-powermac for the time being.
>>
> Ouch Smile
>
> I've been avoiding the sound stuff like a plague since the Apple stuff
> is a total mess Smile

heh; I can understand your desire Smile

> If aoa works generally better on this machine then the distro should use
> it by default. I was somewhat hoping somebody would take over those
> sound drivers once for all but they seem to systematically scare off all
> the volunteers we can find Smile

Do you know a way for us to know if aoa or powerpc is the right
choice? Or the oposite, a way to know that aoa is known to be broken
in a set of machine ids or like?

Cheers,

--
Otavio Salvador O.S. Systems
E-mail: otavio.RemoveThis@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br


--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST.RemoveThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.RemoveThis@lists.debian.org
Back to top
Login to vote
Benjamin Herrenschmidt

External


Since: Jan 22, 2007
Posts: 1361



(Msg. 10) Posted: Sun Sep 13, 2009 3:20 am
Post subject: Re: no sound on powermac3,3 (powerbook g4 550) debian502 gnome [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 2009-09-12 at 19:33 -0300, Otavio Salvador wrote:
> Do you know a way for us to know if aoa or powerpc is the right
> choice? Or the oposite, a way to know that aoa is known to be broken
> in a set of machine ids or like?
>
Well, generally speaking, aoa only picks up machines it knows about no ?

Ben.



--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST.DeleteThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.DeleteThis@lists.debian.org
Back to top
Login to vote
Rogério_Brito

External


Since: Feb 25, 2007
Posts: 21



(Msg. 11) Posted: Sun Sep 13, 2009 9:20 pm
Post subject: Re: no sound on powermac3,3 (powerbook g4 550) debian502 gnome [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi, Everybody.

On Sep 13, 2009, at 01:41, Benjamin Herrenschmidt wrote:

> On Sat, 2009-09-12 at 19:33 -0300, Otavio Salvador wrote:
>> Do you know a way for us to know if aoa or powerpc is the right
>> choice? Or the oposite, a way to know that aoa is known to be broken
>> in a set of machine ids or like?
>>
> Well, generally speaking, aoa only picks up machines it knows about
> no ?

Actually, no. Since I have been building my own kernels, I have no
problems with snd-powerpc.

OTOH, many people on -powerpc has sent messages along the lines "I
just installed lenny/etch/squeeze/foo on my {Power,i}{Book,Mac} and I
can't get any sound, is there anybody here that can help me?".

It seems that on some G5 machines, snd-powerpc could cause some lock
ups, but the problem was reported ages ago and it seems to have been
fixed. I'm not sure if Charles Plessy (in CC) still has his dual G5
and can test it, but I seem to recall that he once had the problem
and, months latter, tested it again and didn't find any problems with
snd-powermac.

(Is this correct, Charles? My memory seems to be failing me lately.)

So, for a distribution kernel, I guess that, once nobody complains
about the problems, we can just standardize on snd-powermac (and have
people have a working setup) and document the potential (perhaps
nonexistent?) problem in the release notes for the arch.

I am willing to learn a bit about the kernel, but I don't have
knowledge about hardware.

Opinons?


Regards, Rogério Brito.

P.S.: Ben, are there low-hanging fruits in the kernel for PowePC on
Macs?


--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST.TakeThisOut@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.TakeThisOut@lists.debian.org
Back to top
Login to vote
Charles Plessy

External


Since: Nov 04, 2008
Posts: 144



(Msg. 12) Posted: Sun Sep 13, 2009 9:20 pm
Post subject: Re: no sound on powermac3,3 (powerbook g4 550) debian502 gnome [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Le Sun, Sep 13, 2009 at 10:27:01PM -0300, Rogério Brito a écrit :
>
> It seems that on some G5 machines, snd-powerpc could cause some lock
> ups, but the problem was reported ages ago and it seems to have been
> fixed. I'm not sure if Charles Plessy (in CC) still has his dual G5 and
> can test it, but I seem to recall that he once had the problem and,
> months latter, tested it again and didn't find any problems with
> snd-powermac.

Helo Rogério and everybody,

I have indeed made a test last year on an iMac G5, and did not experience lock
ups anymore, so I think that the problem is solved on that side.

By the way, I have returned the now old dual G5 to the computer service at my
workplace and will not be able to make tests on it anymore as I am now using
the amd64 port on Intel hardware now. I still have the iMac G5 at home, and it
is used by somebody else. Linux is still bootable, but unless nobody else can
do tests, I would prefer not taking risks by making new installer tests. I have
updated the following wiki page accordingly (by deleting my name).

http://wiki.debian.org/VolunteersForPowerPC

Have a nice day, and thank you very much for your dedication to this port !

--
Charles Plessy
Tsurumi, Kanagawa, Japan


--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST.DeleteThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.DeleteThis@lists.debian.org
Back to top
Login to vote
Benjamin Cama

External


Since: Mar 15, 2007
Posts: 8



(Msg. 13) Posted: Mon Sep 14, 2009 5:20 pm
Post subject: Re: no sound on powermac3,3 (powerbook g4 550) debian502 gnome [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

Le lundi 14 septembre 2009 à 23:00 +0200, Gaudenz Steinlin a écrit :
> On Sun, Sep 13, 2009 at 10:27:01PM -0300, Rogério Brito wrote:
> >
> > So, for a distribution kernel, I guess that, once nobody complains
> > about the problems, we can just standardize on snd-powermac (and
> > have people have a working setup) and document the potential
> > (perhaps nonexistent?) problem in the release notes for the arch.
>
> No, please not! At least on my powerbook5,8 snd-aoa works way better
> than snd-powerpc. And AFAIK this is true for all newer Powerbooks. It
> may be that snd-powermac is the only option for some of the older Apple
> powerpc based hardware. But please only enable it for devices that are
> not supported by snd-aoa.

Completely agree with that. snd-aoa was made for newer Macs AFAIK, and
it works very well here. The one that cause problem here is a
powermac3,3 which is an old model, and which is not supported by snd-aoa
according to http://johannes.sipsolutions.net/Projects/snd-aoa

I am CC'ing Johannes, he may help us solve that long standing problem.

Regards,
Benjamin


--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST.DeleteThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.DeleteThis@lists.debian.org
Back to top
Login to vote
Otavio Salvador

External


Since: Jan 03, 2007
Posts: 35



(Msg. 14) Posted: Mon Sep 14, 2009 7:20 pm
Post subject: Re: no sound on powermac3,3 (powerbook g4 550) debian502 gnome [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

On Mon, Sep 14, 2009 at 7:08 PM, Benjamin Cama <benoar.DeleteThis@free.fr> wrote:
> Hi,
>
> Le lundi 14 septembre 2009 à 23:00 +0200, Gaudenz Steinlin a écrit :
>> On Sun, Sep 13, 2009 at 10:27:01PM -0300, Rogério Brito wrote:
>> >
>> > So, for a distribution kernel, I guess that, once nobody complains
>> > about the problems, we can just standardize on snd-powermac (and
>> > have people have a working setup) and document the potential
>> > (perhaps nonexistent?) problem in the release notes for the arch.
>>
>> No, please not! At least on my powerbook5,8 snd-aoa works way better
>> than snd-powerpc. And AFAIK this is true for all newer Powerbooks. It
>> may be that snd-powermac is the only option for some of the older Apple
>> powerpc based hardware. But please only enable it for devices that are
>> not supported by snd-aoa.
>
> Completely agree with that. snd-aoa was made for newer Macs AFAIK, and
> it works very well here. The one that cause problem here is a
> powermac3,3 which is an old model, and which is not supported by snd-aoa
> according to http://johannes.sipsolutions.net/Projects/snd-aoa
>
> I am CC'ing Johannes, he may help us solve that long standing problem.

In this case we ought try to find a way to "detect" those machines and
add support for hw-detect to properly queue the require module based
on that.

--
Otavio Salvador O.S. Systems
E-mail: otavio.DeleteThis@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br


--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST.DeleteThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.DeleteThis@lists.debian.org
Back to top
Login to vote
Benjamin Cama

External


Since: Mar 15, 2007
Posts: 8



(Msg. 15) Posted: Mon Sep 14, 2009 7:20 pm
Post subject: Re: no sound on powermac3,3 (powerbook g4 550) debian502 gnome [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Le lundi 14 septembre 2009 à 15:09 -0700, Johannes Berg a écrit :
> On Tue, 2009-09-15 at 00:08 +0200, Benjamin Cama wrote:
>
> > Completely agree with that. snd-aoa was made for newer Macs AFAIK, and
> > it works very well here. The one that cause problem here is a
> > powermac3,3 which is an old model, and which is not supported by snd-aoa
> > according to http://johannes.sipsolutions.net/Projects/snd-aoa
> >
> > I am CC'ing Johannes, he may help us solve that long standing problem.
>
> And what _is_ the problem? AFAIK snd-aoa should work on all machines
> that it's auto-loaded on by the kernel.

I'm sorry, I don't exactly know the current problem, but here on
debian-ppc we keep having (as Rogério noted) people having problems with
snd-aoa getting loaded instead of snd-powermac, as far as I understand.
A quick search in my archives gives me the following threads :

http://lists.debian.org/debian-powerpc/2009/09/msg00059.html
http://lists.debian.org/debian-powerpc/2009/08/msg00009.html
http://lists.debian.org/debian-powerpc/2009/06/msg00034.html
http://lists.debian.org/debian-powerpc/2009/05/msg00096.html
http://lists.debian.org/debian-powerpc/2009/02/msg00083.html

Just for 2009. I thought you could help, as there don't seem to be a lot
of people left here that have the knowledge to solve that, appart from
saying "try modprobe snd-powermac". I think people on this list would be
gratefull if you could help.

Regards,
Benjamin


--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST.TakeThisOut@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.TakeThisOut@lists.debian.org
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Powermac Sound Issue with Wallstreet PowerBook - For over the last few weeks, I've been trying to get sound working on my Powerbook G3. I've tried various different..

[gentoo-user] Gnome Sound - Hi everyone, I am experiencing a real odd thing, I configured my kernel to alsa for NVIDIA AC'97 sound card, the sound...

[gentoo-user] gnome sound problems - After the recent upgrades to 2.6.2 gnome stuff, I've noticed that sound does not work right in some games. Specifically...

powerpc: "IRQ probe failed (0x0)" on powerbook - On my PowerBook when booting Linus's tree as of commit af1713e0 I get something like this: [blah blah] ide0: Found...

[gentoo-user] GNOME Sound Dead... after Firefox Update - -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello all. I am having some trouble with my sound in GNOME. I update...

[gentoo-user] I think I messed up USE flag by using -alsa .. - Hi - I've just finished compiling Gnome and have no sound whatsoever. Looking at my USE flags I noticed I had..
       Soft32 Home -> Linux -> Ports PowerPC All times are: Pacific Time (US & Canada) (change)
Goto page 1, 2
Page 1 of 2

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]