Hi, I want to use an Asus WL-500gP with FreeWRT (this is a rev1 I guess - FreeWRT boots without problems). I managed to install the firmware and basic things (network, DHCP) do work. Currently I have some problems setting up WLAN.
In the end I like to use the Asus as a WPA *client* (preferrably WPA2 although this is by no means a mandatory requirement). I'm prepared to change the broadcom mini pci WLAN card with an Atheros-based on (Tp-Link TL-WN560G, AR5212 [1]) as I read in some OpenWRT docs that several people tried without success when using the nas utility. So I switched the WLAN card already and it seems to be recognized in FreeWRT 1.0.3: # logread ... Jan 1 01:00:07 (none) user.info kernel: loop: loaded (max 8 devices) Jan 1 01:00:07 (none) user.info kernel: wlan: 0.8.4.2 (0.9.3.1)Jan 1 01:00:08 (none) user.info kernel: ath_hal: 0.9.18.0 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413, REGOPS_FUNC)
Jan 1 01:00:08 (none) user.info : Warning: loading ath_hal will taint the kernel: non-GPL license - Proprietary Jan 1 01:00:08 (none) user.info : See http://www.tux.org/lkml/#export-tainted for information about tainted modules Jan 1 01:00:08 (none) user.info kernel: ath_rate_sample: 1.2 (0.9.3.1) Jan 1 01:00:09 (none) user.info kernel: ath_pci: 0.9.4.5 (0.9.3.1) Jan 1 01:00:09 (none) user.warn kernel: PCI: Enabling device 01:02.0 (0000 -> 0002) Jan 1 01:00:09 (none) user.info kernel: ath_pci: switching rfkill capability off Jan 1 01:00:09 (none) user.warn kernel: wifi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11MbpsJan 1 01:00:09 (none) user.warn kernel: wifi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
Jan 1 01:00:09 (none) user.warn kernel: wifi0: H/W encryption support: WEP AES
AES_CCM TKIP
Jan 1 01:00:09 (none) user.warn kernel: wifi0: mac 7.8 phy 4.5 radio 5.6
Jan 1 01:00:09 (none) user.warn kernel: wifi0: Use hw queue 1 for WME_AC_BE
traffic
Jan 1 01:00:09 (none) user.warn kernel: wifi0: Use hw queue 0 for WME_AC_BK
traffic
Jan 1 01:00:09 (none) user.warn kernel: wifi0: Use hw queue 2 for WME_AC_VI
traffic
Jan 1 01:00:09 (none) user.warn kernel: wifi0: Use hw queue 3 for WME_AC_VO
traffic
Jan 1 01:00:09 (none) user.warn kernel: wifi0: Use hw queue 8 for CAB traffic
Jan 1 01:00:09 (none) user.warn kernel: wifi0: Use hw queue 9 for beacons
Jan 1 01:00:09 (none) user.info kernel: wifi0: Atheros 5212: mem=0x40010000,
irq=2
Jan 1 01:00:09 (none) user.info kernel: wlan: mac acl policy registered
Jan 1 01:00:09 (none) user.warn kernel: nbd: registered device at major 43
...
# lspci
...
01:02.0 Ethernet controller: Atheros Communications, Inc. Unknown device 001a
(rev 01)
...
After booting there is no athX device (but some log error about eth2 not being
present) so I guess I have to set up it manually:
# wlanconfig ath0 create wlandev wifi0 wlanmode ap
# iwconfig ath0 essid "foo" channel 3
After that iwconfig shows a device
ath0 IEEE 802.11b ESSID:"foo"
Mode:Master Frequency:2.422 GHz Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power:0 dBm Sensitivity=0/3
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
But as you can see, Tx-Power is 0 so this won't work. How can I complete the
setup?
Thanks for helping :-)
fs
[1] http://madwifi.org/wiki/Compatibility/TP-Link
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ freewrt-users mailing list [email protected] https://www.freewrt.org/lists/listinfo/freewrt-users
