View Single Post
Old 01-07-2009, 07:55 AM   #21
kafka399
Member
kafka399 began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jan 2009
Device: cybook
It seems, that Cybook isn't recognized under Ubuntu 8.10, 2.6.27-9.
Then Cybook is connected:
calibre-debug -c "from calibre.devices.scanner import DeviceScanner; s = DeviceScanner(); s.scan(); print repr(s.devices)"
[(7531, 1, 518), (1133, 49174, 832), (7531, 1, 518), (7531, 1, 518), (7531, 1, 518), (3034, 1795, 306), (7531, 2, 518)]

disconnected:
calibre-debug -c "from calibre.devices.scanner import DeviceScanner; s = DeviceScanner(); s.scan(); print repr(s.devices)"
[(7531, 1, 518), (1133, 49174, 832), (7531, 1, 518), (7531, 1, 518), (7531, 1, 518), (7531, 2, 518)]

As well I got this error/warning, when I started calibre:
$ calibre
link hasn't been detected!
link hasn't been detected!

thank you in advance
kafka399 is offline   Reply With Quote