I am trying to create cifs mount on my Huawei G630-U10 but it seems my device doesn't enjoy of cifs built-in support. My device is running Android 4.3 with kernel version 3.4.0+. Can you help to find a right version of cifs.ko, md4.ko, nls_utf8.ko for my device ?
somebody posted it here : http://forum.xda-developers.com/xperia-z/development/kernel-31-7-2013-nfs-cifs-modules-t2260831 but the links are not anymore valid
Related
i want to access my NAS using CIFS, everything works fine, but i can't read any folder and file with chinese characters.
Can any one provide me nls_utf8.ko file?
Or can any one tell me that how to compile this file?
many thanks!
my device info is :
android version:4.0.4
kernel version: 3.0.8-g3c83d29
version:6.7.3-94_SPI-328
I don't know which one will work for you.
Included nls in attachment
- Simplified Chinese charset (CP936, GB2312)
- Traditional Chinese charset (Big5)
- Japanese charsets (Shift-JIS, EUC-JP)
- NLS UTF8
#Kernel module is for maphone omap4 only
Ok now I dont concider myself a developer, however I dont mind getting my hands dirty. First of all Im sure that its not dependant on being a Verizon Varient S4, however that's the device I have and would like to do this for. I will be making a git to comply with the GPL and will hope to make a guide for XDA.
Now I've done alot of research regarding this topic, not just for Android specifically, but Linux in general. Before I go flashing Kernels on my device I want to make sure I fully understand the process which is where you guys can help me out. My goal is to add a Wireless driver module to my s4.
1. Set up build environment
- I will be using Ubuntu 12.04 LTS as my build environment
- Install all dependencies required to compile the kernel
- Download Android NDK and SDK (NDK for toolchain/SDK for adb and fastboot)
- Make working directory
2. The wireless drivers should be in the kernel, if not grab them from kernel.org (compat-wireless)
- Creat Makefile for ath9k (the drivers I plan on testing)
- config and make the ath9k.ko
3. Compile Kernel
- Compile the Kernel (cross-compile with toolchain of course)
- Create Flashable zip with the zImage and the ath9k module
4. Flash and insmod
- Flash kernel through recovery
- Either run insmod /path/to/module/ath9k.ko or create a bash script
- Use my USB device
- Either rmmod ath9k or create bash script
So now my question is would this be the correct procedure?
bump
well, this thread makes me curious as hell whether or not you can mod the kernel to do this.
Moving to I545 Q/A forum.
Sorry, i couldn't find a section especially for Huawei g330 (U8825-1). It has Android 4.0.4 and kernel is 3.0.21-perf-g69664a3
I'm a little bit surprised that there seems a kernel module for NFS missing (my older Xperia X8 and Galaxy Ace have this)
Could somebody be nice and compile / provide nfs.ko and/or cifs.ko + md4.ko for 3.0.21-perf-g69664a3
mount gives ma "no such device" and in etheal i can see a mount call and a portmap call which are replied by my linux box. it also reports "xx has been mounted by <spartphone-ip>
but there are no NFS-traffic (as getattr)
I would prefer nfs.ko (but should be able to handle version 2), but also cifs is a workaround
thanks a lot
I need cifs support. Is there a ROM or kernel that I can install that has cifs.ko included/supported?
Update: Not as straight forward as I had hoped, but this cocktail worked for me:
-CM 11
-JBX-Kernel (http://forum.xda-developers.com/showthread.php?t=2223517)
-Extra Modules Pack (http://forum.xda-developers.com/showthread.php?t=1754888)
Hi all, if your goal is simply to play music and video from your NAS to your android device, you can use Kodi (xbmc) that can access cifs path directly!
Hi to all, i'm new in the forum . I want debug android kernel for samsung s3 plus , so i downloaded it from
opensource.samsung.com , i've compiled with this configurations lines :
CONFIG_KGDB (for KGDB)
CONFIG_HAVE_ARCH_KGDB (for KGDB)
CONFIG_CONSOLE_POLL (for Android USB support)
CONFIG_MAGIC_SYSRQ (use sysrq to invoke KGDB)
CONFIG_USB_ANDROID_ACM
KGDB_TESTS_ON_BOOT
CONFIG_DEBUG_KERNEL
CONFIG_DEBUG_INFO
So i try to run kernel compiled using emulator-arm but the emulator is offline.
Where i wrong?
How to launch original kernel in emulator?
Thank you all.