You are not logged in.
Pages: 1
Hi Steve_v.
Thanks for chiming in. Yes, I've made too many mistakes, some of them quite clumsy. But I'm grateful to everyone who's participated in this thread. And my personal conclusion is that I need to learn a lot. Little by little, I'm doing it. I've read a lot this past week. I appreciate everyone's patience with me.
Well, the first thing I did was make sure I chose the correct package, just as you warned me. So I selected epsonscan2-bundle-6.7.84.0.x86_64.deb.tar.gz instead of epsonscan2-bundle-6.7.87.0.x86_64.deb.tar.gz. This was crucial.
So I ran the command `tar zxf epsonscan2-bundle-6.7.84.0.x86_64.deb.tar.gz` and the terminal output was:
`tar (child): epsonscan2-bundle-6.7.84.0.x86_64.deb.tar.gz: Cannot open: No such file or directory`
`tar (child): Error is not recoverable: exiting now`
`tar: Child returned status 2`
`tar: Error is not recoverable: exiting now`
I continued. I ran the command `cd epsonscan2-bundle-6.7.84.0.x86_64.deb/`, and I was finally able to navigate to the correct package. So I was finally able to run the command `./install.sh` on the correct package. I did it, and the correct package was successfully installed!
`` I opened Xsane and it opened! And I was able to scan!
So I'm going to mark this thread as "SOLVED".
I'm very grateful to all the participants and everyone who read this thread. The most important takeaway is the importance of reading, reading, and reading to learn, and of helping those who need it, as you all have been to me. Thank you for your patience and help.
I apologize and send a hug to everyone.
you need to "cd" into the right directory,
and there you can "./install.sh" or "sh ./install.sh" , sorry if am not precise enouugh,
if you get permission denied, most probably you need to add "sudo" to the command. first you untar, then enter or "cd" into proper directory, then sudo+command should do the install for you.
but my memory told me, it function without sudo, but maybe was wrong.
Thanks, Kapqa
Here are the steps I took:
1) I ran the command `tar -xzvf /home/atlante/Downloads/epsonscan2-6.7.87.0-1.src.tar.gz` and a process started in the terminal, opening the compressed tar.gz package.
2) I ran the command `cd Downloads /home/atlante/Downloads/epsonscan2-6.7.87.0-1.src.tar.gz ./install.sh` and the result was "Permission denied", both as the sudo user and as the root user.
3) I added `sudo` to `./install.sh` and it looked like this: `Downloads (in blue) /home/atlante/Downloads/epsonscan2-6.7.87.0-1.src.tar.gz sudo ./install.sh` and the result was "Permission denied".
4) I changed the position of sudo and ran: Downloads (in blue letters) sudo ./install.sh/home/atlante/Downloads/epsonscan2-6.7.87.0-1.src.tar.gz and the result was “Command not found”
Perhaps you need to install sane-airscan.
Thanks, Ralph.ronnquist, but I already have the sane-airscan package installed.
don§t kknow why you would need alien;
you can just extract the tar.gz. file and go into directory and still like "./install.sh" it will ask probably for user password.
that should do it.
Okay, Kapqa, I opened the scanner tool's tar.gz package with the command `tar -xzvf (filename) tar.gz`, and it opened in the terminal. Then I ran the command `./install.sh`, and the terminal output was:
“No such file or directory.”
I understand that running the `tar -xzvf` command creates a container folder (I have the file in my Downloads folder). Therefore, I ran the command `cd Downloads`. Next, I copy the file path, and it looks like this:
cd Downloads /home/atlante/Downloads/epsonscan2-6.7.87.0-1.src.tar.gz
If I add ./install.sh to that, it becomes:
cd Downloads /home/atlante/Downloads/epsonscan2-6.7.87.0-1.src.tar.gz ./install.sh . Running this in the terminal, the result is:
“Permission denied.”
I tried logging in as the root user, and the result was the same.
Well, I have some good news: I was able to print! Yes! You read that right!
Today something changed when I logged into CUPS (I should clarify that I had no choice but to cheat the login process, since it keeps asking for my password. I changed the root user password to something else, clicked "Login," and when the second pop-up window appeared with the options "Update Password" and "Don't Update," I clicked the latter and was able to log in with my saved root user password, as it should be). I had previously removed the printer. When I entered my printer's location, CUPS took me to a list of brands. I clicked "Epson," and instead of the two options that appeared before, now a long list of printer models appeared. I selected mine and got "Printer Added." I went to the CUPS graphical wizard in Print Settings, clicked "Print a Test Page"... and it printed! It printed successfully!
Excited, I opened Xsane... and the message "No devices available" appeared.
I think it's a driver issue. The .deb drivers for the printing tool were already installed before I added the printer. However, the scanner tool drivers, which are tar.gz packages, were not. I also tried installing the Simple Scan tool, but it returned the "No devices connected" message.
So, at least I got the printing tool working again.
Thank you, Kapqa, for providing the .deb packages for the printing tool. The scanner tool packages are src.tar.gz, and I haven't been able to extract them with Alien. I realize how important it is to back up drivers.
At the Consumer Protection Office in my city, I filed my complaint and got a number. I'm on a loooong waiting list, and they'll confirm my mediation hearing by phone.
I can print now. I have good news for you all today. I'm halfway there. I just need the scanner.
if you have installed the driver correctly, and added the printer to CUPS, and it still would not print over USB,
you chould try to "uninstall" package "ipp-usb"if it doesnt help you, you can always re-install it afterwards
(on my devuan-box i had to de-install it to get the printer to print reliably over USB cable)
, with epson printer ET
wink
Thanks, Kapqa, for your continued help. I uninstalled the ipp-usb package with the command “sudo apt purge ipp-usb”, restarted my computer, turned on the printer, tried to print… and it failed. So I reinstalled the ipp-usb package.
I'll tell you what I've been doing, because I've been on the lookout: the official Epson Technical Service in my city told me they aren't responsible for software installations that they provide but don't install. They also said they don't install software for individuals (only for companies). I told them they have to be responsible for the quality of the products they supply to the end consumer, and they didn't respond. I might go to the Consumer Protection Office on Wednesday to raise the issue.
I contacted a friend who uses Linux Mint and the same printer as me (he recommended it). We asked if he had the drivers for the latest installation (Linux Mint is currently on version 21.3, and the installed drivers are from version 20, so they're a bit old, but they might still work). He said yes and sent them to me. I saved them in a folder on my computer's desktop. I tried installing the printing package first with Xarchiver... and the error I got was:
"Cannot execute compression. No such file or directory."
I tried using the Gdebi installer... and the error was: "A later version of this package is already installed," which is reasonable.
The scanner package comes as a tar.gz file, so I had the same frustrating result as with the current packages when trying to convert it to a .deb package with the Alien program.
ARM binaries simply will not work on an AMD64 architecture, trying them is pointless.
The driver linked in post #5 is the correct architecture and already in the correct format (so no mucking around with xarchiver or alien required), just install with apt or dpkg, e.g.:apt install ./epson-inkjet-printer-escpr_1.8.7-1_amd64.deb
Whether it works is another question, I don't have applicable hardware.
ideographic characters from another alphabet appear
Are you sure that's not just Epson's website setting x-content-type incorrectly, causing your browser to render the binary file as text rather than downloading it?
Try wget or curl on the URI you get, e.g.:
First reply Steve_v:
Thanks for your help, friend. I really appreciate it. But unfortunately, neither of the proposed solutions worked. Please read how it went in the following comments where I reply to other commenters, because you contributed key points that I not only agree with, but which have also proven effective. Therefore, your contributions have been very important.
when I accept the license in the license description box, ideographic characters from another alphabet appear (Chinese, Korean, or Japanese, I'm not sure) and the option to download the drivers disappears.
I think its simply Firefox fooling you. Use Chromium or the wget-command steve_v posted.
Reply to Rolfie:
That's right, my friend. I installed Chromium and for the first time I was able to download a .deb file. It was for the printing tool. I installed Gdebi, and it successfully installed the print drivers. Excited, I thought to myself, "Well, at least I'll be able to print!" But I was wrong. The printer went through all the printing procedures, but nothing printed. The scanner tool file was automatically converted to a tar.gz file. And I don't understand why. I'm tempted to go to Epson's official technical support and have them explain what's going on.One important detail: I had to configure Chromium to its highest security and privacy settings to download the .deb drivers. Therefore, a properly configured browser is key in this process. I don't know if Firefox configured in the same way would produce the same results, but only with that configuration was I able to download the print drivers.
Firefox fooling you
If you inspect the stream, you'll see that the webserver incorrectly sets "content-type: text/plain" in the response header. Firefox is believing what it's told, as it should.
This is a disturbingly common misconfiguration in javascript-infested eula-gated corporate "download portal"s, and the javascript nonsense they use to make mirroring painful and ensure you agreed to all the things and clicked all the boxes tends to interfere with client-side mime-sniffing that might otherwise work around it.
It's not a browser bug.
Second reply to Steve_v
Thanks, Steve_v. Please read my reply to Rolfie. I really appreciate your valuable help.
These drivers didn't work for me. They have the same problem as the drivers of the same type that I download in my country: when I accept the license in the license description box, ideographic characters from another alphabet appear (Chinese, Korean, or Japanese, I'm not sure) and the option to download the drivers disappears.
you can try with this "workaround"
click on link to download > then you will get the characters > now click on the url-tab-bar and copy the url and insert in terminal the link do download with "wget" and you should download the .deb file correctly.
Reply to Kapqa:
Thanks, friend, for your interest in the topic and for your willingness to help. Please read my first reply to Steve_v and my reply to Rolfie.
If you really mean ARM as architecture then that is wrong, cannot work. You need an AMD64 deb package.
There might be a key piece of information in what you're saying. I had no choice but to resort to ARM architecture because they have the same problem as the drivers of the same type that I download in my country: when I accept the license in the license description box, ideographic characters from another alphabet appear (Chinese, Korean, or Japanese, I'm not sure) and the option to download the drivers disappears. Could it be a mistake by Epson, the company that owns the download page? It's possible... I've thought about it...
If you want to manager printers as "user", this "user" has to be added to the lpadmin group.
It seems I'm already added as a user to the lpadmin group.
I ran the command "getent group lpadmin" in the terminal and it returned the following:
"lpadmin:x:110:juan"
Thanks, friend, for your help. Cheers.
you could try with another browser like chromium , sometimes it function better with CUPS.
also, if you have trouble with login, you could try this approach here, it is outdated, but has helped me several times.
https://www.howtogeek.com/169679/how-to … -computer/
good luck
I wasn't lucky, what bad luck!
Thank you for trying to help me, Kapqa.
Sending you a hug and sincerely thanking you.
you can find driver for the rpinter here
https://download-center.epson.com/softw … anguage=en
These drivers didn't work for me. They have the same problem as the drivers of the same type that I download in my country: when I accept the license in the license description box, ideographic characters from another alphabet appear (Chinese, Korean, or Japanese, I'm not sure) and the option to download the drivers disappears.
I followed the instructions to log in with my superuser (or "root") password. But first, I removed the printer connected by the administrator (or "sudo").
I updated the CUPS Administration log with my new password (the superuser or "root" password). A detail about the "root" username: it's my first name in lowercase, so there was no need to change it.
So, I saved the new password (the "root" password). I closed the CUPS page and reopened it to log in. The "This page asks you to log in" pop-up window appeared. I checked that my username was there (my first name in lowercase, no problem), and I checked that the new password (the "root" password) was saved. It was saved... I clicked "Log in"... And eternally the pop-up window "This page asks you to log in" appears, allowing me to press the "Log in" button for eternity, which repeats and repeats and repeats the same tedious and frustrating process.
Hello everyone.
The printer in question is my old Epson XP-2101. CUPS detects it as an Epson XP-2100 (Series) with a USB connection.
The procedure I follow, once CUPS detects the printer, is as follows:
1) I download the printer and scanner drivers from the official Epson website. I verify the architecture (64-bit), and the only ones available for download are those labeled DEB X 64 (ARM).
2) I extract them using Xarchiver (using the "Extract Here" option). Xarchiver graphically displays the extraction process. I've also used the "Extract To" option.
3) I go to the localhost 631 website and register as a user.
4) I go to "Add Printers." I select my printer, which has already been detected.
5) I add the URI provided by the CUPS graphical wizard. 6) I enter my printer name correctly, exactly as CUPS detects it.
7) The procedure ends with the message "Printer added."
8) I restart the computer, try to print, and the printer neither prints nor scans.
I've successfully performed this procedure several times with KDE Plasma and Cinnamon. I'm not sure if the problem lies with Xarchiver, as I understand it's a very powerful tool.
Some important details:
A) The drivers from the official Epson website are downloaded in tar.gz format, so I have to convert them to .deb format. I did this using the Alien program. After completing this operation, the terminal output was as follows:
"mkdir: cannot create directory ‘epson-inkjet-printer-escpr-1.8.6’: The file already exists
unable to mkdir epson-inkjet-printer-escpr-1.8.6: at /usr/share/perl5/Alien/Package.pm line 257, <FILELIST> line 718."
Does this mean that the package already exists in .deb format? If so, where is it? How can I find it? How do I install it?
B) The CUPS graphical wizard doesn't respond to the "Troubleshooting" screen; that phase never opens (the mouse cursor is stuck in a spinning circle).
What am I doing wrong? Thank you for your comments.
P.D. Please excuse the syntax errors. I speak Spanish and I'm using an automatic translator. Thank you and my apologies.
Congratulations! I now have Devuan 6.0 “Excalibur” fully installed and working. The last reinstallation was successful. I performed it from a new USB drive (I suspect the previous one was faulty). Thank you all sincerely.
There are two problems:
1) Every time I turn on the computer, a pop-up message appears saying: “PolicyKit Agent. GDBus.Error.org.freedesktop.PolicyKit.1.Error.Failed. An authentication agent already exists for the specified subject.”
From what I've read, it's as if more than one authentication process is running in parallel. I found some solutions, but they involve running the systemctl command, which isn't applicable to Devuan because we don't use systemd. It seems the solution would be to restart polikit.service. Perhaps with the command `reboot polikit.service`, with some parameter.
2) The CUPS printer setup wizard, in the "Troubleshooting" section, displays a blank message. I connected the printer to CUPS via the localhost 631 page, and everything worked fine until I tried to print. I then received a printing error message and had to use the printer setup wizard again.
I'm going to mark this issue as SOLVED, and I'm not sure if it's necessary to open a new thread for these two additional details.
Thanks again to everyone, and best regards.
Okay. What I'll do is a clean reinstall to avoid any remaining repository configuration errors, and then I'll edit the `/etc/apt/sources.list` file with nano, following Fsmithred's recommendations.
I'll let you know how it goes.
Thanks, RedGreen925
I followed your instructions step by step, and here are the results:
1) I ran the command `mv /etc/apt/sources.list /etc/apt/old.style.sources.list` in the terminal.
The terminal output was:
`mv: cannot move '/etc/apt/sources.list' to '/etc/apt/old.style.sources.list': Permission denied`
2) Next, I edited `/etc/apt/sources.list` with `nano`, copying the following:
## Devuan 6 excalibur
## The new style method of using repositories to install software.
## This /etc/apt/sources.list.d/devuan.sources is new style and location file
## The /etc/apt/old.style.sources.list contains the same as this.
## https://linuxconfig.org/ubuntus-reposit … tu-sources
## Normal excalibur sources
Types: deb
#URIs: http://ca.deb.devuan.org/merged
#URIs: http://de.deb.devuan.org/merged
URIs: http://gnlug.org/pub/devuan/merged
#URIs: https://tw1.mirror.blendbyte.net/devuan/merged/
Suites: excalibur excalibur-backports excalibur-proposed-updates excalibur-updates
Components: main non-free contrib non-free-firmware
Enabled: yes
Signed-By: /usr/share/keyrings/devuan-archive-keyring.gpg
Architectures: amd64
## excalibur security sources
Types: deb
#URIs: http://ca.deb.devuan.org/merged
#URIs: http://deb.devuan.org/merged
URIs: http://gnlug.org/pub/devuan/merged
#URIs: https://tw1.mirror.blendbyte.net/devuan/merged/
Suites: excalibur-security
Components: main non-free contrib non-free-firmware
Enabled: yes
Signed-By: /usr/share/keyrings/devuan-archive-keyring.gpg
Architectures: amd64
I clicked Save and Exit.
3) I ran the command `sudo apt update` in the terminal, and this was the output:
$ sudo apt update
Error: Unknown type "Types:" on line 8 of the source list /etc/apt/sources.list
Error: Could not read source lists
I appreciate Greenjeans' input.
I'll tell you what I was doing: quite confused, I decided to use the USB drive where I had the ISO image of version 5 "Daedalus" and installed it, just to see what would happen. The installation was successful. I found the ufw package in the Synaptic package manager, went to install it... and a pop-up message from Synaptic told me the following: "Insert the disk labeled Devuan 5 into the /media/cdrom drive." I looked for information on how to do this. I had to edit it with nano. I did so, editing /etc/apt/sources.list with the command nano, adding the # symbol and a space to the description of cdrom. I saved and exited. Next, I updated, and the terminal output read “$ sudo apt-get update
[sudo] password for juan:
Reading package lists... Done”
Well, I went back to the Synaptic package manager to look for ufw... and it was gone. So, with version 5 “Daedalus”, the same problem occurred again, with the only difference being that the ufw package was there initially, but I couldn't install it. So I reinstalled version 6 “Excalibur”, where the same difficulty persists.
Thank you to everyone who has contributed to this issue.
Hi G4sra,
Thanks for your help.
I ran the recommended command, and the terminal output was:
# apt-get update
Reading package lists... Done
Brotherly regards.
Hi, RedGreen925
Okay. I ran the recommended command and the result was: “No such file or directory.” I don't know what to think. It seems to be a structural problem. Perhaps I selected the wrong ISO image that I downloaded and copied to a USB drive (I used the `dd` command with the parameter `status=progress` and everything went well; the ISO image was copied completely without problems), and that USB drive was formatted with the command `udo mkfs.vfat /dev/"USB drive"`. That's how I did it when I installed version 5 “Dadaelus.” Maybe I should use the command `mkfs.ext4 /dev/"USB drive"`, I don't know. Looking through the installation, besides the terminal being practically unusable, I see that LibreOffice doesn't allow me to switch from English to Spanish, and I can't run the language conversion command for the same reasons I already mentioned. Perhaps I have to do a
I reinstalled the operating system, but before coming to this forum, I performed at least three reinstalls (I always try to exhaust all other options before coming to the forum; I know there's a lot of work involved here, it's volunteer work, and that deserves a lot of respect). It seems like a structural problem; the operating system shouldn't be practically frozen.
Here's the output from the terminal after running the recommended command:
$ cat /etc/apt/sources.list. d/devuan.sources
cat: /etc/apt/sources.list.: No such file or directory
cat: d/devuan.sources: No such file or directory
Thank you for writing to me in my language and for all the help you're giving me. I really appreciate it.
Okay. Thanks to everyone for your replies.
Replying to RedGreen925:
Thanks for your help.
I ran the command `apt remove --purge libc6-dev` and the terminal response was “Unable to locate package libc6-dev”.
Then I ran the command `apt install libc6-dev` and the terminal response was “Unable to locate package libc6-dev”.
I ran the command (as root) `apt policy ufw` and the terminal response was “Unable to locate package ufw”. Regarding “gcalculator”, it was a typo on my part. Tux_99 kindly and accurately corrected me below; the correct package name is the one he wrote, “galculator”. I had the same result as with ufw.
I ran the command (as root user) apt install -s libc6-dev and the terminal response was “Could not locate package libc6-dev”.
I tried installing other packages I also use, like Thunderbird and Mirage. In the case of Thunderbird, the terminal's response was, "The package thunderbird could not be located. The package thunderbird is unavailable, but some other package references it. This may mean that the package is missing, obsolete, or only available from some other source."
In the case of Mirage, it was the familiar response, "The package mirage could not be located." Best regards.
Reply to Stultumanto:
Thanks for your help.
I ran the command `apt-get -f install` and the terminal response was “Reading package lists . . . Done. Building dependency tree . . . Done. Reading state information... Done
0 upgraded, 0 new packages to be installed, 0 to remove, and 0 not upgraded.”
I have no connection problems whatsoever. I connect to the internet and the web quickly and perfectly. I can't install anything, Mr. Stultumanto. If you read my reply to RedGreen925, you'll see that I can't install anything.
The terminal output after running the command `apt install synaptic` was: “Synaptic is already up to date (0.91.7).
Set Synaptic as manually installed.
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0”. Best regards.
Reply to Altoid:
Thanks for your help.
I had absolutely no problems with version 5, "Dadaelus." These problems are with version 6, "Excalibur." Best regards.
Reply to Tux_99:
Thanks for your help.
Yes, that's right. I made a mistake. The correct name is the one you mentioned, "galculator." Best regards.
Hello everyone. Sorry to bother you again. I installed Devuan 6 “Excalibur” by downloading the ISO image to a USB drive. Of course, I used the Xfce desktop environment. In the final stage of the installation, the installer says “Configuring libc6-dev.”
The installation went well, and the operating system boots without any problems. Then I go to the Synaptic Package Manager and get a warning indicating that there are broken packages. The broken package is libc6-dev. I go to “Filters,” “Broken,” and “Edit,” and it removes the libc6-dev package.
I'm trying to install gufw, gcalculator, and the graphical package manager... and I can't find them in the Synaptic package manager. I'm trying to install them from the terminal (sudo apt install "package name")... and it seems the repositories don't exist.
What did I do wrong? Why does libc6-dev break when installing the operating system? Why did these packages disappear from the Synaptic package manager if they were in Devuan 5 "Dadaelus"? How can I access these packages to install them?
Thank you very much in advance. Please excuse any syntax errors; I speak Spanish and I'm using a translator.
For Greenjeans:
Thanks, Greenjeans. I found the desktop-base folder and was able to make a copy and save it. I know it's not the best solution, but it's helpful while I'm trying to learn how to navigate the file system. I recognize that what I did isn't the best solution.
For Chris2be8:
Thanks for your advice, Chris2be8. I'm going to put it into practice. I didn't even know that command existed. Yes, I'm a complete novice. I was using a distribution that's one of the most beginner-friendly, and it has practically all its functions automated. I realized I wasn't learning much. With Devuan, in the short time I've been using it, I installed the printer, installed plugins, browsers, programs, created my own administrator user (in addition to the root user), created a bootable USB drive, and installed Devuan myself. I know it's very little; I'm still a novice (just a home user), but I'm determined to keep learning. Someone told me that the best way to learn would be to use the parent distribution of the one I was using, which is Debian, but I opted for Devuan, and I'm truly happy with it. I appreciate your advice and will put it into practice.
For Altoid:
Thanks again, Altoid. No, I was able to find it. The answer Greenjeans gave me was very helpful. Of course, yes, I still have a lot, a lot to learn. The answer I gave to Chris2be8 contains some details about my limited level of knowledge. The goal is to keep learning. I find the GNU/Linux world fascinating. I also thank you for the video, although there's a language barrier. Although there are very good videos about Devuan in Spanish, they allowed me to install it myself and adapt this distribution to my needs. Still, I'm reading on.
I also send my thanks to all the participants in this thread. And please excuse my broken English; I'm using a translator.
Hugs to everyone.
Thanks, Altoid. Well, I ran the command you told me to in the terminal and the output is as follows (in blue letters, except for the "$" symbol):
/usr/share/images/desktop-base$ .
It seems the file exists then, but it's strange that I can't find it with Thunar. I haven't been able to access that file yet.
I'm going to use a translator. Yes, I have the "desktop-base" package installed in Synaptic. It's marked as installed (green box) in version 1:5.5. I wouldn't need to install that package through the terminal. Sorry if the translation from Spanish to English isn't entirely accurate. Thank you.
Hola a todos. Disculpen que escriba en idioma español. Soy nuevo en GNU/Linux, y elegí a Devuan como opción (vengo -y a veces también uso- otra distribución que se dice por algunos lados que es más amigable con los novatos. Pero realmente me siento muy a gusto con Devuan, y ha sido una muy acertada decisión).
El asunto que les planteo tiene que ver con este tema. Soy nuevo en Xfce también (uso Devuan 5.0 Daedalus con escritorio Xfce), y me he encontrado con la dificultad de no poder encontrar el directorio /usr/share/images/desktop-base/. Lo he buscado en Thunar con el buscador y no aparece. Posiblemente esté haciendo mal la búsqueda. El motivo de mi consulta es tener la carpeta de respaldo de los fondos de escritorio predeterminados de Devuan antes de cambiar el fondo de escritorio en Xfce, o por lo menos, identificar la ruta de acceso a dicha carpeta.
Les agradezco y los saludo atentamente.
Pages: 1