I still get many people asking me how to fix this behavior in Linux.
Since this bug is now nine years old and there seems to be no interest
in providing a "proper" fix, I've created a small shell script that
should configure your system to generate a cedilla c on '+c:
https://github.com/marcopagan
This problem hit me hard today. Problems like this definitely diminish
the user trust in the Ubuntu upgrade process.
The solution was a painful manual rollback, using the output of "dpkg
--get-selections" from before the upgrade (this old habit has saved me
in more than one occasion). Getting my s
The problem (at least in 12.04) is that udev is called in /scripts/init-
top and dropbear is called right away in /scripts/init-
premount/dropbear. There's no time for udev to load the network module
and the card to be probed and recognized before dropbear tries to
initialize the network.
A quick