Alter0ne / rtl8196e

OpenWRT for Realtek rtl8196e with working packages and USB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable Wifi in firmware

reeso3000 opened this issue · comments

I have a mini router with a single netwok port that I would like to flash with openwrt - it accepts the firmware but due to having only 1 network socket I believe it is set as wan and I can't get to the gui on 192.168.1.1 after the flash - I was wondering if it wouldn't be too much trouble to compile this with wifi enabled which should allow me to get to the gui.

I am currently downloading Ubuntu to try and compile it myself but incase I fail I thought I would ask

Thanks

I managed to get around this issue by connecting via the serial pinout and entering the following commands for anyone interested.

uci set wireless.radio0.disabled=0

uci commit wireless

This allowed me to connect to the router and all appears to be working fine.