Driver status in "Boot from SD"
Willie
willie_chen at openmoko.com
Mon Feb 25 08:10:26 CET 2008
>>
> Hi Miles,
>
> I use strace to moniter the sound command 'alsactl'. But the directory
> /dev/snd/* is empty.
>
> open("/dev/snd/controlC0", O_RDONLY) = -1 ENOENT (No such file or
> directory)
> open("/dev/aloadC0", O_RDONLY) = -1 ENOENT (No such file or
> directory)
> open("/dev/snd/controlC1", O_RDONLY) = -1 ENOENT (No such file or
> directory)
> open("/dev/aloadC1", O_RDONLY) = -1 ENOENT (No such file or
> directory)
> open("/dev/snd/controlC2", O_RDONLY) = -1 ENOENT (No such file or
> directory)
> open("/dev/aloadC2", O_RDONLY) = -1 ENOENT (No such file or
> directory)
> open("/dev/snd/controlC3", O_RDONLY) = -1 ENOENT (No such file or
> director
> ...
>
> Regards,
> Willie
>
Hi Miles, Andy,
I added some files in /dev/snd/*.
# mknod controlC0 c 116 0
# mknod pcmC0D0c c 116 24
# mknod pcmC0D0p c 116 16
# mknod pcmC0D1c c 116 25
# mknod pcmC0D1p c 116 17
# mknod timer c 116 33
Then we can use sound driver now. Miles you can start to test DM2. Thanks.
Regards,
Willie
More information about the openmoko-kernel
mailing list