alex1491163117 / android-wifi-tether

Automatically exported from code.google.com/p/android-wifi-tether
0 stars 0 forks source link

Issues connecting use Droid (BuglessBeast 0.4 Froyo) #427

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Which device (manufacturer, type)?
Motorola Droid
Which firmware is installed?
 Bugless Beast V0.4 Android 2.2 FRF84B (Fully Deodexed)
What version of wireless tether are you using?
Have tried 2_0_1, 2_0_2, 2_0_5_pre2.apk 2_0_5_pre3_test
What steps will reproduce the problem?
1.Start Wireless Tether
2.Connect laptop
3.attempt to browse web from laptop

What is the expected output? What do you see instead?
2_0_1: With Access control DISABLED: Laptop connects to device fine, able to do 
nslookups etc but no web browsing.
  With Access control ENABLED: Laptop connects to device fine, no nslookups (timeout), no web browsing, tether log shows error starting access control

2_0_2:   With Access control ENABLED or DISABLED: Laptop connects to device 
fine, no nslookups (timeout), no web browsing (with enabled tether log shows 
error starting access control)

2_0_5_pre2:   With Access control ENABLED or DISABLED: Laptop connects to 
device fine, no nslookups (timeout), no web browsing (with enabled tether log 
shows error starting access control)

2_0_5.pre3_test3: With Access control ENABLED: Laptop connects to device fine, 
no nslookups (timeout), no web browsing (with enabled tether log shows error 
starting access control)

With access control DISABLED: laptop able to connect and surf web.

Please provide any additional information below.

Original issue reported on code.google.com by jeffrey....@gmail.com on 6 Jul 2010 at 3:53

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I'm using the same phone (Motorola Droid) & firmware (Bugless Beast V0.4).  I'm 
currently trying to use: 2.0.5-pre2 and am experiencing almost the same issues 
reported above.

I can connect my laptop (Dell Inspiron 1721 with built-in Dell 1505 Draft 
802.11n WLAN Mini-card) to my phone but can not resolve names (via nslookup, 
etc.)  In fact, I can not even successfully ping the default gateway 
(192.168.1.254 in my test case) whether I have access control enabled or not.

I am willing to file a new bug report if you'd like, but thought maybe you 
could just add me to this one.

Thanks!

Original comment by ptjmc...@gmail.com on 10 Jul 2010 at 3:18

GoogleCodeExporter commented 9 years ago
I have same phone/firmware/versions

2_0_2:   With Access control ENABLED: Laptop connects to device fine, no 
nslookups (timeout), no web browsing (with enabled tether log shows error 
starting access control)

With access control DISABLED: laptop able to connect and surf web.

whether WEP is enabled or disabled result is the same

Original comment by billmc...@gmail.com on 11 Jul 2010 at 2:56

GoogleCodeExporter commented 9 years ago
The problem you're having isn't a problem with the application, it's with your 
kernel. It was configured and compiled without all of the necessary netfilter 
options. 

Walking you through the steps is a little out of the scope of this project, but 
you need to make sure that the kernel configuration includes both 
CONFIG_NETFILTER_XT_MATCH_MAC=y
and
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y

Good luck!

Original comment by thedrexs...@gmail.com on 26 Jul 2010 at 5:18