Public bug reported: Binary package hint: linux-source-2.6.20
1. Plug stick in 2. Copy files to stick 3. Eject stick 4. Plug stick back in 5. Copy files from stick to HDD 6. Copy fails! Please refer to this thread: http://www.mail-archive.com/[email protected]/msg51849.html There is a patch for linux-2.6.20/drivers/usb/storage/unusual_devs.h to fix this problem. I have tested this and it also works for 2.6.17 in edgy as well as 2.6.20 in feisty. Patch: --- linux-2.6.20/drivers/usb/storage/unusual_devs.h 2007-03-09 18:58:04.000000000 +0000 +++ linux-2.6.20b/drivers/usb/storage/unusual_devs.h 2007-03-13 23:59:21.000000000 +0000 @@ -1286,6 +1286,14 @@ US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_IGNORE_RESIDUE ), +/* Reported by Edward Chapman <[EMAIL PROTECTED]> + Netac OnlyDisk Mini U2CV2 512MB USB 2.0 Flash Drive */ +UNUSUAL_DEV( 0x0dd8, 0xd202, 0x0000, 0x9999, + "Netac", + "USB Flash Disk", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_IGNORE_RESIDUE ), + /* Reported by Benjamin Schiller <[EMAIL PROTECTED]> * It is also sold by Easylite as DJ 20 */ UNUSUAL_DEV( 0x0ed1, 0x7636, 0x0103, 0x0103, ** Affects: linux-source-2.6.20 (Ubuntu) Importance: Undecided Status: Unconfirmed -- Netac USB sticks fail in 2.6 kernel https://launchpad.net/bugs/94371 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
