[OpenWrt-Devel] Mikrotik RB951Ui-2HnD: Wireless config missing on new hardware

2020-02-20 Thread Nishant Sharma
Hello, [Unable to post on forum (error 502 bad gateway), hence posting here.] It seems something has changed in the hardware. I have "Type: INTL" devices here. I have already tried the following firmwares: 1. custom compiled 19.07.0 2. openwrt 19.07.0 3. custom compiled 18.06.2 4. custom

[OpenWrt-Devel] Mikrotik RB951Ui-2HnD

2014-02-07 Thread Robin Gilham
Hi there, I am attempting to compile openWRT for the Mikrotik RB951Ui-2HnD router. I have applied path /patch/4773/ to my development trunk. I can compile and boot the initramfs image, I have been able to write the image to to flash and boot off my flash image. I can log into the router and

[OpenWrt-Devel] Mikrotik RB951Ui-2HnD - further results

2014-02-07 Thread Robin Gilham
It turns out that I needed to do the following opkg update opkg install kmod-usb2 insmod ehci-hcd because the kernel did not have it built in. Can't believe I have been at this for a week, I can finally get the USB to work. Still not certain on the LEDs Robin

Re: [OpenWrt-Devel] Mikrotik RB951Ui-2HnD - further results

2014-02-07 Thread David Hutchison
You can toggle the leds in /sys/class/leds or /sys/devices/platform/leds-gpio/leds, example: echo 1 /sys/devices/platform/leds-gpio/leds/rb951ui:lan:port2/brightness I just noticed that patch has a typo for the LED's.. rb951ui:lan:port5 should be GPIO 16 not 21, you will need to update your