Support for D-Link DIR-842 (Rev C2)

Thanks, but can you explain more?
This installation method is the same as DIR 859 also, so I thought it is correct.

I never met this flash procedure. If it is OK for Openwrt maintainers, then OK.

1 Like

Reset button not working after I removed it

so I changed it to gpio-hog

tested, reset button working, Thanks!

Cool -- the "double negative" there is a little confusing to me to read and understand the intent.

If it is that it needs to be "voltage on" at boot, then maybe

	reset-button {
		gpio-hog;
		output-high;
		gpios = <11 GPIO_ACTIVE_LOW>;
		line-name = "reset-button";
    };

might be clearer?

output-high, at least for me, tells me the intended state is "logical active" at the consumer.

(Also, while "name" is a string property, making it "unbreakable" by shell tokenization is considered by many to be good practice.)

Thanks, I agree that your way is clearer to understand

What about wired mac addresses? Are they OK?

Ya they are OK now.
I actually submitted a PR already.

Hi,

There's Dir-842 c1 that comes without USB port.

Possible to include support for C1?

Thank you

1 Like

Cross posting s link to this thread there....

If anyone has a C1 and can build and test and provide feedback... do so.... then ask @jackcolentern in that thread if you have constructive input that he/she can work with. Or if you can send him/her one... do that too!

1 Like

Yes, C2 images works on C1 as well.

We can continue the conversation on the C1 thread

1 Like

Today I got my hands on a C3 (or maybe C3EU). I created Support for D-Link DIR842 (Rev C3) - Maybe EU version? for the discussion.

I also posted on the Rev C1 thread

Thank you for your share! I learned a lot here!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.