dony71
-
Posts
128 -
Joined
-
Last visited
Reputation Activity
-
dony71 got a reaction from guidol in pcm5102 dac not showing on armbian 5.65 [SOLVED]
You have to modify config PCM5102A like below on cache\source\linux-mainline\v4.14.84\sound\soc\codecs\Kconfig
config SND_SOC_PCM5102A
tristate "Texas Instruments PCM5102A CODEC - I2S"
then replace config-default.conf with attached
With this conf, script compilation will stop to overwrite kernel source to build patch
At that time, overwrite original Kconfig with the one you modified above
Then script compilation will stop again to ask whether you want to add pcm5102a to compile
Default is N, so you need to enter m for module compilation
config-default.conf.mod
-
dony71 got a reaction from Igor in Banana Pi M2plus & inboard wifi [solved]
This is it !!!
Thank you for your support
-
dony71 reacted to Igor in Banana Pi M2plus & inboard wifi [solved]
I just checked again and it's working, also with stock config and connecting to AP. There is a typo / syntax error in one of the guides. This is correct way:
echo 'options dhd op_mode=2' >/etc/modprobe.d/ap6212.conf I guess this is the problem ?
-
dony71 got a reaction from Igor in could not connect to wicd's d-bus interface
yeap, it's working
thanks
-
-
dony71 reacted to zador.blood.stained in mount hdd
If you create directory for mounting in /tmp and add an entry to fstab, then after reboot your directory in /tmp will not be there and your fstab entry will be incorrect.
If you create directory on SD (i.e. in /media or /mnt), as long as your HDD is mounted, writing to HDD won't produce writes to SD card.
"mounting" operation itself may update access time on directory (which results in small write to SD) but in Armbian rootfs is mounted with "noatime,nodiratime" options, so it won't try to update access time in this case.