Enthusiast
Posts: 43
Karma: 432
Join Date: Nov 2006
Location: Connecticut
Device: Sony PRS-500
|
libprs500 did not seem to copy right, I deleted the egg files and ran setup.py from the tarball in the first post and it worked again.
so, I went back to that and got the USB prober working. more happens than the system logs led me to believe. first it looks for drivers, some of these it tries several times.
Quote:
7862.807 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.iokit.IOUSBMassStorageClass, score: 0, wildCard = 0
7862.807 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.driver.AppleUSBTCKeyboard, score: 0, wildCard = 0
7862.808 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.driver.AppleUSBTrackpad, score: 0, wildCard = 0
7862.808 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.driver.AppleUSBMergeNub, score: 0, wildCard = 0
7862.809 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.iokit.IOUSBHIDDriver, score: 0, wildCard = 0
7862.809 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.iokit.IOUSBMassStorageClass, score: 0, wildCard = 0
7862.809 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.driver.AppleUSBCDCECMData, score: 0, wildCard = 0
7862.809 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.driver.AppleUSBOpticalMouse, score: 0, wildCard = 0
7862.809 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.driver.AppleUSBCDCWCM, score: 0, wildCard = 0
7862.811 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.driver.AppleUSBCDCACMData, score: 0, wildCard = 0
7862.811 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.driver.AppleUSBIrDA, score: 0, wildCard = 0
7862.811 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.driver.AppleUSBCDCDMM, score: 0, wildCard = 0
7862.811 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.driver.AppleIRController, score: 0, wildCard = 0
7862.811 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.driver.AppleWWANVerizon, score: 0, wildCard = 0
7862.811 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.iokit.IOUSBHIDDriver, score: 0, wildCard = 0
7862.811 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.driver.AppleUSBCDCACMControl, score: 0, wildCard = 0
7862.811 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.driver.PreventMediaMountDriver, score: 0, wildCard = 0
7862.812 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.driver.AppleSM56KUSBAudio, score: 0, wildCard = 0
7862.812 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.driver.AppleHIDMouse, score: 0, wildCard = 0
7862.812 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.driver.AppleUSBDisplays, score: 0, wildCard = 0
7862.812 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.driver.AppleVerizonSupportKicker, score: 0, wildCard = 0
7862.813 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.driver.AppleUSBCDCEEM, score: 0, wildCard = 0
7862.814 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.driver.AppleUSBAudio, score: 0, wildCard = 0
7862.814 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.driver.AppleUSBCDCECMControl, score: 0, wildCard = 0
|
that was with a "sony" filter up
here's a more detailed look at what's happening
Quote:
193.221 [6] Sony Portable Reader System[0x3461d00]:FindConfig (1)
193.221 [5] Sony Portable Reader System[0x3461d00]::SetConfiguration Found an interface (0x39115a9)
193.221 [5] Sony Portable Reader System[0x3461d00]::SetConfiguration Attaching an interface (0x3aa5800)
193.221 [6] IOUSBInterface[0x3aa5800]::start - opening device[0x3461d00]
193.221 [5] CompositeDriverInterestHandler received kIOMessageServiceIsAttemptingOpen with argument: 0
193.221 [6] IOUSBDevice[0x3461d00]::handleOpen - IOUSBInterface[0x3aa5800] added to open set
193.221 [5] Sony Portable Reader System[0x3461d00]::SetConfiguration matching to interfaces (0)
193.227 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.iokit.IOUSBMassStorageClass, score: 0, wildCard = 0
193.227 [6] Matched: bConfigurationValue (1) bInterfaceNumber (0)
193.227 [6] Didn't Match: idVendor (1761,1356) idProduct (55349,667)
193.227 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.iokit.IOUSBMassStorageClass, score: 0, wildCard = 0
193.227 [6] Matched: bConfigurationValue (1) bInterfaceNumber (0)
193.227 [6] Didn't Match: idVendor (2060,1356) idProduct (544,667)
193.227 [5] Finding driver for interface #0 of Sony Portable Reader System, matching personality using com.apple.iokit.IOUSBMassStorageClass, score: 0, wildCard = 0
193.227 [6] Matched: bConfigurationValue (1) bInterfaceNumber (0)
193.227 [6] Didn't Match: idVendor (65535,1356) idProduct (65535,667)
|
at first I was thinking this happened when your program tries to connect, but i investigated more and found that it does the same thing when the reader is plugged in. so this is likely caused by the reset that occurs.
|