Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

MK908/T428 Hybrid Firmware (HFW) 1.1.2 by lewy20041

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

    nfs not working v 1.20.0 final 720

    Nfs is not working...I get "no such device" ..ugh...what the deal? wish these rom would consistenly work

    Comment


      Wifi speed

      Hello everybody !!

      Last week I got a T428 which until now, I really like it. My only complain is with it's Wi-Fi power. Although the connection is stable and it shows good-excellent reception the wi-fi speed is pretty low and unstable.

      I have an Asus RT-N16 router (1meter away from the T428) that acts also as a NAS server. The router is set on N only with 40Mhz channel width. With my PC, I get 6MB/s transfer rates. With my android phones and tablet I get transfer rates up to 1.8MB/s while the T428 fluctuates a lot between 250K/s-750k/s. I never saw a higher speed than 800k/s. This limits a lot to watch x264(720p) files from the NAS server which need at least 1MB/s stable speed.

      Do you see any difference with this firmware? I now use Finless 1.5a.

      Comment


        Originally posted by Juliorm View Post
        Nfs is not working...I get "no such device" ..ugh...what the deal? wish these rom would consistenly work
        NFS IS working! Check your parameters. Several pages before in this thread I was trying to get my NFS shares to work. There you can find some tips.

        Comment


          Originally posted by BigND View Post
          NFS IS working! Check your parameters. Several pages before in this thread I was trying to get my NFS shares to work. There you can find some tips.
          Thanks BigND, I'll found the exchange you had with lewy...I'm using terminal to submit the commands. I get the following error:
          su
          mkdir /mnt/nfs
          failed read only filesystem

          I'm not sure why it's not working, when I try to use a directory that already exist such as sccard/movies it gives me an error that states no such device....it's frustrating because on last rom I loaded it worked after many attempts but there was no good reason why it did work..commands didn't change.
          If I use smb movies are all chopping and sounds horrible.
          If I try to connect thru xbmc via NFS it finds and connects fine but the movies are chopping that are greater than 5 gigs

          I would appreciate some help advise
          Last edited by Juliorm; 25 August 2013, 14:47.

          Comment


            Hello,




            This rom works on MK908II?

            Comment


              Hi. Does anyone have the drivers for a TP-LINK TL-WN723N wifi dongle? I want to use it with your rom but the dongle does not powers on when connecting it to the mk908, please help!

              Comment


                Originally posted by David800 View Post
                Hi. Does anyone have the drivers for a TP-LINK TL-WN723N wifi dongle? I want to use it with your rom but the dongle does not powers on when connecting it to the mk908, please help!

                Comment



                  It is for Windows, not Android. He needs an Android module.(TL-WN-723N/725N)

                  Comment


                    Originally posted by Juliorm View Post
                    Thanks BigND, I'll found the exchange you had with lewy...I'm using terminal to submit the commands. I get the following error:
                    su
                    mkdir /mnt/nfs
                    failed read only filesystem

                    I'm not sure why it's not working, when I try to use a directory that already exist such as sccard/movies it gives me an error that states no such device....it's frustrating because on last rom I loaded it worked after many attempts but there was no good reason why it did work..commands didn't change.
                    If I use smb movies are all chopping and sounds horrible.
                    If I try to connect thru xbmc via NFS it finds and connects fine but the movies are chopping that are greater than 5 gigs

                    I would appreciate some help advise
                    I have just one advise. Try EXACT commands from our previous posts replacing only path to your nfs share. And check permissions on NAS.

                    Comment


                      Originally posted by lewy20041 View Post
                      i have k-r42 only and its working here.
                      i will upload a script for you to test.
                      give me couple minutes.


                      edit:
                      i think i forgot 1 symbol in the post before.
                      change !/system/bin/sh to #!/system/bin/sh
                      it should work now
                      sory for that
                      my bad;p
                      Lewy20041 - I need your help on the NFS connection. I'm unable to get T428 connected via NFS. Here's what happens.
                      Enter SU - It gives terminal permission
                      mkdir /mnt/nfs - it fails because system is read only filesystem.

                      To bypass the mkdir /mnt/nfs step I created directory folder using Root Explorer, giving it 0777 permission.

                      I've double/tripled checked that my nfs server is running ok, version 3. I can find it using nfs thru XBMC but xbmc has its own issues. point only that if it is accessible thru xbmc so it should also be using terminal.

                      When I issue the following command I get "no such device"
                      busybox mount -o rw,intr,soft,nolock 192.168.1.128:/homeserver/videos /mnt/nfs

                      When I tried to uncomment the 05nfs file, it lets me edit it but will not let me save it.

                      I saw your comments before to BigND regarding permission but so I'm thinking that maybe my issue but how do I change the system permission so it can write and save files? This way I could just use the 05nfs file to load my nfs server instead of using terminal.

                      I'm at a loss as to what I am doing wrong or what is wrong with the permissions set on this rom. I've checked the web and it's all very cryptic as the how to resolve.

                      Please any help you can give would very much appreciated! Thks

                      Comment


                        in terminal type

                        su
                        mount -o rw,remount /dev/block/mtdblock8 /system

                        do what you need to do and then type

                        mount -o ro,remount /dev/block/mtdblock8 /system

                        if this dont work for you change directory in my script from /mnt/nfs to /sdcard/nfs
                        also mkdir to /sdcard/nfs
                        it should work
                        Everything is possible if we work together!
                        ApkFreak

                        Comment


                          Deleted
                          Measy U4B (=Tronsmart T428) used by my kids!
                          Onda v975m - M802 - Bought from Banggood.com
                          Pipo M8HD 3G - RK3188 - don't buy from pipo-store
                          Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
                          CX921b -RK3188T (sponsored by AndroidTV)
                          Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
                          RKM MK902 - RK3188 (sponsored by RKM)



                          Donate to Finless

                          Comment


                            Originally posted by lewy20041 View Post
                            in terminal type

                            su
                            mount -o rw,remount /dev/block/mtdblock8 /system

                            do what you need to do and then type

                            mount -o ro,remount /dev/block/mtdblock8 /system

                            if this dont work for you change directory in my script from /mnt/nfs to /sdcard/nfs
                            also mkdir to /sdcard/nfs
                            it should work
                            Thanks Lewy20041, when I issue this commands it allows me to do the mkdir /sdcard/nfs and I confirmed it exist but when I issue the mount command I get the following

                            mount: mounting 192.168.1.128:/homeserver on /sdcard/nfs failed: no such device

                            If I use es explorer or root explorer the directory /sdcard/nfs exist but it is empty
                            so I'm not sure which "no such device" is referring to?

                            I've doubled checked that I type every bit of text correctly but I'm lost as to why it is not mounting or what it means as "no such device".

                            Any suggestions?

                            Comment


                              type in terminal lsmod
                              and see if nfs module is loaded
                              Everything is possible if we work together!
                              ApkFreak

                              Comment


                                NFS

                                I dont know anything about NFS but fond something maybe of interest

                                Note that the mount command that comes with the tablet does not have NFS support. The mount from the BusyBox app does contain NFS support (although not NFSv4). To run the mount command from the BusyBox install you need to use /system/xbin/mount. The command should look something like this:

                                /system/xbin/mount -o nolock -t nfs hostath localpath.
                                T428 ,Radxa Rock (RR), cs918s v1.0, waiting for my X7...

                                Comment

                                Working...
                                X