I'm using Parrot security OS MATE. The keyboard working fine elsewhere but when I try to enter my root password for using any elevated privileges, the keyboard stops working.
Keyboard not working while entering root password(Linux)
2k Views Asked by Shivansh Bhatnagar At
2
There are 2 best solutions below
Related Questions in KEYBOARD
- Layout not shifting up when keyboard is open
- Unity3d - Input.GetKey returns true more than once
- Android: how to prevent jumping/flashing of views when trying to replace keyboard with a view
- Objective c keyboard opens unwillingly
- How to add scrollview to keyboardView in android
- C# - SendInput() - Hold Key Down?
- How to change keyboard language programmatically in windows 8
- Dismiss the Keyboard in Swift via hitTest
- How to convert VK scan codes to appropriate character for language selected
- How to get keystrokes with java outside of frames
- del key on a PC keyboard with MAC mini
- How to find which key is pressed, not which character it will be?
- Android soft keyboard in Chinese languages
- Is this Possible to add Keyboard Predictive option in UISearchBar keyboard
- Xcode Changing Keyboard
Related Questions in ROOT
- MySql can not grant privileges to root
- MariaDB installed without password prompt
- .htaccess root changed with mod_rewrite
- Go root, create tmux, send commands and then attach - all via a single SSH command in a bash script
- PHP: take a path from site root given an absolute path
- Redirect from server root directory to apache root directory
- Access denied for user 'root'@'localhost' (using password: YES) EVEN when the Password works on PhpMyAdmin
- Reading eeprom on linux without root right
- Vanilla Android allow direct SU/Root access
- How do I connect the RIGHT way from One Server SQL to another and make updates?
- How to define custom location for crossdomain.xml file?
- MySQL: Access denied for user 'root'@'localhost' Mac osx
- Control another tab bar controller's view to root view by Swift code
- Get the output from executed commands through android app
- Is it possible to pipe the password to login as root , rather that typing the password when it prompts in command line?? - Korn shell
Related Questions in SUDO
- Run sudo as specific user without password
- Add NOPASSWD for a specific command
- Append path to sudo secure_path
- Using smartctl without sudo
- Run a command with sudo in bash shell
- Run multiple commands in linux without logging as root user?
- pip with virtualenv requires sudo
- Using quotes on a sudo encapsulated sed command already using quotes
- ant command needs sudo authority to run on OSX?
- sudo vim crontab vs sudo crontab e - when to use
- why does this tar command fail when passed as string in ssh call?
- Running script over SSH works. But over xinetd or after switching user it wont work
- How to run a script with a for loop by sudo command
- Jobs Started from .profile getting killed
- Composer: file_put_contents(./composer.json): failed to open stream: Permission denied
Related Questions in PARROT-OS
- Split the array by anything that isn't a letter
- Vim Parrot Os not installing
- How to make Parrot OS go full screen on HYPER-V?
- Can't run GitKraken on ParrotOS 4.3
- Cannot open shared object file libpng12.so.0
- how to find the function of an input in gdb to disassemble?
- nothing happens when i click on burpsuite / parrot 4.11.1
- How do I install shutter?
- Problema with python (pip) in ParrotOS
- Keyboard not working while entering root password(Linux)
- Nmap not showing MAC address & does not seem to be doing ARP ping scans
- pdfdump in python not working using scapy
- I cannot start parrot os on my virtual machine
- Linux-OS missing after installing in Virtualbox
- AWS EC2 Parrot Linux instance
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I think you don't know that Linux terminal Hide password type feedback. Just type your password correctly and hit enter. It you will works. If you enter wrong password then It will show you
If you want to see your keystroke feedback in terminal then open your terminal
Ctrl + Alt + Tand RunAnd enter your password correctly
You will see file like one below. Using arrow keys, navigate to the end of line:
Add this line with
,pwfeedback. Result should look like this:Save with
Ctrl + Xand then typingyand hit “Enter” to accept Now close and re-launch command prompt to see if this worked or not.