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

View: New views
20 Messages — Rating Filter:   Alert me  
< Prev | 1 - 2 | Next >

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

by sergio sevillano-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


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

by sergio sevillano-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


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

by Elimar Riesebieter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

* 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@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


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

by sergio sevillano-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.
$ 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






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

by Rogério Brito :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


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

by sergio sevillano-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Rogério Brito escribió:
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
`----

  
# rmmod snd_aoa_i2bus
ERROR: Module snd_aoa_i2bus does not exist in /proc/modules
# rmmod snd_powermac
ERROR: Module snd_powermac does not exist in /proc/modules
# modprobe snd-powermac
#

# 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 18) Sub-frame 0
# lsmod | grep snd
snd_powermac           47936  0
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  6 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
#

Sound seems not working, still.
In Gnome i play a .wav file with VLC, cant hear nothing.
Also gnome volume control wont work
it says: couldnt find GStreamer volume control complements (plugins?) or devices
[im translatimg from spanish]

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

$ 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 18) 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.
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.

  
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.
ill try to find out on manuals.

you want any other report?

thanks very much,
sergio





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

by Elimar Riesebieter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

* 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@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


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

by Rogério Brito :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 18) 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@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


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

by Risto Suominen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The correct machine ID is probably PowerBook3,3.

Risto


--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


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

by Benjamin Herrenschmidt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 :-)

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

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 :-)

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

Cheers,
Ben.



--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


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

by Otavio Salvador-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Benjamin,

2009/9/9 Benjamin Herrenschmidt <benh@...>:

> 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 :-)
>
> I've been avoiding the sound stuff like a plague since the Apple stuff
> is a total mess :-)

heh; I can understand your desire :-)

> 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 :-)

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@...  http://www.ossystems.com.br
Mobile: +55 53 9981-7854         http://projetos.ossystems.com.br


--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


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

by Benjamin Herrenschmidt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


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

by Rogério Brito :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


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

by Charles Plessy-12 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


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

by Gaudenz Steinlin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.

Gaudenz

--
Ever tried. Ever failed. No matter.
Try again. Fail again. Fail better.
~ Samuel Beckett ~


signature.asc (493 bytes) Download Attachment

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

by Benjamin Cama :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


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

by Johannes Berg :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.

johannes


signature.asc (817 bytes) Download Attachment

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

by Otavio Salvador-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

On Mon, Sep 14, 2009 at 7:08 PM, Benjamin Cama <benoar@...> 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@...  http://www.ossystems.com.br
Mobile: +55 53 9981-7854         http://projetos.ossystems.com.br


--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


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

by Benjamin Cama :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


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

by sergio sevillano-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Benjamin Cama escribió:
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 

despite the thread name, the original sound problem was in a
PowerBook3,3
as Risto Suominen pointed out in a previous post.

(just to clearify)


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


  

< Prev | 1 - 2 | Next >