11

When I plug an SD card into the SD card reader (/dev/mmcblk0), a popup appears, saying:

Authentication is required to mount a device.

When I plug in a VGA cable between my laptop and an external monitor, I get:

Authentication is required to create a colour managed device.

When I close the lid, requesting the computer suspend, I get:

Authentication is required before suspending the system.

I've done everything suggested in the answers to:

And rebooted, but the same results persist.

The latter two popups don't actually prevent anything from happening -- the screen still works, and so does suspension, but I can't access the SD card until I authenticate.

If only because they're an annoyance, how can I make them go away?

My user is definitely in the sudo group, and I've edited the polkit XML files as suggested in the above questions.

Is there some way to make these stop?


the output of groups is:

cat adm cdrom sudo dip plugdev lpadmin sambashare libvirtd
cat
  • 1,712

1 Answers1

1
  1. If you can get a Live CD / Live USB for the version of Ubuntu you're running, boot to it and select the "Refresh system files" option. This may reset some other changes you have made to system files.

  2. For me, the problem went away when I do-release-upgraded that system from 15.10 to 16.04 -- probably because the polkit infrastructure changed and so did the configuration causing the issues.

Unfortunately, I don't know of another way to fix this without Live Media or waiting for a version change.

cat
  • 1,712