I found some new information and got it to work better, but not quite. It looks like this is an OSS device, so you need alsa-oss. This creates the /dev/dsp and /dev/dsp1 files. Also, since I have USB sound and USB radio tuner, the system doesn't know which should be primary. It wants to choose the radio tune. You will need the vid and pId of the devices. You have to modify /etc/modprobe.d/alsa-base.conf
options and-usb-audio index=0,1 vid=0x0d8c,0x06e1 pid=0x000c,0x0a155 That will order the two devices in the proper order and make the USB sound the primary sound in the system. That gets me further. After installing the packages sudo apt-get install libasound2 alsa-base alsa-utils alsamixergui alsaplayer-text alsaplayer-common firmware-realtek radio v4l-utils fmtools lirc alsa-oss oss-compat I can see the /dev/radio I can attempt to tune it using v4l2-ctl -d /dev/radio0 --set-ctrl=volume=10,mute=0 --set-freq=90.1 --all Which runs without error, but does not change the tuner value - it seems stuck at the max setting. sox --endianness little -c 2 -S -r 96000 -t alsa hw:1 -t alsa -r 96000 hw:0 Just makes popping noises, like is it is not tuned. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
