[SOLVED] SPNMX42 (MX4200 v2) installation

Post new topic   Reply to topic    DD-WRT Forum Index -> Qualcomm Atheros based Hardware
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
Author Message
lexridge
DD-WRT Guru


Joined: 07 Jun 2006
Posts: 2152
Location: WV, USA

PostPosted: Sun Oct 13, 2024 20:08    Post subject: Reply with quote
Oh yea, good call. Doh!
_________________
- Linksys EA8500: I-Gateway, WAP/VAP 5ghz only. Features: VLANs, Samba, WG, Entware - r60xxx
- Linksys EA8500: 802.11s Secondary w/VLAN Trunk over 5ghz - r60xxx
- Linksys MX4300: 802.11s Primary w/VLAN Trunk over 5ghz. 2.4ghz WAP/VAP only - r60xxx
- Linksys MX4300: (WAP/VAP (7)) Multiple VLANs over single trunk port. Entware/Samba r60xxx
- Linksys MR7350: WDS Station for extended Ethernet r60xxx
- Linksys MR7500, MX8500: None in production. Just testing. r60xxx
- OSes: Fedora 40, 10 RPis (2,3,4,5), 23 ESP8266s: Straight from Amiga to Linux in '95, never having owned a Windows PC.
- Forum member #248
Sponsor
TopMandolin
DD-WRT Novice


Joined: 12 Sep 2024
Posts: 38

PostPosted: Wed Oct 16, 2024 11:04    Post subject: Reply with quote
Yeah, I saw it and eagerly flashed it yesterday but unfortunately it's the same behaviour in regards to DHCP not working and no access to the router with fixed IP either, no wireless network and so on. I just didn't have the time to post here.

If someone with UART access is following this thread, it would be great if you could flash 10-15-2024-r58568 and send the log.

Meanwhile, I've purged a previous log sent by di@mond of the spamming 'cannot open /dev/nvram' to see what else is going on and I can see more problems but I don't want to speculate much at this point. I'll just say that the 29 MTD partitions found have nothing to do with those on `src/linux/universal/linux-6.6/arch/arm64/boot/dts/qcom/ipq8174-mx4200.dtsi` and that there is a 'board data failed' error which you would imagine is a critical one. I have edited the partitions `ipq8174-mx4200.dtsi` for other stuff on OpenWRT and the kernel log will always match what you put on the DST file so that's odd going with my experience.

EDIT: Just to elaborate a bit more on the partitions problem. On the UART log provided by di@mond:

[ 1.061974] 29 cmdlinepart partitions found on MTD device qcom_nand.0

On OpenWRT:

[ 1.076760] 29 fixed-partitions partitions found on MTD device qcom_nand.0

cmdlinepart is:

mtdparts=qcom_nand.0:0x100000@0x0(0:SBL1),0x100000@0x100000(0:MIBIB),0x80000@0x200000(0:BOOTCONFIG),0x80000@0x280000(0:BOOTCONFIG1),0x300000@0x300000(0:QSEE),0x300000@0x600000(0:QSEE_1),0x80000@0x900000(0:DEVCFG),0x80000@0x980000(0:DEVCFG_1),0x80000@0xa00000(0:APDP),0x80000@0xa80000(0:APDP_1),0x80000@0xb00000(0:RPM),0x80000@0xb80000(0:RPM_1),0x80000@0xc00000(0:CDT),0x80000@0xc80000(0:CDT_1),0x80000@0xd00000(0:APPSBLENV),0x100000@0xd80000(0:APPSBL),0x100000@0xe80000(0:APPSBL_1),0x80000@0xf80000(0:ART),0x40000@0x1000000(u_env),0x20000@0x1040000(s_env),0x20000@0x1060000(devinfo),0x9600000@0x1080000(kernel),0x9000000@0x1680000(rootfs),0x9600000@0xa680000(alt_kernel),0x9000000@0xac80000(alt_rootfs),0x200000@0x13c80000(sysdiag),0x80000@0x13e80000(0:ETHPHYFW),0xb800000@0x13f00000(syscfg),0x900000@0x1f700000(0:WIFIFW)

