Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

print/index.md: Added troubleshooting steps for wireless printers#574

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
lefuglyduck wants to merge1 commit intovoid-linux:master
base:master
Choose a base branch
Loading
fromlefuglyduck:printing
Open
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletionssrc/config/print/index.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -99,3 +99,38 @@ The device URI can be found manually by running:
```
# /usr/lib/cups/backend/usb
```

### Wireless printer detected but unable to print

Even if CUPS can detect networked printers with:

```
# lpinfo -v
```

you may still end up with an "Unable to locate printer" error when trying to
print. The solution is to enable Avahi's .local hostname resolution.

Avahi provides local hostname resolution using a `hostname.local` naming scheme.
To enable it, install `nss-mdns` and start (or restart) `avahi-daemon`. For more
information on how to resolve host names that don't end in .local click
[here](https://github.com/lathiat/nss-mdns/blob/master/README.md#libraries).

Then, edit the file:

```
# /etc/nsswitch.conf
```

and change the `hosts` line to:

```
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
```

Alternatively, when manually adding a printer with the CUPS web interface,
specify the printers IP address and printer port number. For example:

```
ipps://<printer_IP_address>:<port>/
```

[8]ページ先頭

©2009-2025 Movatter.jp