LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 03-15-2018, 10:06 AM   #16
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925

Quote:
Originally Posted by farhankhatri435 View Post
I did not reinstall kali linux yet. I am going to do that as my last resort to solve this problem. Do you any idea on which packages dealing with the input should i reinstall?
Only you know which packages your upgrading efforts installed since your keyboard last worked properly. You should find a list in /var/log/apt/history.log. However it is difficult to say, and since you will need to downgrade the package(s) that caused the problem (which could cause knock-on dependency-related issues with other packages), it would be far easier, imo, to start from scratch and build up incrementally, checking each time if the keyboard works correctly. You could always do this on another flash drive.
 
1 members found this post helpful.
Old 03-15-2018, 10:12 AM   #17
farhankhatri435
LQ Newbie
 
Registered: Mar 2018
Posts: 27

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Only you know which packages your upgrading efforts installed since your keyboard last worked properly. You should find a list in /var/log/apt/history.log. However it is difficult to say, and since you will need to downgrade the package(s) that caused the problem (which could cause knock-on dependency-related issues with other packages), it would be far easier, imo, to start from scratch and build up incrementally, checking each time if the keyboard works correctly. You could always do this on another flash drive.
Yeah. That sounds like a more convenient solution. Thank you for your help sir!!
 
Old 03-15-2018, 10:14 AM   #18
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by farhankhatri435 View Post
Yeah. That sounds like a more convenient solution. Thank you for your help sir!!
No problem. It would be good to hear which package(s) caused the problem, so please do come back and update this thread when you find out.
 
Old 03-15-2018, 10:53 AM   #19
farhankhatri435
LQ Newbie
 
Registered: Mar 2018
Posts: 27

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
No problem. It would be good to hear which package(s) caused the problem, so please do come back and update this thread when you find out.
I was thinking to flash the usb pen drive and install a new kali linux system on it because i had updated the system by specific packages, but by typing


"apt-update"
After that was complete, i went with
"apt-upgrade"
After that,
"apt full-upgrade"
And then i shut down the system, and then I booted into the kali linux live usb persistence again. And i found that my keyboard was not working.. Also, after updating the system, I found that

Code:
root@kali:~uname -a
Linux kali 4.9.0-kali3-amd64 #1 SMP Debian 4.9.18-1kali1 (2017-04-04) x86_64 GNU/Linux
root@kali:~@uname -r
4.9.0-kali3-amd64
So isn't it so that there must be a 2018 system installed in the laptop?


My sources.list repositories are
Code:
#berkeley
#deb https://mirrors.ocf.berkeley.edu/kali kali-rolling main contrib non-free
#For source package access, uncomment the following line
#deb-src http://www.kali.org/kali kali-rolling main contrib non-free


#india
#deb http://kali.cs.nctu.edu.tw/kali kali-rolling main contrib non-free


#original
deb http://http.kali.org/kali kali-rolling main contrib non-free
#For source package access, uncomment the following line
#deb-src http://www.kali.org/kali kali-rolling main contrib non-free
 
Old 03-15-2018, 11:12 AM   #20
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
I don't think you are understanding. You should *not* be doing an apt upgrade or an apt full-upgrade. You should be upgrading packages individually or in batches so that you can determine which one(s) caused the problem. Note also that, unless Kali has some shortcuts set up, it is not apt-update or apt-upgrade, it is apt update and apt upgrade without the hyphens.

I hope you don't mind me saying but I agree with TB0ne. As a newbie, you should select another distro, an easier one, and cut your teeth on that. You will only find problems continuing to try getting Kali to work with the limited knowledge that you so far have gained.
 
2 members found this post helpful.
Old 03-15-2018, 11:22 AM   #21
farhankhatri435
LQ Newbie
 
Registered: Mar 2018
Posts: 27

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
I don't think you are understanding. You should *not* be doing an apt upgrade or an apt full-upgrade. You should be upgrading packages individually or in batches so that you can determine which one(s) caused the problem. Note also that, unless Kali has some shortcuts set up, it is not apt-update or apt-upgrade, it is apt update and apt upgrade without the hyphens.

I hope you don't mind me saying but I agree with TB0ne. As a newbie, you should select another distro, an easier one, and cut your teeth on that. You will only find problems continuing to try getting Kali to work with the limited knowledge that you so far have gained.
I actually misspelled "apt upgrade" and "apt update" . I too think that TBOne has a point. I have been using kali linux for like a year now. But I am very much interested in ethical hacking and I find kali linux comforting for me to learn all this. Are there any mistakes in the sources.list files? And is it better for me to use an official mirror of kali which is near my country to download the packages as they offer 100 times the speed i get using the official server of kali?
 
Old 03-15-2018, 11:34 AM   #22
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by farhankhatri435 View Post
I actually misspelled "apt upgrade" and "apt update" . I too think that TBOne has a point. I have been using kali linux for like a year now. But I am very much interested in ethical hacking and I find kali linux comforting for me to learn all this. Are there any mistakes in the sources.list files? And is it better for me to use an official mirror of kali which is near my country to download the packages as they offer 100 times the speed i get using the official server of kali?
I hope someone can help you with this as I hardly know anything about Kali itself, just the apt package manager (through my work with Linux Mint).

