Ok, i have installed gargoyle, took the config files and reinstalled openwrt (LUCI), but again no success.
With gargoyle i get the wireless bridge running...
When a try to start the wifi i get: wireless is disabled or not associated
My Files:
- Network:
config 'interface' 'loopback'
option 'ifname' 'lo'
option 'proto' 'static'
option 'ipaddr' '127.0.0.1'
option 'netmask' '255.0.0.0'
config 'interface' 'lan'
option 'ifname' 'eth0.1'
option 'type' 'bridge'
option 'proto' 'static'
option 'netmask' '255.255.255.0'
option 'ipaddr' '192.168.1.2'
option 'gateway' '192.168.1.1'
option 'dns' '192.168.1.1'
config 'switch'
option 'name' 'rtl8366rb'
option 'reset' '1'
option 'enable_vlan' '1'
config 'switch_vlan'
option 'device' 'rtl8366rb'
option 'vlan' '1'
option 'ports' '1 2 3 4 5t'
config 'switch_vlan'
option 'device' 'rtl8366rb'
option 'vlan' '2'
option 'ports' '0 5t'
---------------------------------------------------------------------------------------------------------
- Wireless:
config 'wifi-device' 'radio0'
option 'type' 'mac80211'
option 'macaddr' '54:e6:fc:af:43:a4'
option 'hwmode' '11ng'
option 'channel' '9'
option 'htmode' 'HT40-'
list 'ht_capab' 'SHORT-GI-40'
list 'ht_capab' 'DSSS_CCK-40'
config 'wifi-iface' 'cfg2'
option 'device' 'radio0'
option 'network' 'lan'
option 'mode' 'sta'
option 'client_bridge' '1'
option 'ssid' 'im6shop'
option 'encryption' 'psk2'
option 'key' 'hhhhhhhhhhhhhhhhh'
(Last edited by Rampler on 15 Feb 2012, 10:52)