[Bug 500398] Re: Vtech Kidizoom camera USB doesn't mount

2011-04-12 Thread Nick Holloway
I have had a patch accepted upstream to util-linux which means that blkid will recognize the filesystem correctly, and it will then mount. http://git.kernel.org/?p=utils/util-linux/util- linux.git;a=commit;h=20f5be46ec57af3f21913c487000d69fb8857e18 ID_FS_LABEL=VTech_1070

[Bug 500398] Re: Vtech Kidizoom camera USB doesn't mount

2011-03-21 Thread Pedro Villavicencio
** Changed in: gvfs (Ubuntu) Status: Fix Released = New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gvfs in ubuntu. https://bugs.launchpad.net/bugs/500398 Title: Vtech Kidizoom camera USB doesn't mount -- desktop-bugs

[Bug 500398] Re: Vtech Kidizoom camera USB doesn't mount

2011-03-19 Thread Nick Holloway
The kernel change is not a fix for the real problem. All the kernel patch above does is correctly identify the correct storage capacity (and not spit out error messages as it attempts to access beyond the end of the device). The real problem is that the identification of the partition fails due

[Bug 500398] Re: Vtech Kidizoom camera USB doesn't mount

2011-03-19 Thread madbiologist
OK, thanks. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gvfs in ubuntu. https://bugs.launchpad.net/bugs/500398 Title: Vtech Kidizoom camera USB doesn't mount -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 500398] Re: Vtech Kidizoom camera USB doesn't mount

2011-03-18 Thread madbiologist
This is fixed in the Lucid 2.6.32-30.59 kernel: * USB: Storage: Add unusual_devs entry for VTech Kidizoom From the upstream 2.6.32.29 kernel release notes: 5d8a03932c2692a64d11f3c8b57409d3 Author: Nick Holloway Date: Wed Jan 26 21:47:43 2011 + USB: Storage: Add unusual_devs entry for

[Bug 500398] Re: Vtech Kidizoom camera USB doesn't mount

2011-01-23 Thread Nick Holloway
I have found the cause for this defect, and a workaround. The cause is that the FAT16 superblock on the camera does not set the number of heads, and so the partition type is not detected correctly. You get no output from the following command: # blkid -p /dev/disk/by-id/usb-

[Bug 500398] Re: Vtech Kidizoom camera USB doesn't mount

2011-01-04 Thread rapha
here is the rcspam's blog with a solution in english http://rcspamsblogen.blogspot.com -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gvfs in ubuntu. https://bugs.launchpad.net/bugs/500398 Title: Vtech Kidizoom camera USB doesn't

[Bug 500398] Re: Vtech Kidizoom camera USB doesn't mount

2010-12-31 Thread rapha
@ Fabio, Let the children will be happy... ;) Thanx for the test -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gvfs in ubuntu. https://bugs.launchpad.net/bugs/500398 Title: Vtech Kidizoom camera USB doesn't mount --

[Bug 500398] Re: Vtech Kidizoom camera USB doesn't mount

2010-12-29 Thread rapha
While waiting the correction you can find the solution here: http://rcspamsblog.blogspot.com -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gvfs in ubuntu. https://bugs.launchpad.net/bugs/500398 Title: Vtech Kidizoom camera USB

[Bug 500398] Re: Vtech Kidizoom camera USB doesn't mount

2010-12-29 Thread Fabio
Hi Rapha, Thanks, I can confirm your fix works, at least on my system(10.10). Attached the device without an SD card, and could access all files and folders. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gvfs in ubuntu.

[Bug 500398] Re: Vtech Kidizoom camera USB doesn't mount

2010-12-28 Thread rapha
here is a solution to fix it: create 2 rules in a /etc/udev/rules.d/90-kidizoom.rules with this: KERNEL==sd?1, SUBSYSTEMS==scsi, ACTION==add, ATTRS{vendor}==VTech , ATTRS{model}==Kidizoom, SYMLINK+=kidizoom, RUN+=/path/to/mount-script %k KERNEL==sd?1, SUBSYSTEMS==scsi,

