am not seeing kernel panic but do still have some problems when using it as an Access Point (AP) with psk authentication because there seems to be a problem with hostapd giving out wrong commands.
In sta mode it does work with psk. In AP mode only without psk/wpa, having uninstalled hostapd.
So perhaps your problem lies there also. Perhaps another difference, I am not using bridging, only routing.
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'
# option 'type' 'bridge'
option 'proto' 'static'
option 'netmask' '255.255.255.0'
option 'dns' '192.168.111.1'
option 'gateway' '192.168.111.1'
option 'ipaddr' '192.168.111.20'
config 'interface' 'wan'
option 'ifname' 'eth1'
# option 'type' 'bridge'
option 'proto' 'static'
option 'netmask' '255.255.255.0'
option 'ipaddr' '192.168.112.20'
config 'interface' 'wifi0'
option 'ifname' 'wlan0'
# option 'type' 'bridge'
option 'proto' 'static'
option 'netmask' '255.255.255.0'
option 'ipaddr' '192.168.20.30'
wireless:
config wifi-device wlan0
option type mac80211 # broadcom, atheros, mac80211
option country PT # us, uk, fr, de, etc.
option channel 100 # 1-14
option distance 7000 # 1-n
option hwmode 11a # 11b, 11g, 11a, 11bg (atheros, mac80211)
option rxantenna 1 # 0,1,2 (atheros, broadcom)
option txantenna 1 # 0,1,2 (atheros, broadcom)
option txpower 21 # transmission power in dBm
config wifi-iface
option network wifi0 # wifi0-wifin, name given in network definition
option device wlan0 # wlan0 - wlann
option mode sta # ap, sta, adhoc, monitor, or wds
option ssid SSID_test # ssid name
option encryption psk # none, psk, psk2, wpa, wpa2
option key <????> # encryption key
option hidden 0 # 0,1
option isolate 0 # 0,1
installed packages:
base-files - 31-r17779 -
busybox - 1.13.4-1 -
crda - 1.1.0-1 -
dnsmasq - 2.50-1 -
firewall - 1-8 -
hostapd - 0.6.9-1 -
hostapd-utils - 0.6.9-1 -
hotplug2 - 1.0-beta-1 -
ip - 2.6.29-1-1 -
iptables - 1.4.4-2 -
iptables-mod-conntrack - 1.4.4-2 -
iptables-mod-conntrack-extra - 1.4.4-2 -
iptables-mod-extra - 1.4.4-2 -
iptables-mod-nat - 1.4.4-2 -
iptables-mod-nat-extra - 1.4.4-2 -
iptables-utils - 1.4.4-2 -
iw - 0.9.17-1 -
kernel - 2.6.30.7-1 -
kmod-ath - 2.6.30.7+2009-08-20-2 -
kmod-ath9k - 2.6.30.7+2009-08-20-2 -
kmod-button-hotplug - 2.6.30.7-1 -
kmod-crc-ccitt - 2.6.30.7-1 -
kmod-crypto-aes - 2.6.30.7-1 -
kmod-crypto-arc4 - 2.6.30.7-1 -
kmod-crypto-core - 2.6.30.7-1 -
kmod-input-core - 2.6.30.7-1 -
kmod-input-gpio-buttons - 2.6.30.7-1 -
kmod-input-polldev - 2.6.30.7-1 -
kmod-ipt-conntrack - 2.6.30.7-1 -
kmod-ipt-conntrack-extra - 2.6.30.7-1 -
kmod-ipt-core - 2.6.30.7-1 -
kmod-ipt-extra - 2.6.30.7-1 -
kmod-ipt-nat - 2.6.30.7-1 -
kmod-ipt-nat-extra - 2.6.30.7-1 -
kmod-leds-gpio - 2.6.30.7-1 -
kmod-mac80211 - 2.6.30.7+2009-08-20-2 -
kmod-ppp - 2.6.30.7-1 -
kmod-pppoe - 2.6.30.7-1 -
kmod-scsi-core - 2.6.30.7-1 -
kmod-usb-core - 2.6.30.7-1 -
kmod-usb-ohci - 2.6.30.7-1 -
kmod-usb-storage - 2.6.30.7-1 -
kmod-usb-uhci - 2.6.30.7-1 -
kmod-usb2 - 2.6.30.7-1 -
libc - 0.9.30.1-31 -
libgcc - 4.1.2-31 -
libiptc - 1.4.4-2 -
liblua - 5.1.4-5 -
libnl-tiny - 0.1-1 -
libopenssl - 0.9.8k-2 -
librt - 0.9.30.1-31 -
libuci - 0.7.5-1 -
libuci-lua - 0.7.5-1 -
libusb - 0.1.12-2 -
libxtables - 1.4.4-2 -
lua - 5.1.4-5 -
mtd - 10 -
openssh-client - 5.2p1-1 -
openssh-client-utils - 5.2p1-1 -
openssh-server - 5.2p1-1 -
openssh-sftp-client - 5.2p1-1 -
openssh-sftp-server - 5.2p1-1 -
opkg - 215-2 -
pciutils - 3.1.4-1 -
ppp - 2.4.4-3 -
ppp-mod-pppoe - 2.4.4-3 -
tc - 2.6.29-1-1 -
uci - 0.7.5-1 -
ucitrigger - 0.7.5-1 -
udev - 142-1 -
udevtrigger - 106-1 -
usbutils - 0.86-1 -
wget - 1.11.4-1 -
wireless-tools - 29-4 -
wpa-cli - 0.6.9-2 -
wpa-supplicant - 0.6.9-2 -
zlib - 1.2.3-5 -
zoneinfo-europe - 2009c-2 -
(Last edited by doddel on 30 Sep 2009, 17:03)