[Raspbian-devel] Default Raspbian install

Subba Rao kvirt at tanucoo.com
Sun Dec 28 15:03:34 UTC 2014


On 12/27/14 1:41 PM, Andrei POPESCU wrote:
> On Sb, 27 dec 14, 09:05:33, Subba Rao wrote:
>> My RPI has speakers connected to the headphone jack but this sound is
>> not working on it.
>>
>> I have tried the following command and got this error.
>>
>> $ omxplayer -p -o local Fav-song1.mp3
>> * failed to open vchiq instance
> Check your /etc/modules, I have vchiq commented out and snd_bcm2835 
> listed..
>
> What is the output of the following command?
>
>     amixer cget numid=3
>
>

________________
/etc/modules

snd-bcm2835

I changed it to "snd_bcm2835" with improvement.
________________

$ lsmod
Module                  Size  Used by
snd_bcm2835            19496  0
snd_soc_bcm2708_i2s     6210  0
regmap_mmio             2818  1 snd_soc_bcm2708_i2s
snd_soc_core          128465  1 snd_soc_bcm2708_i2s
snd_compress            8259  1 snd_soc_core
regmap_i2c              1661  1 snd_soc_core
snd_pcm_dmaengine       5505  1 snd_soc_core
regmap_spi              1913  1 snd_soc_core
snd_pcm                83845  3 snd_bcm2835,snd_soc_core,snd_pcm_dmaengine
snd_page_alloc          5132  1 snd_pcm
snd_seq                55484  0
snd_seq_device          6469  1 snd_seq
snd_timer              20998  2 snd_pcm,snd_seq
leds_gpio               2079  0
led_class               4118  1 leds_gpio
snd                    62252  7
snd_bcm2835,snd_soc_core,snd_timer,snd_pcm,snd_seq,snd_seq_device,snd_compress
____________________


With different tools I got different errors like vchiq or JACK server
not found or some ALSA lib error or something, but sound.

Subba Rao




More information about the Raspbian-devel mailing list