Which is not what you have in `src/linux/universal/linux-6.6/arch/arm64/boot/dts/qcom/ipq8174-mx4200.dtsi`

And then there is this comment https://svn.dd-wrt.com/browser/src/linux/universal/linux-6.6/arch/arm64/boot/dts/qcom/ipq8174-mx4200.dtsi#L126 which together with the above makes me think that DD-WRT is not loading the partitions as per the DTS file and that leads to it not being able to boot as they are not defined as expected.
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 16703
Location: Texas, USA

PostPosted: Wed Oct 16, 2024 16:17    Post subject: Reply with quote
I've forwarded this update to BrainSlayer.
_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
RSS feed for DD-WRT releases (2025)
RSS feed for DD-WRT releases (2024)
RSS feed for DD-WRT releases (2023)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
TopMandolin
DD-WRT Novice


Joined: 12 Sep 2024
Posts: 38

PostPosted: Wed Oct 16, 2024 22:52    Post subject: Reply with quote
kernel-panic69 wrote:
I've forwarded this update to BrainSlayer.
Thank you, much appreciated.

Success at last. I've managed to boot DD-WRT 'tempering' with the U-boot environment variable partbootargs. Something I tried before but it was not going to work, I think, because of the issue with the nvram offset.

Since this is what di@mond's log says;

[ 1.061974] 29 cmdlinepart partitions found on MTD device qcom_nand.0

And I know cmdlinepart comes from the U-boot variable `partbootargs` for partition 1 and `partbootargs2` for partition 2, I flashed the OEM's firmware to partition 2 and OpenWRT to partition 1. From OpenWRT I set `partbootargs` to

Code:

init=/sbin/init rootfstype=squashfs ubi.mtd=22,2048 ubi.block=0,0 root=/dev/ubiblock0_0 rootwait ro mtdparts=qcom_nand.0:0x100000@0x0(sbl1),0x100000@0x100000(mibib),0x80000@0x200000(bootconfig),0x80000@0x280000(bootconfig1),0x300000@0x300000(qsee),0x300000@0x600000(qsee_1),0x80000@0x900000(devcfg),0x80000@0x980000(devcfg_1),0x80000@0xa00000(apdp),0x80000@0xa80000(apdp_1),0x80000@0xb00000(rpm),0x80000@0xb80000(rpm_1),0x80000@0xc00000(cdt),0x80000@0xc80000(cdt_1),0x80000@0xd00000(appsblenv),0x100000@0xd80000(appsbl),0x100000@0xe80000(appsbl_1),0x80000@0xf80000(art),0x40000@0x1000000(u_env),0x20000@0x1040000(s_env),0x20000@0x1060000(devinfo),0x9600000@0x1080000(linux),0x9000000@0x1680000(rootfs),0x9600000@0xa680000(linux2),0x8f00000@0xac80000(alt_rootfs),0x100000@0x13b80000(nvram),0x200000@0x13c80000(sysdiag),0x80000@0x13e80000(ethphyfw),0xb100000@0x13f00000(ddwrt),0x700000@0x1f000000(oops),0x900000@0x1f700000(wififw)


Which are the partitions on `ipq8174-mx4200.dtsi` for DD-WRT. Then went back to the OEM and flashed factory-to-ddwrt.img.

So this time it worked because U-boot passed the partitions as they are expected. The problem is that the partitions passed by U-boot should be ignored and 'fixed-partitions' on the DTS used instead.

Can you pass this information to BrainSlayer please? I obviously can provide more info as required.
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 16703
Location: Texas, USA

