OpenELEC Testbuilds for RaspberryPi Part 2
OK, I've created a clean build, and there is no difference:

Without hifiberry.conf:
Code:
rpi512:~ # lsmod | sort
Module                  Size  Used by
regmap_mmio             1921  1 snd_soc_bcm2708_i2s
snd_soc_bcm2708_i2s     5202  0
snd_soc_wm8731          9498  0
snd_soc_wm8804          6854  0

rpi512:~ # aplay -l
aplay: device_list:268: no soundcards found...

With hifiberry.conf:
Code:
rpi512:~ # cat .config/modules-load.d/hifiberry.conf
#snd_soc_bcm2708
snd_soc_bcm2708_i2s
bcm2708_dmaengine
snd_soc_pcm5102a
snd_soc_hifiberry_dac

rpi512:~ # lsmod | sort
Module                  Size  Used by
regmap_mmio             1921  1 snd_soc_bcm2708_i2s
snd_soc_bcm2708_i2s     5202  0
snd_soc_hifiberry_dac     1740  0
snd_soc_pcm5102a        1058  0
snd_soc_wm8731          9498  0
snd_soc_wm8804          6854  0

rpi512:~ # aplay -l
aplay: device_list:268: no soundcards found...

rpi512:~ # systemctl status systemd-modules-load.service
systemd-modules-load.service - Load Kernel Modules
   Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static)
   Active: active (exited) since Thu 1970-01-01 01:00:06 BST; 44 years 1 months ago
     Docs: man:systemd-modules-load.service(8)
           man:modules-load.d(5)
  Process: 118 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=0/SUCCESS)
Main PID: 118 (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/systemd-modules-load.service

Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

Note that systemd-modules-load.service will fail if snd_soc_bcm2708 is uncommented as this module can't be found.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.


Messages In This Thread
RE: OpenELEC Testbuilds for RaspberryPi Part 2 - by Milhouse - 2014-02-28, 00:11
AW: RE: - by DieterLumpen - 2013-07-29, 20:50
include guires switch? - by hpbaxxter - 2013-08-01, 21:46
RE: dual audio?? - by pootler - 2013-08-03, 17:13
Help, watch 3D Film on Non 3D TV - by unix72 - 2013-08-09, 12:39
Remote Controllers - by tfft - 2013-08-14, 09:11
rbej repeatable crash - by RichG - 2013-08-19, 12:43
New Tester - by theneverstill - 2013-10-03, 17:16
[split] missing subtitle stream - by Jönke - 2014-01-08, 21:03
3D Support - by michbeck100 - 2014-01-11, 01:01
No sound on Gotham builds - by URBANsUNITED - 2014-01-13, 15:19
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi Part 223