Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
clotai
Old
(Last edited by clotai; 22nd January 2012 at 02:44 AM.)
#1  
Member - OP
Thanks Meter 32
Posts: 61
Join Date: Sep 2007
Location: HsinChu

 
DONATE TO ME
Default [DRIVER] USB Ethernet driver dm9601 for Rogue ICS Kernel

Code:
su
modprobe dm9601
# if the above command is not working, use this instead.
insmod /system/lib/modules/dm9601.ko

# for dhcp
/system/bin/dhcpcd eth0 
setprop net.dns1 8.8.8.8

# for static ip
ifconfig eth0 10.0.10.5 netmask 255.255.255.0 broadcast 10.0.10.255
route add default gw 10.0.10.1
setprop net.dns1 8.8.8.8
And that's it.

20120122.update.zip - for kernel version 2.6.39.4-rogue_XM-2.0.2+
Attached Files
File Type: zip 20120122.update.zip - [Click for QR Code] (148.9 KB, 208 views)
The Following 2 Users Say Thank You to clotai For This Useful Post: [ Click to Expand ]
 
clotai
Old
(Last edited by clotai; 2nd February 2012 at 07:14 AM.)
#2  
Member - OP
Thanks Meter 32
Posts: 61
Join Date: Sep 2007
Location: HsinChu

 
DONATE TO ME
20120202 -
20120202_update_rogue_usbdrivers.zip
for kernel 2.6.39.4-rogue_XM-2.1.2+
include the following drivers:
qf9700.ko
dm9601.ko

20120202_1_update_rogue_usbdrivers.zip
for kernel 2.6.39.4-rogue_XM-2.0.2+
include the following drivers:
qf9700.ko
dm9601.ko
 
BDR456
Old
#3  
BDR456's Avatar
Senior Member
Thanks Meter 169
Posts: 479
Join Date: Nov 2010
Location: Longwood
Just flash the zip through recovery?

Sent from my Xoom using xda premium
Phone:
Device: Galaxy Note 2
Rom: Jellybomb Domination V- 16.0.0
Kernel: Perseus alpha V-36.2
Tablet:
Device: Google Nexus 7
Rom: CleanROM 4.1 Inheritance
Kernel: Motley build #249
 
clotai
Old
#4  
Member - OP
Thanks Meter 32
Posts: 61
Join Date: Sep 2007
Location: HsinChu

 
DONATE TO ME
Quote:
Originally Posted by BDR456 View Post
Just flash the zip through recovery?

Sent from my Xoom using xda premium
YES !
Just flash it through recovery.
 
BDR456
Old
#5  
BDR456's Avatar
Senior Member
Thanks Meter 169
Posts: 479
Join Date: Nov 2010
Location: Longwood
Quote:
Originally Posted by clotai View Post
YES !
Just flash it through recovery.
Done, just need to get myself a dongle.

Sent from my Xoom using xda premium
Phone:
Device: Galaxy Note 2
Rom: Jellybomb Domination V- 16.0.0
Kernel: Perseus alpha V-36.2
Tablet:
Device: Google Nexus 7
Rom: CleanROM 4.1 Inheritance
Kernel: Motley build #249
 
arcadia2uk
Old
#6  
Member
Thanks Meter 1
Posts: 70
Join Date: Jun 2010
Thanks a lot, a very interesting concept.
Will this work with the new 2.1 kernel as well?
 
clotai
Old
#7  
Member - OP
Thanks Meter 32
Posts: 61
Join Date: Sep 2007
Location: HsinChu

 
DONATE TO ME
Quote:
Originally Posted by arcadia2uk View Post
Thanks a lot, a very interesting concept.
Will this work with the new 2.1 kernel as well?
Please check Settings->About Tablet
If the kernel version is the same, you can use it.
if not, you can't use this mod.
 
zutik
Old
#8  
zutik's Avatar
Member
Thanks Meter 2
Posts: 47
Join Date: Nov 2007
Location: Erandio ( Basque Country )
Quote:
Originally Posted by clotai View Post
[code]


20120122.update.zip - for kernel version 2.6.39.4-rogue_XM-2.0.2+
Can you add the driver for qf9700.ko too in this kernel ?? pls
a lot thx !!!

 
Post Reply+
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...

XDA PORTAL POSTS

Job Interview Prep: Phone Screen Part 1 – XDA Developer TV

XDA Developer TV Producer Jayce has been very busy creating videos to help … more

Auto Test Your Android Apps with Robotium

You’ve just finished coding your very first app, but before you release it to the wild, you … more

Open Source CPU Info App for Windows

So you’re playing with your shiny new Windows 8 tablet PC, when one of your like-minded geeky … more

Guide to Using Adobe Air on Android

When writing an app with performance in mind, you most likely want to write it native code using the … more