~ubuntu-branches/ubuntu/precise/libmtp/precise-proposed

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Tiago Boldt Sousa
  • Date: 2008-01-28 15:00:57 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128150057-oq7btf4r069mpgk8
Tags: 0.2.5-1ubuntu1
* Merge from debian unstable, closes LP #186486
  - Remove hotplug references
  - Remove bashism in debian/rules to rename udev files.
  - Install libmtp7.rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
243
243
at the USB mass storage interface AGAIN because it 
244
244
enumerates.)
245
245
 
246
 
Try this, if you have a recent 2.6.x Linux kernel,
 
246
Linux: Try this, if you have a recent 2.6.x Linux kernel,
247
247
run (as root) something like:
248
248
 
249
249
> rmmod usb_storage ; mtp-detect
285
285
the device is already configured for USB mass storage when
286
286
udev is called.
287
287
 
 
288
On Mac OS there is another ugly hack:
 
289
 
 
290
1. Open up a terminal window
 
291
2. Type:
 
292
sudo mv /System/Library/Extensions/IOUSBMassStorageClass.kext
 
293
/System/Library/Extensions/IOUSBMassStorageClass.kext.disabled
 
294
 
 
295
and when prompted enter your password.
 
296
 
 
297
3. Restart.
 
298
 
 
299
To reverse this change, just reverse the filenames:
 
300
 
 
301
sudo mv /System/Library/Extensions/
 
302
IOUSBMassStorageClass.kext.disabled /System/Library/Extensions/
 
303
IOUSBMassStorageClass.kext
 
304
 
 
305
and restart.
 
306
 
288
307
 
289
308
Calendar and contact support:
290
309
-----------------------------
386
405
  an abstract album (created with the album interface) with
387
406
  the exact same name.
388
407
 
 
408
* The Zen Vision:M has an older firmware which is very corrupt,
 
409
  it is incompatible with the Linux USB stack altogether. The
 
410
  kernel dmesg will look something like this, and you have to
 
411
  upgrade the firmware using Windows:
 
412
  usb 4-5: new high speed USB device using ehci_hcd and address 5
 
413
  usb 4-5: configuration #1 chosen from 1 choice
 
414
  usb 4-5: can't set config #1, error -110
389
415
 
390
416
Lost symbols
391
417
------------