PostPosted: Wed Oct 16, 2024 23:18    Post subject: Reply with quote
I linked this thread at your previous update post. Not sure if he's read anything yet. I'd wait to see if he chimes in or if any commits happen. Are you sure previous flash attempts didn't b0rk the uboot bootargs?
_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
RSS feed for DD-WRT releases (2025)
RSS feed for DD-WRT releases (2024)
RSS feed for DD-WRT releases (2023)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
lexridge
DD-WRT Guru


Joined: 07 Jun 2006
Posts: 2152
Location: WV, USA

PostPosted: Wed Oct 16, 2024 23:46    Post subject: Reply with quote
Just for comparison sake, this are the default partbootargs from the mx4300:
Code:
partbootargs=init=/sbin/init rootfstype=squashfs ubi.mtd=22,2048 ubi.block=0,0 root=/dev/ubiblock0_0 rootwait ro

Code:
partbootargs2=init=/sbin/init rootfstype=squashfs ubi.mtd=24,2048 ubi.block=0,0 root=/dev/ubiblock0_0 rootwait ro

I don't think you would need every mtd listed in yours, but you got it working so who am I to say? Very Happy

Quote:

So this time it worked because U-boot passed the partitions as they are expected. The problem is that the partitions passed by U-boot should be ignored and 'fixed-partitions' on the DTS used instead.

And this may be why you needed every partition listed in the partbootargs2 env.

_________________
- Linksys EA8500: I-Gateway, WAP/VAP 5ghz only. Features: VLANs, Samba, WG, Entware - r60xxx
- Linksys EA8500: 802.11s Secondary w/VLAN Trunk over 5ghz - r60xxx
- Linksys MX4300: 802.11s Primary w/VLAN Trunk over 5ghz. 2.4ghz WAP/VAP only - r60xxx
- Linksys MX4300: (WAP/VAP (7)) Multiple VLANs over single trunk port. Entware/Samba r60xxx
- Linksys MR7350: WDS Station for extended Ethernet r60xxx
- Linksys MR7500, MX8500: None in production. Just testing. r60xxx
- OSes: Fedora 40, 10 RPis (2,3,4,5), 23 ESP8266s: Straight from Amiga to Linux in '95, never having owned a Windows PC.
- Forum member #248
TopMandolin
DD-WRT Novice


Joined: 12 Sep 2024
Posts: 38

PostPosted: Thu Oct 17, 2024 0:12    Post subject: Reply with quote
kernel-panic69 wrote:
Are you sure previous flash attempts didn't b0rk the uboot bootargs?


Mmmm. What I've got coincides with what I see here: https://forum.openwrt.org/t/openwrt-support-for-linksys-mx4200/86477/146

From what I can tell, OpenWRT didn't touch those. The DTS can append arguments to the cmdline but it's not changing partbootargs or partbootargs2. That's quite risky in my opinion because in principle you've got to restore them as they were to boot OEM. And that's done with mtd flashing directly to kernel or alt_kernel so I am almost 100% positive those are default values (on my model).

Either way, I still think that the issue at hand is that it should be ignored and 'fixed-partitions' used. That is what it's there for on the DTS. But I don't know the mechanics of how OpenWRT is doing it or if that's the correct approach to be honest.

It would help if someone else flashed the latest version to compare.

I'll try at some point to remove mtdparts=... altogether but as I said I think that's the default so it might fix my problem but it won't fix others'.
lexridge
DD-WRT Guru


Joined: 07 Jun 2006
Posts: 2152
Location: WV, USA

