Raspbian 6-20-2014 - Raspberry Pi Forums
i thought i2c devices/modules sound dacs not going included default.
code: select all
# i2cdetect -y 1 0 1 2 3 4 5 6 7 8 9 b c d e f 00: -- -- -- -- -- -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- -- -- -- -- uu -- -- -- -- 40: -- -- -- -- -- -- -- -- 48 -- -- -- -- -- -- -- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 70: -- -- -- -- -- -- -- --
to free reserved i2c device (uu) had add /etc/modprobe.d/raspi-blacklist.conf file
code: select all
blacklist snd_soc_wm8804
raspberrypi
Comments
Post a Comment