Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
thor2002ro
Old
(Last edited by thor2002ro; 23rd June 2011 at 02:46 PM.) Reason: added original kernel modules
#1  
thor2002ro's Avatar
Senior Member - OP
Thanks Meter 511
Posts: 716
Join Date: Oct 2007
Location: 127.0.0.1

 
DONATE TO ME
Default [DEV] A500 Kernel Modules

I've began to work on a Kernel modules for the A500.

Code:
CIFS
TUN
USB-SERIAL-OPTION(USB 3G DRIVER)
USB-SERIAL-WWAN(needed by the 3g driver)
nls_utf8
Tested CIFS and OPTION and working (:

if you guys need other modules just say so.

modules.rar is for kernel 2.6.36.3-00001-gf991e5d
modules - k2.6.36.3-00001-g9b3ce2b.zip for kernel 2.6.36.3-00001-g9b3ce2b
modules - k2.6.36.3-00001-g12f9a52.zip for kernel 2.6.36.3-00001-g12f9a52
modules - k2.6.36.3.zip for kernel 2.6.36.3

modules - k2.6.36.3-00005-g5dff38c - acer 3.1 kernel leak

original kernel modules can be found here: http://forum.xda-developers.com/show...4&postcount=62
copy/paste or git merging is not development...

++++++++++++
Samsung Galaxy Note
FW: Tegraowners JB ROM v3
Kernel: thor-kernel-0.20-2
Recovery: thor touch recovery galaxy note 1.9

Acer ICONIA A500 TAB WIFI Only
FW: Tegraowners JB ROM v12@k3.6-thor-kernel_v5.2
Recovery: 1.7.3
++++++++++++
Twitter

If I did something you liked HIT THANKS (: and Donate for BEER FUND
The Following 36 Users Say Thank You to thor2002ro For This Useful Post: [ Click to Expand ]
 
ashwincr
Old
#2  
Member
Thanks Meter 0
Posts: 74
Join Date: Jun 2007
can't insmod cifs.ko getting a exec format error
is there a dependency missed?
 
thor2002ro
Old
(Last edited by thor2002ro; 1st May 2011 at 04:11 PM.)
#3  
thor2002ro's Avatar
Senior Member - OP
Thanks Meter 511
Posts: 716
Join Date: Oct 2007
Location: 127.0.0.1

 
DONATE TO ME
no mine works fine..... what does it say in dmesg?

edit: do you have the 3g model?
copy/paste or git merging is not development...

++++++++++++
Samsung Galaxy Note
FW: Tegraowners JB ROM v3
Kernel: thor-kernel-0.20-2
Recovery: thor touch recovery galaxy note 1.9

Acer ICONIA A500 TAB WIFI Only
FW: Tegraowners JB ROM v12@k3.6-thor-kernel_v5.2
Recovery: 1.7.3
++++++++++++
Twitter

If I did something you liked HIT THANKS (: and Donate for BEER FUND
The Following User Says Thank You to thor2002ro For This Useful Post: [ Click to Expand ]
 
wood1978
Old
#4  
Junior Member
Thanks Meter 0
Posts: 2
Join Date: Dec 2007
Thanks thor2002ro, cifs.ko work grate on my A500.

But have one problem on utf8. When i mount with "iocharset=utf8" show below error:
failed: Can not access a needed shared library

I think need another utf8 module?

Thanks again.
 
thor2002ro
Old
#5  
thor2002ro's Avatar
Senior Member - OP
Thanks Meter 511
Posts: 716
Join Date: Oct 2007
Location: 127.0.0.1

 
DONATE TO ME
Quote:
Originally Posted by wood1978 View Post
Thanks thor2002ro, cifs.ko work grate on my A500.

But have one problem on utf8. When i mount with "iocharset=utf8" show below error:
failed: Can not access a needed shared library

I think need another utf8 module?

Thanks again.
yes you need nls_utf8.ko i will build it later...
copy/paste or git merging is not development...

++++++++++++
Samsung Galaxy Note
FW: Tegraowners JB ROM v3
Kernel: thor-kernel-0.20-2
Recovery: thor touch recovery galaxy note 1.9

Acer ICONIA A500 TAB WIFI Only
FW: Tegraowners JB ROM v12@k3.6-thor-kernel_v5.2
Recovery: 1.7.3
++++++++++++
Twitter

If I did something you liked HIT THANKS (: and Donate for BEER FUND
 
bouaroudj
Old
#6  
Senior Member
Thanks Meter 25
Posts: 341
Join Date: Sep 2006
Default openvpn

Can you build tun.ko for openvpn please ?
 
thor2002ro
Old
#7  
thor2002ro's Avatar
Senior Member - OP
Thanks Meter 511
Posts: 716
Join Date: Oct 2007
Location: 127.0.0.1

 
DONATE TO ME
Quote:
Originally Posted by bouaroudj View Post
Can you build tun.ko for openvpn please ?
cant you read? :| its built.... :|
copy/paste or git merging is not development...

++++++++++++
Samsung Galaxy Note
FW: Tegraowners JB ROM v3
Kernel: thor-kernel-0.20-2
Recovery: thor touch recovery galaxy note 1.9

Acer ICONIA A500 TAB WIFI Only
FW: Tegraowners JB ROM v12@k3.6-thor-kernel_v5.2
Recovery: 1.7.3
++++++++++++
Twitter

If I did something you liked HIT THANKS (: and Donate for BEER FUND
 
thor2002ro
Old
#8  
thor2002ro's Avatar
Senior Member - OP
Thanks Meter 511
Posts: 716
Join Date: Oct 2007
Location: 127.0.0.1

 
DONATE TO ME
Quote:
Originally Posted by wood1978 View Post
Thanks thor2002ro, cifs.ko work grate on my A500.

But have one problem on utf8. When i mount with "iocharset=utf8" show below error:
failed: Can not access a needed shared library

I think need another utf8 module?

Thanks again.
built it... its in the first post
copy/paste or git merging is not development...

++++++++++++
Samsung Galaxy Note
FW: Tegraowners JB ROM v3
Kernel: thor-kernel-0.20-2
Recovery: thor touch recovery galaxy note 1.9

Acer ICONIA A500 TAB WIFI Only
FW: Tegraowners JB ROM v12@k3.6-thor-kernel_v5.2
Recovery: 1.7.3
++++++++++++
Twitter

If I did something you liked HIT THANKS (: and Donate for BEER FUND
The Following User Says Thank You to thor2002ro For This Useful Post: [ Click to Expand ]
 
saeba
Old
#9  
saeba's Avatar
Senior Member
Thanks Meter 24
Posts: 262
Join Date: Apr 2006
Quote:
Originally Posted by thor2002ro View Post
no mine works fine..... what does it say in dmesg?

edit: do you have the 3g model?
I'm having the same issue.

I copied cifs.ko to the tablet. Used root explorer to move it to the existing /system/lib/modules directory. Then:

adb shell
#su
#insmod /system/lib/modules/cifs.ko
insmod /system/lib/modules/cifs.ko
insmod: init_module '/system/lib/modules/cifs.ko' failed (Exec format error)

dmesg has...
<3>[ 2235.293898] cifs: version magic '2.6.36.3-00001-gf991e5d SMP preempt mod_unload ARMv7 ' should be '2.6.36.3-00001-g9b3ce2b SMP
preempt mod_unload ARMv7 '
<3>[ 2422.009026] cifs: version magic '2.6.36.3-00001-gf991e5d SMP preempt mod_unload ARMv7 ' should be '2.6.36.3-00001-g9b3ce2b SMP
preempt mod_unload ARMv7 '

And I have the US version... Product SKU 3G, Model ID A501.
Samsung Epic 4G Touch (Android 4.1,2) - Duracell 16gb microSDHC, QCell 4100mAh Extended Battery
Acer A500 Iconia Tablet (rooted Android 4.2.2 CM 10.1) - SanDisk 64gb microSDXC Class 6
Sony Xperia Tablet Z - on its way!
Sony NSZ-GS7 Google TV (Android 3.2) - 61" Samsung 1080P DLP TV
 
rgouyet
Old
#10  
Junior Member
Thanks Meter 0
Posts: 13
Join Date: Jan 2007
Default tun.ko not working ?

Thanks for theses modules but I tried the tun.ko but I get an error :

$ su
su
# insmod /sdcard/openvpn/tun.ko
insmod /sdcard/openvpn/tun.ko
insmod: init_module '/sdcard/openvpn/tun.ko' failed (Exec format error)
#

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...