Brother DCP-115C
| Line 25: | Line 25: | ||
== Configuring the scanner == | == Configuring the scanner == | ||
| − | The related sane backend is automatically installed and added to the sane backends list. The official installation guide[0] proposes to modify '/etc/fstab' for some weird workaround but Ulrich Hiller wrote in [1] that the scanner works perfectly without that workaround. | + | The related sane backend is automatically installed and added to the sane backends list. The official installation guide[0] proposes to modify '/etc/fstab' for some weird workaround but Ulrich Hiller wrote in [1] that the scanner works perfectly without that workaround. |
== Uninstalling the drivers == | == Uninstalling the drivers == | ||
| Line 36: | Line 36: | ||
sudo pisi rm brother-mfc210c | sudo pisi rm brother-mfc210c | ||
| + | |||
| + | == Status == | ||
| + | |||
| + | Andreas Jürgens which requested this driver, reported [2] that the scanner and the printer works well under Pardus 2008. | ||
[0]: http://solutions.brother.com/linux/sol/printer/linux/sane_install.html | [0]: http://solutions.brother.com/linux/sol/printer/linux/sane_install.html | ||
[1]: http://forums.linux-foundation.org/read.php?24,3943 | [1]: http://forums.linux-foundation.org/read.php?24,3943 | ||
| + | |||
| + | [2] : http://bugs.pardus.org.tr/show_bug.cgi?id=7122 | ||
| + | |||
[[tr:Donanım:Brother DCP-115C]] | [[tr:Donanım:Brother DCP-115C]] | ||
Revision as of 12:50, 19 June 2008
This document explains how to correctly configure Brother DCP-115C on Pardus.
Contents |
Installing the package
Install the necessary packages by typing:
sudo pisi it http://cekirdek.pardus.org.tr/~ozan/dist/brother-mfc210c-1.0.2-1-1.pisi
This driver suite depends on tcsh. Answer 'yes' when PiSi asks whether to install it or not.
Configuring the printer
Register your printer in CUPS:
sudo /usr/sbin/lpadmin -p MFC210C -E -v usb://Brother/DCP-115C -P /usr/share/cups/model/brmfc210c_cups.ppd
Set your printer as the system default:
sudo /usr/sbin/lpadmin -d MFC210C
Finally, restart the CUPS service again:
service cups restart
Configuring the scanner
The related sane backend is automatically installed and added to the sane backends list. The official installation guide[0] proposes to modify '/etc/fstab' for some weird workaround but Ulrich Hiller wrote in [1] that the scanner works perfectly without that workaround.
Uninstalling the drivers
First, remove the corresponding entry of your printer from CUPS:
sudo /usr/sbin/lpadmin -x MFC210C
Remove the installed packages using console:
sudo pisi rm brother-mfc210c
Status
Andreas Jürgens which requested this driver, reported [2] that the scanner and the printer works well under Pardus 2008.
[0]: http://solutions.brother.com/linux/sol/printer/linux/sane_install.html