PostPosted: Thu Oct 17, 2024 0:20    Post subject: Reply with quote
I don't think DD-WRT changes anything in the uboot variables. The partbootargs that I posted were captured from OEM the first time I connected serial to it. I also just compared them with DD-WRT flashed and they are unchanged. Sure, we are talking about two slightly different routers here, but the only differences are RAM and FLASH size, according to everything I have read anyway.
_________________
- Linksys EA8500: I-Gateway, WAP/VAP 5ghz only. Features: VLANs, Samba, WG, Entware - r60xxx
- Linksys EA8500: 802.11s Secondary w/VLAN Trunk over 5ghz - r60xxx
- Linksys MX4300: 802.11s Primary w/VLAN Trunk over 5ghz. 2.4ghz WAP/VAP only - r60xxx
- Linksys MX4300: (WAP/VAP (7)) Multiple VLANs over single trunk port. Entware/Samba r60xxx
- Linksys MR7350: WDS Station for extended Ethernet r60xxx
- Linksys MR7500, MX8500: None in production. Just testing. r60xxx
- OSes: Fedora 40, 10 RPis (2,3,4,5), 23 ESP8266s: Straight from Amiga to Linux in '95, never having owned a Windows PC.
- Forum member #248
TopMandolin
DD-WRT Novice


Joined: 12 Sep 2024
Posts: 38

PostPosted: Thu Oct 17, 2024 1:17    Post subject: Reply with quote
If I remove mtdparts from partbootargs, DD-WRT, which is installed on partition 1, boots and the logs around partition change and it uses 'fixed-partitions'.

However, if I do it on partbootargs2, OEM which is installed on partition 2 doesn't boot. It's an indication that mtdparts was there all along and required but I need to run this test more carefully to confirm it's not something else at play and I am jumping to the wrong conclusion.

The question about why OpenWRT can ignore this would still remain and it'd be the way forward.



without-mtdparts.txt
 Description:

Download
 Filename:  without-mtdparts.txt
 Filesize:  2.37 KB
 Downloaded:  1 Time(s)


with-mtdparts.txt
 Description:

Download
 Filename:  with-mtdparts.txt
 Filesize:  5.13 KB
 Downloaded:  1 Time(s)

lexridge
DD-WRT Guru


Joined: 07 Jun 2006
Posts: 2152
Location: WV, USA

PostPosted: Thu Oct 17, 2024 2:13    Post subject: Reply with quote
The without-mtdparts.txt looks more like my boot log. Except I do not have sysdiag and ddwrt is the last mtd partition. I have 30 partitions total whereas you have 31. Weird.
_________________
- Linksys EA8500: I-Gateway, WAP/VAP 5ghz only. Features: VLANs, Samba, WG, Entware - r60xxx
- Linksys EA8500: 802.11s Secondary w/VLAN Trunk over 5ghz - r60xxx
- Linksys MX4300: 802.11s Primary w/VLAN Trunk over 5ghz. 2.4ghz WAP/VAP only - r60xxx
- Linksys MX4300: (WAP/VAP (7)) Multiple VLANs over single trunk port. Entware/Samba r60xxx
- Linksys MR7350: WDS Station for extended Ethernet r60xxx
- Linksys MR7500, MX8500: None in production. Just testing. r60xxx
- OSes: Fedora 40, 10 RPis (2,3,4,5), 23 ESP8266s: Straight from Amiga to Linux in '95, never having owned a Windows PC.
- Forum member #248
TopMandolin
DD-WRT Novice


Joined: 12 Sep 2024
Posts: 38

PostPosted: Thu Oct 17, 2024 10:30    Post subject: Reply with quote
I can confirm that without mtdparts, OEM doesn't boot.

With it flashed on partition 2 and;
Code:
partbootargs2=/sbin/init rootfstype=squashfs ubi.mtd=24,2048 ubi.block=0,0 root=/dev/ubiblock0_0 rootwait ro

