Posts by GoldBlew

    Hi there,

    I just received my HiFi Shield 2, and I need to load some modules (as I've seen here)

    Code
    MediaCenter:~ # modprobe aml_i2c
    modprobe: FATAL: Module aml_i2c not found in directory /lib/modules/3.14.29
    MediaCenter:~ # modprobe snd_soc_pcm512x
    modprobe: FATAL: Module snd_soc_pcm512x not found in directory /lib/modules/3.14.29
    MediaCenter:~ # modprobe snd_soc_pcm512x_i2c
    modprobe: FATAL: Module snd_soc_pcm512x_i2c not found in directory /lib/modules/3.14.29
    MediaCenter:~ # modprobe snd-soc-odroid-dac2
    modprobe: FATAL: Module snd-soc-odroid-dac2 not found in directory /lib/modules/3.14.29

    As I've seen on this thread, lrusak used port the drivers for the HiFi shield + and made a build.
    Unfortunately, the build isn't available anymore..

    Would it be possible to get the modules only and copy them into /lib/modules/3.14.29 ? It would be awesome as I can keep my highly configured set-up.

    Thanks.