Hi,
There isn't much specific info about WR741nd TP-Link router
I managed to patch firmware from trunk
http://downloads.openwrt.org/snapshots/ … pgrade.bin
This time around it works with DHCP, and it's acutally working fine apart from wireless.:
first firmware update I did via GUI.
Last one from console
ssh 192.168.1.1
cd /tmp
wget http://mylaptopIP/NewFirmware.bin
mtd -e firmware write /tmp/NewFirmware.bin firmware && reboot
and reboot
and login with telnet
I did afterwards
opkg update
opkg nano
opkg screen
(some basic progs)
opkg kmd-ath9
(wireless module)
nano /etc/config/wireless
pasted following config
###my sample config
config wifi-device wlan0
option type mac80211
option channel 1
config wifi-iface
option device wlan0
option network lan
option mode ap
option ssid MYSSID
option encryption psk2
option key MyPass
##endof config
#started wifi with
wifi on
=> but it doesn't work
outpu:__________________________
PHY for wifi device wlan0 not found
PHY for wifi device wlan0 not found
_______________________________