the router doesn't boot. It behaves like DD-WRT with mtdparts. With;
Code:
partbootargs2=/sbin/init rootfstype=squashfs ubi.mtd=24,2048 ubi.block=0,0 root=/dev/ubiblock0_0 rootwait ro mtdparts=qcom_nand.0:0x100000@0x0(0:SBL1),0x100000@0x100000(0:MIBIB),0x80000@0x200000(0:BOOTCONFIG),0x80000@0x280000(0:BOOTCONFIG1),0x300000@0x300000(0:QSEE),0x300000@0x600000(0:QSEE_1),0x80000@0x900000(0:DEVCFG),0x80000@0x980000(0:DEVCFG_1),0x80000@0xa00000(0:APDP),0x80000@0xa80000(0:APDP_1),0x80000@0xb00000(0:RPM),0x80000@0xb80000(0:RPM_1),0x80000@0xc00000(0:CDT),0x80000@0xc80000(0:CDT_1),0x80000@0xd00000(0:APPSBLENV),0x100000@0xd80000(0:APPSBL),0x100000@0xe80000(0:APPSBL_1),0x80000@0xf80000(0:ART),0x40000@0x1000000(u_env),0x20000@0x1040000(s_env),0x20000@0x1060000(devinfo),0x9600000@0x1080000(kernel),0x9000000@0x1680000(rootfs),0x9600000@0xa680000(alt_kernel),0x9000000@0xac80000(alt_rootfs),0x200000@0x13c80000(sysdiag),0x80000@0x13e80000(0:ETHPHYFW),0xb800000@0x13f00000(syscfg),0x900000@0x1f700000(0:WIFIFW)

the router boots normally. Furthermore, there are these U-boot environment variables that might have been used at some point to put partbootargs and partbootargs2 together:
Code:
cmd0=init=/sbin/init rootfstype=squashfs ubi.mtd=22,2048 ubi.block=0,0 root=/dev/ubiblock0_0 rootwait ro
cmd1=init=/sbin/init rootfstype=squashfs ubi.mtd=24,2048 ubi.block=0,0 root=/dev/ubiblock0_0 rootwait ro
cmd2=mtdparts=qcom_nand.0:0x100000@0x0(0:SBL1),0x100000@0x100000(0:MIBIB),0x80000@0x200000(0:BOOTCONFIG),
cmd3=0x80000@0x280000(0:BOOTCONFIG1),0x300000@0x300000(0:QSEE),0x300000@0x600000(0:QSEE_1),0x80000@0x900000(0:DEVCFG),
cmd4=0x80000@0x980000(0:DEVCFG_1),0x80000@0xa00000(0:APDP),0x80000@0xa80000(0:APDP_1),0x80000@0xb00000(0:RPM),
cmd5=0x80000@0xb80000(0:RPM_1),0x80000@0xc00000(0:CDT),0x80000@0xc80000(0:CDT_1),0x80000@0xd00000(0:APPSBLENV),
cmd6=0x100000@0xd80000(0:APPSBL),0x100000@0xe80000(0:APPSBL_1),0x80000@0xf80000(0:ART),
cmd7=0x40000@0x1000000(u_env),0x20000@0x1040000(s_env),0x20000@0x1060000(devinfo),
cmd8=0x9600000@0x1080000(kernel),0x9000000@0x1680000(rootfs),0x9600000@0xa680000(alt_kernel),0x9000000@0xac80000(alt_rootfs),
cmd9=0x200000@0x13c80000(sysdiag),0x80000@0x13e80000(0:ETHPHYFW),0xb800000@0x13f00000(syscfg),0x900000@0x1f700000(0:WIFIFW)

On the log shared by di@mond (UART OEM)
Code:
[    0.000000] Kernel command line: init=/sbin/init rootfstype=squashfs ubi.mtd=24,2048 ubi.block=0,0 root=/dev/ubiblock0_0 rootwait ro mtdparts=qcom_nand.0:0x100000@0x0(0:SBL1),0x100000@0x100000(0:MIBIB),0x80000@0x200000(0:BOOTCONFIG),0x80000@0x280000(0:BOOTCONFIG1),0x300000@0x300000(0:QSEE),0x300000@0x600000(0:QSEE_1),0x80000@0x900000(0:DEVCFG),0x80000@0x980000(0:DEVCFG_1),0x80000@0xa00000(0:APDP),0x80000@0xa80000(0:APDP_1),0x80000@0xb00000(0:RPM),0x80000@0xb80000(0:RPM_1),0x80000@0xc00000(0:CDT),0x80000@0xc80000(0:CDT_1),0x80000@0xd00000(0:APPSBLENV),0x100000@0xd80000(0:APPSBL),0x100000@0xe80000(0:APPSBL_1),0x80000@0xf80000(0:ART),0x40000@0x1000000(u_env),0x20000@0x1040000(s_env),0x20000@0x1060000(devinfo),0x9600000@0x1080000(kernel),0x9000000@0x1680000(rootfs),0x9600000@0xa680000(alt_kernel),0x9000000@0xac80000(alt_rootfs),0x200000@0x13c80000(sysdiag),0x80000@0x13e80000(0:ETHPHYFW),0xb800000@0x13f00000(syscfg),0x900000@0x1f700000(0:WIFIFW) swiotlb=1 coherent_pool=2M

