root@OpenWrt:~# lsusb
Bus 001 Device 004: ID x:x Broadcom Corp. BCM43143 802.11bgn (1x1) Wireless Adapter
root@OpenWrt:~# ip link show
3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN qlen 1000
link/ether x:x brd ff:ff:ff:ff:ff:ff
Trying to bring it up by ifconfig wlan0 up and then ip link show still shows it as DOWN.
Since lsusb shows the device, that means drivers are in order? Any logs that can give me more insight on this device?
This chipset is poorly supported in OpenWrt. It should come up, though, but you will find that the performance will be really bad.
What device are you using?
Please copy the output of the following commands and post it here using the "Preformatted text </> " button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
Dropping firewall. Have not touched it and I can revisit if it still does not work after getting it up (kinda long for pasting).
The reason why I run OpenWRT 19 is that I'm planning on using another wifi device, and the latest kernel is not supported by the manufacturer. I have have gotten teh current wifi dongle to work with v20, but now I have some problems... maybe it's config?
The firewall, in this case, would not prevent the radio from coming up, but it would possibly cause issues with connectivity of the wifi devices if not configured properly.
What happens if you start with a fresh installation (offline from your main network), and simply enable wifi? Does it work?
This is a fresh install today , I've only configured eth0 to static IP and no DHCP so I can connect it to my home network. Also ran opkg update and the changed dhcp, network and wireless config files
Is there some logs somewhere that I can read? Device log and interface logs probably
opkg update or opkg upgrade?
You modified quite a few things including creating a separate (routed) wifi network. I'm suggesting a fresh install with literally no changes except for enabling wifi to make sure it is working properly (and this would be offline relative to your main network).