[android-porting] Re: wifi tether - can't initialize iptables table `filter': Table does not exist

2010-11-17 Thread guru
Hi Hamilton Vera, I enabled CONFIG_IP_NF_FILTER option in kernel. Now that error is not coming. But in settings "Portable Wi-Fi hotsopt settings" option is still disabled. any idea? I am getting below logs for iptables... I//system/bin/iptables( 790): ACCEPT 0 opt -- in eth0 out eth0 0.0.0.0/

Re: [android-porting] Re: wifi tether - can't initialize iptables table `filter': Table does not exist

2010-11-17 Thread Robert Greenwalt
Wifi needs an appropriate wifi driver. Assuming you have that you need to list the wifi softap interface in an overlay of frameworks/base/core/res/res/values/config.xml, config_tether_wifi_regexs. R On Wed, Nov 17, 2010 at 2:39 AM, guru wrote: > Hi Hamilton Vera, > > I enabled CONFIG_IP_NF_FIL