I have been discovering Linux and openSUSE for a few days. Overall, my experience is excellent. But I’m having difficulty setting up my Brother printer (DCP-L2530DW) .
My Brother is an HL5470DW connected via ethernet. After fresh 15.6 install last week, I used YaST2 to connect it as an IP printer just by following my nose through the various menu options. I had read on the internet that IP printing has evolved to be driverless and simple. That certainly seems to be the case at least for me.
~/Téléchargements> su
Mot de passe
si73:/home/Téléchargements # bash linux-brprinter-installer-2.2.4-1 dcp-l2530dw
You are going to install following packages.
dcpl2530dwpdrv-4.0.0-1.i386.rpm
brscan4-0.4.11-1.x86_64.rpm
brscan-skey-0.3.2-0.x86_64.rpm
OK? [y/N] ->y
I’ve read your opening post, but I’m still not quite clear on the issue you’re having with getting your Brother printer working with openSUSE Leap. Is the printer connecting via USB, LAN, or wireless LAN?
The udev rules are only applicable to printers that connect via USB, so if you are using network connectivity we can disregard that step.
Did you install the requisite Brother packages for printing and scanning?
Have you installed this rpm from Brother?
So post the output, but please use LANG=C before the command to get an English output:
LANG=C zypper se -si brother
Loading repository data...
Reading installed packages...
S | Name | Type | Version | Arch | Repository
---+-------------------------+---------+---------+--------+------------------
i+ | brother-udev-rule-type1 | package | 1.0.2-0 | noarch | (System Packages)
and now without:
zypper se -si brother
Repository-Daten werden geladen...
Installierte Pakete werden gelesen...
S | Name | Type | Version | Arch | Repository
---+-------------------------+-------+---------+--------+---------------
i+ | brother-udev-rule-type1 | Paket | 1.0.2-0 | noarch | (Systempakete)
PS:
You can not write outside your /home directory as User…
That is your problem when executing the ln command.
But I would prefer the solution with installing the rpm as mentioned before.