This seems to be a resurrection of an old problem but I can't find any solutions yet:
New USB SD card reader connected to internal USB bus connect (desktop computer). Works exactly twice: Insert card, open card, "Safely Remove." After the second card is removed, the whole device powers down. The only way I can find to bring it back is reboot.
It appears what I need is an "Eject" option rather than "Safely Remove" for the card in this reader. Is there a way to re-program this device to act more like a CD-ROM than a USB Thumb drive? Honestly, I don't like the way Kubuntu handles Thumb drives either. I'd should be able to unmount a thumb drive rather than remove it if I choose.
Secondary in importance; but I'd like to change is the device letters this device. My hard drives are now sda,b,g,h,i and this new device take c,d,e,f
Here's the dmesg output showing the device reading the cards then powering down:
Basically: Safely remove = Eject + Power Down
I just want Eject.
New USB SD card reader connected to internal USB bus connect (desktop computer). Works exactly twice: Insert card, open card, "Safely Remove." After the second card is removed, the whole device powers down. The only way I can find to bring it back is reboot.
It appears what I need is an "Eject" option rather than "Safely Remove" for the card in this reader. Is there a way to re-program this device to act more like a CD-ROM than a USB Thumb drive? Honestly, I don't like the way Kubuntu handles Thumb drives either. I'd should be able to unmount a thumb drive rather than remove it if I choose.
Secondary in importance; but I'd like to change is the device letters this device. My hard drives are now sda,b,g,h,i and this new device take c,d,e,f
Here's the dmesg output showing the device reading the cards then powering down:
Code:
[ 59.353133] sd 6:0:0:2: [sde] 3887104 512-byte logical blocks: (1.99 GB/1.85 GiB) [ 59.353893] sd 6:0:0:2: [sde] Write Protect is on [ 59.353897] sd 6:0:0:2: [sde] Mode Sense: 03 00 80 00 [ 59.354627] sd 6:0:0:2: [sde] No Caching mode page present [ 59.354630] sd 6:0:0:2: [sde] Assuming drive cache: write through [ 59.357376] sd 6:0:0:2: [sde] No Caching mode page present [ 59.357380] sd 6:0:0:2: [sde] Assuming drive cache: write through [ 59.358137] sde: sde1 [ 334.288543] sde: detected capacity change from 1990197248 to 0 [ 345.048459] sd 6:0:0:2: [sde] 3887104 512-byte logical blocks: (1.99 GB/1.85 GiB) [ 345.049202] sd 6:0:0:2: [sde] Write Protect is off [ 345.049205] sd 6:0:0:2: [sde] Mode Sense: 03 00 00 00 [ 345.049953] sd 6:0:0:2: [sde] No Caching mode page present [ 345.049956] sd 6:0:0:2: [sde] Assuming drive cache: write through [ 345.052089] sd 6:0:0:2: [sde] No Caching mode page present [ 345.052092] sd 6:0:0:2: [sde] Assuming drive cache: write through [ 345.052842] sde: sde1 [ 361.262678] sde: detected capacity change from 1990197248 to 0 [ 383.246592] sd 6:0:0:0: [sdc] 501760 512-byte logical blocks: (256 MB/245 MiB) [ 383.248088] sd 6:0:0:0: [sdc] No Caching mode page present [ 383.248092] sd 6:0:0:0: [sdc] Assuming drive cache: write through [ 383.250834] sd 6:0:0:0: [sdc] No Caching mode page present [ 383.250837] sd 6:0:0:0: [sdc] Assuming drive cache: write through [ 383.291224] sdc: sdc1 [ 422.785335] sdc: detected capacity change from 256901120 to 0 [ 422.800706] WARNING! power/level is deprecated; use power/control instead [ 422.880062] usb 1-2: USB disconnect, device number 2
I just want Eject.
Comment