Hello,

Sheevaplug
Debian Squeeze
My USB hub :
HereMy audio card :
USB 3D SOUND
Model HY554
JMTek, LLC. audio controllerInstall package (optional) : alsa-utils
To play mp3 file ...
Install package : madplay
$> madplay file.mp3OR
Install package : mplayer (much better)
$> mplayer -ao alsa -msgcolor -cache 64 http://www.tv-radio.com/station/fip_mp3/fip_mp3-128k.m3u(To decrease or increase volume "/" and "*", quit "q", for more information : "man mplayer")
For Alsa :
Create the following file : ~/.asoundrc
and copy :
################################
defaults.ctl.card X
defaults.pcm.card X
###############################
Replace X with the card number, to know :
$> cat /proc/asound/cardsSound diagnose...
List the modules related to sound
$> lsmod | grep sndList sound cards managed by the system
$> cat /proc/asound/cards
$> cat /proc/asound/oss/sndstatList chipset(s)
$> aplay -lFor Midi
$> aplaymidi -lBye

[Sorry for my English]