On the log shared by katon888 (UART DD-WRT)
Code:
[    0.000000] Kernel command line: init=/sbin/init rootfstype=squashfs ubi.mtd=22,2048 ubi.block=0,0 root=/dev/ubiblock0_0 rootwait ro mtdparts=qcom_nand.0:0x100000@0x0(0:SBL1),0x100000@0x100000(0:MIBIB),0x80000@0x200000(0:BOOTCONFIG),0x80000@0x280000(0:BOOTCONFIG1),0x300000@0x300000(0:QSEE),0x300000@0x600000(0:QSEE_1),0x80000@0x900000(0:DEVCFG),0x80000@0x980000(0:DEVCFG_1),0x80000@0xa00000(0:APDP),0x80000@0xa80000(0:APDP_1),0x80000@0xb00000(0:RPM),0x80000@0xb80000(0:RPM_1),0x80000@0xc00000(0:CDT),0x80000@0xc80000(0:CDT_1),0x80000@0xd00000(0:APPSBLENV),0x100000@0xd80000(0:APPSBL),0x100000@0xe80000(0:APPSBL_1),0x80000@0xf80000(0:ART),0x40000@0x1000000(u_env),0x20000@0x1040000(s_env),0x20000@0x1060000(devinfo),0x9600000@0x1080000(kernel),0x9000000@0x1680000(rootfs),0x9600000@0xa680000(alt_kernel),0x9000000@0xac80000(alt_rootfs),0x200000@0x13c80000(sysdiag),0x80000@0x13e80000(0:ETHPHYFW),0xb800000@0x13f00000(syscfg),0x900000@0x1f700000(0:WIFIFW) coherent_pool=2M swiotlb=1 mitigations=off root=/dev/ubiblock0_0

All things considered, I am reasonably confident partbootargs and partbootargs2 include mtdparts and its long string by default at least on some MX4200v2. If DD-WRT can easily ignore it and use 'fixed-partitions' is another story.

@lexridge these devices have more differences than the community enthusiastic consensus would make you believe. It's possibly motivated by the understandable desire to get support for the MX4300 merged into OpenWRT, by inferring that if the MX4200 is supported, and the MX4300 is the same, it should be done. They've got different nand (size and model), RAM, MX4200 has bluetooth, different partition layouts, different U-boot environment variables it seems and other hacks that I can see on the PR that are needed to actually boot it. So, at some point, this argument that it's basically the same device doesn't hold water for me. It's a personal opinion for what it's worth it, and entirely debatable how many changes between two devices makes them different.
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 16703
Location: Texas, USA

PostPosted: Thu Oct 17, 2024 16:25    Post subject: Reply with quote
So, you are going to discount that yours is an ISP-branded device that could have a modified u-boot? There IS always that factor. Without an actual non-branded v2 in hand, I can only speculate.
_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
RSS feed for DD-WRT releases (2025)
RSS feed for DD-WRT releases (2024)
RSS feed for DD-WRT releases (2023)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
lexridge
DD-WRT Guru


Joined: 07 Jun 2006
Posts: 2152
Location: WV, USA

