macvlan-unifios icon indicating copy to clipboard operation
macvlan-unifios copied to clipboard

[FIRMWARE REQUEST]: UDR 3.0.17

Open whi-tw opened this issue 2 years ago • 5 comments

Device

UDR (Unifi Dream Router)

Firmware Version

3.0.17

Kernel Version

No response

Tested with previous version of the module?

No response

Kernel build options

No response

Extra information

  • [ ] Are you currently running this firmware version?
  • [ ] Would you be willing to test the built module?

Any other information / context

No response

Is there an existing request for this?

  • [X] I have searched the existing issues

whi-tw avatar Feb 20 '23 12:02 whi-tw

GPL dump requested:

Date: Mon, 20 Feb 2023 12:55:27 +0000
Subject: GPL Dump Request: UDR 3.0.17
To: "[email protected]" <[email protected]>

Hi,

Can I please have a GPL dump for firmware 3.0.17 for the UDR?

Kind regards,

Tom Whitwell

whi-tw avatar Feb 20 '23 12:02 whi-tw

Hi @whi-tw, I checked the compatibility between 3.0.13 and 3.0.17 and the kernel module is working fine. Here is the evidence:

uname -a
Linux UDR 4.4.198-ui-mtk #1 SMP PREEMPT Fri Feb 10 15:27:40 CST 2023 aarch64 GNU/Linux

lsmod | grep macvlan
macvlan                16226  0

sha256sum /data/macvlan-module/UDR-3.0.17_macvlan.ko
5a0db9ad2e322c2f12b376683b98575c7ee6d6badace34494baff70d47f67477  /data/macvlan-module/UDR-3.0.17_macvlan.ko

ubnt-device-info firmware
3.0.17

stargriv avatar May 18 '23 13:05 stargriv

the kernel module is working fine

You mean you checked only the files or did you try it out? The kernel module wasn't working for me when I upgraded to FW 3.0.17 on UDR and also I couldn't re-install the kernel module (error message was wong version).

DennisGaida avatar May 19 '23 08:05 DennisGaida

Confirmed. The previous 3.0.13 version works

Since the setup_macvlan.sh script downloads and calls the module with the current version's firmware you have to do this manually, i.e. download the previous 3.0.13 version and rename that to 3.0.17 (i.e. 3.0.17-macvlan.ko).

DennisGaida avatar Jun 01 '23 10:06 DennisGaida

Confirmed. The previous 3.0.13 version works

Since the setup_macvlan.sh script downloads and calls the module with the current version's firmware you have to do this manually, i.e. download the previous 3.0.13 version and rename that to 3.0.17 (i.e. 3.0.17-macvlan.ko).

Also confirmed, however I had to download it directly rather than use the script:

wget -O /data/macvlan-module/UDR-3.0.17_macvlan.ko2 https://github.com/whi-tw/macvlan-unifios/releases/download/v1.4.0/UDR-3.0.13_macvlan.ko

NeilInnes avatar Jul 05 '23 19:07 NeilInnes