View Single Post
Old 07-05-2010, 08:26 AM   #1
weedfreak
Addict
weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.
 
weedfreak's Avatar
 
Posts: 302
Karma: 185297
Join Date: Sep 2009
Location: Ankh Morpork
Device: calibre
No books for Boox

I can longer get Calibre to transfer files to my Boox reader.

Calibre correctly detects the Boox is attached and identifies the main memory and the SD card. Attempting to transfer a book to the SD card give this error
Code:
ERROR: Error: Error communicating with device
(13, 'Permission denied')

Traceback (most recent call last):
  File "/home/kovid/build/calibre/src/calibre/gui2/device.py", line 67, in run
  File "/home/kovid/build/calibre/src/calibre/gui2/device.py", line 325, in _upload_books
  File "/home/kovid/build/calibre/src/calibre/devices/usbms/driver.py", line 176, in upload_books
  File "/home/kovid/build/calibre/src/calibre/devices/usbms/device.py", line 869, in create_upload_path
  File "/usr/lib64/python2.6/os.py", line 157, in makedirs
    mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/media/usb1/May, Julian'
Attempting to send to the main memory gives this -

Code:
ERROR: ERROR: Unhandled exception: <b>AttributeError</b>:'list' object has no attribute 'add_book'

Traceback (most recent call last):
  File "/home/kovid/build/calibre/src/calibre/gui2/__init__.py", line 263, in dispatch
  File "/home/kovid/build/calibre/src/calibre/gui2/device.py", line 1315, in books_uploaded
  File "/home/kovid/build/calibre/src/calibre/gui2/device.py", line 336, in add_books_to_metadata
  File "/home/kovid/build/calibre/src/calibre/devices/usbms/driver.py", line 237, in add_books_to_metadata
AttributeError: 'list' object has no attribute 'add_book'
I can however transfer books manually with a file manager, I have also found that Calibre will not display the contents of either the main memory or the SD card, no error messages just a blank page .

The debug device detection shows this -
Code:
Version: 0.7.7
USB devices on system:
[['0x1d6b',
  '0x2',
  '0x206',
  'Linux 2.6.32-23-generic ehci_hcd',
  'EHCI Host Controller',
  '0000:00:12.2'],
 ['0x1d6b',
  '0x2',
  '0x206',
  'Linux 2.6.32-23-generic ehci_hcd',
  'EHCI Host Controller',
  '0000:00:13.2'],
 ['0x1d6b',
  '0x1',
  '0x206',
  'Linux 2.6.32-23-generic ohci_hcd',
  'OHCI Host Controller',
  '0000:00:13.0'],
 ['0x3eb', '0x3301', '0x300', '', 'Standard USB Hub', ''],
 ['0x1d6b',
  '0x1',
  '0x206',
  'Linux 2.6.32-23-generic ohci_hcd',
  'OHCI Host Controller',
  '0000:00:12.1'],
 ['0x1d6b',
  '0x1',
  '0x206',
  'Linux 2.6.32-23-generic ohci_hcd',
  'OHCI Host Controller',
  '0000:00:14.5'],
 ['0x1d6b',
  '0x1',
  '0x206',
  'Linux 2.6.32-23-generic ohci_hcd',
  'OHCI Host Controller',
  '0000:00:13.1'],
 ['0x46d', '0xc529', '0x700', 'Logitech', 'USB Receiver', ''],
 ['0x1d6b',
  '0x1',
  '0x206',
  'Linux 2.6.32-23-generic ohci_hcd',
  'OHCI Host Controller',
  '0000:00:12.0'],
 ['0x8ca',
  '0x10',
  '0x103',
  'AIPTEK International Inc.',
  'USB Tablet Series Version 1.04',
  ''],
 ['0x525',
  '0xa4a5',
  '0x322',
  'Linux 2.6.26-466-ga04670e with fsl-usb2-udc',
  'File-backed Storage Gadget',
  '372041756775']]
Looking for ALEX
Looking for ANDROID
Looking for AVANT
Looking for AZBOOKA
Looking for BLACKBERRY
Looking for BOOQ
Looking for BOOX
	(1317, 42149, 802, 'Linux 2.6.26-466-ga04670e with fsl-usb2-udc', 'File-backed Storage Gadget', '372041756775')
Looking for COOL_ER
Looking for CYBOOK
Looking for DBOOK
Looking for E52
Looking for E71X
Looking for EB511
Looking for EB600
Looking for EBK52
Looking for ECLICTO
Looking for EDGE
Looking for ELONEX
Looking for ESLICK
Looking for FOLDER_DEVICE_FOR_CONFIG
Looking for GER2
Looking for HANLINV3
Looking for HANLINV5
Looking for ILIAD
Looking for INVESBOOK
Looking for IPAPYRUS
Looking for IREXDR1000
Looking for IREXDR800
Looking for IRIVER_STORY
Looking for ITALICA
Looking for JETBOOK
Looking for KINDLE
Looking for KINDLE2
Looking for KINDLE_DX
Looking for KOBO
Looking for MENTOR
Looking for N516
Looking for N770
Looking for N810
Looking for NEWSMY
Looking for NOOK
Looking for NUUT2
Looking for PALMPRE
Looking for POCKETBOOK301
Looking for POCKETBOOK360
Looking for PRS505
Looking for README
Looking for S60
Looking for SHINEBOOK
Looking for SNE
Looking for SWEEX
Looking for TECLAST_K3
Looking for THEBOOK
Devices possibly connected: BOOX driver,  
Trying to open BOOX driver ... OK
Main memory: '/media/BOOX Internal Memory/'
Total space: (324407296, 1963204608, 0)
weedfreak is offline   Reply With Quote