Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader

Notices

Reply
 
Thread Tools Search this Thread
Old 08-02-2014, 05:02 PM   #1
n0t
Junior Member
n0t began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Aug 2014
Device: kobo aura
Calibre device discovering

Hi all,

I just bought my first ebook reader today. I'm very happy !!!

However, I meet some difficulties to upload my fresh library to my device. Someone could provide me some help, please?

I run Archlinux with the last kernel update: 3.15.7

Here is a debug from Calibre Debug device detection
Code:
calibre 1.204  isfrozen: False is64bit: True
Linux-3.15.7-1-ARCH-x86_64-with-glibc2.2.5 Linux ('64bit', 'ELF')
('Linux', '3.15.7-1-ARCH', '#1 SMP PREEMPT Mon Jul 28 20:06:17 CEST 2014')
Python 2.7.8
Linux: ('', '', '')
Successfully initialized third party plugins: KoboTouchExtended && Kobo Utilities
USB devices on system:
[['0x138a', '0x17', '0x78', u'', u'', u'a54ef6115f8b'],
 ['0x45e',
  '0xdb',
  '0x173',
  u'Microsoft',
  u'Natural\xae Ergonomic Keyboard 4000',
  u''],
 ['0x46d', '0xc52b', '0x1201', u'Logitech', u'USB Receiver', u''],
 ['0x46d', '0xc049', '0x5200', u'Logitech', u'USB Gaming Mouse', u''],
 ['0x5986', '0x26a', '0x3', u'SunplusIT INC.', u'Integrated Camera', u''],
 ['0x2237', '0x4203', '0x110', u'Kobo', u'eReader-3.3.0', u'514B392030066'],
 ['0x8087', '0x7dc', '0x1', u'', u'', u'']]

No disabled plugins
Looking for devices of type: MTP_DEVICE
No MTP devices connected to system
 
Looking for devices...
	USBDevice(busnum=1, devnum=34, vendor_id=0x2237, product_id=0x4203, bcd=0x0110, manufacturer=Kobo, product=eReader-3.3.0, serial=514B392030066)
		Detected possible device KOBOTOUCH
	USBDevice(busnum=1, devnum=34, vendor_id=0x2237, product_id=0x4203, bcd=0x0110, manufacturer=Kobo, product=eReader-3.3.0, serial=514B392030066)
		Detected possible device KOBOTOUCHEXTENDED
 
Devices possibly connected: KoboTouch, KoboTouchExtended,  
Trying to open KoboTouch ... failed
Trying to open KoboTouchExtended ... failed
Opening of the following devices failed
<calibre.devices.kobo.driver.KOBOTOUCH object at 0x7fe83cff1910>
Traceback (most recent call last):
  File "/usr/lib/calibre/calibre/devices/__init__.py", line 157, in debug
    dev.open(det, None)
  File "/usr/lib/calibre/calibre/devices/usbms/device.py", line 870, in open
    self.open_linux()
  File "/usr/lib/calibre/calibre/devices/usbms/device.py", line 646, in open_linux
    self.filter_read_only_mount_points()
  File "/usr/lib/calibre/calibre/devices/usbms/device.py", line 684, in filter_read_only_mount_points
    %self.__class__.__name__)
DeviceError: The main memory of KOBOTOUCH is read only. This usually happens because of file system errors.

 
<calibre_plugins.kobotouch_extended.device.driver.KOBOTOUCHEXTENDED object at 0x7fe83f32d190>
Traceback (most recent call last):
  File "/usr/lib/calibre/calibre/devices/__init__.py", line 157, in debug
    dev.open(det, None)
  File "/usr/lib/calibre/calibre/devices/usbms/device.py", line 870, in open
    self.open_linux()
  File "/usr/lib/calibre/calibre/devices/usbms/device.py", line 646, in open_linux
    self.filter_read_only_mount_points()
  File "/usr/lib/calibre/calibre/devices/usbms/device.py", line 684, in filter_read_only_mount_points
    %self.__class__.__name__)
DeviceError: The main memory of KOBOTOUCHEXTENDED is read only. This usually happens because of file system errors.
n0t is offline   Reply With Quote
Old 08-02-2014, 08:56 PM   #2
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,906
Karma: 47303748
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
There are two lines stating that the memory is read only. Something has happened that the device has been mounted read only. It might be as the error suggests and that the file system needs to be checked. I would take the lazy way out of connecting it to a Windows machine and letting it do a check and fix of the file system. You can do this from Linux, but I have never bothered to learn the commands.

The other possibilities include not having write permissions. Or simply that you mounted it read only.
davidfor is offline   Reply With Quote
Advert
Old 08-03-2014, 01:12 AM   #3
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Hmm, seems that Arch Linux has been updated to use the beta -- and no longer stuck (weirdly) on 1.40 .

Last edited by eschwartz; 08-03-2014 at 01:36 AM.
eschwartz is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Discovering ebooks and comparing ereaders alikayn Which one should I buy? 3 08-20-2013 10:12 PM
I need help discovering incredible books. PapaNer Reading Recommendations 50 09-30-2012 02:01 AM
Adventures in discovering the K4PC PID. delphidb96 Kindle Developer's Corner 368 10-17-2010 12:37 PM
discovering and loving this fb.2 reader.. oncdoc Astak EZReader 2 04-19-2010 06:05 PM
Free on Kindle - Discovering Dani koland Deals and Resources (No Self-Promotion or Affiliate Links) 0 09-28-2009 09:57 AM


All times are GMT -4. The time now is 12:52 AM.


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