Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
benefit14snake
Old
#21  
benefit14snake's Avatar
Senior Member
Thanks Meter 173
Posts: 779
Join Date: Dec 2011
Location: Henrico, VA
So after you put the modules in the directory its installed? Do I have to restart? I am mainly interested in the io module. Please advise.


Sent from my Transformer Prime TF201 using Tapatalk
 
saturn_de
Old
#22  
saturn_de's Avatar
Senior Member - OP
Thanks Meter 125
Posts: 127
Join Date: Jan 2010
Quote:
Originally Posted by benefit14snake View Post
So after you put the modules in the directory its installed? Do I have to restart? I am mainly interested in the io module. Please advise.


Sent from my Transformer Prime TF201 using Tapatalk
no reboot... insmod will load the module. after a reboot you will have to insmod again

Samsung Galaxy S3, Asus EEE Transformer Prime TF201
 
Phoneguy589
Old
#23  
Phoneguy589's Avatar
Senior Member
Thanks Meter 207
Posts: 1,426
Join Date: May 2011
Location: S.E. Florida

 
DONATE TO ME
When i make the folder it puts a star on the folder and I can't copy files into it. I am using root explorer. Any suggestions would be great.

Sent from my Transformer Prime TF201 using xda premium
Pimped out on BakedBean

 
beavertank
Old
#24  
Member
Thanks Meter 16
Posts: 79
Join Date: Nov 2010
Location: Ypsilanti
There appears to be an issue with cifs.ko, within a couple hours of insmodding it Google services will begin to continuously force close.
 
geinome
Old
(Last edited by geinome; 30th January 2012 at 09:55 AM.)
#25  
geinome's Avatar
Member
Thanks Meter 4
Posts: 77
Join Date: Mar 2011
Location: Ipswich
Default Issues

------Fixed------
 
aznmode
Old
(Last edited by aznmode; 30th January 2012 at 06:30 PM.)
#26  
Senior Member
Thanks Meter 549
Posts: 3,239
Join Date: Jun 2007
Quote:
Originally Posted by saturn_de View Post
no reboot... insmod will load the module. after a reboot you will have to insmod again
This has to be done for all the *.ko every reboot? I turn my prime off during charging.
The Following User Says Thank You to aznmode For This Useful Post: [ Click to Expand ]
 
Dhyneland
Old
(Last edited by Dhyneland; 30th January 2012 at 07:32 PM.) Reason: made easier to read
#27  
Dhyneland's Avatar
Senior Member
Thanks Meter 56
Posts: 229
Join Date: Nov 2007
Location: Kansas City, Mo
Quote:
Originally Posted by saturn_de View Post
Ok, boot your PC/Laptop from a Linux Live CD or a locally installed Linux. Log in, start a terminal, plug in the headset and show me the output of:

# dmesg | tail -20
# lsusb
# lsmod
I get this..
Code:
root@localhost:~# dmesg | tail -30
[ 2327.242125] tegra_usb_resume-
[ 2329.278379] tegra_usb_suspend+
[ 2329.279268] tegra->phy->instance=2
[ 2329.280091] tegra_usb_suspend: before ehci_halt
[ 2329.281586] tegra_usb_suspend: after ehci_halt, ret = 0
[ 2329.282521] tegra_usb_suspend-
[ 2331.468155] tegra_watchdog_touch
[ 2331.471079] nct1008_get_temp: ret temp=27C 
[ 2336.477966] tegra_watchdog_touch
[ 2336.478759] nct1008_get_temp: ret temp=27C 
[ 2341.487995] tegra_watchdog_touch
[ 2341.488753] nct1008_get_temp: ret temp=27C 
[ 2346.498184] tegra_watchdog_touch
[ 2346.501430] nct1008_get_temp: ret temp=27C 
[ 2351.508029] tegra_watchdog_touch
[ 2351.508772] nct1008_get_temp: ret temp=28C 
[ 2356.518132] tegra_watchdog_touch
[ 2356.526672] nct1008_get_temp: ret temp=27C 
[ 2360.094532] tegra_usb_resume+
[ 2360.096056] tegra->phy->instance=2
[ 2360.138431] tegra_usb_resume-
[ 2360.389745] usb 1-1.2: new full speed USB device number 17 using tegra-ehci
[ 2360.436821] usb 1-1.2: New USB device found, idVendor=03f0, idProduct=8c07
[ 2360.437490] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2360.438806] usb 1-1.2: Product: HP Digital Stereo Headset
[ 2360.439754] usb 1-1.2: Manufacturer: HP
[ 2360.460607] input: HP HP Digital Stereo Headset as /devices/platform/tegra-ehci.2/usb1/1-1/1-1.2/1-1.2:1.3/input/input15
[ 2360.461786] generic-usb 0003:03F0:8C07.000A: input: USB HID v1.00 Device [HP HP Digital Stereo Headset] on usb-tegra-ehci.2-1.2/input3
[ 2361.529401] tegra_watchdog_touch
[ 2361.530893] nct1008_get_temp: ret temp=28C
root@localhost:~# lsusb
root@localhost:~# lsmod
Module                  Size  Used by
bcm4329               207334  0 
texfat                111859  0 
tntfs                 359222  0
root@localhost:~#

