Re: apt-mirror can't read bookworm-updates

2024-07-16 Thread Yuri Konotopov
This is known issue in the apt-mirror [1] You can use apt-mirror2 [2] which fixes all known apt-mirror issues [1] https://github.com/apt-mirror/apt-mirror/issues/144 [2] https://gitlab.com/apt-mirror2/apt-mirror2 -- Best regards, Yuri Konotopov

apt-mirror can't read bookworm-updates

2024-05-11 Thread fxkl47BF
my config file has a single repo deb-src https://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware the following is what i get it seems the bookworm-updates sources file has no line "Files:" apt-mirror@odroid2:~$ apt-mirror /etc/apt/mirror.list Downloading 23

Re: 'sensors -j' and "ERROR: Can't get value of subfeature in0_input: Can't read"

2024-02-24 Thread Emanuel Berg
>> In general, the first thing you should try is running >> sensors-detect again, as root. > > Okay, I did that ('sudo sensors-detect') and answered with the > default value to all questions, after that I did 'sensors -j' > but it displayed the same error. > >> It is possible that your kernel is

Re: 'sensors -j' and "ERROR: Can't get value of subfeature in0_input: Can't read"

2024-02-22 Thread Emanuel Berg
Dan Ritter wrote: > In general, the first thing you should try is running > sensors-detect again, as root. Okay, I did that ('sudo sensors-detect') and answered with the default value to all questions, after that I did 'sensors -j' but it displayed the same error. > It is possible that your

Re: 'sensors -j' and "ERROR: Can't get value of subfeature in0_input: Can't read"

2024-02-22 Thread Dan Ritter
Emanuel Berg wrote: > sensors(1) and in particular the command 'sensors -j' now > reports > > ERROR: Can't get value of subfeature in0_input: Can't read > ERROR: Can't get value of subfeature in1_input: Can't read > > for the CPU and GPU temperatures. > > This p

'sensors -j' and "ERROR: Can't get value of subfeature in0_input: Can't read"

2024-02-22 Thread Emanuel Berg
sensors(1) and in particular the command 'sensors -j' now reports ERROR: Can't get value of subfeature in0_input: Can't read ERROR: Can't get value of subfeature in1_input: Can't read for the CPU and GPU temperatures. This previously worked so I don't know why it doesn't all of a sudden

Re: "I: update-initramfs is disabled (live system is running on read-only media)" ...

2024-02-16 Thread tomas
t found a relatively safe, complete procedure. > >> > >> How can you update the initramfs on read-only media? > > > > You can't. Initramfs resides in the boot medium. To update it, > > you have to write to said medium. > > Right on the Debian Kernel Handboo

Re: "I: update-initramfs is disabled (live system is running on read-only media)" ...

2024-02-16 Thread Albretch Mueller
epack initramfs >> ..., but I haven't found a relatively safe, complete procedure. >> >> How can you update the initramfs on read-only media? > > You can't. Initramfs resides in the boot medium. To update it, > you have to write to said medium. Right on the Debian Ke

Re: "I: update-initramfs is disabled (live system is running on read-only media)" ...

2024-02-16 Thread Thomas Schmitt
Hi, Albretch Mueller wrote: > > How can you update the initramfs on read-only media? to...@tuxteam.de wrote: > You can't. Initramfs resides in the boot medium. To update it, > you have to write to said medium. One will have to create a new read-only medium. In case the original

Re: "I: update-initramfs is disabled (live system is running on read-only media)" ...

2024-02-16 Thread The Wanderer
nd found out is that I will have to un/repack initramfs > ..., but I haven't found a relatively safe, complete procedure. > > How can you update the initramfs on read-only media? At a guess: * Copy the read-only media to a writable location. This is "the image tree". * Extract th

Re: "I: update-initramfs is disabled (live system is running on read-only media)" ...

2024-02-16 Thread tomas
a "simple page" and what does "pixelation" mean in this context? Or is that irrelevant? > have searched and found out is that I will have to un/repack initramfs > ..., but I haven't found a relatively safe, complete procedure. > > How can you update the initramfs

"I: update-initramfs is disabled (live system is running on read-only media)" ...

2024-02-16 Thread Albretch Mueller
found a relatively safe, complete procedure. How can you update the initramfs on read-only media? $ sudo lspci | grep "VGA\|Radeon" 00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler [Radeon HD 6320] $ sudo hwinfo --gfxcard 11: PCI 01.0: 0300 VGA compatible

