I was implementing reverse-tethering using Samsung galaxy fit and ubuntu 10.10
I have followed the following post for the procedure:
How to browse Internet in Samsung Galaxy Fit using Broadband in Windows 7?
I am using a DSL connection(BroadBand) and upon running
sudo ifconfig eth01 0.0.0.0
I got
SIOCSIFADDR: No such device
so i renamed the DSL connection to eth0
,then it worked fine.
The main Problem occured in implementing the third step: on running
./adb shell netcfg usb0 dhcp
I got error:
device not found
Usb tethering on the Mobile is on. The Mobile is new and I have not much with it.
sudo ./adb shell netcfg
I get all network interfaces listed.
So what I care is: why is Step 4 of the tutorial not working for me?
Step 4 is:
./adb shell netcfg usb0 dhcp
For me it fails with following error:
action 'dhcp' failed (Permission denied)
My hypothesis is that step 4 fails for me because it is not rooted. So if someone knows that this is not true, please correct me. Luca
– Luca Aug 04 '11 at 14:22