Quantum Fiber W1700k support

100%! I would do that too

@OpenWRT-fanboy The issue was caused by when the level-triggered irqbalance moves the IRQ to another CPU, during migration, an interrupt fires, handler runs but MDIO access fails (race condition). The realtek driver return IRQ_NONE, but line is still low IRQ immediately fires again → fails again → repeat. This will create storm.

I have proposed a patch that fix this issue and tested works fine for me.

9 Likes

and modify some specs including making it essentially unbrickable just like openwrt one.

1 Like

May I ask which report? (FCC ID MXF-W1700K)

Or, more specifically, are both power adaptors rated the same (i.e. 60W)?

Cause I’m about to get a 220V adaptor, and comparing different options.

Cheers.

there are only six PDFs described as "photos", three out of those six are about "tests", did you try the remaining three ?

1 Like

If you are from Europe (by 220-240V), I personally bought the „GM-1250“ for „MikroTik“ for 16€, saw on a Czech website for 13€ (but shipping and etc.).

1 Like

yes both are rated at 60W.

And both works on 220v mains. But was indicated for 110v

1 Like

Thanks!

Just wondering, does the unit really need so much power? Cause I have two spare 12V adaptors rated at 18W, which I just finished using one to flash OpenWrt onto it.

Cheers.

If they were fine with 18W, they would have shipped with 18W power adapters ?

What's got the highest priority, save $10 on power adapter(s) or have the your place burn down ?

1 Like

I don't think you could burn your house with a power adapter with low wattage.

But what could happen is when the router draw too much power, the voltage fall too low below 12V, and the router will crash/reboot.

1 Like

Depends on the quality of the power adapter.

We're getting off topic, let's drop it.

1 Like

Attempting to test this, but cannot seem to figure out how to resolve patch conflicts in openwrt, used to raw source or debian packages.

patching file drivers/net/phy/realtek/realtek_main.c
Hunk #1 succeeded at 198 (offset 9 lines).
Hunk #2 succeeded at 688 (offset 13 lines).
Hunk #3 succeeded at 1279 with fuzz 2 (offset 22 lines).
Hunk #4 succeeded at 1905 (offset 107 lines).
Hunk #5 succeeded at 1951 (offset 107 lines).
Hunk #6 succeeded at 1985 (offset 107 lines).
Hunk #7 succeeded at 2001 (offset 107 lines).
Hunk #8 FAILED at 2081.
Hunk #9 succeeded at 2202 (offset 107 lines).
Hunk #10 succeeded at 2211 (offset 107 lines).
Hunk #11 succeeded at 2219 (offset 107 lines).
Hunk #12 succeeded at 2230 (offset 107 lines).
Hunk #13 succeeded at 2238 (offset 107 lines).
Hunk #14 succeeded at 2247 (offset 107 lines).
Hunk #15 succeeded at 2260 (offset 107 lines).
Hunk #16 succeeded at 2278 (offset 107 lines).
Hunk #17 FAILED at 2218.
Hunk #18 FAILED at 2228.
Hunk #19 succeeded at 2459 with fuzz 1 (offset 137 lines).
Hunk #20 succeeded at 2470 (offset 137 lines).
Hunk #21 FAILED at 2346.
Hunk #22 succeeded at 2496 (offset 137 lines).
Hunk #23 succeeded at 2504 (offset 137 lines).
Hunk #24 succeeded at 2516 (offset 137 lines).
4 out of 24 hunks FAILED -- saving rejects to file drivers/net/phy/realtek/realtek_main.c.rej

just needed to post to resolve the issue.
Appears the patch used spaces instead of tabs, build resuming.

Just updated lumos. You should able to build cleanly off of that or download the pre-built.

1 Like

curious why you are not using the included power adaptor?

Edit:

after some digging decided to err on the side of caution and use the spare liteon 12V 5A adaptors i have sitting around. while both adaptors work on 220v, they might have issues with unstable mains/spikes.

1 Like

One user said that the included white adapter has a capacitor below the voltage required to operate at 220~240 volts.

2 Likes

The eBay seller sold without an adaptor, and I remember someone saying that something inside wasn’t really rated for ~220V mains, like the above poster mentioned.

Anyhow, getting a 60W unit doesn’t really cost much, I’ll probably do it after this stabilizes enough to become the main router. But since I have two 18W sitting around and I wondered if I could contribute a tiny bit to reducing unnecessary electronic waste. Besides 60W for a router sounds quite a lot, it’s the same wattage my laptop asks for...

Anyway, let’s focus on making OpenWrt works on this baby better.

Thanks!

2 Likes

I don't understand why a 60W charger is required. This is with its original charger (US charger). I am using it as an AP, 10G port is used as the WAN/main port.

4 Likes

Mine uses 46w during boot, and settles at 12watts when idle, and during normal AP usage runs at 36w with all 4 lan ports in use, and only the 6g radio active.

3 Likes

@OpenWRT-fanboy Can you explaing what exactly is the new “minimal build” 32606 in your github? Thanks!!