Jump to content
XPEnology Community

hendry

Member
  • Posts

    122
  • Joined

  • Last visited

Everything posted by hendry

  1. how did u test ? did u just build img file or put it on kvm and see where it starting until can be find on synology assistant ? i tried bromolow once again, but still same error.. i'm now trying on broadwellink. broadwellink is working, but still 9p file system not loaded. PS: why on boot process when load 9p.ko message is "already loaded" ? it's not installing v9fs 9p2000 file system support. lsmod | grep 9p 9pnet_virtio 6877 0 9pnet 57359 1 9pnet_virtio virtio_ring 6851 6 virtio_blk,virtio_net,virtio_pci,9pnet_virtio,virtio_mmio,virtio_scsi virtio 5529 6 virtio_blk,virtio_net,virtio_pci,9pnet_virtio,virtio_mmio,virtio_scsi 9p itself not loaded. @pocopicoany idea ?
  2. Hi @pocopico Thanks for replying me.. I add your ext repo for bromolow-7.1.0-42661 and build it with success, but when it boot, it seems cannot load virtio_blk.ko xpe | ERROR: kernel extensions "virtio_blk.ko" from pocopico.v9fs failed to load xpe | Exit on error [99] rp ext init exec failure... xpe | Segmentation fault I look inside 7.0.1 bromolow boot process, and found correct load sequence for 9pfs drivers. you can see it installing v9fs file system format. xpenology | Loading kmod #7 "9pnet.ko" for thethorgroup.virtio (args: ) xpenology | [ 5.286581] 9pnet: module has bad taint, not creating trace events xpenology | [ 5.288025] 9pnet: Installing 9P2000 support xpenology | Loading kmod #8 "9pnet_virtio.ko" for thethorgroup.virtio (args: ) xpenology | [ 5.302424] virtio-pci 0000:00:05.0: irq 49 for MSI/MSI-X xpenology | [ 5.303609] virtio-pci 0000:00:05.0: irq 50 for MSI/MSI-X xpenology | [ 5.306783] virtio-pci 0000:00:06.0: irq 51 for MSI/MSI-X xpenology | [ 5.307931] virtio-pci 0000:00:06.0: irq 52 for MSI/MSI-X xpenology | [ 5.311441] virtio-pci 0000:00:07.0: irq 53 for MSI/MSI-X xpenology | [ 5.312675] virtio-pci 0000:00:07.0: irq 54 for MSI/MSI-X xpenology | [ 5.316117] virtio-pci 0000:00:08.0: irq 55 for MSI/MSI-X xpenology | [ 5.317374] virtio-pci 0000:00:08.0: irq 56 for MSI/MSI-X xpenology | Loading kmod #9 "9p.ko" for thethorgroup.virtio (args: ) xpenology | [ 5.350122] 9p: Installing v9fs 9p2000 file system support then i tried to add my ext repo on my GH, one by one load 9p drivers, but seems the 9p.ko cannot load completely, means cannot give v9fs file format. It says 9p already loaded. xpe | Loading kmod #7 "9pnet.ko" for thethorgroup.virtio (args: ) xpe | [ 5.930714] 9pnet: module has bad taint, not creating trace events xpe | [ 5.932074] 9pnet: Installing 9P2000 support xpe | Loading kmod #8 "9pnet_virtio.ko" for thethorgroup.virtio (args: ) xpe | [ 5.949663] virtio-pci 0000:00:05.0: irq 49 for MSI/MSI-X xpe | [ 5.950937] virtio-pci 0000:00:05.0: irq 50 for MSI/MSI-X xpe | [ 5.954133] virtio-pci 0000:00:06.0: irq 51 for MSI/MSI-X xpe | [ 5.955318] virtio-pci 0000:00:06.0: irq 52 for MSI/MSI-X xpe | [ 5.958305] virtio-pci 0000:00:07.0: irq 53 for MSI/MSI-X xpe | [ 5.959497] virtio-pci 0000:00:07.0: irq 54 for MSI/MSI-X xpe | [ 5.963428] virtio-pci 0000:00:08.0: irq 55 for MSI/MSI-X xpe | [ 5.964713] virtio-pci 0000:00:08.0: irq 56 for MSI/MSI-X xpe | Loading kmod #9 "9p.ko" for thethorgroup.virtio (args: ) xpe | Module 9p already loaded why on 7.1 loader cannot load 9p completely ? the others drivers 9pnet.ko & 9pnet_virtio.ko i can see when i type "lsmod" on the xpe console. then i cannot mount using 9p options. such as /bin/mount -t 9p -o trans=virtio,version=9p2000.L,msize=262144 hostdata0 /volume1/music
  3. which drivers should be loaded on the 1st, 2nd, etc sequence order ? i've tried to combine all the drivers into 1 ext on my GH repo, but when building the loader it has errors. does the v9fs need to compile ? does all the virtio drivers including v9fs for 7.0.1 compatible to be used in 7.1 ? would u please give me a clue ?
  4. if i add both these ext repo https://raw.githubusercontent.com/pocopico/rp-ext/master/v9fs/rpext-index.json and https://raw.githubusercontent.com/pocopico/redpill-load/master/redpill-virtio/rpext-index.json then the network interface is not available. if only redpill-virtio ext, the network interface working fine, but virtio 9p mount not available. why ? seems the drivers for v9fs cannot load completely on this 4.4.180+ #42661 build kernel. tried bromolow-7.1.0-42661, apollolake-7.1.0-42661 & broadwellnk-7.1.0-42661 all same problem.
  5. @pocopico can i request new v9p driver for new Linux XPENOLOGY 4.4.180+ #42661 build ? would u please put it on your ext repo folder ?
  6. anyone can compile v9fs driver for Linux XPENOLOGY 4.4.180+ #42661 ?
  7. just build the loader with 9p drivers but find some errors when loading drivers. xpe | Loading kmod #0 "9pnet.ko" for pocopico.v9fs (args: ) xpe | [ 5.624691] 9pnet: module has bad taint, not creating trace events xpe | [ 5.626023] 9pnet: Installing 9P2000 support xpe | Loading kmod #1 "9pnet_virtio.ko" for pocopico.v9fs (args: ) xpe | [ 5.643141] 9pnet_virtio: Unknown symbol register_virtio_driver (err 0) xpe | [ 5.644772] 9pnet_virtio: Unknown symbol unregister_virtio_driver (err 0) xpe | [ 5.646305] 9pnet_virtio: Unknown symbol virtqueue_add_sgs (err 0) xpe | [ 5.647698] 9pnet_virtio: Unknown symbol virtqueue_get_buf (err 0) xpe | [ 5.649022] 9pnet_virtio: Unknown symbol virtqueue_kick (err 0) xpe | [ 5.650337] 9pnet_virtio: Unknown symbol virtio_check_driver_offered_feature (err 0) xpe | [ 5.652170] 9pnet_virtio: Unknown symbol register_virtio_driver (err 0) xpe | [ 5.653604] 9pnet_virtio: Unknown symbol unregister_virtio_driver (err 0) xpe | [ 5.655099] 9pnet_virtio: Unknown symbol virtqueue_add_sgs (err 0) xpe | [ 5.656356] 9pnet_virtio: Unknown symbol virtqueue_get_buf (err 0) xpe | [ 5.657601] 9pnet_virtio: Unknown symbol virtqueue_kick (err 0) xpe | [ 5.658833] 9pnet_virtio: Unknown symbol virtio_check_driver_offered_feature (err 0) xpe | insmod: can't insert '9pnet_virtio.ko': unknown symbol in module, or unknown parameter xpe | ERROR: kernel extensions "9pnet_virtio.ko" from pocopico.v9fs failed to load xpe | Exit on error [99] rp ext init exec failure... please make it fix for that.. thanks..
  8. have u ever tried v9fs ext?
  9. anyone tried to include ext for v9fs into this loader ?
  10. no one can solve this issue ?
  11. after load ext v9fs, got some errors xpe | Loading kmod #0 "9pnet.ko" for pocopico.v9fs (args: ) xpe | [ 5.727074] 9pnet: module has bad taint, not creating trace events xpe | [ 5.728270] 9pnet: Installing 9P2000 support xpe | Loading kmod #1 "9pnet_virtio.ko" for pocopico.v9fs (args: ) xpe | [ 5.743823] 9pnet_virtio: Unknown symbol register_virtio_driver (err 0) xpe | [ 5.745222] 9pnet_virtio: Unknown symbol unregister_virtio_driver (err 0) xpe | [ 5.746617] 9pnet_virtio: Unknown symbol virtqueue_add_sgs (err 0) xpe | [ 5.747804] 9pnet_virtio: Unknown symbol virtqueue_get_buf (err 0) xpe | [ 5.748948] 9pnet_virtio: Unknown symbol virtqueue_kick (err 0) xpe | [ 5.750042] 9pnet_virtio: Unknown symbol virtio_check_driver_offered_feature (err 0) xpe | [ 5.751655] 9pnet_virtio: Unknown symbol register_virtio_driver (err 0) xpe | [ 5.752913] 9pnet_virtio: Unknown symbol unregister_virtio_driver (err 0) xpe | [ 5.754170] 9pnet_virtio: Unknown symbol virtqueue_add_sgs (err 0) xpe | [ 5.755298] 9pnet_virtio: Unknown symbol virtqueue_get_buf (err 0) xpe | [ 5.756439] 9pnet_virtio: Unknown symbol virtqueue_kick (err 0) xpe | [ 5.757533] 9pnet_virtio: Unknown symbol virtio_check_driver_offered_feature (err 0) xpe | insmod: can't insert '9pnet_virtio.ko': unknown symbol in module, or unknown parameter xpe | ERROR: kernel extensions "9pnet_virtio.ko" from pocopico.v9fs failed to load seems, the v9fs drivers cannot load on the new kernel. is it true ? i add ext from https://raw.githubusercontent.com/pocopico/rp-ext/master/v9fs/rpext-index.json if i didn't add it and just add https://raw.githubusercontent.com/pocopico/redpill-load/master/redpill-virtio/rpext-index.json, it's okay.. the network interfaces is available, but if i add v9fs ext, the network interface not available. @pocopicoplease kindly your help..
  12. @pocopico after load 2 ext for virtio & v9fs, now cannot detect network interface. why?
  13. these 2 ext used for virtio drivers. one is for LAN and the others is for mounting folder from host drive. correct me if i'm wrong.
  14. these 2 ext does not have 9pnet_virtio.ko drivers, unless u just add it. the others .ko drivers has on these ext.
  15. i know.. but i didn't find "9pnet_virtio.ko" drivers on these ext. that's why i ask for the request to be added.
  16. can i request to add this recipe ext for build 42661 ? @Peter Suh @pocopico { "mod_version": "v1", "files": [ { "name": "v9fs-3.10.108.tgz", "url": "https://raw.githubusercontent.com/pocopico/rp-ext/master/v9fs/releases/v9fs-3.10.108.tgz", "sha256": "71b7053bc1f2a71c9d9c5a8b929cb8c3ccb607a78c4ea2771cbeb3e9823ba31f", "packed": true }, { "name": "9pnet_virtio.ko", "url": "https://github.com/pocopico/3.10.108-modules/raw/main/9pnet_virtio.ko", "sha256": "02ce3f9d6ba416a0fca995fad1c3ded400a2611de4182b333ad48b76f9ccfaf9", "packed": false }, { "name": "virtio-3.10.108.tgz", "url": "https://github.com/RedPill-TTG/redpill-virtio/releases/download/v1.0.0/virtio-3.10.108.tgz", "sha256": "f1bdb3aeede66a6f0e2b383911c1306e56159574f3aa2f78645691bb6bde7ac0", "packed": true }, { "name": "check-virtio.sh", "url": "https://raw.githubusercontent.com/RedPill-TTG/redpill-virtio/master/src/check-virtio.sh", "sha256": "cedced0bf29ff691ab6b4a7e2001efa40b2cc5fd31e3a9834d210a4b3408ded8", "packed": false } ], "kmods": { "virtio.ko": "", "virtio_ring.ko": "", "virtio_mmio.ko": "", "virtio_pci.ko": "", "virtio_blk.ko": "", "virtio_net.ko": "", "virtio_scsi.ko": "", "9pnet.ko": "", "9pnet_virtio.ko": "", "9p.ko": "" }, "scripts": { "check_kmod": "check-virtio.sh" } } i really need this.. thanks..
  17. hi, @uxora-com any update for DSM 7.1 build 42661 for docker xpenology ? i tried to install it, install process completely but the hostdata not found on running docker xpenology. it seems virtio-9p-pci devices not compatible with the latest build. can u fix your script so can install the latest build ? the latest build used different linux kernel. Linux XPENOLOGY 4.4.180+ #42661 SMP Fri Apr 1 15:33:06 CST 2022 x86_64 GNU/Linux synology_apollolake_918+ does it bring the virtio 9p drivers not working ?
  18. i need to add extention for virtio 9p drivers which included with 9p.ko, 9pnet.ko, 9pnet_virtio.ko for dsm 7.1 build 42661 pls help me to find which ext recipe has those drivers.. thanks...
  19. mount: /volume1/music: unknown filesystem type '9p'. i can't mount using virtio 9p drivers. but i already add ext for virtio ./rploader.sh ext bromolow-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/redpill-load/master/redpill-virtio/rpext-index.json seems, 9p.ko missing on the recipes json file. how to include it ?
  20. your script has included with virtio drivers or not? if not, would u please add it?
  21. yes.. i download .pat file from tc and use it to install on DS922 web ui.. but also failed at 50%
  22. same installation failed on DS3622
  23. u mean, the problem for ds3615 has been solved ? then how ?
  24. i never tried DS3622xs. what should be build ? bromolow, or what ?
×
×
  • Create New...