[Bug 500398] Re: Vtech Kidizoom camera USB doesn't mount

2010-12-28 Thread rapha
Just to specify to not forget to install pmount. sudo apt-get install pmount -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gvfs in ubuntu. https://bugs.launchpad.net/bugs/500398 Title: Vtech Kidizoom camera USB doesn't mount --

[Bug 500398] Re: Vtech Kidizoom camera USB doesn't mount

2010-12-25 Thread FiX
Behavior with Maverick: 1) without an SD card, nothing shows up on the USB bus 2) with an SD card (manufacturer mentionned 2GB max) formatted with a single FAT32 partition, both the internal memory the SD-card properly auto-mount. ALINE is the volume name of the SD card. % sudo mount [...]

[Bug 500398] Re: Vtech Kidizoom camera USB doesn't mount

2010-04-17 Thread earthforce_1
Same problem under Lucid :( Was able to manually mount it: sudo mount -t vfat /dev/sdg1 /mnt The ubuntu disk utility identifies it as as USB storage device formatted as a FAT16 partition with 48MB capacity Maybe that is why it has trouble automounting - this is a very old file system. --

[Bug 500398] Re: Vtech Kidizoom camera USB doesn't mount

2010-04-13 Thread earthforce_1
Let's hope your workaround functions in Lucid - I just upgraded because of problems with my GPU. Better yet - I hope it works properly under Linux. -- Vtech Kidizoom camera USB doesn't mount https://bugs.launchpad.net/bugs/500398 You received this bug notification because you are a member of

[Bug 500398] Re: Vtech Kidizoom camera USB doesn't mount

2010-04-09 Thread Christian Brugger
It works if you mount it manually. Use the following command: sudo mount -t vfat /dev/sdb /mnt (replace sdb with the device that ist created for your kidizoom) after that the content is available in /mnt Hope that helps Christian -- Vtech Kidizoom camera USB doesn't mount

[Bug 500398] Re: Vtech Kidizoom camera USB doesn't mount

2010-02-06 Thread schilcha
Hi there too! I have the same (?) problem here too. More specifically, only the SD-card inserted into the camera is mounted automatically and readily shows up on my desktop. However, the internal memory of the Kidizoom camera is not mounted automatically. Moreover, I cannot even mount it

[Bug 500398] Re: Vtech Kidizoom camera USB doesn't mount

2010-02-06 Thread schilcha
BTW, here's my current dmesg, if you miss some information on my system... ** Attachment added: dmesg for my previous post (#3) http://launchpadlibrarian.net/38840668/dmesg.kidizoom -- Vtech Kidizoom camera USB doesn't mount https://bugs.launchpad.net/bugs/500398 You received this bug

[Bug 500398] Re: Vtech Kidizoom camera USB doesn't mount

2010-01-05 Thread Didi26
Hi! This bug affects me too. Here is the result of my lsusb: Bus 001 Device 011: ID 0f88:042e VTech Holdings, Ltd Bus 001 Device 006: ID 050d:0271 Belkin Components Bus 001 Device 005: ID 1307:0330 Transcend Information, Inc. Bus 001 Device 004: ID 046d:c526 Logitech, Inc. Bus 001 Device

[Bug 500398] Re: Vtech Kidizoom camera USB doesn't mount

2010-01-04 Thread Pedro Villavicencio
** Changed in: gvfs (Ubuntu) Importance: Undecided = Low -- Vtech Kidizoom camera USB doesn't mount https://bugs.launchpad.net/bugs/500398 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gvfs in ubuntu. -- desktop-bugs mailing list

[Bug 500398] Re: Vtech Kidizoom camera USB doesn't mount

2009-12-25 Thread earthforce_1
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/37189434/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/37189437/CurrentDmesg.txt ** Attachment added: DKDisksMonitorLog.txt http://launchpadlibrarian.net/37189439/DKDisksMonitorLog.txt