Linux Lite Forums
Password problem. - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5)
+--- Forum: Installing Software (https://www.linuxliteos.com/forums/forumdisplay.php?fid=18)
+--- Thread: Password problem. (/showthread.php?tid=2606)



Password problem. - Uncle Dave - 01-28-2016

I have run into a problem with my password. It works fine to log in on boot but when I try to do software updates and enter the same password it says the password is incorrect. I have rebooted and logged in many times, no problem with the password but it will not accept the same password for software updates.  Sad

This is a LL 2.6 32 bit install on a Acer AOA150 netbook.

Also did a complete fresh install, still have the same problem.


Re: Password problem. - torreydale - 01-28-2016

If you open a terminal and copy and paste in the following, do you also get the password issue?

Code:
sudo apt-get update



Re: Password problem. - Uncle Dave - 01-28-2016

torreydale, it accepted my password in terminal.


Re: Password problem. - torreydale - 01-29-2016

Try this:

Code:
sudo apt-get update && sudo apt-get upgrade

If that works, try the Install Updates utility again.


Re: Password problem. - Uncle Dave - 01-29-2016

torreydale, I owe you an apology. I entered the Terminal commands on the wrong machine. I have two LL systems on the go right now and I made a mistake.

The good news is that I now see the problem, the keyboard mapping is wrong. I'm not sure how to correct it. I have gone back through the install process several times selecting and testing different keyboard options but no luck so far.


Re: Password problem. - paul1149 - 01-29-2016

The difference between the original login success and the subsequent failure leads me to suspect a NUMLOCK situatino. I had this on some netbook/laptop installs myself. LL came out of the box with numlock enabled, and on most laptops with small keyboards that means the embedded numpad is enabled. Try your passwords after making sure numlock is off.


Re: Password problem. - avj - 01-29-2016

To set keyboard layout go to Menu>Settings>Keyboard and click on the Layout tab, untick the check box labeled "Use system defaults" and select the layout needed.
For the acer aoa150 I use the Acer Laptop layout.


Re: Password problem. - Uncle Dave - 01-29-2016

Thanks paul1149, I did a search on the forum for keyboard issues and found the issue with the Fn +Num Lock keys.

avj, thank you for the info!