Re: using ddrescue on the root partition - boot with / as read-only

2023-09-15 Thread David Christensen
:00.117366+0200 zira kernel: ata1.00: irq_stat 0x4008 2023-09-10T11:51:00.117431+0200 zira kernel: ata1: SError: { CommWake } 2023-09-10T11:51:00.117474+0200 zira kernel: ata1.00: failed command: READ FPDMA QUEUED 2023-09-10T11:51:00.117511+0200 zira kernel: ata1.00: cmd 60/00:50:b8:12:c5/02:00:1f:00

Re: using ddrescue on the root partition - boot with / as read-only

2023-09-15 Thread Vincent Lefevre
T11:51:00.117366+0200 zira kernel: ata1.00: irq_stat 0x4008 > > 2023-09-10T11:51:00.117431+0200 zira kernel: ata1: SError: { CommWake } > > 2023-09-10T11:51:00.117474+0200 zira kernel: ata1.00: failed command: READ > > FPDMA QUEUED > > 2023-09-10T11:51:00.117511+0200 zira k

Re: using ddrescue on the root partition - boot with / as read-only

2023-09-14 Thread David Christensen
On 9/14/23 03:17, Vincent Lefevre wrote: On 2023-09-13 20:52:43 -0700, David Christensen wrote: On 9/13/23 04:54, Vincent Lefevre wrote: Hi, I need to use ddrescue on the root partition of my laptop. So I need to have the root partition mounted in read-only mode. How can I do that? Note

Re: using ddrescue on the root partition - boot with / as read-only

