08-08-2008, 04:34 PM
|
|
*SCREEEEEECH*
Offline
Threadstarter
Location: Lakewood/Morrison CO
|
|
Join Date: Jan 2007
Posts: 2,044
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
|
Re: Tether using Linux?
Just FYI, this is all that I had to do in order to get it working in Ubuntu:
sudo -s
apt-get install subversion
svn co hxxp://synce.svn.sourceforge.net/svnroot/synce/trunk/usb-rndis-lite
cd usb-rndis-lite/
make
./clean.sh
make install
I didn't have to do the rest...
|