Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: ebnerjoh on April 01, 2015, 05:45:58 AM

Title: RPI2: SoundCard not detected
Post by: ebnerjoh on April 01, 2015, 05:45:58 AM
Hi!

I want to install the PiCorePlayer on my RPI2. I downloaded piCore-6.1alpha4_v7-SSH.zip and installed it on the SD. System is booting up and working but when I install the ALSA-Tools via TCE then I get the error message "no soundcard found".
Same error appers when I run alsamixer.

Any Ideas?

Br,
Johannes
Title: Re: RPI2: SoundCard not detected
Post by: bmarkus on April 01, 2015, 06:06:56 AM
Did you loadthe kernel module for you sound device?
Title: Re: RPI2: SoundCard not detected
Post by: ebnerjoh on April 01, 2015, 06:40:43 AM
Hi!

I just followed this instruction:
squeezelite on tiny core (http://www.gerrelt.nl/RaspberryPi/wordpress/tutorial-unpluggable-squeezelite-player-on-tinycore/)

Br,
Johannes
Title: Re: RPI2: SoundCard not detected
Post by: bmarkus on April 01, 2015, 06:46:40 AM
What is the output of

Code: [Select]
lsmod
command?
Title: Re: RPI2: SoundCard not detected
Post by: sbp on April 01, 2015, 10:39:54 AM
Hi johannes

If you only want to use piCorePlayer then you simply needs to download the image and burn it to your SD-card.
Then boot and you have a working squeezebox player.

You can get it from here: https://sites.google.com/site/picoreplayer/home/download

Regards
Steen
Title: Re: RPI2: SoundCard not detected
Post by: ebnerjoh on April 01, 2015, 12:57:40 PM
Hi!

Thanks for the answers, I will test tomorrow morning.

Regarding the link, this image is also working for the RPI 2?

BR,
Johannes
Title: Re: RPI2: SoundCard not detected
Post by: ebnerjoh on April 01, 2015, 12:58:39 PM
Ok, it is also for version2..
 rtfm...

BR,
Johannes
Title: Re: RPI2: SoundCard not detected
Post by: ebnerjoh on April 01, 2015, 11:55:32 PM
What is the output of

Code: [Select]
lsmod
command?

Code: [Select]
Module                  Size  Used by    Not tainted
i2c_dev                       5999  0
uio_pdrv_genirq         2958  0
uio                              8179  1 uio_pdrv_genirq

Br,
Johannes
Title: Re: RPI2: SoundCard not detected
Post by: bmarkus on April 02, 2015, 12:37:09 AM
What happenes if you modprobe snd-bcm2835 ?
Title: Re: RPI2: SoundCard not detected
Post by: ebnerjoh on April 02, 2015, 01:32:29 AM
Yes, when running this command then the soundcard is detected.

Can I automatically load the module?

Br,
Johannes
Title: Re: RPI2: SoundCard not detected
Post by: bmarkus on April 02, 2015, 01:36:11 AM
Add command to /opt/bootlocal.sh

Don't forget to backup.
Title: Re: RPI2: SoundCard not detected
Post by: ebnerjoh on April 02, 2015, 03:13:23 AM
Thanks, working. Also after reboot.

Br,
Johannes
Title: Re: RPI2: SoundCard not detected
Post by: ebnerjoh on April 02, 2015, 10:45:22 AM
Hi johannes

If you only want to use piCorePlayer then you simply needs to download the image and burn it to your SD-card.
Then boot and you have a working squeezebox player.

You can get it from here: https://sites.google.com/site/picoreplayer/home/download

Regards
Steen

Works perfectly - Thanks!!!

Br,
Johannes