2023-09-14 Thread Stefan Monnier
>> Indeed booting with `init=/bin/bash` can be a handy option I've used in >> the past: you get into the normal root (so you don't have to figure out >> how to find and mount root from the initramfs), mounted read-only. [ One other advantage over `break=premount` and frie

Re: using ddrescue on the root partition - boot with / as read-only

2023-09-14 Thread Vincent Lefevre
On 2023-09-14 21:44:18 +0700, Max Nikulin wrote: > If data are really precious then seek for a specialized service. I normally have 2+ backups for important data. But I'd like to double-check with what is no longer readable on the laptop disk. -- Vincent Lefèvre - Web:

Re: using ddrescue on the root partition - boot with / as read-only

2023-09-14 Thread Max Nikulin
failed during earlier passes. It may write session/log file to track data recovered during previous runs. Not only the root partition should be mounted read-only. No partitions from this disk should be mounted at all. Even reads may cause more severe damage. Boot from a live media and run ddrescue

Re: using ddrescue on the root partition - boot with / as read-only

2023-09-14 Thread Michael Kjörling
On 14 Sep 2023 12:17 +0200, from vinc...@vinc17.net (Vincent Lefevre): > badblocks says that there are 25252 bad blocks. > > I'm using ddrescue before doing anything else (mainly in case things > would go worse), but I would essentially be interested in knowing > which files are affected.

Re: using ddrescue on the root partition - boot with / as read-only

2023-09-14 Thread Vincent Lefevre
On 2023-09-13 20:52:43 -0700, David Christensen wrote: > On 9/13/23 04:54, Vincent Lefevre wrote: > > Hi, > > > > I need to use ddrescue on the root partition of my laptop. > > > > So I need to have the root partition mounted in read-only mode. > > How can

Re: using ddrescue on the root partition - boot with / as read-only

2023-09-14 Thread Vincent Lefevre
ot (so you don't have to figure out > how to find and mount root from the initramfs), mounted read-only. I've used init=/bin/sh, but bash (or zsh) would have been more practical (as dash doesn't have completions). Two other things are needed: * The USB drive must be connected before bo

Re: using ddrescue on the root partition - boot with / as read-only

2023-09-13 Thread David Christensen
On 9/13/23 04:54, Vincent Lefevre wrote: Hi, I need to use ddrescue on the root partition of my laptop. So I need to have the root partition mounted in read-only mode. How can I do that? Note that "mount -o remount,ro /" gives an error "mount point is busy" apparently

Re: using ddrescue on the root partition - boot with / as read-only

2023-09-13 Thread Stefan Monnier
tramfs), mounted read-only. Stefan

Re: using ddrescue on the root partition - boot with / as read-only

2023-09-13 Thread Vincent Lefevre
On 2023-09-13 14:15:30 +0200, to...@tuxteam.de wrote: > On Wed, Sep 13, 2023 at 01:54:04PM +0200, Vincent Lefevre wrote: > > I need to use ddrescue on the root partition of my laptop. > > > > So I need to have the root partition mounted in read-only mode. BTW, in recover

Re: using ddrescue on the root partition - boot with / as read-only

2023-09-13 Thread tomas
On Wed, Sep 13, 2023 at 02:15:30PM +0200, to...@tuxteam.de wrote: [...] > - break out in the initramfs [...] More details on how to do that: https://wiki.debian.org/InitramfsDebug Cheers -- t signature.asc Description: PGP signature

Re: using ddrescue on the root partition - boot with / as read-only

2023-09-13 Thread tomas
On Wed, Sep 13, 2023 at 01:54:04PM +0200, Vincent Lefevre wrote: > Hi, > > I need to use ddrescue on the root partition of my laptop. > > So I need to have the root partition mounted in read-only mode. > How can I do that? In roughly ascending order of comfort (but also

Re: using ddrescue on the root partition - boot with / as read-only

2023-09-13 Thread Michael Kjörling
On 13 Sep 2023 13:54 +0200, from vinc...@vinc17.net (Vincent Lefevre): > I need to use ddrescue on the root partition of my laptop. > > So I need to have the root partition mounted in read-only mode. > How can I do that? Boot a separate environment. For example Debian installation

using ddrescue on the root partition - boot with / as read-only

2023-09-13 Thread Vincent Lefevre
Hi, I need to use ddrescue on the root partition of my laptop. So I need to have the root partition mounted in read-only mode. How can I do that? Note that "mount -o remount,ro /" gives an error "mount point is busy" apparently because various log files are open i

Re: SOLUTION AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-17 Thread Andrew M.A. Cater
esendet: Montag, 8. Mai 2023 00:47 > An: debian-user@lists.debian.org > Betreff: Re: EPSON ET M 1120 new printer: If You can read this, you are using > the wrong driver > > > On 8/5/23 08:12, Will Mengarini wrote: > > * Brian [23-05/08=Mo 00:27 +0100]: > >>

SOLUTION AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-17 Thread Schwibinger Michael
: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver On 8/5/23 08:12, Will Mengarini wrote: > * Brian [23-05/08=Mo 00:27 +0100]: >>https://download3.ebz.epson.net/dsc/f/03/00/14/48/15/1d37501ad39bd2b5753 \ >> cce3b2715b3e2fef557/epson

Re: EPSON ET M 1120 new printer: If You can read this, youareusingthe wrong driver

2023-05-16 Thread gene heskett
very thin, faint, had to read output, the mfcj6920dw only uses top tray, which is $8 for 50 sheets glossy photo paper. Tray 2, the bottom one has up to 350 pages of duplex copy paper, the obvious choice, but the driverless driver doesn't use it. You made a comment on Epson products and Debian. I

Re: EPSON ET M 1120 new printer: If You can read this, you areusingthe wrong driver

2023-05-16 Thread Brian
> > > Please give yourself a treat and use 'lpinfo -m' :). > > > Thanks, I just did and it appears to show both brothers installed drivers > and the driverless, but driverless is not complete for either printer, where > the makers ppd is. for the laser, toner would last

Re: EPSON ET M 1120 new printer: If You can read this,youareusingthe wrong driver

2023-05-16 Thread gene heskett
On 5/16/23 11:30, Greg Wooledge wrote: On Tue, May 16, 2023 at 10:52:28AM -0400, gene heskett wrote: gnutls28-dev worked, all tests pass. thanks Greg. How do I now make installable deb's? I think I have dh installed. I wouldn't even try. That would be a *project*. Chuckle, but sir, I am

Re: EPSON ET M 1120 new printer: If You can read this, youareusingthe wrong driver

2023-05-16 Thread Greg Wooledge
On Tue, May 16, 2023 at 10:52:28AM -0400, gene heskett wrote: > gnutls28-dev worked, all tests pass. thanks Greg. How do I now make > installable deb's? I think I have dh installed. I wouldn't even try. That would be a *project*. This is the sort of thing that you install in /opt or /usr/local

Re: EPSON ET M 1120 new printer: If You can read this, you areusingthe wrong driver

2023-05-16 Thread gene heskett
r printer, where the makers ppd is. for the laser, toner would last forever, very thin, faint, had to read output, the mfcj6920dw only uses top tray, which is $8 for 50 sheets glossy photo paper. Tray 2, the bottom one has up to 350 pages of duplex copy paper, the obvious choice, but the driverl

Re: EPSON ET M 1120 new printer: If You can read this, youareusingthe wrong driver

2023-05-16 Thread gene heskett
installed. Most projects that want TLS support are developed around OpenSSL, so you should try that first. Or, read the project's INSTALL or README files and see what it says to use. . Cheers, Gene Heskett. -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, a

Re: EPSON ET M 1120 new printer: If You can read this, you are usingthe wrong driver

2023-05-16 Thread Brian
On Tue 16 May 2023 at 09:58:45 -0400, gene heskett wrote: > On 5/16/23 08:29, Andrew M.A. Cater wrote: [...] > > But yes, this is going nowhere - and there is no lsb package in Debian, I > > think. > > > > Andy > > > > . > Couple that with my recent discovery that debian seems to be shipping

Re: EPSON ET M 1120 new printer: If You can read this, you areusingthe wrong driver

2023-05-16 Thread Greg Wooledge
all. > should I add another repo? That's scary. I only do that on my buster > machines to add the linuxcnc buildbot because I run master on my machines. Debian provides OpenSSL (libssl-dev or the older libssl1.0-dev) and GnuTLS (libgnutls28-dev). Chances are, at least one of these will work. Most

Re: EPSON ET M 1120 new printer: If You can read this, you areusingthe wrong driver

2023-05-16 Thread gene heskett
On 5/16/23 10:03, Jeffrey Walton wrote: On Tue, May 16, 2023 at 9:59 AM gene heskett wrote: [...] Couple that with my recent discovery that debian seems to be shipping the cups from apple, last updated by its author in 2019. The new cups site, openprinting.org copy's src cups-master.zip is

Re: EPSON ET M 1120 new printer: If You can read this, you are usingthe wrong driver

2023-05-16 Thread Jeffrey Walton
On Tue, May 16, 2023 at 9:59 AM gene heskett wrote: > [...] > Couple that with my recent discovery that debian seems to be shipping > the cups from apple, last updated by its author in 2019. The new cups > site, openprinting.org copy's src cups-master.zip is about 2.5 times the > size of the

Re: EPSON ET M 1120 new printer: If You can read this, you are usingthe wrong driver

2023-05-16 Thread gene heskett
On 5/16/23 08:29, Andrew M.A. Cater wrote: On Tue, May 16, 2023 at 01:55:08PM +0300, Anssi Saari wrote: Will Mengarini writes: * Brian [23-05/08=Mo 00:27 +0100]: https://download3.ebz.epson.net/dsc/f/03/00/14/48/15/1d37501ad39bd2b5753 \

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-16 Thread Andrew M.A. Cater
On Tue, May 16, 2023 at 01:55:08PM +0300, Anssi Saari wrote: > Will Mengarini writes: > > > * Brian [23-05/08=Mo 00:27 +0100]: > >> https://download3.ebz.epson.net/dsc/f/03/00/14/48/15/1d37501ad39bd2b5753 > >> \ > >> cce3b2715b3e2fef557/epson-inkjet-printer-escpr_1.7.26-1lsb3.2_amd64.deb > >

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-16 Thread Anssi Saari
Will Mengarini writes: > * Brian [23-05/08=Mo 00:27 +0100]: >> https://download3.ebz.epson.net/dsc/f/03/00/14/48/15/1d37501ad39bd2b5753 \ >> cce3b2715b3e2fef557/epson-inkjet-printer-escpr_1.7.26-1lsb3.2_amd64.deb > > That includes a literal space in the middle of that hash > (because the

AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-16 Thread Schwibinger Michael
read this, you are using the wrong driver * Brian [23-05/08=Mo 00:27 +0100]: > https://download3.ebz.epson.net/dsc/f/03/00/14/48/15/1d37501ad39bd2b5753 \ > cce3b2715b3e2fef557/epson-inkjet-printer-escpr_1.7.26-1lsb3.2_amd64.deb That includes a literal space in the middle of that hash (b

Re: AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-15 Thread Andrew M.A. Cater
e very best, as ever, Andy Cater > > > Von: Brian > Gesendet: Sonntag, 7. Mai 2023 22:57 > An: debian-user@lists.debian.org > Betreff: Re: EPSON ET M 1120 new printer: If You can read this, you are using > the wrong driver > > On Sun 07 May 2023 at 20:27:5

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-15 Thread chris
gt; *Von:* Brian > *Gesendet:* Sonntag, 7. Mai 2023 22:57 > *An:* debian-user@lists.debian.org > *Betreff:* Re: EPSON ET M 1120 new printer: If You can read this, you are > using the wrong driver > > On Sun 07 May 2023 at 20:27:53 +, Andrew M.A. Cater wrote: > > I o

AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-15 Thread Schwibinger Michael
Good morning Thank You. EPSON said EPSON only works with WIN. Regards Sophie Von: Brian Gesendet: Sonntag, 7. Mai 2023 22:57 An: debian-user@lists.debian.org Betreff: Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-14 Thread Will Mengarini
* Schwibinger Michael [23-05/14=Sun 09:32 +]: > This is not working: > https://tutorialforlinux.com/2021/03/06/step-by-step-driver-epson-et-m1100-et-m1120-ubuntu-20-04-installation/2/ We need to know what fails. Exactly what do you do, and what results does it produce? On Sun, May 07, 2023

AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-14 Thread Schwibinger Michael
unterstützt] Erbitte von Herrn Kaner Etem Drucker-Inst... www.club.computerwissen.de Regards Sopjie Von: chris Gesendet: Sonntag, 7. Mai 2023 21:45 An: Andrew M.A. Cater Cc: Debian User Betreff: Re: EPSON ET M 1120 new printer: If You can read this, y

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver Including BUG MESSAGE

2023-05-13 Thread Greg Wooledge
On Sat, May 13, 2023 at 10:18:37AM +, Schwibinger Michael wrote: > * For Debian based distributions: > # dpkg -i epson-inkjet-printer-escpr_.deb > > > > What is the name of architecture? Typically, either amd64 or i386, depending on which one you installed. The canonical way to find

Re: AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver Including BUG MESSAGE

2023-05-13 Thread Andrew M.A. Cater
ai 2023 20:27 > An: debian-user@lists.debian.org > Betreff: Re: EPSON ET M 1120 new printer: If You can read this, you are using > the wrong driver > > On Sun, May 07, 2023 at 08:51:29AM -0400, Greg Wooledge wrote: > > On Sun, May 07, 2023 at 09:26:33AM +0

AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver Including BUG MESSAGE

2023-05-13 Thread Schwibinger Michael
ON ET M 1120 new printer: If You can read this, you are using the wrong driver On Sun, May 07, 2023 at 08:51:29AM -0400, Greg Wooledge wrote: > On Sun, May 07, 2023 at 09:26:33AM +, Schwibinger Michael wrote: > > There are some other messages from the printer. > > > > Are t

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-12 Thread chris
t; > -- > *Von:* Greg Wooledge > *Gesendet:* Sonntag, 7. Mai 2023 12:51 > *An:* debian-user@lists.debian.org > *Betreff:* Re: EPSON ET M 1120 new printer: If You can read this, you are > using the wrong driver > > On Sun, May 07, 2023 at 09:

AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-12 Thread Schwibinger Michael
Betreff: Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver On Sun, May 07, 2023 at 09:26:33AM +, Schwibinger Michael wrote: > There are some other messages from the printer. > > Are they important? How on earth would we know whether the messages are

AW: AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-11 Thread Schwibinger Michael
100/ET-M1120 Printer on Debian you need to Setup the Proprietary Driver. Especially relevant: using the Epson Printer Utility Software, you can check Ink Levels, • Read More » tutorialforlinux.com Where xan I find the driver? Thank You for help Regards Sophie ___

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-10 Thread chris
True On Wed, May 10, 2023, 11:08 AM Lee wrote: > On 5/10/23, Schwibinger Michael wrote: > > nothing of interest .. same as every other day. > > *plonk* > >

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-10 Thread Lee
On 5/10/23, Schwibinger Michael wrote: nothing of interest .. same as every other day. *plonk*

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-10 Thread chris
-- > *Von:* Thomas Schmitt > *Gesendet:* Freitag, 5. Mai 2023 10:01 > *An:* debian-user@lists.debian.org > *Betreff:* Re: EPSON ET M 1120 new printer: If You can read this, you are > using the wrong driver > > Hi, > > to...@tuxteam.de wrote: > > 1

AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-10 Thread Schwibinger Michael
Good morning Can somebody help with the printer. Can You wrote as topic: "joke". Regards Thank You Sophie Von: Thomas Schmitt Gesendet: Freitag, 5. Mai 2023 10:01 An: debian-user@lists.debian.org Betreff: Re: EPSON ET M 1120 new printer: If Yo

AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-10 Thread Schwibinger Michael
Good morning It is not an AI problem the printer is saying: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver I think EPSON tried to help. Regards Sophie Thank You. Von: to...@tuxteam.de Gesendet: Dienstag, 02. Mai

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-10 Thread Brad Rogers
On Tue, 9 May 2023 16:26:20 -0400 chris wrote: Hello chris, >Any update on the status of this Epson printer? The world is dying to >know the outcome of this saga We're back to the beginning; It doesn't print. No other info. OP is either; beyond help, rubbish AI, or trolling. -- Regards

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-09 Thread chris
Any update on the status of this Epson printer? The world is dying to know the outcome of this saga On Mon, May 8, 2023, 2:35 PM Brad Rogers wrote: > On Mon, 8 May 2023 12:37:35 -0400 > chris wrote: > > Hello chris, > > >Are we at the point yet where this has enough attention it would have >

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-08 Thread Brad Rogers
On Mon, 8 May 2023 12:37:35 -0400 chris wrote: Hello chris, >Are we at the point yet where this has enough attention it would have >been cheaper to crowd fund a new printer?? 藍藍 (smiley noted) I'm betting even that wouldn't work; At this point, I'm of the opinion (after a quick glance

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-08 Thread chris
Are we at the point yet where this has enough attention it would have been cheaper to crowd fund a new printer?? 藍藍 On Mon, May 8, 2023, 12:03 PM Curt wrote: > On 2023-05-08, Will Mengarini wrote: > > > > However, when I removed that space by hand, I still got "not found": > >

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-08 Thread Curt
On 2023-05-08, Will Mengarini wrote: > > However, when I removed that space by hand, I still got "not found": > > debian/pts/3 bash3 ~ 17:03 0$HEAD >

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-07 Thread Jeremy Ardley
On 8/5/23 08:47, Jeremy Ardley wrote: On 8/5/23 08:12, Will Mengarini wrote: * Brian [23-05/08=Mo 00:27 +0100]: https://download3.ebz.epson.net/dsc/f/03/00/14/48/15/1d37501ad39bd2b5753 \ cce3b2715b3e2fef557/epson-inkjet-printer-escpr_1.7.26-1lsb3.2_amd64.deb That includes a literal space

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-07 Thread Jeremy Ardley
On 8/5/23 08:12, Will Mengarini wrote: * Brian [23-05/08=Mo 00:27 +0100]: https://download3.ebz.epson.net/dsc/f/03/00/14/48/15/1d37501ad39bd2b5753 \ cce3b2715b3e2fef557/epson-inkjet-printer-escpr_1.7.26-1lsb3.2_amd64.deb That includes a literal space in the middle of that hash (because

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-07 Thread Will Mengarini
* Brian [23-05/08=Mo 00:27 +0100]: > https://download3.ebz.epson.net/dsc/f/03/00/14/48/15/1d37501ad39bd2b5753 \ > cce3b2715b3e2fef557/epson-inkjet-printer-escpr_1.7.26-1lsb3.2_amd64.deb That includes a literal space in the middle of that hash (because the space before the backslash is taken

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-07 Thread Brian
On Sun 07 May 2023 at 20:27:53 +, Andrew M.A. Cater wrote: I offer the following in the interest of correctness and just in case Schwibinger Michael gets even more confused or disheartened and considers going away :). > From looking on Epson's website: > > 1. They do not support this

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-07 Thread chris
as a GDI compatible printer - this is indicative of a > printer > that requires a specific Windows driver to compose the page. > > 4. It is compatible with older Epson printing protocols called Esc/P and > Esc/P-R. > > 5. Epson do have a filter program available to make this printer

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-07 Thread Andrew M.A. Cater
and Esc/P-R. 5. Epson do have a filter program available to make this printer work as an Esc/P printer under Linux using CUPS to manage the printer. 6. If CUPS setup is possible - you will need to read documents to be able to set up CUPS. See: https://www.epson.co.uk/products/printers/inkj

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-07 Thread Greg Wooledge
On Sun, May 07, 2023 at 09:26:33AM +, Schwibinger Michael wrote: > There are some other messages from the printer. > > Are they important? How on earth would we know whether the messages are important without seeing them? This is why nobody is offering you any more help. You are presenting

