regarding wireless i can see in logread:

Sep  8 15:46:16 dir615h1 user.info sysinit: Configuration file: /var/run/hostap
d-phy0.conf
Sep  8 15:46:16 dir615h1 user.info sysinit: nl80211: Failed to add interface wl
an0 into bridge eth0.1: Operation not supported
Sep  8 15:46:16 dir615h1 user.info sysinit: nl80211 driver initialization faile
d.
Sep  8 15:46:16 dir615h1 user.info sysinit: Failed to start hostapd for phy0

On Jan 1, 2013, at 9:13 PM, Daniel Petre <[email protected]> wrote:

> hello,
> just recompiled r34964 for a dlink dir 615 h1, default /etc/config/network 
> doesnt have wan and it works only after adding wan section and the switch 
> config as below:
> 
> 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 ipaddr '192.168.1.1'
>        option netmask '255.255.255.0'
>        option macaddr '00:0c:43:44:62:ed'
> 
> config interface 'wan'
>        option ifname 'eth0.2'
>        option proto 'pppoe'
>        option  username 'USERNAME'
>        option  password 'PASSWORD'
>        option  ipv6 '1'
> 
> config switch
>        option name rt305x
>        option reset 1
>        option enable_vlan 1
> 
> config switch_vlan
>        option device rt305x
>        option vlan 1
>        option ports '0 1 2 3 6t'
> 
> config switch_vlan
>        option device rt305x
>        option vlan 2
>        option ports '4 6t'
> 
> Also the wifi seems sometimes to not start after reboot, only if i run "wifi" 
> manually with this config:
> 
> config wifi-device  radio0
>        option type     mac80211
>        option channel  6
>        option hwmode   11ng
>        option path     'platform/rt2800_wmac.0'
>        option htmode   HT20
>        list ht_capab   GF
>        list ht_capab   SHORT-GI-20
>        list ht_capab   SHORT-GI-40
>        list ht_capab   TX-STBC
>        list ht_capab   RX-STBC12
>        # REMOVE THIS LINE TO ENABLE WIFI:
>        option disabled 0
> 
> config wifi-iface
>        option device   radio0
>        option network  lan
>        option mode     ap
>        option ssid     dir615h1
>        option encryption none
> 
> if both these are fixed the router seems to work okay, wireless is fine (28 
> Mbit/sec download, 34 Mbit/sec upload) the lan part i have yet to test.
> 
> thanks !
> _______________________________________________
> openwrt-devel mailing list
> [email protected]
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to