[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#525946: hw-detect: snd-powermac not added to /etc/modules



On Tue, Apr 28, 2009 at 10:30 PM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> Hello Onkar,
>
> On Tue, Apr 28, 2009 at 1:37 PM, Onkar Shinde <onkarshinde@ubuntu.com> wrote:
>> On Tue, Apr 28, 2009 at 7:04 PM, Otavio Salvador
>> <otavio@ossystems.com.br> wrote:
>>> Hello Onkar,
>>>
>>> I believe that this patch should fix the detection at installer.
>>>
>>> I'm also attaching the test.sh script that I'd like you to run and see
>>> if it does shows snd-aoa being registered. I belive it should work for
>>> your hardware but it would be nice if you could test it and report it
>>> back.
>>>
>>
>> Hi Otavio
>>
>> Following is the output I got when I ran the script as normal user.
>>
>> onkar@iBook:~/Desktop$ sh test.sh
>> Registering: apm_emu
>> Registering: snd-aoa
>
> So the last test we need to do to be sure it will solve the issue is
> you to try to use snd-aoa instead of snd-powermac in your machine and
> confirm if it works.
>
> Thanks by testing it.

Here is the sad news. It doesn't work. Check following outputs (all
command run as root).

iBook:/home/onkar# modprobe snd-aoa
iBook:/home/onkar# lsmod |grep snd_aoa
snd_aoa                19840  0
snd_aoa_i2sbus         22820  0
snd_pcm                79748  1 snd_aoa_i2sbus
snd                    61876  6
snd_aoa,snd_aoa_i2sbus,snd_pcm,snd_seq,snd_timer,snd_seq_device
snd_aoa_soundbus        9060  1 snd_aoa_i2sbus
iBook:/home/onkar# alsamixer

alsamixer: function snd_ctl_open failed for default: No such file or directory


Whereas it works with snd-powermac

iBook:/home/onkar# modprobe snd-powermac
iBook:/home/onkar# lsmod |grep snd_powermac
snd_powermac           47936  0
snd_pcm                79748  2 snd_powermac,snd_aoa_i2sbus
snd                    61876  7
snd_powermac,snd_aoa,snd_aoa_i2sbus,snd_pcm,snd_seq,snd_timer,snd_seq_device
iBook:/home/onkar# alsamixer


Onkar



Reply to: