Hi Bela
Today I started using piCore6 build on kernel 3.16.1. This is my findings so far:
The good:
Wifi is working fine with both my realtek and ralink wifi adaptors.
It is booting fine (I haven't noticed a significant change)
packages (alsa and wifi and firmware) are installed fine
The bad:
I can't get alsa working.
I started from scratch with a new system - so no old stuff around.
However, I can't see any soundcards. It doesn't change if I plug in an USB sound card:
tc@box:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
ALSA lib conf.c:3718:(snd_config_update_r) Cannot access file /usr/local/share/alsa/alsa.conf
ALSA lib control.c:953:(snd_ctl_open_noupdate) Invalid CTL hw:0
aplay: device_list:277: control open (0): No such file or directory
I then noticed that the onboard sound driver snd_bcm_2835 wasn't loaded, so I did a: sudo modprobe snd_bcm2835 - but this did not change the behaviour. No sound cards are listed with aplay -l.
I also noticed that many modules for the I2S-DACs are loaded automatically after a boot. That is probably not needed.
tc@box:~$ lsmod
Module Size Used by Tainted: G
r8188eu 662129 0
snd_soc_pcm512x_i2c 1909 0
snd_soc_pcm512x 7887 1 snd_soc_pcm512x_i2c
snd_soc_wm8804 7683 0
snd_soc_bcm2708_i2s 6100 0
snd_soc_core 119786 3 snd_soc_pcm512x,snd_soc_wm8804,snd_soc_bcm2708_i 2s
snd_pcm_dmaengine 4530 1 snd_soc_core
snd_pcm 78712 2 snd_soc_core,snd_pcm_dmaengine
snd_timer 19947 1 snd_pcm
snd_compress 7811 1 snd_soc_core
snd 56198 4 snd_soc_core,snd_pcm,snd_timer,snd_compress
regmap_spi 1404 1 snd_soc_wm8804
regmap_i2c 1960 2 snd_soc_pcm512x_i2c,snd_soc_wm8804
regmap_mmio 2410 1 snd_soc_bcm2708_i2s
spi_bcm2708 4958 0
i2c_bcm2708 4663 0
Regards
Steen