root@OpenWrt:/# uname -a
Linux OpenWrt 2.6.21.5 #2 Sun Sep 30 20:56:52 CEST 2007 mips unknown

root@OpenWrt:/# lsmod
Module                  Size  Used by    Not tainted
ppp_async               9632  0
ppp_generic            23408  1 ppp_async
slhc                    5440  1 ppp_generic
crc_ccitt               1008  1 ppp_async

root@OpenWrt:/# iwconfig
eth0      no wireless extensions.

eth1      no wireless extensions.

eth2      no wireless extensions.

lo        no wireless extensions.


root@OpenWrt:/# cat /etc/config/wireless
config wifi-device  wifi0
        option type     atheros
        option channel  1
               
config wifi-iface
        option device   wifi0
        #   option network  lan
        option mode     ap
        option ssid     OpenWrt_private
        option hidden   0
        option encryption none

I'm new to OpenWRT, any ideas for me to try?

Thanks.

[edit: oops. madwifi isn't installed by default. ipkg install kmod-madwifi sure helped. wink]

(Last edited by edraven on 22 Jan 2008, 02:02)