Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

nfs support for minix x7

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    nfs support for minix x7

    Hi all,

    i uploaded minix-x7-nfs-support.zip which adds the nfs support on minix x7 firmware. It's only installable over CWM recovery.

    Notice: I don't have the hardware to test, so please post feedbacks if it works for you.

    thanks

    http://www.freak-tab.de/wasser/btn_donate.gif

    You can make a donation if you find my work useful

    #2
    Originally posted by wasser View Post
    Hi all,

    i uploaded minix-x7-nfs-support.zip which adds the nfs support on minix x7 firmware. It's only installable over CWM recovery.

    Notice: I don't have the hardware to test, so please post feedbacks if it works for you.

    thanks

    http://www.freak-tab.de/wasser/minix-x7-nfs-support.zip
    Great work waser
    REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.
    My devices:
    Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
    MK902 & MK902II(Sponsored by RKM)
    Beelink M8B & Beelink R89 (Sponsored by Beelink)
    Tronsmart VEGA S89H (Sponsored by
    Gearbest.com)
    MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
    Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
    Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png

    Comment


      #3
      Originally posted by wasser View Post
      Hi all,

      i uploaded minix-x7-nfs-support.zip which adds the nfs support on minix x7 firmware. It's only installable over CWM recovery.

      Notice: I don't have the hardware to test, so please post feedbacks if it works for you.

      thanks

      http://www.freak-tab.de/wasser/minix-x7-nfs-support.zip
      Hello Wasser,

      Great job, would love to try it. Is it possible that you make a little help file, because I don't know how do this...

      Thanks

      T.

      Comment


        #4
        Hi Wasser,


        The nfs kernel modules not working for me. I tried to do insmod for all the kernel modules you provided but keep getting insmod:init_module failed (No such file or directory). All the kernel modules were present in /system/lib/modules directory and given the correct/proper permission. The No such file or directory message returned seems misleading. It seems like it is failing in the init_module method. Any ideas why it is failing? Compatibility issue?


        Thanks

        Comment


          #5
          Originally posted by leolas View Post
          Great work waser
          thanks leolas
          http://www.freak-tab.de/wasser/btn_donate.gif

          You can make a donation if you find my work useful

          Comment


            #6
            Originally posted by xatang2013 View Post
            Hi Wasser,


            The nfs kernel modules not working for me. I tried to do insmod for all the kernel modules you provided but keep getting insmod:init_module failed (No such file or directory). All the kernel modules were present in /system/lib/modules directory and given the correct/proper permission. The No such file or directory message returned seems misleading. It seems like it is failing in the init_module method. Any ideas why it is failing? Compatibility issue?

            Thanks
            there's a 01nfs sctipt under /etc/init.d/ which load the nfs modules by system start.

            #!/system/bin/sh


            for i in sunrpc.ko auth_rpcgss.ko lockd.ko nfs.ko ; do
            insmod /system/lib/modules/$i
            done


            please try to lauch this script in termimal
            http://www.freak-tab.de/wasser/btn_donate.gif

            You can make a donation if you find my work useful

            Comment


              #7
              Originally posted by wasser View Post
              Hi all,

              i uploaded minix-x7-nfs-support.zip which adds the nfs support on minix x7 firmware. It's only installable over CWM recovery.

              Notice: I don't have the hardware to test, so please post feedbacks if it works for you.

              thanks

              http://www.freak-tab.de/wasser/minix-x7-nfs-support.zip
              Hi Wasser,

              Is it possible if you can make the nfs modules update through ROMFlash tool. FinlessROM didn't have the CWM support yet. Can you add CWM support for FinlessROM?

              Thanks.

              Comment


                #8
                Originally posted by xatang2013 View Post
                Hi Wasser,

                Is it possible if you can make the nfs modules update through ROMFlash tool. FinlessROM didn't have the CWM support yet. Can you add CWM support for FinlessROM?

                Thanks.
                as i know leolas has already made cwm recovery image for minix x7.
                http://www.freak-tab.de/wasser/btn_donate.gif

                You can make a donation if you find my work useful

                Comment


                  #9
                  Originally posted by wasser View Post
                  as i know leolas has already made cwm recovery image for minix x7.
                  I found it. Thanks Wasser.

                  Comment


                    #10
                    "Installing NFS kernel modules...
                    set_perm: some changes failed
                    E:Error in /external_sd/minix-x7-nfs-support.zip
                    (Status 7)
                    Installation aborted."

                    Comment


                      #11
                      Originally posted by wasser View Post
                      there's a 01nfs sctipt under /etc/init.d/ which load the nfs modules by system start.

                      #!/system/bin/sh


                      for i in sunrpc.ko auth_rpcgss.ko lockd.ko nfs.ko ; do
                      insmod /system/lib/modules/$i
                      done


                      please try to lauch this script in termimal
                      Hi Wasser,

                      I got a chance to continue testing the NFS modules but it is still not working for me.

                      Here are my results:
                      1) Installed CWM to my MINIX 7 box running FinlessROM 1.6 successfully(Thanks Leolas).
                      2) Did my first backup through CWM and it completed successfully.
                      3) Installed your NFS modules from zip through CWM and it completed successfully.
                      4) Rebooted device but 01nfs script file did NOT run on startup/boot through init.d
                      5) I ran the 01nfs script file through Terminal and got the message below.
                      root@android:/ # exec /system/bin/sh '/system/etc/init.d/01nfs'
                      insmod: init_module '/system/lib/modules/nfs.ko' failed (No such file or directory)
                      6) The message returned is misleading because all NFS modules were present and had correct/proper permission.

                      Any clues?

                      Thanks
                      Last edited by xatang2013; 11-14-2013, 04:00.

                      Comment


                        #12
                        Re: nfs support for minix x7

                        Originally posted by xatang2013 View Post
                        Hi Wasser,

                        I got a chance to continue testing the NFS modules but it is still not working for me.

                        Here are my results:
                        1) Installed CWM to my MINIX 7 box running FinlessROM 1.6 successfully(Thanks Leolas).
                        2) Did my first backup through CWM and it completed successfully.
                        3) Installed your NFS modules from zip through CWM and it completed successfully.
                        4) Rebooted device but 01nfs script file did NOT run on startup/boot through init.d
                        5) I ran the 01nfs script file through Terminal and got the message below.
                        root@android:/ # exec /system/bin/sh '/system/etc/init.d/01nfs'
                        insmod: init_module '/system/lib/modules/nfs.ko' failed (No such file or directory)
                        6) The message returned is misleading because all NFS modules were present and had correct/proper permission.

                        Any clues?

                        Thanks
                        From terminal run:
                        su
                        insmod /system/lib/modules/nfs.ko

                        The same with the other nfs related modules.

                        Tell me what is the result.

                        leolas.
                        REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.
                        My devices:
                        Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
                        MK902 & MK902II(Sponsored by RKM)
                        Beelink M8B & Beelink R89 (Sponsored by Beelink)
                        Tronsmart VEGA S89H (Sponsored by
                        Gearbest.com)
                        MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
                        Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
                        Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png

                        Comment


                          #13
                          Originally posted by leolas View Post
                          From terminal run:
                          su
                          insmod /system/lib/modules/nfs.ko

                          The same with the other nfs related modules.

                          Tell me what is the result.

                          leolas.
                          Hi leolas,

                          Here is the result:

                          u0_a77@android:/ $ su
                          root@android:/ # insmod /system/lib/modules/sunrpc.ko
                          root@android:/ # lsmod
                          sunrpc 169926 0 - Live 0x00000000
                          wlan 476671 0 - Live 0x00000000
                          vpu_service 11639 0 - Live 0x00000000
                          rk29_ipp 9957 0 - Live 0x00000000 (C)
                          mali 116214 7 - Live 0x00000000
                          ump 27500 21 mali, Live 0x00000000
                          rk30xxnand_ko 314328 0 - Live 0x00000000
                          root@android:/ # insmod /system/lib/modules/auth_rpcgss.ko
                          root@android:/ # insmod /system/lib/modules/lockd.ko
                          root@android:/ # insmod /system/lib/modules/nfs.ko
                          insmod: init_module '/system/lib/modules/nfs.ko' failed (No such file or directory)
                          255|root@android:/ # lsmod
                          lockd 64211 0 - Live 0x00000000
                          auth_rpcgss 33013 0 - Live 0x00000000
                          sunrpc 169926 2 lockd,auth_rpcgss, Live 0x00000000
                          wlan 476671 0 - Live 0x00000000
                          vpu_service 11639 0 - Live 0x00000000
                          rk29_ipp 9957 0 - Live 0x00000000 (C)
                          mali 116214 7 - Live 0x00000000
                          ump 27500 21 mali, Live 0x00000000
                          rk30xxnand_ko 314328 0 - Live 0x00000000
                          root@android:/ # insmod /system/lib/modules/nfs.ko
                          insmod: init_module '/system/lib/modules/nfs.ko' failed (No such file or directory)
                          255|root@android:/ # ls -l /system/lib/modules
                          -rw-r--r-- root root 785176 2013-08-22 23:42 8188eu.ko
                          -rw-r--r-- root root 606073 2013-08-22 23:42 8188eu.ko.3.0.8+
                          -rw-r--r-- root root 931771 2013-08-22 23:42 8189es.ko
                          -rw-r--r-- root root 624545 2013-08-22 23:42 8192cu.ko
                          -rw-r--r-- root root 548824 2013-08-22 23:42 8192cu.ko.3.0.8+
                          -rw-r--r-- root root 1224110 2013-08-22 23:42 8723as.ko
                          -rw-r--r-- root root 1049056 2013-08-22 23:42 8723au.ko
                          -rw-r--r-- root root 44496 2013-11-13 17:59 auth_rpcgss.ko
                          -rw-r--r-- root root 314434 2013-08-16 15:05 cifs.ko
                          -rw-r--r-- root root 91922 2013-11-13 17:59 lockd.ko
                          -rw-r--r-- root root 151930 2013-08-22 23:42 mali.ko
                          -rw-r--r-- root root 168425 2013-08-22 23:42 mali.ko.3.0.36+
                          -rw-r--r-- root root 398989 2013-08-22 23:42 mt5931.ko
                          -rw-r--r-- root root 975817 2013-08-22 23:42 mt7601ap.ko
                          -rw-r--r-- root root 2018271 2013-08-22 23:42 mt7601sta.ko
                          -rw-r--r-- root root 4753 2013-08-22 23:42 mtprealloc7601Usta.ko
                          -rw-r--r-- root root 345842 2013-11-13 17:59 nfs.ko
                          -rw-r--r-- root root 3631 2013-08-16 15:05 nls_utf8.ko
                          -rw-r--r-- root root 16862 2013-08-22 23:42 rk29-ipp.ko
                          -rw-r--r-- root root 17387 2013-08-22 23:42 rk29-ipp.ko.3.0.36+
                          -rw-r--r-- root root 18783 2013-08-22 23:42 rk30_mirroring.ko.3.0.36+
                          -rw-r--r-- root root 19421 2013-08-22 23:42 rk30_mirroring.ko.3.0.8+
                          -rw-r--r-- root root 595903 2013-08-28 20:49 rkwifi.ko
                          -rw-r--r-- root root 535790 2013-08-22 23:42 rkwifi.ko.3.0.8+
                          -rw-r--r-- root root 1107594 2013-08-22 23:42 rt5370ap.ko
                          -rw-r--r-- root root 1107594 2013-08-22 23:42 rt5370ap.ko.3.0.8+
                          -rw-r--r-- root root 1960303 2013-08-22 23:42 rt5370sta.ko
                          -rw-r--r-- root root 1960303 2013-08-22 23:42 rt5370sta.ko.3.0.8+
                          -rw-r--r-- root root 235375 2013-11-13 17:59 sunrpc.ko
                          -rw-r--r-- root root 42846 2013-08-22 23:42 ump.ko
                          -rw-r--r-- root root 44789 2013-08-22 23:42 ump.ko.3.0.36+
                          -rw-r--r-- root root 20737 2013-08-22 23:42 vpu_service.ko
                          -rw-r--r-- root root 20743 2013-08-22 23:42 vpu_service.ko.3.0.36+
                          -rw-r--r-- root root 2778 2013-08-22 23:42 wlan.ko
                          -rw-r--r-- root root 2683 2013-08-22 23:42 wlan.ko.3.0.8+
                          root@android:/ #

                          The nfs.ko module failed to install with two attempts. Any clues?

                          Thanks

                          Comment


                            #14
                            Re: nfs support for minix x7

                            I will try to load them in my qx1.

                            leolas.
                            REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.
                            My devices:
                            Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
                            MK902 & MK902II(Sponsored by RKM)
                            Beelink M8B & Beelink R89 (Sponsored by Beelink)
                            Tronsmart VEGA S89H (Sponsored by
                            Gearbest.com)
                            MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
                            Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
                            Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png

                            Comment


                              #15
                              New kernel 007 has nfs and vpn support. Great!

                              Comment

                              Working...
                              X