Hi,
After searching a while I couldn't find a kernel for my GalaxyS I9000
with support for cifs (samba/nfs shares) _and_ tun (openvpn).
Please kernel devs, do include these two essential modules in your
kernels (as well as BLN of course). Or point me to one that already
does.
Thanks,
Hardcore includes CIFS, but you need to enable it in CWM.
+1
I need tun.ko to connect to my office cisco vpn, and cifs support is a bonus I'd like to have..
shouldn't this be in the dev section?? They probably wont even read this
xedd said:
Hardcore includes CIFS, but you need to enable it in CWM.
Click to expand...
Click to collapse
Ah right, I happen to have a hardcore kernel but didn't notice the CIFS
entry in CWM. Great.
One more to go now: tun.ko
Thanks,
+1, but agree this should be in dev forum
zafu said:
Ah right, I happen to have a hardcore kernel but didn't notice the CIFS
entry in CWM. Great.
One more to go now: tun.ko
Thanks,
Click to expand...
Click to collapse
Into super optimized kernel, the mine one, CIFS and Tun are compiled inside kernel by default
Sent from my GT-I9000 using XDA App
INTRODUCTION
This kernel is a developmental fork of the CM7/AOSP and Sense kernel tree built by Imoseyon (leankernel). With his permission, I have started working on an alternative kernel that offers some extra functionality.
The goal of this project is to add things to the kernel that aren't, well, necessarily lean. As development progresses, I intend to keep to the spirit of Imoseyon's work (by being careful not to make this too fat), and any major fixes or changes to code that occurs in his source tree will be ported to this kernel.
ALREADY COOKED IN BY IMOSEYON
Since most of you already know of Imoseyon's work (if you don't, see the link to his thread above), and what his kernel is about, I won't go over all the minutiae from his kernel's development, but I will highlight:
Linux Kernel v2.6.35.13 with back-ported code nearly identical to 2.6.39.
speedtweak.sh (on-the-fly frequency/voltage modification).
interactiveX, ondemandX, and smartass governors that are highly tweaked.
ramdisk enhancements (file system speed-up, init.d)
SENSE CHANGELOG - NEROZEHL'S ADDITIONS
version 2.9.0
Fix WiFi issues.
TinyRCU is now used.
Tweaks to minfree.
Filesystems mounted as ext4.
version 2.3.6
Bugfixes. No more boot issues!
version 2.3.2
Latest Charging code from Imoseyon.
Wireless charging seems to work
Another try at call recording...
version 2.3.0
Charging and over-clocking modifications ported from Imoseyon's kernel.
Call Recorder has been added. It is reported to be working for someone when receiving calls. I'm tracking the issue down, but the code is there. YMMV.
version 2.2.4
Latest charging and ramdisk tweaks from Imoseyon's 3.3.6
version 2.2.2
Bluetooth patched up! (thanks Imoseyon!)
version 2.2.1
After much anticipation, a new version!
Kernel base changed to Imoseyon's latest 3.x source (as of 6/22/11), including charging and camcorder fixes!
Call recording support coming in the next version!
Various kernel performance tweaks galore!
Slightly leaner than before.
version 2.0.3
Updated speedtweak.sh and customtweak.sh scripts to latest release. New features! Bugs Fixed.
Reversed charging tweak.
Minor smartass governor tweak.
version 2.0.2
Tiny tweak to charging code.
Added twistedumbrella's "speedtweak.sh" as default script for speedtweak.
Added twistedumbrella's "customtweak.sh" to allow for setting tweaks like whether or not to have logcat on, and more!
version 2.0.1
Added SWAP support (enable by typing, in shell, "swap create" and disable by typing, in shell, "swap remove"). This wouldn't have been possible without the help of twistedumbrella's MODs!
Added in some of Imoseyon's tweaks for performance. Thanks!
version 2.0.0
All the usual refinements from my AOSP kernel, except for Sense! This kernel source has been pulled from Imoseyon's latest work (DesireHD kernel)
Brain **** Scheduler (BFS) task scheduler
Budget Fair Queue (BFQ) and V(R) I/O schedulers
SLQB slab allocation
Enabled 184MHz CPU slot (disabled by default), enable using speedtweak.sh
TUN/TAP/FUSE/NFS/CIFS support
See changelog for AOSP for the rest.
AOSP CHANGELOG - NEROZEHL'S ADDITIONS
version 2.9.0
Ramdisk updates for CM7
Minfree Tweaks
Audio driver upgrade and tweaks.
TinyRCU
version 2.6.0
Aligned to latest source - forked repository from github and updated my end.
Latest ramdisk, and audio driver tweaks.
TinyRCU for better memory management.
version 2.5.0
This wasn't ever officially released. I posted it in a reply to this thread for testing. The changes:
Reverted workquue and BlueTooth -- keeping previous backports.
New Wifi driver and charging tweaks.
version 2.4.0
New workqueue, cpufreq, and cpuidle code from 3.0 RC!
InteractiveX adjustments to help with reboots.
Backported bluetooth code (also, from 3.0 RC!)
Hacked BFS to be compatible with recent changes.
Tweaked call-recording to fix some FC issues.
version 2.3.0
Alas, a new AOSP kernel to be had!
Latest Imoseyon patches (driver code updates)
Latest ramdisk updates applied.
Re-added Incall recording support, let me know how it works!
version 2.0.3
Audio, WiFi, etc. fixed with latest Imoseyon patches. Enjoy!
version 2.0.2
Fixed the issues with WiFi, camera, bluetooth, CPU frequencies, etc.
version 2.0.1
FINALLY! It's here!
New Kernel base (Ace kernel) -- latest pull from Imoseyon's sourcetree. That means all his tweaks up to 6/15/11.
All the usual refinements (BFS, BFQ/V(R) schedulers, SLQB, etc.) are added into this kernel.
Does not have sched.sh but it will soon (wanted to get this out to you quick!)
Work on CM7 RC0.6 -- Enjoy!
version 1.3.0
Enabled 184MHz CPU slot (disabled by default), enable using speedtweak.sh
Symlinked "speedtweak.sh" -> "st" and "sched.sh" -> "sk"
Tweaked ramdisk a bit more.
version 1.2.6
Updated init files to align with slayher's settings.
Increased blue-tooth audio volume (slayher)
Set default boot CPU frequency to 1024MHz to address issues some folks were having with battery temperature.
version 1.2.4
Wifi/MMS/Settings fixed thanks to beavis9k. (init buffer sizes changed)
Minor code cleanups/optimizations.
version 1.2.2
Changed task scheduler to the latest version of Con Kolivas' Brain **** Scheduler (BFS). Should improve performance.
Added Fabio Checconi's latest Budget Fair Queue (BFQ) I/O scheduler and set it as default.
Added "sched.sh" script that will allow you to choose your I/O scheduler and set as default for each boot (Re-purposed from Imoseyon's "speedtweak.sh").
Pulled numerous tweaks from CyanogenMod's source tree.
Enabled 802.11n
version 1.1.8
Increase GPU memory allocation.
Minor speed tweaks.
version 1.1.7
Added SLQB slab allocation (ported from Adrynalyne's source, modified to work on kernel v2.6.35.13)
Added support for FUSE (Userland filesystems, can be used to create encrypted filesystems and other neat things.)
version 1.1.3
Ported new GPU code from Imoseyon.
Tweaked charging.
Added call recording support.
/data, /system, /cache are now EXT4 (and tweaked).
version 1.0.2
New I/O Scheduler (Aaron Carroll's V/R I/O Scheduler) has been added and is now the default scheduler.
Read-ahead buffer has been further increased for performance.
Death-Ray support was ported from Adrynalyne's CF kernel.
NFS (Network Filesystem) and CIFS (Common Internet File System, SAMBA replacement) support has been added.
Tunneling and TUN/TAP support have been added (required by OpenVPN)
System V IPC (SYSVIPC) has been re-enabled to address issues with broken dependencies in CM7.
WARNING
As a general disclaimer, I do not accept responsibility for what may result from you flashing something I post. While I take every precaution and thoroughly test before I release, I cannot be to blame for catastrophic failure.
DIRECTIONS
Flash in Recovery (Do NOT flash in Kernel Manager or ROM Manager).
DOWNLOAD
SENSE KERNELS
http://www.nerozehl.net/dreamkernel_sense_2_9_0.zip - MD5: cd5a03acc495c5c0def7c00b14d3d535
http://www.nerozehl.net/dreamkernel_sense_2_3_6.zip - MD5: 15985306c69cf659c96abc085b9fa3a2
AOSP/CM7 KERNELS
http://www.nerozehl.net/dreamkernel_aosp_2_9_0.zip - MD5: 785410364278d72d7059d92f1a83453b
http://www.nerozehl.net/dreamkernel_aosp_2_6_0.zip - MD5: cc2d0eda4edd3004cbe2797cb80b4dea
GEE PEE ELL (GPL) AND USAGE
My source-tree can be found here. I have permission from Imoseyon to use his source for this kernel. In turn, I've given permission for folks to use my kernel in their ROMs as well. Consequently, if you use this kernel in your ROM, please credit both Imoseyon and myself for the work, and--while not required--a heads up if you're using it in a ROM would be appreciated. If you intend to use my source-tree for your own kernel, then you must get permission from both Imoseyon and myself.
ADDITIONAL
I sincerely hope you find this kernel to your liking. If you find any bugs, or if you have questions or concerns, please feel free to let me know. Likewise, if there is a feature you would like to see added to this kernel, I will be happy to look into it.
KNOWN ISSUES
SENSE
Speedtweak is under re-construction. Bear with us!
AOSP
None reported yet, please let me know.
Tempting
Sent from my ThunderBolt using XDA App
Just saw in the CM thread that this works work the latest build so I'm giving it a go.
awesome! nerozehl, wanna add in-call reporting support? That way I don't have to build SP anymore and I can just link it here from my thread.
don't bother using it...wifi does not work at all. It attempts to connect then disconnects. Just went back to the stock slayher kernal instead.
DipRip said:
don't bother using it...wifi does not work at all. It attempts to connect then disconnects. Just went back to the stock slayher kernal instead.
Click to expand...
Click to collapse
I dont think you should really be telling people what to try. unless it breaks it permanently, then let people flash whatever they want. he never stated it fixes everything in CM7 or that it was the god of all kernels. just something new. I can see posting a warning telling people that it doesnt work, but not just telling em to not even bother using it.
just my 2 cents though.
Imoseyon said:
awesome! nerozehl, wanna add in-call reporting support? That way I don't have to build SP anymore and I can just link it here from my thread.
Click to expand...
Click to collapse
Yep! Working on that right now!
Heh I meant to type recording not reporting.
sent from my phone running leanKernel + gingerjane
Works for me? Actually it seems pretty good
DipRip said:
don't bother using it...wifi does not work at all. It attempts to connect then disconnects. Just went back to the stock slayher kernal instead.
Click to expand...
Click to collapse
DipRip said:
don't bother using it...wifi does not work at all. It attempts to connect then disconnects. Just went back to the stock slayher kernal instead.
Click to expand...
Click to collapse
I have $20 that says you flashed it with ROM Manager. Lol.
Sent from my ADR6400L using XDA App
Ok! I have 1.1.3 coming out this evening (thanks to my friends who have been test dummies!). Will support call recording and have the GPU patches and tweaks from Imoseyon and some EXT4 tweaks courtesy of yours truly. Stay tuned
Just great now I to threads to keep an eye on, JK. Thanks though I've always sworn by Imoseyon's kernels and I'm really looking forward to your 1.1.3 release.
1.1.3 Released! Enjoy.
nerozehl said:
This kernel is not a Sense kernel (coming soon!)
Click to expand...
Click to collapse
Is the Sense kernel going to be Froyo or GB? (BTW, very happy that you have a featureful version of LeanKernel - great idea to free Imo up some on the lower-level stuff!)
Jaxidian said:
Is the Sense kernel going to be Froyo or GB? (BTW, very happy that you have a featureful version of LeanKernel - great idea to free Imo up some on the lower-level stuff!)
Click to expand...
Click to collapse
Most likely GB, because the Froyo kernel playing field is pretty well saturated with great kernels.
WPA2 does not work with wifi, thats what the "wifi is broken trollololololol" guy ment
tho i wish SOMEONE could fix this, i have yet to find a kernel that doesn't have some wpa2 issues. *hint hint, please?*
DroidTh3ory said:
I have $20 that says you flashed it with ROM Manager. Lol.
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
How do you want to send me the 20? I hate rom manager. Of course everything performs differently for different people, but for me it was a total failure compared to other kernels.
Sent from my ADR6400L using Tapatalk
DipRip said:
How do you want to send me the 20? I hate rom manager. Of course everything performs differently for different people, but for me it was a total failure compared to other kernels.
Sent from my ADR6400L using Tapatalk
Click to expand...
Click to collapse
Ooooh, somebody just made twenty bucks! ;-)
WPA2 is currently at the top of my list.
Please, can somebody provide compiled kernel modules for kernel 2.6.32.9-00001-g41bc3e0 or compatible? Specifically cifs.ko, slow-work.ko, fuse.ko
Thanks a lot.
If you just want cifs, you can use a kernel by faux123, all of them have built in cifs support.
I'm kinda in the same situation, i don't want faux's o/c, so im in the process of getting sources to compile my own without any cpu o/c. but i like the cifs support, and the slqb/bfq optimization
Girgizzlemuf said:
I'm kinda in the same situation, i don't want faux's o/c, so im in the process of getting sources to compile my own without any cpu o/c. but i like the cifs support, and the slqb/bfq optimization
Click to expand...
Click to collapse
My source is available via GitHub, you can download it any any time and compile yourself without oc. Just don't enable fakeshmoo option
Sent from my LG-P999 using Tapatalk
turl1 said:
If you just want cifs, you can use a kernel by faux123, all of them have built in cifs support.
Click to expand...
Click to collapse
Well, this is exactly, what I was trying to avoid. I would really prefer downloadable kernel modules.
And yes, I can compile them from the source, I just hoped, that somebody already did that and can share.
Thanks anyway.
Using Rcmix latest kernel, some comments about it would be good and looking for some suggestions about other kernels to get the best out of the rom..
Hi,
if you want to have Kernels for Sense based Roms i would recommend
RcMix Kernel 11.1 (not 12... on 12 there were some bugs reported)
Kernel can be found here:
http://forums.acsyndicate.net/showthread.php?1728-Kernel-RCMIX-3D-CIFS-NLS-OC1-9-VDD-TUN-2WCR
Otherwise check
LeeDrOiD Kernel V 4.0.0
Kernel can be found here:
http://leedroid.ftp.rshost.eu/DHD-Kernels/LeeDrOiD-Ace-GB-V4.0.0-KERNEL-2.6.35.14-CFS.zip
Greetings
I'm on rcmix 11.1 i believe...thanks though
I'd say Lordmod NCT Sense v5.0 which can be found here
https://www.dropbox.com/s/x1aluyyr6abzahz
thenocturnalnurse said:
I'd say Lordmod NCT Sense v5.0 which can be found here
https://www.dropbox.com/s/x1aluyyr6abzahz
Click to expand...
Click to collapse
ah thanks, will definitely give a try to lord's kernel
RCMix3D Kernel by klquicksall, LordMod NCT Sense Kernel, LeeDroid Kernel, Unity Kernel
Best kernel sense 3.5
The best for me is Unity v9
I like to mount my shares as a mount point for xbmc among other things. I know the motley kernel has cifs support. I know franco doesn't. I've searched other kernels but most don't list one way or another. Any help would be appreciated. Or the cifs modules for this phone would be awesome.
has anyone found cifs modules that work with this phone?
yes or no?? anyone fine anything yet??