Jump to content
XPEnology Community

snowfox

Member
  • Posts

    41
  • Joined

  • Last visited

Everything posted by snowfox

  1. thank you again. I run docker in Ubuntu 20.04 in VMware Workstation in win10, not WSL2.
  2. no firewall, ping https://raw.githubusercontent.com is ok, and can be seen in the browser.
  3. I repeatedly run ./redpill_tool_chain.sh auto apollolake-7.0.1-42218, and finally the first error does not appear, but the second error appears.
  4. when i run ./redpill_tool_chain.sh auto apollolake-7.0.1-42218,this error occurs: curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused [!] Failed to download https://raw.githubusercontent.com/tossp/rp-ext/master/redpill-boot-wait/rpext-index.json to /opt/redpill-load/custom/extensions/_new_ext_index.tmp_json *** Process will exit *** [!] Failed to add "https://raw.githubusercontent.com/tossp/rp-ext/master/redpill-boot-wait/rpext-index.json" as an extension: , *** Process will exit *** [!] Failed to install thethorgroup.boot-wait bundled extension - see errors above *** Process will exit ***
  5. hello,when I compile,input “./redpill_tool_chain.sh auto apollolake-7.0.1-42218”,i have this problem: fatal: unable to access 'https://github.com/RedPill-TTG/redpill-lkm.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated. how to solve this problem? i think maybe i need to use VPN. which VPN can i use under Ubuntu?
  6. I did it this way: 1. in ubuntu,install Docker sudo apt-get update sudo apt install docker.io 2. install jq & curl: sudo apt install jq sudo apt install curl 3. download redpill-tool-chain_x86_64_v0.7.4 4. cd redpill-tool-chain_x86_64_v0.7.4 5. vi apollolake_user_config.json, edit vid,pid,sn,mac 6. build img ./redpill_tool_chain.sh bulid apollolake-xxx ./redpill_tool_chain.sh run apollolake-xxx make build_all (xxx is the version you choose,like 7.0.1-42214) then the file was in /images -- if you build again, please follow @haydibe's advice, clean up your build cache and images to benefit from the fix: docker builder prune --all --filter label=redpill-tool-chain docker image ls --filter label=redpill-tool-chain --quiet | xargs docker image rm
  7. hello,i add the 10G network card’s driver to the boot file and started smoothly,when ds918+_42214.pat is installed and started again, the 10G network card driver is lost. how can I make the driver of the 10G network card be loaded at startup? which file do i to modify? after startup,i can added the driver manually through SSH. But I can't do this every time. I want Qunhui to automatically load the driver when it starts. sudo insmod /usr/lib/modules/ixgbe.ko systemctl restart rc-network how can i do ?
  8. Sorry, I made a mistake. The problem was solved after reinstalling docker. thank you again for your help
  9. New problems arise again. After installing DSM_ DS918+_ 42214.pat, the 10G network card disappeared!! why? what can i do ? edit the pat file?
  10. I solved the problem. The reason is that the root account is not used to edit the file. That's stupid!
  11. unfortunately, I encountered this problem again。 I have repeatedly confirmed that vid and PID are correct! When I don't have a 10G network card, I can install it successfully. What's the problem ?
  12. thank you again! I successfully driven the Intel 10G network card! and I want to know how do you compile ko files
  13. 19 hours ago,pocopico said: Line 285 in your case. /lib/modules is linked to /usr/lib/modules . insmod /lib/modules/xxx thang you very much! i successfully driven the Intel 10G network card! now,my 918+ 7.0.1 have two neywork cards!
  14. Have I installed the network card driver correctly? Why can't I see the 10G network card in the network interface?Only see the 1G network card!
  15. how can imodify linuxrc.syno.impl (line #285) ? just add “insmod /lib/modules/ixgbe.ko” ? i put the ixgbe.ko to /usr/lib/modules
  16. how can imodify linuxrc.syno.impl (line #285) ? just add “insmod /lib/modules/ixgbe.ko” ? i put the ixgbe.ko to /usr/lib/modules
  17. How to build intel 10G netcard driver to *.ko ? synology can't run "make" command!no kernel-devel! Can you help me build it for 7.0.1 ?tks ixgbe-5.12.5.tar.gz
  18. Can i install the 10G lancard‘s driver myself? i found the linux driver on intel’s website.
×
×
  • Create New...