On Thu, Dec 03, 2009 at 08:35:24AM +0100, Bastian Bittorf wrote:
> kick the oldstyle wlc and use trunk/b43.

Yes, I've built from trunk.  It uses b43legacy rather than b43 since
this is a version 1 unit.

> post your /etc/config/wireless + network

---- wireless ----

config 'wifi-device' 'wifi0'
        option 'type' 'mac80211'
        option 'channel' '5'
        option 'macaddr' '00:06:25:c0:47:23'
        option 'hwmode' '11g'
        option 'disabled' '0'

config 'wifi-iface'
        option 'device' 'wifi0'
        option 'network' 'lan'
        option 'mode' 'ap'
        option 'ssid' 'OpenWrt'
        option 'encryption' 'none'

---- network ----

#### VLAN configuration 
config switch eth0
        option enable   1

config switch_vlan eth0_0
        option device   "eth0"
        option vlan     0
        option ports    "1 2 3 4 5*"

config switch_vlan eth0_1
        option device   "eth0"
        option vlan     1
        option ports    "0 5"

#### Loopback configuration
config interface loopback
        option ifname   "lo"
        option proto    static
        option ipaddr   127.0.0.1
        option netmask  255.0.0.0


#### LAN configuration
config interface lan
        option type     bridge
        option ifname   "eth0.0"
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0

#### WAN configuration
config interface        wan
        option ifname   "eth0.1"
        option proto    dhcp

> have you unbridged lan + wifi?

I've tried with and without wlan0 in the bridge group.  My laptop can
see the SSID in a scan, but can't associate with it.
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to