Glenn English [2015-10-19 10:32:38-06] wrote: >> root@sbox:~# lspci | egrep -i audio >> 00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD >> Audio Controller >> 03:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI Cedar HDMI >> Audio [Radeon HD 5400/6300 Series] > > As best I can tell, that Intel chip is a valid sound chip for Wheezy, > and this is the machine where I did a netinstall.
I would continue with "aplay -l". What does it say? Among other things
it should tell something like:
card 0: blah blah [blah], device 0: blah [more blah]
Then you could try to put some music to that device:
$ mpv music.mp3 --ao=alsa:device='[plughw:0,0]'
Where [plughw:0,0] has first the card number (0) and then the device
number (0).
signature.asc
Description: PGP signature

