shadow-1 / yi-hack-v3

Alternative Firmware for Xiaomi Cameras based on Hi3518e Chipset
GNU General Public License v3.0
1.16k stars 154 forks source link

could u pls compile a kernel module to support nfs or cifs? #192

Open xcray opened 6 years ago

xcray commented 6 years ago

no capability to compile kernel using sdk. is it possible to add nfs or cifs support by loading kernel module? thks for any comments!

xcray commented 6 years ago

I found cifs.ko in /home/app/localko directory, it could be loaded by insmod cifs.ko, and then there is cifs in the file /proc/filesystems. BUT mount.cifs still doesn't work! just saying no such file or directory. mount.cifs //ip/share /mntpnt -o user=user,pass=pass, anything wrong?

seta-hungnh commented 6 years ago

Remove Me from this loop plz On 5/31/2018 10:29:46 AM, xcray notifications@github.com wrote: I found cifs.ko in /home/app/localko directory, it could be loaded by insmod cifs.ko, and then there is cifs in the file /proc/filesystems. BUT mount.cifs still doesn't work! just saying no such file or directory. mount.cifs //ip/share /mntpnt -o user=user,pass=pass, anything wrong? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub [https://github.com/shadow-1/yi-hack-v3/issues/192#issuecomment-393390345], or mute the thread [https://github.com/notifications/unsubscribe-auth/AGyumeQV_L8euM_mGEKyMVnETu5f8Kiaks5t32OqgaJpZM4UUUJ7].

xcray commented 6 years ago

yi 1080p home could backup to xiaomi router, as mentioned by the official app. so absolutely cifs could work. on CentOS, such command works fine: mount.cifs //ip/share /mnt -o username=uname,password=passwd,sec=ntlm but don't work on the camera,still no such file or directory. but why? @seta-hungnh I have no idea about your complain. I think you should unsubscribe by yourself.