Samsung CLP-310N printer on Debian Linux 'Squeeze'
I have been very content with my old HP Laserjet 4L the last years. I even bought a USB→Centronics adapter when I bought a new pc without parallel port. The last few days however it had some problems with the paper cassette. Some small plastic part was broken, and although my glueing kept several days, I eventually had to give up on it. I decided it was time for something new, and I bought a Samsung CLP-310N Color Laserjet for about €110,- after I read that some people got it working on Linux.
Samsung CLP-310N Color Laser Network printer installation attempt
foo2qpdl is a linux printer driver for QPDL protocol (e.g. Samsung CLP-300, Samsung CLP-310, Samsung CLP-315, Samsung CLP-600, Samsung CLP-610, Xerox Phaser 6110) and can be found at http://foo2qpdl.rkkda.com/
apt-get install wget wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz ?? apt-get build-essential?? apt-get install ghostscript dc gcc make cd foo2zjs make ./getweb 310 http://www.debianadmin.com/setup-cups-common-unix-printing-system-server-and-client-in-debian.html apt-get --no-install-recommends install cups make install
'apt-get install foomatic-rip' doesn't work, but foomatic-rip is included in foomatic-filters:
apt-get install foomatic-filters
Setting up makedev (2.3.1-89) ... mknod: `mem-': Operation not permitted ..tsja..
make install make cups
apt-get install sockstat sockstat -l root cupsd 10278 tcp4 127.0.0.1:631 *:* LISTEN <code> <code>nano /etc/cups/cupsd.conf root@vm-stor:~/foo2zjs# /etc/init.d/cups restart
Add an entry in the firewall config, and restart the firewall:
nano /etc/init.d/firewall iptables -A INPUT -p tcp -i eth0 --dport 631 -m state --state NEW -j ACCEPT /etc/init.d/firewall restart
Check if the changes to cupsd.conf are active:
sockstat -l
root cupsd 10451 tcp4 127.0.0.1:631 *:* LISTEN root cupsd 10451 tcp4 <<IP>>:631 *:* LISTEN <code> Now visit http://<<IP>>:631/ (if you are asked for a password, root login + password) Add your printer<?> === TODO below this line === <code> http://tldp.org/HOWTO/SMB-HOWTO-9.html http://www.samsung.com/au/support/detail/supportPrdDetail.do?menu=SP01&prd_ia_cd=06010200&prd_mdl_cd=&prd_mdl_name=CLP-310N Ensure that the recommended side of the print media is facing up in the tray. http://www.samsung.com/au/consumer/print-solutions/print-multifunctions-copiers/colour-laser-printer/CLP-315/XSA/index.idx?pagetype=prd_detail&tab=support http://forums.opensuse.org/english/get-help-here/hardware/437928-printer-samsung-clp-310-a-2.html what is a filter, spooler, CUPS,LPR,PPR,PDQ meeleveren: cupsd.conf CHANGETHIS tag in dokuwiki? http://www.google.nl/search?sourceid=chrome&ie=UTF-8&q=configure+cups+console http://www.openprinting.org/printer/Samsung/Samsung-CLP-310N http://tldp.org/HOWTO/SMB-HOWTO-9.html