Skip to content

Commit 82a7d56

Browse files
Update Readme & create new 0.1.9 release. Remove old unuseful Thanks and Readme files.
1 parent 9ac96a6 commit 82a7d56

File tree

3 files changed

+13
-73
lines changed

3 files changed

+13
-73
lines changed

README

Lines changed: 0 additions & 53 deletions
This file was deleted.

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ Canon LBP800 driver for linux
22
============
33

44
Canon LBP 800 linux drivers.
5-
Tested on Ubuntu 10.10, 12.04, 13.04.
6-
Version 0.1.8.b0
5+
Tested on Ubuntu 10.10, 12.04, 13.04, 13.10.
6+
Version 0.1.9
77

88
What is this
99
--------
1010
This is driver for Canon LBP800 printer (with CAPT protocol via parallel port).
1111

12-
How to install on Ubuntu 13.04
12+
How to install on Ubuntu
1313
--------
1414

1515
I write this manual after I spend a whole day to setup this printer on Ubuntu :)
@@ -30,8 +30,8 @@ Also, I have next options and it works for me (but other options, like I/O 278 o
3030
```bash
3131
cd ~
3232
mkdir lbp800 && cd lbp800
33-
wget https://github.com/aleksejleonov/lbp800_linux/archive/0.1.8.b0.tar.gz
34-
tar zxf 0.1.8.b0.tar.gz && cd lbp800_linux-0.1.8.b0
33+
wget https://github.com/aleksejleonov/lbp800_linux/archive/0.1.9.tar.gz
34+
tar zxf 0.1.9.tar.gz && cd lbp800_linux-0.1.9
3535
```
3636

3737
#### 2. Install packages that will be needed to compile driver
@@ -52,7 +52,7 @@ sudo apt-get purge libsane-hpaio
5252
#### 4. Make & Install driver
5353

5454
```bash
55-
cd ~/lbp800/lbp800_linux-0.1.8.b0
55+
cd ~/lbp800/lbp800_linux-0.1.9
5656
make
5757
sudo make install
5858
```
@@ -150,7 +150,7 @@ If Canon LBP800 appears in list, add it.
150150

151151
Else, if you can't find Canon LBP800 in list:
152152
* Choose "Add by URI" option and set URI: **parcapt:/dev/parport0** (parcapt:, not parallel:).
153-
* When you will be asked about driver, find "Canon" in printers list, then choose LBP800 model. (Also, you can choose PPD file from ppd folder in ~/lbp800/lbp800_linux-0.1.8.b0).
153+
* When you will be asked about driver, find "Canon" in printers list, then choose LBP800 model. (Also, you can choose PPD file from ppd folder in ~/lbp800/lbp800_linux-0.1.9).
154154

155155
Try to print test page.
156156
Everything should works :)
@@ -182,9 +182,9 @@ If you have Canon printer with USB (like LBP810, LBP1120, etc.) try to install o
182182

183183
Thanks
184184
--------
185-
* Iamlolive, Fabux and other people from [http://doc.ubuntu-fr.org/imprimante_canon_lbp800](http://doc.ubuntu-fr.org/imprimante_canon_lbp800). They write great wiki (in french :), and give link to 0.1.8.b0 version of this driver.
186-
* Owner of [http://www.veneto.com/lbp800/lbp800.html](http://www.veneto.com/lbp800/lbp800.html) for 0.1.2 version. (Now this site isn't available).
187-
* Rildo Pragana ([http://pragana.net](http://pragana.net)), for his driver for another
188-
GDI winprinter (Samsung ML-85G).
189-
* Nicolas Boichat <nicolas@boichat.ch>, for his driver for canon
190-
LBP-810 USB GDI printer.
185+
* **Teythoon** ([https://github.com/teythoon](https://github.com/teythoon)) for contributing to this repo.
186+
* **Iamlolive**, **Fabux** and other people from [http://doc.ubuntu-fr.org/imprimante_canon_lbp800](http://doc.ubuntu-fr.org/imprimante_canon_lbp800). They write great wiki (in french :), and give link to 0.1.8.b0 version of this driver.
187+
* **Sidorov Anonymous** (find this name in old Readme file for 0.1.8.b0 version, canon_lbp800driver_0.1.8.b0_linux 20101119; Some page checks are improved).
188+
* **Massimo Del Fedele** (<max@veneto.com>), who actually created driver for LBP800. Also he is owner of [http://www.veneto.com/lbp800/lbp800.html](http://www.veneto.com/lbp800/lbp800.html) for 0.1.2 version. (Now this site isn't available).
189+
* **Rildo Pragana** ([http://pragana.net](http://pragana.net)), for his driver for another GDI winprinter (Samsung ML-85G).
190+
* **Nicolas Boichat** (<nicolas@boichat.ch>), for his driver for canon LBP-810 USB GDI printer.

THANKS

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)