Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

My Debian freezes my keyboard and blanks my screen

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
ELDebiano
Posts: 69
Joined: 2015-08-12 05:47

My Debian freezes my keyboard and blanks my screen

#1 Post by ELDebiano »

This started happening after I started working on the kernel image and initramfs tools configurations basically started trying to make my system work the way I wanted.

I can be doing anything like playing worms or being on this forum and the screen turns black but I don't lose energy just nothing shows on the screen and my keyboard doesn't respond the num lock doesn't turn either state, so I'm puzzle... if you could tell me what it is I'll be eternally grateful.

User avatar
Ardouos
Posts: 1077
Joined: 2013-11-03 00:30
Location: Elicoor II
Has thanked: 1 time
Been thanked: 4 times

Re: My Debian freezes my keyboard and blanks my screen

#2 Post by Ardouos »

ELDebiano wrote:This started happening after I started working on the kernel image and initramfs tools configurations basically started trying to make my system work the way I wanted.
What kernel image are you using now?

What is your hardware?
There is only one Debian | Do not break Debian | Stability and Debian | Backports

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

ELDebiano
Posts: 69
Joined: 2015-08-12 05:47

Re: My Debian freezes my keyboard and blanks my screen

#3 Post by ELDebiano »

Ardouos wrote:
ELDebiano wrote:This started happening after I started working on the kernel image and initramfs tools configurations basically started trying to make my system work the way I wanted.
What kernel image are you using now?

What is your hardware?
Well I'm not using the new kernel image since I didn't like it I don't remember why so I turned my old grub.conf pointing to the original kernel version debiain 8.1 came with and my initrd img I replaced it with the original one as well since it messed up my fonts. my motherboard and all is:
http://www.techpowerup.com/forums/membe ... io.100223/

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: My Debian freezes my keyboard and blanks my screen

#4 Post by Head_on_a_Stick »

ELDebiano wrote:This started happening after I started working on the kernel image and initramfs tools configurations basically started trying to make my system work the way I wanted.
Please describe in great detail exactly what you have done.

Have you tried resetting your initramfs configuration files, re-installing the stock kernel and re-configuring GRUB so that your system boots the default kernel version with a standard initrd?
deadbang

ELDebiano
Posts: 69
Joined: 2015-08-12 05:47

Re: My Debian freezes my keyboard and blanks my screen

#5 Post by ELDebiano »

Head_on_a_Stick wrote:
ELDebiano wrote:This started happening after I started working on the kernel image and initramfs tools configurations basically started trying to make my system work the way I wanted.
Please describe in great detail exactly what you have done.

Have you tried resetting your initramfs configuration files, re-installing the stock kernel and re-configuring GRUB so that your system boots the default kernel version with a standard initrd?
yes I have my initramfs tool modules file empty, and I'm just pointing the grub to the older or first vmlinuz or kernel image and same for inird image I am using the back up file and deleted the newly created by initramfs -u. Still my pc frooze just now again turning off the screen.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: My Debian freezes my keyboard and blanks my screen

#6 Post by Head_on_a_Stick »

^ Probably best to just delete (or move) the kernel images & initramfs and re-install the kernel package to generate fresh versions then run `update-grub`

Is there anything in the system logs relating to the freeze?

I like to use the systemd journal for this -- you can access it by adding your user to the "systemd-journal" group:

Code: Select all

# gpasswd -a <user name> systemd-journal
# newgrp systemd-journal
Some guides for usage here:
https://www.digitalocean.com/community/ ... stemd-logs
https://wiki.archlinux.org/index.php/Systemd#Journal
http://0pointer.de/blog/projects/journalctl.html
deadbang

Post Reply