Skip to content

Commit 177908b

Browse files
Update README.md for version 0.1.10
1 parent ef66b6d commit 177908b

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

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

44
Canon LBP 800 linux drivers.
5-
Tested on Ubuntu 10.10, 12.04, 13.04, 13.10.
6-
Version 0.1.9
5+
Tested on Ubuntu 10.10, 12.04, 13.04, 13.10.
6+
Also should works with newer Ubuntu (14.04, 15.04, 15.10, 16.04, etc.).
7+
8+
Version 0.1.10
79

810
What is this
911
--------
@@ -13,7 +15,8 @@ How to install on Ubuntu
1315
--------
1416

1517
I write this manual after I spend a whole day to setup this printer on Ubuntu :)
16-
If you have some ideas or recommendations to improve this manual — fill free to drop me a line to mail@aleksejleonov.com.
18+
If you want to make bug report or contribution — please open an issue or PR in this repo.
19+
Also, fill free to drop me a line to mail@aleksejleonov.com.
1720

1821
#### 0. Check BIOS settings
1922

@@ -30,8 +33,8 @@ Also, I have next options and it works for me (but other options, like I/O 278 o
3033
```bash
3134
cd ~
3235
mkdir lbp800 && cd lbp800
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
36+
wget https://github.com/aleksejleonov/lbp800_linux/archive/0.1.10.tar.gz
37+
tar zxf 0.1.10.tar.gz && cd lbp800_linux-0.1.10
3538
```
3639

3740
#### 2. Install packages that will be needed to compile driver
@@ -52,7 +55,7 @@ sudo apt-get purge libsane-hpaio
5255
#### 4. Make & Install driver
5356

5457
```bash
55-
cd ~/lbp800/lbp800_linux-0.1.9
58+
cd ~/lbp800/lbp800_linux-0.1.10
5659
make
5760
sudo make install
5861
```
@@ -150,7 +153,7 @@ If Canon LBP800 appears in list, add it.
150153

151154
Else, if you can't find Canon LBP800 in list:
152155
* 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.9).
156+
* 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.10).
154157

155158
Try to print test page.
156159
Everything should works :)

0 commit comments

Comments
 (0)