Принтера Brother HL-2130 е много готин и работи супер под Linux(Mint). Инсталира се много лесно като от сайта на brother се изтеглят драйверите и се заредят. Точно за 1 минута работа. HP принтерите също вървят под Linux супер(Поне аз съм тествал на 2-3 такива).
Ето и начините принтера да стане мрежов:
Вариант 1(Самба):
apt-get install samba -y
cat /etc/samba/smb.conf
[global]
workgroup = WORKGROUP
server string = Default Workgroup
security = SHARE
printcap name = cups
disable spoolss = Yes
show add printer wizard = No
idmap config * : backend = tdb
[printers]
comment = Printer spool in Mint
path = /var/spool/samba
read only = No
guest ok = Yes
printable = Yes
print ok = Yes
use client driver = Yes
browseable = No
[print$]
comment = printer drivers
path = /var/lib/samba/printers
guest ok = Yes
Вариант 2(Cups):
apt-get install cups -y
Файл: /etc/cups/cupsd.conf, в блоковете :
<Location /> , <Location /admin> and <Location /admin/conf>
се добавя
Allow all
/etc/init.d/cups restart
Отваря се http://192.168.1.104:631/printers
и става ясно, че точния урл линк на принтера е този:
http://192.168.1.104:631/printers/Brother-HL-2130-series
След това го добавяме в Windows (В случая XP) :
Start-> Settings -> Printers and Faxes -> Add Printer
-> A network printer, or a printer attached to another computer
-> Connect to a printer on the internet or on a home or office network:
http://192.168.1.104:631/printers/Brother-HL-2130-series
Do you want to use this printer as the default printer ?
-> Yes
-> Finish
Мрежов принтер Brother HL-2130 под Linux Mint,