Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 12-14-2009, 07:23 AM   #1
dmandala
Junior Member
dmandala began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Dec 2009
Device: Sony PRC-505
Calibre 0.6.27 does not start on Ubuntu Karmic (9.10)

Calibre 0.6.26 worked fine on my Karmic Ubuntu Desktop (9.10). It notified me about the new version so I did my usual binary install from the "Download Linux" page and 0.6.27 will no longer work. It errors with the following messages:

davidm@dm-lappy:/opt/calibre$ ./calibre
link hasn't been detected!
link hasn't been detected!
Traceback (most recent call last):
File "/tmp/init.py", line 48, in <module>
File "/home/kovid/build/calibre/src/calibre/gui2/main.py", line 134, in main
File "/home/kovid/build/calibre/src/calibre/gui2/main.py", line 54, in run_gui
File "/home/kovid/build/calibre/src/calibre/gui2/ui.py", line 209, in __init__
File "/home/kovid/build/calibre/src/calibre/gui2/device.py", line 90, in __init__
File "/home/kovid/build/calibre/src/calibre/devices/scanner.py", line 35, in __init__
RuntimeError: DeviceScanner requires libusb1 to work.
davidm@dm-lappy:/opt/calibre$

Ubuntu does not seem to have the libusb1 library in Karmic. Is it possible to reinstall the prior version that worked well for me? Or can someone point me at where I can get this library?

Thanks,

David
dmandala is offline   Reply With Quote
Old 12-14-2009, 07:28 AM   #2
user_none
Sigil & calibre developer
user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.
 
user_none's Avatar
 
Posts: 2,488
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
It's libusb-1.0-0 on Ubuntu and it's in Karmic.
user_none is offline   Reply With Quote
Advert
Old 12-14-2009, 07:47 AM   #3
mtravellerh
book creator
mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.
 
mtravellerh's Avatar
 
Posts: 9,635
Karma: 3856660
Join Date: Oct 2008
Location: Luxembourg
Device: PB360°
I had to install the library, too. It was not present in Karmic, at least not version 1.0-0!

Code:
sudo apt-get install libusb-dev libusb-1.0-0

Last edited by mtravellerh; 12-14-2009 at 07:52 AM.
mtravellerh is offline   Reply With Quote
Old 12-14-2009, 01:35 PM   #4
afsandiego
Enthusiast
afsandiego will become famous soon enoughafsandiego will become famous soon enoughafsandiego will become famous soon enoughafsandiego will become famous soon enoughafsandiego will become famous soon enoughafsandiego will become famous soon enough
 
Posts: 28
Karma: 560
Join Date: Mar 2009
Device: Sony PRS600 and iPhone 3GS
Quote:
Originally Posted by mtravellerh View Post
I had to install the library, too. It was not present in Karmic, at least not version 1.0-0!

Code:
sudo apt-get install libusb-dev libusb-1.0-0
thanks for the recommendation.. now it works again!
afsandiego is offline   Reply With Quote
Old 12-14-2009, 01:58 PM   #5
mtravellerh
book creator
mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.
 
mtravellerh's Avatar
 
Posts: 9,635
Karma: 3856660
Join Date: Oct 2008
Location: Luxembourg
Device: PB360°
Quote:
Originally Posted by afsandiego View Post
thanks for the recommendation.. now it works again!
Pleasure!
mtravellerh is offline   Reply With Quote
Advert
Old 12-14-2009, 02:16 PM   #6
dmandala
Junior Member
dmandala began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Dec 2009
Device: Sony PRC-505
It's working again.

Thanks, I installed the library and all is working again.
dmandala is offline   Reply With Quote
Old 12-14-2009, 05:46 PM   #7
user_none
Sigil & calibre developer
user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.
 
user_none's Avatar
 
Posts: 2,488
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
This will not be needed for 0.6.28. The dependency on libusb has been removed. 2.6.28 uses a custom device scanner on Linux. If you have issues please open a ticket.
user_none is offline   Reply With Quote
Old 12-15-2009, 12:46 AM   #8
mtravellerh
book creator
mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.mtravellerh ought to be getting tired of karma fortunes by now.
 
mtravellerh's Avatar
 
Posts: 9,635
Karma: 3856660
Join Date: Oct 2008
Location: Luxembourg
Device: PB360°
It isn't a big deal. Just let us know a little more explicitly in the future. The dependency thing was hidden pretty well this time!
mtravellerh is offline   Reply With Quote
Reply

Tags
ubuntu 9.10


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu Karmic with Calibre 0.6.13 BertReader Calibre 4 04-25-2010 04:21 PM
updating calibre installed on Ubuntu Karmic from repos karlitos Calibre 0 03-17-2010 08:21 AM
MR + Firefox on Karmic Ubuntu theducks Feedback 1 02-06-2010 10:59 PM
Error upgrading calibre to 0.6.23-x86_64 - Ubuntu Karmic AMD64 AprilHare Calibre 8 11-16-2009 03:59 AM
Ubuntu Jaunty: New version of calibre won't start adouma Calibre 4 10-01-2009 10:35 PM


All times are GMT -4. The time now is 03:13 AM.


MobileRead.com is a privately owned, operated and funded community.