Jump to content

Darknight

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Unfortunately, I tried modifing the .config file in /boot, seem it is not effect. I'm looking another way to change. Thank you!
  2. I want to change some kernel config and rebuild it. Currenlty, i am using Armbian_20.05.0-trunk_Arm-64_bionic_current_5.5.1_20200218. So would you like to tell me how to find the fast way to reconfig kernel config? Thank you!
  3. Thank you! It is difficult to find the kernel version support for S905w, could you tell me detail about the kernel version, and the patch repo which built successfull ? I tried with the kernel 5.10, 5.11 but no luck. After install the new kernel the box can not boot again.
  4. Seem the kernel custom source of S905W - TX3 mini no longer maintance and it is removed on the github of @balbes150. I want to continues develop and apply some bug fix. Anyone have this repository, please share me. Thank you very much!
  5. Hi all, We have an issue about xhci controller, the armbian on the S905W will throw there are not enough resource controller when using hub usb 3.0 (dmess). On ubuntu, we can disable xhci by command follow on this topic https://www.systutorials.com/how-to-force-a-usb-3-0-port-to-work-in-usb-2-0-mode-in-linux/ lspci -nn | grep USB \ | cut -d '[' -f3 | cut -d ']' -f1 \ | xargs -I@ setpci -H1 -d @ d0.l=0 This command will executed and xhci controller will switched to ehci controller, this function useful for us since ehci controller can be handled a lot of resource. Another solution to disable xhci here: https://askubuntu.com/questions/1198528/blacklist-xhci-hcd The question is: how to switch the xhci controller to ehci controller on the armbian (s905w board)
  6. Hello, I use the amlogic S905W (TX3mini) When I would like to start my PPP connection my Kernel says missing Module: Couldn't open the /dev/ppp device: No such file or directory modprobe: FATAL: Module ppp_generic not found in directory /lib/modules/5.5.1-arm-64 pppd: You need to create the /dev/ppp device node by executing the following command as root: mknod /dev/ppp c 108 0 Please check kernel 5.5.1-arm-64 Many Thanks
  7. Can you share the image & dtb to boot X96Air? Tks,
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines