Modules to enable to use gentoo htc internet

Asked By 20 points N/A Posted on -
qa-featured

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.

SHARE
Answered By 0 points N/A #157032

Modules to enable to use gentoo htc internet

qa-featured

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.

Related Questions