Follow this guide according to a similar post:
I am new to arch linux, I tried this method but could not figure out how to make the PKGBUILD file
I have almost made the PKGBUILD file but I don’t know what to fill in the md5sums: (). Hence, I am getting an error because I tried with “skip” arguement.
@aryanbhagat I have created a pkgbuild for you. Just follow these instructions:
sudo pacman -S base-devel git --needed
git clone https://github.com/ishaanbhimwal/brother-dcpt220.git
cd brother-dcpt220
makepkg -si
git clone GitHub - ishaanbhimwal/brother-dcpt220
Cloning into ‘brother-dcpt220’…
remote: Enumerating objects: 5, done.
remote: Counting objects: 100% (5/5), done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 5 (delta 0), reused 0 (delta 0), pack-reused 0
Receiving objects: 100% (5/5), done.
But I was able to create my own PKGBUILD. Thank you anyways for the help.
Great! I have added the package to the AUR incase anyone needs it:
pamac build brother-dcpt220
autofill running updpkgsums
in the same folder of the pkgbuild
Some things need or could be changed in your pkgbuild, I’ll send you a patch when I have time
I did install the package successfully and it has been added in the printer section but the printer is still not working. It just shows active jobs but nothing happens.
None of the command is working - test page, cleaning heads, etc.
This is not a wifi printer, I have connected it via USB. It has been added through administrator settings
Those are .deb and .rpm packages. Those can’t be installed on Arch that is why I am getting the original error of rpm or dpkg required.
What is the status in localhost:631/printers/
when you try to print a test page from gnome-settings?
Yourself or the AUR one cause I recently updated it?
yay brother-dcpt220
I removed my printer and then installed from aur.
Anybody got the printer working?
I installed debian 11 in a VB and it detects the printer without trouble and actually prints.
I would obviously rather not start virtualbox to print.
If anybody has an idea I would even try to create/test a PKGBUILD if someone helped.