You appear to be asking very basic questions about Kali for someone who has used it for a year. That may suggest that Kali is not such a great teaching distro after all. As you may have read, all the ethical hacking packages that are found in Kali can be used in other distros too. You can always come back to Kali once you have used another Debian-based distro for a while and have built up some proficiency in Linux. You will probably find that it will make you a much better user of Kali in the long-run.
 
3 members found this post helpful.
Old 03-17-2018, 02:04 AM   #23
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by farhankhatri435 View Post
Although, i can adjust the brightness and volume of the kali system properly with the keyboard with the F(1-10) keys, the other keys do not work.
this is an interesting detail that maybe got lost in all the noise.
 
Old 03-17-2018, 02:16 AM   #24
farhankhatri435
LQ Newbie
 
Registered: Mar 2018
Posts: 27

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
this is an interesting detail that maybe got lost in all the noise.
How's that Sir?
 
Old 03-17-2018, 03:00 AM   #25
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
because it means that your keyboard actually works, you just can't type stuff for some reason.
(and i find it extremely unlikely that it's a hardware problem where only Fn keys work, and all other keys are broken)
 
Old 03-17-2018, 03:08 AM   #26
farhankhatri435
LQ Newbie
 
Registered: Mar 2018
Posts: 27

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
because it means that your keyboard actually works, you just can't type stuff for some reason.
(and i find it extremely unlikely that it's a hardware problem where only Fn keys work, and all other keys are broken)
I came to the conclusion of Fn keys working because i was able to control brightness and volume with their help in the machine. Do you have any ideas regarding what packages should be reinstalled?
I thank you for you interest in solving this problem!
 
Old 03-17-2018, 08:11 AM   #27
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,797

Rep: Reputation: 8002Reputation: 8002Reputation: 8002Reputation: 8002Reputation: 8002Reputation: 8002Reputation: 8002Reputation: 8002Reputation: 8002Reputation: 8002Reputation: 8002
Quote:
Originally Posted by farhankhatri435 View Post
I came to the conclusion of Fn keys working because i was able to control brightness and volume with their help in the machine. Do you have any ideas regarding what packages should be reinstalled?
I thank you for you interest in solving this problem!
I'm sorry, farhankhatri435, but you really seem to be missing what you're getting told. This thread, and your other, all have been telling you very clearly one thing: DO NOT USE KALI. As hydrurga said, you appear to be asking many questions that someone who has used Kali for a while now should know.

Again, as you've been told in this thread before, you have (again) damaged your system by messing about with repositories. Do not. So (again) do a fresh reload. There is no way for ANYONE here to know what packages got updated/moved/removed/downgraded/whatever by whatever commands you ran, against whatever repositories you put in. We just don't know, and can't. If you really want to ignore the advice of EVERYONE and run kali anyway, then do a fresh install of it.
 
2 members found this post helpful.
Old 03-17-2018, 11:06 PM   #28
farhankhatri435
LQ Newbie
 
Registered: Mar 2018
Posts: 27

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TB0ne View Post
I'm sorry, farhankhatri435, but you really seem to be missing what you're getting told. This thread, and your other, all have been telling you very clearly one thing: DO NOT USE KALI. As hydrurga said, you appear to be asking many questions that someone who has used Kali for a while now should know.

Again, as you've been told in this thread before, you have (again) damaged your system by messing about with repositories. Do not. So (again) do a fresh reload. There is no way for ANYONE here to know what packages got updated/moved/removed/downgraded/whatever by whatever commands you ran, against whatever repositories you put in. We just don't know, and can't. If you really want to ignore the advice of EVERYONE and run kali anyway, then do a fresh install of it.
You're right man. I have been not listening. I violent i must delete kali now.
 
Old 03-17-2018, 11:06 PM   #29
farhankhatri435
LQ Newbie
 
Registered: Mar 2018
Posts: 27

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by farhankhatri435 View Post
You're right man. I have been not listening. I violent i must delete kali now.
I bilieve i must delete kali*
 
Old 04-07-2018, 06:31 AM   #30
farhankhatri435
LQ Newbie
 
Registered: Mar 2018
Posts: 27

Original Poster
Rep: Reputation: Disabled
Hey! I thank you all for responding to all the questions I asked here. As mentioned earlier, I have deleted kali linux. Now I also seeing that this same problem that i had with my live usb persistence kali, is also happening with many other people. So, even though I have deleted my kali, i would appreciate if anyone who knows the solution to this problem, can post it here. I would like to know the where the problem with the system was.Thank you!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Kernel panic + log. Kali persistence live usb ErikDz Linux - Newbie 11 01-23-2018 11:21 AM
Kernel panic BUT Kali *persistence* live usb. ErikDz Linux - Newbie 1 01-18-2018 04:15 PM
Kernel panic BUT Kali *persistence* live usb. ErikDz Linux - Newbie 1 01-18-2018 11:36 AM
Terminal not opening on kali linux live usb persistence mahro Linux - Software 5 11-10-2017 05:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 12:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration