"gareth evans" <headstone255@yahoo.com> wrote in message news:t0flu7$o1k$1@dont-email.me...
Before I (finally) get around to commissioning any of my
RPis, 1, 2, 3 & 4 (Yes, really. All in untouched in their
original boxes!) to replace my ageing Microsoft-programmed
laptop, does Raspbian have support for network printers, in
my case an Epson WF-2510?
I am increasingly dis-chuffed by Microsoft software and
wish to be Linuxised, having used Linux in a number of
employments.
It certainly has support for network-connected printers. It
automatically found my HP Laserjet 283 (once I'd told it I was connected
by LAN rather than USB) and even found the correct driver for ir. You
should be OK with an Epson printer.
This is using Raspbian on a Pi3 and a Pi4. Is there a list within
Raspbian (and other flavours of Unix) of the printers that are
supported? I suppose there must be for CUPS (printing service) to offer
a drop-down list of printers when you set one up manually if the auto-detection fails.
https://www.openprinting.org/printer/Epson/Epson-WF-2510_Series
"works perfectly"
Epson WF-2510
"The Natural Philosopher" <tnp@invalid.invalid> wrote:
Adding a second IP address to an Ethernet port is trivial, especially
if you don't want it to persist after a reboot.
It used to be something like (sudo) ifconfig eth0:1 192.168.20.27/24 up
I think today its more like (sudo) ip addr add 192.168.20.27/24 dev eth0
Anyway this allows you to add a (static) address temporarily to the
same network the offending device is on, and use a browser to talk to it
Well I never knew that. Does it just configure the OS to listen for *incoming* connections on the temporary IP? Does traffic from the PC to
an external device just get sent with the permanent IP, except in the
special case where it is in response to incoming traffic addressed to
the temporary IP? In other words, is Unix applying a bit on intelligence here?
On 14/03/2022 09:49, NY wrote:
About the only time I've needed to set a static IP is when configuring a
device such as a security camera which comes pre-configured to use
192.168.10.1, when my router uses 192.168.1.x, so I need to find spare
network switch, connect just the camera and my PC (which I give a static
IP 192.168.10.2), access the camera's web interface to change its IP to
"use DHCP", likewise for my PC, and then connect everything back to the
router. Tedious, but there's no way round it.
Actually, with Linux (And Unix) , there absolutely *is*.
Adding a second IP address to an Ethernet port is trivial, especially if
you don't want it to persist after a reboot.
It used to be something like (sudo) ifconfig eth0:1 192.168.20.27/24 up
I think today its more like (sudo) ip addr add 192.168.20.27/24 dev eth0
Anyway this allows you to add a (static) address temporarily to the same network the offending device is on, and use a browser to talk to it
Sysop: | Coz |
---|---|
Location: | Anoka, MN |
Users: | 2 |
Nodes: | 4 (0 / 4) |
Uptime: | 140:24:45 |
Calls: | 166 |
Files: | 5,389 |
Messages: | 223,236 |