Re: AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-07 Thread David
__ > Von: Thomas Schmitt > Gesendet: Dienstag, 2. Mai 2023 11:39 > An: debian-user@lists.debian.org  > Betreff: Re: EPSON ET M 1120 new printer: If You can read this, you > are using the wrong driver > > Hi, > > i wrote: > > > i see 100% non-Hanlon opinions

AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-07 Thread Schwibinger Michael
An: debian-user@lists.debian.org Betreff: Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver Hi, i wrote: > > i see 100% non-Hanlon opinions including a "sudo rm -R /" assassination > > attempt. to...@tuxteam.de wrote: > Murder by a Han

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-05 Thread Thomas Schmitt
Hi, to...@tuxteam.de wrote: > 1. I am not a German > 2. This is not a joke > 3. At least one of 1, 2, or 3 is false So the most humorous guess would be that you are a german philosopher. Have a nice day :) Thomas

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-05 Thread to...@tuxteam.de
On Fri, May 05, 2023 at 09:02:20AM +, Schwibinger Michael wrote: > > > Good morning > > The Germans like to do jokes. 1. I am not a German 2. This is not a joke 3. At least one of 1, 2, or 3 is false Cheers -- t signature.asc Description: PGP signature

AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-05 Thread Schwibinger Michael
Good morning The Germans like to do jokes. Thank You Regards Sophie Von: to...@tuxteam.de Gesendet: Dienstag, 02. Mai 2023 09:40 Bis: debian-user@lists.debian.org Betreff: Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-04 Thread Schwibinger Michael
. Mai 2023 09:32 An: debian-user@lists.debian.org Betreff: Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver Hi, Greg Wooledge wrote: > > > If you still have issues with your printer, I strongly advise you to ask > > > on the German mai

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-03 Thread tomas
On Tue, May 02, 2023 at 09:31:39PM -0700, Charlie Gibbs wrote: [...] > I don't know about your position, but I find myself repeating > Hanlon's Razor a lot: "Never ascribe to malice that which can > adequately be explained by stupidity." But then, in the back > of my mind, a little voice

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-02 Thread Charlie Gibbs
know about your position, but I find myself repeating Hanlon's Razor a lot: "Never ascribe to malice that which can adequately be explained by stupidity." But then, in the back of my mind, a little voice replies: "But Microsoft isn't stupid!" -- /~\ Charlie Gibbs

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-02 Thread tomas
On Tue, May 02, 2023 at 01:39:28PM +0200, Thomas Schmitt wrote: > Hi, > > i wrote: > > > i see 100% non-Hanlon opinions including a "sudo rm -R /" assassination > > > attempt. > > to...@tuxteam.de wrote: > > Murder by a Hanlon razor. Now that would be... something. > > It would only be deadly

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-02 Thread Thomas Schmitt
Hi, i wrote: > > i see 100% non-Hanlon opinions including a "sudo rm -R /" assassination > > attempt. to...@tuxteam.de wrote: > Murder by a Hanlon razor. Now that would be... something. It would only be deadly if the assassination target is indeed stupid and not just pretending. > Perhaps

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-02 Thread tomas
On Tue, May 02, 2023 at 11:32:13AM +0200, Thomas Schmitt wrote: [...] > In > https://lists.debian.org/debian-user-german/2023/03/msg00123.html > i see 100% non-Hanlon opinions including a "sudo rm -R /" assassination > attempt. Murder by a Hanlon razor. Now that would be... something. I used

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-02 Thread Thomas Schmitt
Hi, Greg Wooledge wrote: > > > If you still have issues with your printer, I strongly advise you to ask > > > on the German mailing list, Thomas Hochstein wrote: > > They started on the German mailing list, about a year ago ... Schwibinger Michael / Sophie wrote: > The Germans did send You to

AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-02 Thread Schwibinger Michael
Good morning. The Germans did send You to this list. Was this wrong? Regards Sophie Thank You Von: Greg Wooledge Gesendet: Montag, 1. Mai 2023 11:30 An: debian-user@lists.debian.org Betreff: Re: EPSON ET M 1120 new printer: If You can read this, you

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-01 Thread gene heskett
On 5/1/23 08:36, Thomas Hochstein wrote: Greg Wooledge wrote: If you still have issues with your printer, I strongly advise you to ask on the German mailing list, or whichever mailing list speaks your primary language. I don't think anyone on this list is interested in continuing to offer

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-01 Thread Thomas Hochstein
Greg Wooledge wrote: > If you still have issues with your printer, I strongly advise you to ask > on the German mailing list, or whichever mailing list speaks your primary > language. I don't think anyone on this list is interested in continuing > to offer help to you. They started on the

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-01 Thread Greg Wooledge
On Mon, May 01, 2023 at 08:31:11AM +, Schwibinger Michael wrote: > Good morning > Thank You for email. > > > Plonk! > > Wat is a plonk? > A bug? http://www.catb.org/jargon/html/P/plonk.html It means that person has put you on their ignore list, or killfile, or whatever it's called in

AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-01 Thread Schwibinger Michael
Good morning Thank You for email. Plonk! Wat is a plonk? A bug? Regards Sophie Von: Jeffrey Walton Gesendet: Samstag, 29. April 2023 11:47 An: Schwibinger Michael Cc: debian-user@lists.debian.org Betreff: Re: EPSON ET M 1120 new printer: If You can read

AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-04-30 Thread Schwibinger Michael
Good morning Thank You. What does it mean the EPSON printer is stupid? How do I queri? Regards Sophie Von: Brian Gesendet: Samstag, 15. April 2023 11:57 An: debian-user@lists.debian.org Betreff: Re: EPSON ET M 1120 new printer: If You can read this, you

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-04-29 Thread Jeffrey Walton
On Fri, Apr 14, 2023 at 5:16 PM Schwibinger Michael wrote: > > Good afternoon. > The new printer is not working. > EPSON is saying > You cant use EPSON with Linux. > > Is this true? Plonk!

AW: AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-04-29 Thread Schwibinger Michael
read this, you are using the wrong driver On Tue, Apr 25, 2023 at 10:08:27AM +, Schwibinger Michael wrote: > Good afternoon > > Is the problem the printer or Sophie? > The problem is people not being patient and not being helpful. Somewhere in the list of messages, there is one fr

AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-04-27 Thread Schwibinger Michael
; debian-user@lists.debian.org Betreff: Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver On Sun, Apr 23, 2023 at 09:08:52AM +, Schwibinger Michael wrote: > Good morning > > Thank You > What is the problem with mutt? Mutt has no problems. > Is

AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-04-26 Thread Schwibinger Michael
Good afternoon How can I do more structure? Thank You Regards Sophie Von: Brian Gesendet: Samstag, 15. April 2023 11:33 An: debian-user@lists.debian.org Betreff: Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver On Fri 14

