I could be wrong, but when I was trying to do this awhile ago on Angstrom, 
I did not find it.  I ended up downloading and building the stuff on the 
BBBk.  Now with Debian, I can now do like I did on the Raspberry Pi and and 
do the apt-get install libasound2-dev

More details on what I do is up on my Readme file of my github Raspberry Pi 
project(Bad name, but was first linux box): 
https://github.com/KurtE/Raspberry_Pi 

>From that readme:

I did not find any valid packages to install the ALSA, so I did it 
manually: 

    wget ftp://ftp.alsa-project.org/pub/lib/a...1.0.25.tar.bz2 
    tar jxf alsa-lib-1.0.25.tar.bz2
    cd alsa-lib-1.0.25
    ./configure
    make install

This did not set the USB device to be default sound device, I used the 
command: aplay -L to list the nodes. From which I created the configuration 
file: /etc/asound.conf pcm.!default sysdefault:Device

Again there may be easier ways, but that is what I did.  Note: I am using a 
USB sound adapter...

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to