mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
1.6 KiB
1.6 KiB
title | layout | created | updated | toc | tags | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DYMO LabelWriter 320 under Ubuntu Linux | default | 2011-10-09 22:37:45 +0200 | 2011-10-09 22:39:57 +0200 | false |
|
This label printer doesn't work out of the box under Linux. There are some instructions over at ubuntuforums.org, but they're missing something for the latest Ubuntu Oneiric Ocelot. These instructions should work:
- download the DYMO SDK
dymo-cups-drivers-1.2.0.tar.gz
from dymo.com - unpack (a directory
dymo-cups-drivers-1.2.0
will be created) - make sure you've installed libcups2-dev and libcupsimage2-dev (and, of course, build-essential)
- run
./configure
- try a
make all
, you will most probably get various errors like "size_t has not been declared" or "size_t does not name a type" --- if so, try this:- add a line:
#include <stddef.h>
as the first line to the following files:src/lw/LabelWriterLanguageMonitor.h
src/lw/LabelWriterDriver.h
src/common/Halftoning.h
- now, again, run
make all
- add a line:
- run
sudo make install
- now open System Settings → Printer
- make sure, your LabelWriter is connected
- add a new printer, choose your LabelWriter, when asked for a driver, point it to
ppd/lw320.ppd
from thedymo-cups-drivers-1.2.0
directory - start printing, e.g. from glabels