[Bug 441835] Re: Clicking on floppy gives "no device media found"

NoOp 441835 at bugs.launchpad.net
Mon Sep 27 18:45:26 UTC 2010


Temporary workaround:

Download 1.0.1-1build1  from here:
https://launchpad.net/ubuntu/+source/udisks
Select the 1.0.1-1build1 and download your processor version; example
for 32bit:

<https://launchpad.net/ubuntu/+archive/primary/+files/udisks_1.0.1-1build1_i386.deb>

In Maveric: open a terminal to the download &:

$ sudo dpkg -i udisks_1.0.1-1build1_i386.deb

You'll then need to pin the package in Synaptic and apt-get. To pin in apt-get:
$ sudo -s
[your password]
# echo udisks hold | dpkg --set-selections
# exit
$ sudo apt-get update && sudo apt-get upgrade

Now when you use apt-get & have updates, you'll see:
Reading state information... Done
The following packages have been kept back:
udisks

To un-pin it (don't forget to do it in Synaptic as well):
$ sudo -s
[your password]
# echo udisks install | dpkg --set-selections
# exit
$ sudo apt-get update && sudo apt-get upgrade

Tested on 32bit 10.10 & usual disclaimer applies: use at your own risk.

-- 
Clicking on floppy gives "no device media found"
https://bugs.launchpad.net/bugs/441835
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.




More information about the kernel-bugs mailing list