Samsung Galaxy S III
Rom: CM10.1 Nightly
Kernel: Ktoonsez KT747 v3.0.60
Recovery: TWRP v2.4.1.0

ASUS Transformer Prime
Rom: AndroWook Hairy Bean v1.51
Kernel: Clemsyn v3.1.10 @ 1.7
Recovery: TWRP v2.3.0.0
The Following User Says Thank You to Dhyneland For This Useful Post: [ Click to Expand ]
 
ddarvish
Old
#28  
Senior Member
Thanks Meter 28
Posts: 325
Join Date: Dec 2009
I was wondering and would love you forever if you can add support for Apple Bluetooth keyboard and BT magic mouse. they both pair with the tablet but neither does anything as far as input goes.. i can pair them with my galaxy nexus and both work perfectly so i am sure it is some sort of weird driver issue. It would be amazing if you could make this work asap


thanks
 
saturn_de
Old
#29  
saturn_de's Avatar
Senior Member - OP
Thanks Meter 125
Posts: 127
Join Date: Jan 2010
I said PC/Laptop with Linux... not on the ATP.

Quote:
Originally Posted by Nico^APEX View Post
I get this..
Code:
root@localhost:~# dmesg | tail -30
[ 2327.242125] tegra_usb_resume-
[ 2329.278379] tegra_usb_suspend+
[ 2329.279268] tegra->phy->instance=2
[ 2329.280091] tegra_usb_suspend: before ehci_halt
[ 2329.281586] tegra_usb_suspend: after ehci_halt, ret = 0
[ 2329.282521] tegra_usb_suspend-
[ 2331.468155] tegra_watchdog_touch
[ 2331.471079] nct1008_get_temp: ret temp=27C 
[ 2336.477966] tegra_watchdog_touch
[ 2336.478759] nct1008_get_temp: ret temp=27C 
[ 2341.487995] tegra_watchdog_touch
[ 2341.488753] nct1008_get_temp: ret temp=27C 
[ 2346.498184] tegra_watchdog_touch
[ 2346.501430] nct1008_get_temp: ret temp=27C 
[ 2351.508029] tegra_watchdog_touch
[ 2351.508772] nct1008_get_temp: ret temp=28C 
[ 2356.518132] tegra_watchdog_touch
[ 2356.526672] nct1008_get_temp: ret temp=27C 
[ 2360.094532] tegra_usb_resume+
[ 2360.096056] tegra->phy->instance=2
[ 2360.138431] tegra_usb_resume-
[ 2360.389745] usb 1-1.2: new full speed USB device number 17 using tegra-ehci
[ 2360.436821] usb 1-1.2: New USB device found, idVendor=03f0, idProduct=8c07
[ 2360.437490] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2360.438806] usb 1-1.2: Product: HP Digital Stereo Headset
[ 2360.439754] usb 1-1.2: Manufacturer: HP
[ 2360.460607] input: HP HP Digital Stereo Headset as /devices/platform/tegra-ehci.2/usb1/1-1/1-1.2/1-1.2:1.3/input/input15
[ 2360.461786] generic-usb 0003:03F0:8C07.000A: input: USB HID v1.00 Device [HP HP Digital Stereo Headset] on usb-tegra-ehci.2-1.2/input3
[ 2361.529401] tegra_watchdog_touch
[ 2361.530893] nct1008_get_temp: ret temp=28C
root@localhost:~# lsusb
root@localhost:~# lsmod
Module                  Size  Used by
bcm4329               207334  0 
texfat                111859  0 
tntfs                 359222  0
root@localhost:~#

Samsung Galaxy S3, Asus EEE Transformer Prime TF201
 
saturn_de
Old
#30  
saturn_de's Avatar
Senior Member - OP
Thanks Meter 125
Posts: 127
Join Date: Jan 2010
Quote:
Originally Posted by aznmode View Post
This has to be done for all the *.ko every reboot? I turn my prime off during charging.
I wrote a small app for the CFQ I/O scheduler to be loaded on startup. :)

http://forum.xda-developers.com/show....php?t=1473520

Samsung Galaxy S3, Asus EEE Transformer Prime TF201

The Following User Says Thank You to saturn_de For This Useful Post: [ Click to Expand ]
 
Post Reply+
Tags
ipsec, joystick, logitech, module, vpn
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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...