PostPosted: Thu Oct 17, 2024 18:34    Post subject: Reply with quote
TopMandolin wrote:
these devices have more differences than the community enthusiastic consensus would make you believe. It's possibly motivated by the understandable desire to get support for the MX4300 merged into OpenWRT, by inferring that if the MX4200 is supported, and the MX4300 is the same, it should be done. They've got different nand (size and model), RAM, MX4200 has bluetooth, different partition layouts, different U-boot environment variables it seems and other hacks that I can see on the PR that are needed to actually boot it. So, at some point, this argument that it's basically the same device doesn't hold water for me. It's a personal opinion for what it's worth it, and entirely debatable how many changes between two devices makes them different.

I cannot argue with that. Thanks for the information.
kernel-panic69 wrote:
So, you are going to discount that yours is an ISP-branded device that could have a modified u-boot? There IS always that factor. Without an actual non-branded v2 in hand, I can only speculate.

Also a very good point. @TopMandolin What happens if you flash the original ISP fw? Do the uboot variables change? It's a shame you cannot report your uboot version. Pretty sure you would need a serial connection for that.

_________________
- Linksys EA8500: I-Gateway, WAP/VAP 5ghz only. Features: VLANs, Samba, WG, Entware - r60xxx
- Linksys EA8500: 802.11s Secondary w/VLAN Trunk over 5ghz - r60xxx
- Linksys MX4300: 802.11s Primary w/VLAN Trunk over 5ghz. 2.4ghz WAP/VAP only - r60xxx
- Linksys MX4300: (WAP/VAP (7)) Multiple VLANs over single trunk port. Entware/Samba r60xxx
- Linksys MR7350: WDS Station for extended Ethernet r60xxx
- Linksys MR7500, MX8500: None in production. Just testing. r60xxx
- OSes: Fedora 40, 10 RPis (2,3,4,5), 23 ESP8266s: Straight from Amiga to Linux in '95, never having owned a Windows PC.
- Forum member #248
di@mond
DD-WRT Novice


Joined: 18 Mar 2007
Posts: 19

PostPosted: Thu Oct 17, 2024 19:37    Post subject: Reply with quote
Evening guys, as requested serial files.

I had to downgrade from ISP Latest firmware v2.0.7 to StarHub 1.0.10, and from there to the latest Stock FW 2.0.6 then DDWRT r58545.

results in - cannot open /dev/nvram



3.Serial Latest Stock FW 2.0.6.211172 .txt
 Description:

Download
 Filename:  3.Serial Latest Stock FW 2.0.6.211172 .txt
 Filesize:  41.74 KB
 Downloaded:  0 Time(s)


2.Serial StarHub FW 1.0.10.210447.txt
 Description:

Download
 Filename:  2.Serial StarHub FW 1.0.10.210447.txt
 Filesize:  39.64 KB
 Downloaded:  0 Time(s)


1.Serial ISP 2.0.7.215678.txt
 Description:

Download
 Filename:  1.Serial ISP 2.0.7.215678.txt
 Filesize:  39.01 KB
 Downloaded:  0 Time(s)

di@mond
DD-WRT Novice


Joined: 18 Mar 2007
Posts: 19

PostPosted: Thu Oct 17, 2024 19:39    Post subject: Reply with quote
last log attached


*EDIT*
added Stock FW to r58568



5.Serial Stock FW 2.0.6 to r58568 .txt
 Description:

Download
 Filename:  5.Serial Stock FW 2.0.6 to r58568 .txt
 Filesize:  25.12 KB
 Downloaded:  3 Time(s)


4.Serial DDWRT mx4200-v2-r58545.txt
 Description:

Download
 Filename:  4.Serial DDWRT mx4200-v2-r58545.txt
 Filesize:  24.12 KB
 Downloaded:  2 Time(s)



Last edited by di@mond on Thu Oct 17, 2024 20:01; edited 1 time in total
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next Display posts from previous:    Page 5 of 7
Post new topic   Reply to topic    DD-WRT Forum Index -> Qualcomm Atheros based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum