the system crashed

Posts: 9
Lchris
Joined: 21 Mar 2008
#1
After a long period of inactivity I decided to use my antix laptop. I did apt-get update/upgrade and after rebooting I had problems with my keyboard. I had to use two strokes for each letter I was typing. After googling, I discovered something similar to my case:

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514975"
linktext was:"http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514975"
====================================
" onclick="window.open(this.href);return false
I removed the xkb-data and the typing problem was fixed but I lost mouse and touchpad' s functionality so there is no access to any menus now. What should I do now? If there is any log file which might be helpful please tell me how to get it and I will post it here.
Many thanks

PS I am completely useless in using linux as it took me ages even to find out how to exit xserver and use cli.
Posts: 903
plvera
Joined: 11 Oct 2008
#2
Hello lchris:

I'm sorry that I don't have a specific suggestion on how to fix your problem. However, as a general suggestion, is installing antix-8 an option for you?

Pedro
anticapitalista
Posts: 5,959
Site Admin
Joined: 11 Sep 2007
#3
If you are using antiX-M7 then you should be able to press windows key and c to get a terminal.
Then su to root and reinstall xkb-data so you at least get your mouse back.

Then try
#apt-get update
apt-get install xkb-data/stable

You may want to post your /etc/apt/sources.list
Posts: 9
Lchris
Joined: 21 Mar 2008
#4
I will give it a go and post you back. BTW is there any way to change the Ethernet settings by using cli and keyboard only otherwise I will not be able to connect my antix machine to internet.

Thank you all for the replies

Chris
anticapitalista
Posts: 5,959
Site Admin
Joined: 11 Sep 2007
#5
Try as root in a terminal

dhclient eth0 (or whatever you use, could be eth1)
Posts: 9
Lchris
Joined: 21 Mar 2008
#6
dhclient eth0 worked. I did the
#apt-get update
apt-get install xkb-data/stable but no luck.
It gives me an error that ivman"started" failed and error dpkg processing ivman (--configure--)
anticapitalista
Posts: 5,959
Site Admin
Joined: 11 Sep 2007
#7
Try
apt-get -f install
apt-get clean
apt-get update
apt-get remove --purge ivman
apt-get install xkb-data/stable