Tuesday, April 30, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1228  / 1 Year ago, sun, december 25, 2022, 3:49:34

So, it seems that on my ubuntu 12.04 11.04 I'm affected by Bug #971876.



Luckily enough, the bug is marked as "fix released" and a last comment by the Launchpad Janitor says that "This bug was fixed in the package udisks - 1.0.4-5ubuntu2".



How do I install the version 1.0.4-5ubuntu2 in order to solve the problem? I have tried heading to Ubuntu Packages Search, then downloading the .deb and trying to install it manually. Unfortunately I have an unmet dependency on the version of libc6.



What is the cleanest way to install it on my 12.04 11.04? Is this what a backport would be for? How can I find it or make it?



I am a bit afraid of manually overriding the version of libc6 and installing a newer one, I wouldn't want to end up breaking the system.



UPDATE: my mistake: the computer I am talking about is not running 12.04 but 11.04.


More From » dpkg

 Answers
0

udisks v1.0.4-5ubuntu2 is only available for Ubuntu 12.04



However the only change un udev seems to be the new rule for the card reader. You can it it manually as described in the bug report:



echo 'DRIVERS=="rts_bpp", ENV{ID_DRIVE_FLASH_SD}="1"' | sudo tee -a /lib/udev/rules.d/81-udisks-realtek.rules


Of course this is only useful if you have the driver installed:



wget http://planet76.com/drivers/realtek/rts-bpp-dkms_1.1_all.deb
sudo apt-get install dkms
sudo dpkg -i rts-bpp-dkms_1.1_all.deb


I don't know if this driver works with Ubuntu 11.04.


[#36519] Sunday, December 25, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
riffnkful

Total Points: 390
Total Questions: 123
Total Answers: 110

Location: Puerto Rico
Member since Sat, Mar 13, 2021
3 Years ago
riffnkful questions
Thu, Nov 17, 22, 04:24, 1 Year ago
Mon, Nov 28, 22, 01:40, 1 Year ago
Mon, Jul 11, 22, 13:24, 2 Years ago
Sun, Feb 5, 23, 05:06, 1 Year ago
;