On Fri, 3 Jun 2011 12:01:55 +0800, HP Teoh wrote: 

> Hi Lanyne,
> 
> Thanks for the wifi led configuration. Any idea about the reset button not 
> working and method to insert 2nd mac for vlan?
> 
> Thanks and Regards.
> -Vincent

Vincent, 

For your MAC issue:
The current ethernet and switch drivers for the ramips target still need some 
work. The VLAN is hardcoded and the MAC address is not pulled from flash or 
eeprom, but hard-coded to 00:11:22:33:44:55. See the ramips_eth_data struct in 
linux/ramips/files/arch/mips/ralink/rt305x/devices.c. The ethernet driver 
(linux/ramips/files/driver/net/ramips.c needs to be updated to pull in the 
ethernet MAC instead of using the default hard-coded value. 

For your reset button issue:
Have you checked to make sure your GPIOs are toggled when the respective button 
is pressed... just to make sure the GPIOs are configured properly for your 
device? See /sys/kernel/debug/gpio. 

Regards,
Layne 
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to