<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="ARTICLE @ XOOPS powered by FeedCreator" -->
<rss version="0.91">
    <channel>
        <title>the goss :: Article</title>
        <description><![CDATA[Article XML]]></description>
        <link>http://www.thegoss.com.au/modules/article/view.article.php/70/c17</link>
        <lastBuildDate>Wed, 08 Sep 2010 22:10:04 +2000</lastBuildDate>
        <generator>ARTICLE @ XOOPS powered by FeedCreator</generator>
        <image>
            <url>http://www.thegoss.com.au/modules/article/images/logo.png</url>
            <title>the goss :: Article</title>
            <link>http://www.thegoss.com.au/modules/article/</link>
            <width>80</width>
            <height>15</height>
            <description>Article XML</description>
        </image>
        <language>en</language>
        <managingEditor>admin at thegoss dot com dot au</managingEditor>
        <webMaster>admin at thegoss dot com dot au</webMaster>
        <category>Article</category>
        <item>
            <title>Samsung ML-1640 Laser Printer - Ubuntu Linux</title>
            <link>http://www.thegoss.com.au/modules/article/view.article.php/70/c17</link>
            <description><![CDATA[Category: Hardware<br />Subtitle: Printer for Linux<br />Keywords: Samsung, ML-1640, Laser, Printer,<br />Summary: I needed a new printer for my Ubuntu Linux Desktop computer, after a bit of research on forums and hardware review sites I settled on the Samsung ML-1640.<a name="heading1" id="heading1"></a><h3>Decisions, decisions</h3><br /><br />Price has always been a factor for me when choosing a printer, I really don't use printers enough to justify spending a fortune. Bubble jet type printers were always good value for the type of user that I am. The problem with bubble jet printers is if you don't use them regularly the print heads tend to clog up, well that's my experience anyway.<br /><br />I have always been a Canon fan, I think they make some great products, well not anymore, the simple fact is they don't support linux, well they kinda do but it is a really half-arsed attempt, their Linux drivers never quite work, that is of course if there is a linux driver available. Yes I am one of those silly idiots that has emailed them and rang them asking them for Linux supported drivers, well, I won't be asking anymore. I just won't be buying a Canon Printer ever again, I'm sure they don't care lol.<br /><br /><a name="heading2" id="heading2"></a><h3>Laser Printers</h3><br /><br />I didn't have a printer at all for about six months, I was talking to a friend about something or other and he mentioned that his mother had bought a new printer, did I want her old one. I nervously said yeah ok I will have a look at it.<br /><br />It was a Hewlett Packard Mono Laser printer, quite old, but it still worked, best of all linux picked it up no problems. This was the start of my love of laser printers. The only thing wrong with the old girl was that it would semi-regularly get a paper jam, no probs it was quite old. The toner finally ran out, so rather than buy a new toner cartridge, I ditched it and decided to look at laser printer options.<br /><br /><a name="heading3" id="heading3"></a><h3>Researching</h3><br /><br />After researching extensively online and even ringing a great guy at Cartridge world in Broadmeadows (Victoria) to get thegoss on toner cartridge prices and ask his advice in general, we had quite a long chat on the phone, there were some negatives for the Samsung printer eg. toner capacity for the toner starter cartridge and then buying another cartridge when the original was empty. So it wasn't all roses and clear cut, I also had one of the brother printers on my list of possibles.<br /><br />He made some very good points for sure, though in the end I needed good linux support from the manufacturer, which Samsung seems to be on the ball with, for the ML-1640 at least anyway, I am not sure about other models. <br /><br /><a name="heading4" id="heading4"></a><h3>Price and Linux Compatibility</h3><br /><br />In the end I just kept getting drawn to the Samsung, it was/is relatively cheap, it can be had for $90 AUD or even slightly cheaper and I guess it will probably drop in price slightly more, over time.<br /><br />The best thing is most of the research I did suggested that it worked with Linux no problems, this was of course the clincher. I purchased it online from <a href="http://www.dse.com.au/cgi-bin/dse.storefront/" rel="external" title="">Dick Smith (DSE)</a><br /><br />I was a tad concerned by what the consultant on the phone suggested, that it would take a more than week to get to me, but she was wrong, from when they received the direct deposit to when I got it, was about 3 business days, not too bad at all. I just received it and set it up right now in fact, the hieroglyphic instruction sheet is a bit vague, but I guess it gets the grey matter working lol. In the end it was quite simple, just remember not to turn it on till you take the toner cartridge out, remove the wrapper, then put it back in "wrapperless" I won't say publically if I did this or not, lets just say it's what you should do hehehe.<br /><br /><a name="heading5" id="heading5"></a><h3>Linux Configuration</h3><br /><br />Mostly with Linux when you get new hardware you basically throw the windows install CD away, you usually don't need it, they rarely have Linux drivers or software tools that you can install.<br /><br /><strong>Guess what?</strong><br /><br />Do not throw the Samsung ML-1640 install disk in the bin, it actually has drivers and some software on it that can be used on Linux, halleluiah finally a company gives a shit about us Linux users, well done Samsung!<br /><br />Put the disk in the cd rom drive and just select browse, it doesn't autostart which doesn't worry me at all, you should see something like below, if not navigate to it. <br /><br /><strong>Click the image below to enlarge.</strong><br /><br /><img src='http://www.thegoss.com.au/uploads/img4a1221abe582f.png' class='left' border='0' alt='' onload="javascript:imageResize(this, 300)"/></a><br /><br />As you can see I have placed arrows next to the install file, you need to navigate to the that Linux folder on the CD you inserted, in my case I did the steps below. Now you need to open your Terminal and enter a couple of commands.<br /><br /><div class="xoopsCode"><code><code><span style="color: #000000">
<span style="color: #0000BB"><br />cd&nbsp;</span><span style="color: #007700">/</span><span style="color: #0000BB">media</span><span style="color: #007700">/</span><span style="color: #0000BB">cdrom0</span><span style="color: #007700">/</span><span style="color: #0000BB">Linux</span>
</span>
</code></code></div><br /><br />Then I entered this line to get the install started<br /><br /><div class="xoopsCode"><code><code><span style="color: #000000">
<span style="color: #0000BB"><br />sudo&nbsp;</span><span style="color: #007700">./</span><span style="color: #0000BB">install</span><span style="color: #007700">.</span><span style="color: #0000BB">sh</span>
</span>
</code></code></div><br /><br />The install starts, the options aren't to difficult I just basically followed the defaults, it has detected your printer it knows which one it is, it knows where it is located eg. USB. I just chaged it's name from ml1640 to ML1640, (pedantic eh), it seems to have two driver options, I just left it on the one it had selected, if it has any problems you can go through the config again. It adds quite a few entries to your "Applications" Menu. <br /><br />It installs an app called "Smart Panel" which show ink/toner capacity, you can access that from the new menu options.<br /><br />I don't claim to be a Linux or Ubuntu Guru, but I guess I have some idea of how things generally work (I read a lot) so if the commands aren't perfect don't blame me, though it all worked for me on my Jaunty Jacklope Ubuntu desktop computer.<br /><br /><a name="heading6" id="heading6"></a><h3>Specifications</h3><br /><br /><strong>Overview</strong><br /><br />Function 	 Print<br /><br /><strong>Print</strong><br /><br />Speed (Mono) 	Up to 16ppm in A4 (17ppm in Letter)<br /><br />First Print Out Time (Mono) 	Less than 10 seconds (From Ready Mode)<br /><br />Resolution 	Up to 1,200 x 600dpi effective output<br /><br />Emulation 	SPL (SAMSUNG Printer Language)<br /><br /><strong>Paper Handling</strong> <br /><br />Media Size 	76 x 127mm (3" x 5") ~ 216 x 356mm (8.5" x 14")<br /><br />Media Type 	Plain, Thin, Recycled, OHP, Label, Card<br /><br /><strong>General</strong> <br /><br />Processor 	150MHz<br /><br />Memory / Storage 	8MB<br /><br />OS Compatibility 	Windows 2000/XP/2003 Server/Vista, Various Linux OS, Mac OS X 10.3 ~ 10.5<br /><br />Interface 	Compatible with USB 2.0<br /><br />Noise Level 	Less than 50dBA (Printing), Less than 26dBA (Standby)<br /><br />Duty Cycles, Monthly 	Up to 5,000 pages<br /><br /><img src='http://www.thegoss.com.au/uploads/img4a122cc08b892.jpg' class='left' border='0' alt='' onload="javascript:imageResize(this, 300)"/></a><br /><br />Dimension (W x D x H) 	353 x 298 x 209mm (13.9" x 11.7" x 8.2")<br /><br />Weight 	5.7kg (12.6lbs)<br /><br /><strong>Consumables</strong> <br /><br />Yield 	 Average Cartridge Yield 1,500 standard pages (Ships with 700 pages Starter Toner Cartridge). (1)<br /><br />Type 	Single Cartridge<br /><br />Model Code 	MLT-D108S<br /><br />Features and specifications are subject to change without prior notification.<br /><br /><strong>Usage note</strong><br /><br />(1) Declared cartridge yield in accordance with ISO/IEC 19752.<br /><br /><br /><a href="http://www.samsung.com/au/consumer/detail/detail.do?group=printermultifunctionfax&type=printermultifunctionfax&subtype=monolaserprinter&model_cd=ML-1640/XSA" rel="external" title="">Samsung ML-1640 Mono Laser Printer</a><br /><br />It prints well and quite quckly too, I am very happy with my purchase. ;o)<br />]]></description>
            <author>Darin</author>
            <pubDate>Tue, 19 May 2009 13:19:13 +2000</pubDate>
        </item>
    </channel>
</rss>