Hi,
I need cifs module to reach windows shared folders from the Galaxy Note.
Prior to using ICS ROM on Note, I was able to do that. Now with ICS rom I can't find any suitable module.
What can I do ? I even tried to compile from sources. I have the source from Samsung site and I have the cross platform arm compiler. But when I try to compile kernel /modules from Samsung sources, I get smc.h file not found error. Please advise...
Related
Hi guys, today tried access my pc shares by sgs, and it looks like my current kernel doesnt have cifs module (cf 3.2).
My question, is there any kernel for jvh with cifs support available? or can I add cifs module to current kernel, if yes how?
polariscon said:
Hi guys, today tried access my pc shares by sgs, and it looks like my current kernel doesnt have cifs module (cf 3.2).
My question, is there any kernel for jvh with cifs support available? or can I add cifs module to current kernel, if yes how?
Click to expand...
Click to collapse
Try this kernel module: http://forum.xda-developers.com/showpost.php?p=12997697&postcount=123 (also linked in one of the first posts in chainfire's thread, IIRC).
thanks. it worked.
slow-work.ko + cifs.ko for JVZ (2.3.6)?
about five days ago, i flashed stock JVZ firmware to my SGS. so far, my experience has been excellent: smooooth(!!!), quicker browser, no battery drain, stable.
rooted it with CF root 4.3, works fine.
i just need new CIFS kernel modules - anyone know where to get compatible slow-work.ko and cifs.ko?
i am aware of this post/thread: http://forum.xda-developers.com/showthread.php?t=761414. they used to work on my previous JVP firmware, but none of the modules shown there can be loaded in JVZ. insmod slow-work.ko always returns "exec format error".
or, if anyone cares to explain to a non-developer (but a power-user) how to compile them myself...in plain ENGLISH please ;-)...i'll make some and post them here. sorry, all the threads i have found here so far regarding self-compiling kernel modules assume reasonable pre-requisite knowledge, which i dont have... :-(
thanks in advance!
Do you have any progress with the issue, damazta? I have same problem: slow-work.ko + cifs.ko for XWJVZ (2.3.6) on SGS. No compiled modules for the params.
thanks already.
Yes there is. I am using alliance rom's base release jw6 right now.
It is very close to stock samsung FW, runs super smooth, fast and stable AND includes a pre-compiled cifs.ko module, which works like a charm!
Highly recommended. Great forum over there with idiot-proof installation instructions. Go for it!
Sent from my GT-I9000 using Tapatalk 2
I'm working on compiling a kernel for the Sprint Samsung Galaxy Tab 7. I've got source and the proper toolchain installed, but I need a rootfs. I did this for the Epic, but it's been quite a while. In the kernel config file CONFIG_INITRAMFS_SOURCE needs to be pointed to the source rootfs, if I remember correctly. Can someone lend a hand? Is there a FAQ or HOWTO?
not sure how familiar you are with irc, but if you get on fossnet and join the #gtab channel you will get some help there im sure.
Thanks for the tip!
Sorry to resurrect this thread, but I'm having issues too (having only just had time to actually compile something from the Gingerbread source).
So, I've got the gingerbread update 2 kernel source, have extracted the initramfs.cpio from the existing gb kernel and pointed the appropriate CONFIG setting of the kernel p1_defconfig at that file and then performed a build. My assumption was that this would build a kernel that would boot and be nearly identical to the vanilla kernel. But apparently not as it just hangs.
Anyone know off-hand what I'm missing?
My issue was that the script I was using to extract the initramfs from the zImage wasn't working properly and was apparently truncating the cpio file. This was causing hangs when I rebuilt the kernel using this initramfs.
Using this script all works fine: https://github.com/mistadman/Extract-Kernel-Initramfs
Hi,
I've downloaded the 'official' Samsung Opensource Kernel files (GT-N7000_Kernel.tar.gz) - in an attempt to rebuild the kernel for my Galaxy Note (which has no tun.ko support).
However - there's no kernel config file on the device (e.g. under /proc/config.gz etc.) - and there's a bewildering number of defconfig's for the arch/arm architecture (over 200).
Does anyone know either where I can get the Galaxy Note's actual config (if it's not available under /proc) - or, which defconfig to use for the Note?
Cheers,
-Tacks
Hi !
I have another question, but let's first try to answer the original one. As far as I've understood, you can use the config file arch/arm/configs/c1_rev02_defconfig. Before launching "make", do
Code:
make c1_rev02_defconfig
According to this thread, you have to patch the generated .config file it before using "make" to build everything. However, this was about the SII, anyone knows if this still holds for the GNote ?
So, my other question is : how do you specify the stock kernel version you want. On the Samsung's Open Source Community website, they only offer one kernel source. How can I choose if I want to build the KK9 kernel, or the LB1 version ?
Thank you !
Bump.
How does one build a specific kernel version from the Samsung's sources (e.g. KK9 vs LB1) ?
Thanks !
hi there
i have a couple of questions about kernal modules
is it possible to use other kernal modules from different devices on a gnote ?
e.x if i use Samsung Epic 4G's kernal modules, will it work on my Galaxy nte?
if i change the kernal of a rom, will it still work on my Gnote or any different device?
e.x if i change the ics stunner kernal by copying the abyssnote's in stunner pacakge, will it work on my Gnote? or is it omg no way this is binary language and development part?
[dev-part]
I want to understand how the android gigerbread and ics os hardware and software works logically and physically .,.,but how ?
e.x the drivers the boot files the ui everything .,.,what source that you suggest me ?
is it possible to take drivers or system files from linux and re write it then you use it at my gnote ?
thanks to everyone in xda ,,.btw you inspired me big time ^_^
Hi, I have been searching - to no avail - some existing answers that seemed relevant.
My question is simple: my Galaxy Note N7000 is running the recently rolled out stock ROM ICS 4.0.4 (LRG), to which I flashed the K3-7 SpeedMod kernel (which works fine - including NTFS support - apart from the bluetooth problem etc).
However, it seems that it is missing tun.ko and I cannot run OpenVPN (which is a must for me).
I have tried using the tun.ko loader app from the market but it tells me that there is no available module for my combination (ROM, kernel, model).
Can someone please help? Thanks very much!
PS. I am a new member and cannot post to dev forums (ie directly to the kernel discussion)
tasism said:
Hi, I have been searching - to no avail - some existing answers that seemed relevant.
My question is simple: my Galaxy Note N7000 is running the recently rolled out stock ROM ICS 4.0.4 (LRG), to which I flashed the K3-7 SpeedMod kernel (which works fine - including NTFS support - apart from the bluetooth problem etc).
However, it seems that it is missing tun.ko and I cannot run OpenVPN (which is a must for me).
I have tried using the tun.ko loader app from the market but it tells me that there is no available module for my combination (ROM, kernel, model).
Can someone please help? Thanks very much!
PS. I am a new member and cannot post to dev forums (ie directly to the kernel discussion)
Click to expand...
Click to collapse
It may be silly to reply to one's own post, but I found the problem and would like to share it just in case someone else encounters it.
It was not at all a kernel problem, in fact SpeedMod indeed includes the tun.ko module (if you run the tun.ko finder app it will tell you that it is already loaded). My problem was ifconfig, in the OpenVPN installer configuration I had to set the ifconfig path to: /system/bin/ifconfig (and not /system/xbin/...). It all became apparent after looking at the openvpn log files and understanding where it was failing.
Thumbs up for the SpeedMod kernel! :good: