lanefu

  • Posts

    1148
  • Joined

  • Last visited

Everything posted by lanefu

  1. I removed source "fs/fs_compat.kconfig" from /usr/src/linux-headers-3.4.112-sun8i/fs/Kconfig and then I was able to run make scripts on Armbian 5.10 aka sed -i '287d;' /usr/src/linux-headers-3.4.112-sun8i/fs/Kconfig make scripts i was able to get the module built afterwards.. whether or not i get it to work with my wifi adapter is another story update: wifi seems to be alive now... i went back to /usr/src and did sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/ sudo cp ./rtl8192cu-fixes/8192cu-disable-power-management.conf /etc/modprobe.d/ rebooted then re-inserted the wifi
  2. That's pretty frustrating. Complex git requests get picky over HTTP especially with pushes. You may have better luck setting up a github account and adding your public SSH key (if you haven't already) and switch your clone method to SSH-based prior to copying the clone URL to your clipboard. SSH is much more resilient, and you'll have additional tuning options available to you
  3. Hey I managed to get the WiringOP libraries to build with the Python WiringPi libraries on my OPI One. I wrote up a quick gist and made a dinky fork to save some people some time: Orange PI WiringPi-Python Gist PS: Igor, TKaiser, and other contributors. Armbian is a really great distro. I'm very grateful for all your hard work.