Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#2829 - MikroTik RB951Ui-2HnD has limited functionality #7623

Open
openwrt-bot opened this issue Feb 10, 2020 · 4 comments
Open

FS#2829 - MikroTik RB951Ui-2HnD has limited functionality #7623

openwrt-bot opened this issue Feb 10, 2020 · 4 comments
Labels

Comments

@openwrt-bot
Copy link

nathansamson:

Supply the following if possible:

  • RB951UI-2HnD
  • Tried OpenWRT 19.07.1, 18.07.7 and lede 17.01.07
  • Mac Address strts with 74:4D:28 (I include it because maybe it indicates a newer HW revisionthat needs to be supported)

Steps to reproduce

  • Boot machine from network
  • Flash image (tried 3 different versions, all same result)
  • Wait for reboot to complete
  • NOTE: LED 5 is red, I expect them to be green if network cable was connected, or off otherwise
  • run iw list => Empty response
  • Install pciutils (opkg install pciutils)
  • run lspci -nn => Nothing is outputted
  • run cat /proc/cpuinfo => Note the Mhz of the device is 299, while the device should be running at 600 Mhz

So to summarize

  • LEDs aren't working properly (or indicating its in a failed state, although I can't find anything obvious in dmesg)
  • WiFi isn't working
  • pci listing doesn't work (maybe this device doesn't have anything pci related, but I executed that command to debug the wifi issue)
  • CPU is limited to 300 Mhz while it should be 600 Mhz (in dmesg I can actually see in the commandline it boots with MHZ=3000000, not sure how/if I can override or why the default would be 300
@openwrt-bot
Copy link
Author

codemarauder:

I confirm the issue with new hardware. Already posted on the forum and openwrt-devel list [[https://forum.openwrt.org/t/wireless-config-missing-in-rb951ui-2hnd/55949|Forum Post]]

dmesg line:

[ 0.000000] Kernel command line: benand_no_swecc=2 parts=1 boot_part_size=4194304 gpio=130619 HZ=300000000 mem=128M kmac=74:4D:28:F5:35:5E board=951HnD Board=951HnD board_rev=r2 ver=6.44.4 bver=6.43.2 hw_opt=00290005 boot=1 mlc=11 roo
tfstype=squashfs noinitrd

Various command outputs:

root@OpenWrt:~# iw dev wlan0 info command failed: No such device (-19)

root@OpenWrt:# dmesg | grep ath
root@OpenWrt:
#

root@OpenWrt:/sys/devices/platform# ls -1
ag71xx-mdio.1
ag71xx.0
ag71xx.1
alarmtimer
ar934x-nfc
ath79-gpio
ath79-wdt
ehci-platform
leds-gpio
regulatory.0
serial8250
serial8250.0
uevent

I do not see ar934x_wmac in /sys/devices/platform on new hardware, but
it is present on older hardware.

@openwrt-bot
Copy link
Author

codemarauder:

Attaching full dmesg logs for new and old devices

@openwrt-bot
Copy link
Author

codemarauder:

Following line is missing in new hardware's dmesg, while presend in older hardware:

[ 26.596117] ieee80211 phy0: Atheros AR9340 Rev:3 mem=0xb8100000, irq=47

@openwrt-bot
Copy link
Author

codemarauder:

[[https://github.com//pull/2729/commits/3bf97ac9d66dfc373c4f637b0bed2e81e4463290|This pull request]] solved the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant