Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 03-05-2010, 01:28 AM   #1
coolnamehere
Member
coolnamehere began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Mar 2010
Device: prs300
not detecting prs300

hi -

first, thanks so much for this great software.

I'm using linux, have read the tips about detecting the reader but I'm still not able to send anything to it (just says 'device not found'). I'm using glibc 2.8 so got calibre-0.6.28-x86_64.tar.bz2. another forum post indicated anything newer than ~sept. 2009 should work with prs300 and the rev I grabbed is from dec. 2009.

I used the latest calibre software for xp running as a guest in virtualbox and it worked fine.

now in linux it seems to not be finding it.

when I plug in the reader /var/log/messages says:

kernel: usb 1-2: new high speed USB device using ehci_hcd and address 3
kernel: usb 1-2: configuration #1 chosen from 2 choices

kernel cfg:

% zcat /proc/config.gz | grep SYSFS
# CONFIG_SYSFS_DEPRECATED_V2 is not set
CONFIG_ACPI_SYSFS_POWER=y
CONFIG_SYSFS=y
# CONFIG_SLQB_SYSFS is not set

calibre debug output:

% calibre-debug -d
USB devices on system:
set([(1133, 50455, 14352, 'Logitech', 'USB Receiver'),
(1356, 798, 553, 'Sony', 'Sony Digital Book Reader'),
(7531, 1, 518, 'Linux 2.6.31_z9.bfs uhci_hcd', 'UHCI Host Controller'),
(7531, 2, 518, 'Linux 2.6.31_z9.bfs ehci_hcd', 'EHCI Host Controller')])
None
Looking for BEBOOK
Looking for BEBOOK_MINI
Looking for BLACKBERRY
Looking for CYBOOKG3
Looking for ILIAD
Looking for IREXDR1000
Looking for JETBOOK
Looking for KINDLE
Looking for KINDLE2
Looking for KINDLE_DX
Looking for NOOK
Looking for PRS505
(1356, 798, 553, 'Sony', 'Sony Digital Book Reader')
Looking for PRS700
Looking for PRS500
Looking for ANDROID
Looking for N770
Looking for CYBOOK_OPUS
Looking for COOL_ER
Looking for ESLICK
Looking for NUUT2
Looking for IRIVER_STORY
Looking for POCKETBOOK360
Looking for GER2
Looking for ITALICA
Looking for SHINEBOOK
Looking for EB600
Device possibly connected: PRS-300/505 Device Interface
Trying to open device... failed
Opening of the following devices failed
<calibre.devices.prs505.driver.PRS505 object at 0x1c84bd0>
Traceback (most recent call last):
File "/home/kovid/build/calibre/src/calibre/debug.py", line 104, in debug_device_driver
File "/home/kovid/build/calibre/src/calibre/devices/prs505/driver.py", line 63, in open
File "/home/kovid/build/calibre/src/calibre/devices/usbms/device.py", line 585, in open
File "/home/kovid/build/calibre/src/calibre/devices/usbms/device.py", line 555, in open_linux
DeviceError: Unable to detect the PRS505 disk drive. Your kernel is probably exporting a deprecated version of SYSFS.

if I need to supply other info just let me know. incidentally I tried as root and non-root but had the same problem for both.

thank you.

mike
coolnamehere is offline   Reply With Quote
Old 03-05-2010, 01:57 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 44,566
Karma: 24495948
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Can you mount your reader in linux?
kovidgoyal is offline   Reply With Quote
Advert
Old 03-05-2010, 02:22 AM   #3
coolnamehere
Member
coolnamehere began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Mar 2010
Device: prs300
thanks but sorry, couldn't figure out how to do that

I was doing "ls -lrta /dev" when plugging it in but didn't spot a device for it.

% lsusb
Bus 007 Device 001: ID 1d6b:0001
Bus 005 Device 001: ID 1d6b:0001
Bus 006 Device 002: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser
Bus 006 Device 001: ID 1d6b:0001
Bus 002 Device 001: ID 1d6b:0002
Bus 001 Device 004: ID 054c:031e Sony Corp.
Bus 001 Device 001: ID 1d6b:0002
Bus 004 Device 001: ID 1d6b:0001
Bus 003 Device 001: ID 1d6b:0001

when I look at /dev/bus/usb/001 there is a 004 but trying to mount just complains it's not a block device (and if it requires a mount parameter I don't know what it would be).

I never added a udev rule - do I need to? iow no device is being created when I plug it in?
coolnamehere is offline   Reply With Quote
Old 03-05-2010, 02:27 AM   #4
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 44,566
Karma: 24495948
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
there's something wrong with either your system or the reader if no device node is being created. try it on another computer.
kovidgoyal is offline   Reply With Quote
Old 03-05-2010, 02:44 AM   #5
coolnamehere
Member
coolnamehere began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Mar 2010
Device: prs300
no other computer to try it on.

I found another post saying a scsi device should be getting created for it - looking through my kernel cfg I see "usb mass storage" deselected so that's at a minimum prolly what I'm missing.

thanks for the help, I should be able to get it now.
coolnamehere is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Detecting device mpetry Calibre 3 04-16-2010 10:05 PM
Calibre not detecting booq quixotin Calibre 2 03-08-2010 04:49 PM
Calibre not detecting Kindle TripleAAA Calibre 6 12-20-2009 05:31 PM
Detecting chapters Tibor Calibre 4 01-17-2009 02:25 PM
iLiad detecting ipkg errors? Martijn iRex Developer's Corner 1 06-01-2008 12:29 AM


All times are GMT -4. The time now is 10:03 PM.


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