Re: AW: EPSON ET M 1120 new printer: If You can read this, you areusing the wrong driver

2023-04-25 Thread Curt
On 2023-04-24, Jeffrey Walton wrote: > On Mon, Apr 24, 2023 at 1:44 PM Curt wrote: >> [ ...] >> >> I bought a HL-L2350DW not too long ago after my HL-2030 experienced a paper >> jam >> that wouldn't go away even though there was no longer any visible paper >> stuck anywhere and in my infinite

AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-04-25 Thread Schwibinger Michael
read this, you are using the wrong driver On Sat, Apr 15, 2023 at 07:17:23AM +0800, Bret Busby wrote: > Why not just everyone attack each other? > > This looks like an uncontrolled pillow fight. > > .. > Bret Busby > Armadale > West Australia > (UTC+0800)

Re: AW: EPSON ET M 1120 new printer: If You can read this, you areusing the wrong driver

2023-04-24 Thread Jeffrey Walton
On Mon, Apr 24, 2023 at 1:44 PM Curt wrote: > [ ...] > > I bought a HL-L2350DW not too long ago after my HL-2030 experienced a paper > jam > that wouldn't go away even though there was no longer any visible paper > stuck anywhere and in my infinite patience I kind of ripped the thing > apart and

Re: AW: EPSON ET M 1120 new printer: If You can read this, you areusing the wrong driver

2023-04-24 Thread Curt
On 2023-04-24, gene heskett wrote: > On 4/24/23 09:36, Schwibinger Michael wrote: >> >> >> Good afternoon >> >> Thank You >> Was it a good idea to buy EPSON? >> >> Regards >> Sophie >> > > In a short answer no. Epson worked very well but that way back, 20 years > ago. > > For high quality

Re: AW: EPSON ET M 1120 new printer: If You can read this, you areusing the wrong driver

2023-04-24 Thread gene heskett
On 4/24/23 09:36, Schwibinger Michael wrote: Good afternoon Thank You Was it a good idea to buy EPSON? Regards Sophie In a short answer no. Epson worked very well but that way back, 20 years ago. For high quality output, Brother is hard to beat, and has drivers for linux that Just

AW: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-04-24 Thread Schwibinger Michael
Good afternoon Thank You Was it a good idea to buy EPSON? Regards Sophie Von: The Wanderer Gesendet: Freitag, 14. April 2023 23:28 Bis: debian-user@lists.debian.org Betreff: Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong

  1   2   3   4   5   6   7   8   9   10   >