Asked By
adam musick
20 points
N/A
Posted on - 10/08/2012
I have an HTC tattoo and when I connect it to the PC it has an option of internet sharing, can anyone please post the modules I have to enable in my kernel to use the Gentoo htc internet.
Modules to enable to use gentoo htc internet
Hi Adams,
Your HTC Tattoo's internet sharing option on Windows is not that great. But, on Linux its okay after you enable the following modules in your kernel:
-
rndis_host
-
cdc_ether (with rndis support)
-
usbnet
You can find these modules:
1. Device Drivers
-
Network device support
-
USB Network Adapters
-
Multipurpose USB networking framework
-
Host of RNDIS and ActiveSync devices (EXPERIMENTAL)
-
USB Support
-
USB Gadget support
-
Ethernet Gadget (With CDC Ethernet support)
-
RNDISÂ support
After enabling the above modules, you will need to create a symlink from net.lo net.usb0 in /etc/init.d/
-
cd /etc/ init.d
-
ln -s net.lo net.usb0
Following the above instructions will get your Gentoo internet working.