I am trying to get my network printer up and running with my new AL install. And I have been reading from various sources, including (but not limited to) the following:
[Foomatic from the User’s Point of View:
Installing a Printer](http://Foomatic from the User’s Point of View: Installing a Printer)
With the above referenced reading that I have done (as well as the Arch Linux Wiki and a search of this forum for my particular issue), I wish to seek help with the following:
Assuming that my best path is to convert the Linux driver for my printer (Epson WF-2630) from either an RPM package or DEB package (none being available for Arch, naturally…), how would I go about that ?
Digression: I see that this newer AL (July 2018) installs a package called Foomatic that I can also assume is fairly helpful with regard to printer support, right? However, in the handy step-by-step guide found on this page, there appears to be a reference link to a page that no longer exists, as noted above in my reference reading list.
I am hoping and have a hunch that the conversion angle is, perhaps, the most expedient, but I am not sure? I was hoping that someone, who has more experience than me, could point me in the right direction here.
Digression 2: One of the above “reading” references is actually a video about 30 minutes long. In it, the guy explains about doing an NMAP and using Gutenprint, which I did a couple of years ago in Bunsen Labs, but I thought that perhaps there was a better, easier way with this newfangled Foomatic paradigm, perhaps?
I guess I am a bit confused? Those appear to be package managers for other distributions?! What would they be doing in an Arch distro?
Further, the dpkg' latest comments look pretty grim. And the same holds true for the latest comments regarding therpm` package manager as well.
In the past, I have seen tools that converted packages, though I can’t think of the name of one right now.
As far as a “source” file from the download page goes, I am confused? Here is a screenshot I took of said download page and all I see are .deb and .rpm files…what am I missing?
Not quite sure what you mean by “converted manually”? Nonetheless, I did attempt to use a package that you mentioned for aforementioned purpose…it is called debtap. However, I am getting a no go on trying to make that package initialize with…
1 r0r0@archlabs ~/BUILDER/print % sudo debtap -u :(
==> Synchronizing pkgfile database...
:: Updating 5 repos...
community is up to date
core is up to date
extra is up to date
multilib is up to date
download complete: archlabs_repo [ 26.0 B 33.0B/s 0 remaining]
:: download complete in 0.78s < 26.0 B 33.0B/s 1 file >
:: waiting for 1 process to finish repacking repos...
error: failed to create archive reader for archlabs_repo: Invalid or incomplete multibyte or wide character
Synchronization failed. Exiting...
Yeah @perchslayer, I have that issue to with debtap. I just purchased a Brother MFC-J995DW and the AUR doesn’t have my drivers yet. But I will probably break down the .deb package and use PKGBUILD or as @Head_on_a_Stick suggested ar -x when I get back to my computer.
Sometimes, @perchslayer, we all may think that we are not Arch or AL material. But, why not try to use the suggestions that @Head_on_a_Stick suggested. Sometimes you have to try things even at the risk of having to reinstall a system that gets messed up. I don’t think that there isn’t one person on this forum that hasn’t have to reinstall when experimenting. That’s one of the things about Linux systems, is that you are given the chance to experiment and explore. Experiment, mess up, reinstall, and repeat.
sudo dpkg --add-architecture i386 (if the package you’re installing i386 onto a 64 bit machine)
sudo dpkg -i <package name>
This will install .deb packages as well. Yes, I know that you are not comfortable with this, but your printer will be installed, while you make your PKGBUILD.
Hi perchslayer,
Just joined the board recently and notice this posting. I too am facing this issue. I would like to get my network printer/scanner up and running with my newly AL install. Unfortunately the Linux drivers provided by the manufacturer are in DEB and RPM package. Did you make any head way into your problem? If you did, can you share some tips and insights to accomplish this. I also feel I am not verse enough to take on such a task.