Thread: How Lucid supports Calibre and Kindle 3
as calibre in repository doesn't recognise new kindle 3, worked me :
1. install calibre universe repository using package manager of choice.
2. press alt-f2 bring “run application” dialogue.
3. copy , paste following line dialogue:
gksudo gedit /usr/lib/calibre/calibre/devices/kindle/driver.py
4. enter password when prompted , should see “gedit” (text editor) open file ready editing.
5. scroll bottom of file.
6. copy , paste following code @ end of file:
class kindle2(kindle):
name = 'kindle 2/3 device interface'
description = _('communicate kindle 2/3 ebook reader.')
formats = kindle.formats + ['pdf']
product_id = [0x0002,0x0004]
bcd = [0x0100]
7. save file , quit “gedit”.
8. launch calibre applications=>office menu , start managing ebook collection kindle 3.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] How Lucid supports Calibre and Kindle 3
Ubuntu
Comments
Post a Comment