To tether a Windows Mobile 6 cell phone (make sure you have a data plan that allows tethering), you will need to install a few things:
sudo aptitude install subversion build-essential linux-headers-`uname -r`
Once those are installed, we need to download and build the latest usb-rndis-lite code:
svn co http://synce.svn.sourceforge.net/svnroot/synce/trunk/usb-rndis-lite
cd usb-rndis-lite/
make
## remove the existing usb-rndis drivers with clean.sh
sudo [...]



Recent Comments