-
Notifications
You must be signed in to change notification settings - Fork 0
Add setup script and README for Brother HL-L1222-V Android print server (Raspberry Pi / openSUSE) #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ib-bsb-br
wants to merge
1
commit into
main
Choose a base branch
from
codex/create-tutorial-for-brother-hl-l1222-v-setup-on-raspberry-pi-0gaera
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add setup script and README for Brother HL-L1222-V Android print server (Raspberry Pi / openSUSE) #31
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,30 @@ | ||
| ```codex_answers | ||
| <!-- placeholder for codex's responses textual data --> | ||
| # Brother HL-L1222-V Android Print Server (Raspberry Pi 4B+ / openSUSE Tumbleweed) | ||
|
|
||
| This repository now provides an executable setup script that configures a Raspberry Pi 4B+ (openSUSE Tumbleweed) as a print server for a USB-connected Brother HL-L1222/HL-L1222-V. | ||
|
|
||
| ## What this enables | ||
| - Android phones on the **same Wi-Fi network** can print through IPP (Mopria-compatible workflow). | ||
| - USB Brother printer is shared by CUPS over the local network. | ||
| - Firewall and discovery services are configured for LAN printing. | ||
|
|
||
| ## Important Bluetooth note | ||
| Android-to-Raspberry-Pi Bluetooth printing into CUPS is generally not reliable/supported in modern Android/CUPS workflows. The script still enables Bluetooth service for optional experimentation, but the production path is **Wi-Fi IPP**. | ||
|
|
||
| ## Script | ||
| - `scripts/setup_hl_l1222_android_print.sh` | ||
|
|
||
| ## Run | ||
| ```bash | ||
| sudo bash scripts/setup_hl_l1222_android_print.sh | ||
| ``` | ||
|
|
||
| ## After script completes | ||
| 1. Keep printer connected via USB to Raspberry Pi. | ||
| 2. Connect Android phone to same Wi-Fi as Raspberry Pi. | ||
| 3. Enable Mopria Print Service (or equivalent Android print service). | ||
| 4. Add printer with: | ||
| - `ipp://<raspberrypi-ip>/printers/Brother_HL_L1222_V` | ||
|
|
||
| ## Notes | ||
| - Script uses CUPS `everywhere` model as default for broad compatibility. | ||
| - If you have an official Brother HL-L1222-V Linux PPD/driver package, install it and adjust queue model if desired. | ||
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P3: This line documents model selection incorrectly: the script does not default to
everywhere; it prefersbrlaser/Brother models and only falls back toeverywhere.Prompt for AI agents