Book
- Basic setup of a SOHO server
- SoHo - Software repositories
- SoHo - Alias of loopback interface
- SoHo - IPtables configuration example
- SoHo - Webmin
- SoHo - DNS
- SoHo - VMWare
- SoHo - Windows
- SoHo - OpenVPN
- SoHo - Remote Desktop
- Nameserver on Windows XP forwarding to public DNS with private zones
- SoHO - NTP
- SoHo - SSH
- SoHo - Ubuntu prerequisites
- How to strengthen SSH
- Fixing Nessus complaints
- Java installation on RHEL 4
- Installing vsFTPd on CentOS
- How to setup CA (certificate authority)
- Installation of VIM X11 and archivers on RHEL 4 x86_64
- SoHo - MS & Open-Office
- User management
- CommuniGate Pro
- Backup
- Issue tracking for small groups
- Jabber setup and configuration
- Monitoring & Statistics
- Printing in SOHO
- Faxes in SOHO
- T38 Modem
- PostScript fonts for faxes
- Installing Brother MFU drivers on Ubuntu
- Installing Hylafax client on RHEL4 and Fedora
- Installing Hylafax server on RHEL4
- Installing Hylafax server on Ubuntu
- Integrating Hylafax with CUPS
- Integrating Hylafax with CommuniGate
- Managing Hylafax from Ubuntu client
- Sending and receiving faxes over internet (links)
- How to test faxing
- Drivers for Brother MFUs
- Brand new idea about faxing
- External faxing resources
- Antivirus & Antispam
- External SOHO References
- Supplementary SOHO procedures
Brother MFU on Ubuntu
in
Create prerequisite link and directory:
mkdir /usr/share/cups/model cd /etc/init.d ln -s cups lpd
Install LPD and CUPS drivers in the following order:
dpkg -i brmfc8860dnlpr-2.0.1-1.i386.deb dpkg -i cupswrapperMFC8860DN-2.0.1-2.i386.deb
Manually rename automatically created printer:
/etc/init.d/cupsys stop cd /etc/cups/ppd mv MFC8860DN.ppd Brother1.ppd vi /etc/cups/printers.conf
Change MFC8860DN to Brother1
/etc/init.d/cupsys start
Fix device name
lpadmin -p Brother1
(to return to automatic device name):
lpadmin -p Brother1 -v usb:/dev/usb/lp0
Fix device information
lpadmin -p Brother1 -D "1st Brother MFC8860DN" -L "tk.ourdom.com"
Fix device access
lpadmin -p Brother1 -u allow:@printlords -E

Comments
Post new comment