Jump to content
XPEnology Community

hendry

Member
  • Posts

    122
  • Joined

  • Last visited

Posts posted by hendry

  1. 2 hours ago, pocopico said:

     

    I tested on broadwellnk, all drivers load correctly. should i test on bromolow or you are ok by switching to DS3622 ? 

     

    Tested on bromolow as well, modules load correctly. 

     

    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. 41 minutes ago, pocopico said:

     

    Hi @hendry, please use only v9fs ext. It now included all virtio drivers + v9fs. This should work for you.

     

    https://raw.githubusercontent.com/pocopico/rp-ext/master/v9fs/rpext-index.json

     

     

    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. 19 hours ago, pocopico said:


    The extension loading sequence is random and it will not load the modules in the required sequence. That’s one of the issues with the extensions.

     

    I will create a single extension with the combination of all for you. 

    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. 14 hours ago, pocopico said:

    Sure, sorry i was away from my PC for some time. I will update the extension in the next following days and i will keep you posted.

    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. 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..

     

     

  6. 6 hours ago, dodo-dk said:

    I use the VirtIO Network Controller without problems in Proxmox. It was faster than E1000(e)

    
    ./rploader.sh ext broadwellnk-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/redpill-load/master/redpill-virtio/rpext-index.json

     

     

    have u ever tried v9fs ext? 

  7. 1 hour ago, hendry said:

    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..

     

     

    no one can solve this issue ?

     

  8. 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..

     

  9. 5 hours ago, Dvalin21 said:

    What are those ext for?

    Sent from my SM-T878U using Tapatalk
     

    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. 

  10. 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..

     

  11. 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 ?

  12. 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...

  13. 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 ?

  14. 7 hours ago, Peter Suh said:

    The last modification I asked @pocopico was not completed yet

    Deploy to use this shell script instead.

    This is a shell script that performs 15 first guided "Tinycore DSM 7.1 Build" commands at once.

    For the instructions on how to use the attached file, you can copy this file into TC LINUX's /home/tc and do it as below.


    ./my.sh DS918+

    ./my.sh DS3617xs

    ./my.sh DS3615xs

    ./my.sh DS3622xs+

    ./my.sh DVA3221

    ./my.sh DS920+

    ./my.sh DS1621+
     

     

    on tc Linux

     

    wget https://github.com/PeterSuh-Q3/tinycore-redpill/raw/main/m.sh.gz; tar -zxvf m.sh.gz;

    wget https://github.com/PeterSuh-Q3/tinycore-redpill/raw/main/my.sh.gz; tar -zxvf my.sh.gz;

    your script has included with virtio drivers or not? if not, would u please add it?

  15. 1 minute ago, Peter Suh said:

     

     

    If I were you, I would try a more stable ds3622 instead of ds3615.

    Although it is a bare metal environment, the method that informed the user who contacted me personally recommended installation as ds3622 because there was a problem with dsm installation in ds3615, but it was solved. There is no problem with the pat file.

     

    u mean, the problem for ds3615 has been solved ? then how ? 

     

×
×
  • Create New...