LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 07-12-2004, 03:09 AM   #1
John Dory
LQ Newbie
 
Registered: Jul 2004
Location: Sydney, Australia
Distribution: Suse 10.1 KDE
Posts: 13

Rep: Reputation: 0
keyboard freeze in Suse 9.1


I have just done a fresh install of Suse 9.1. I reformatted the hard drive before install. Previously I was running Suse 9.0.

I now have a strange problem. I will be typing away and the keyboard will suddenly stop working. The mouse works, and I can do mouse related activities (open and close windows, start applications etc) but the keyboard just refuses to work.

I've tried running a terminal window, the keyboard still won't work. I've tried CTRL-ALT-F2 to go to console mode but get no response.

Now for the crazy part. If I hit CTRL-SHIFT-F2 the keyboard starts working again!! Then I can use my computer fine.

This is an intermittent problem. I havent seen any pattern with it yet.
Specifically
It happens when I'm on battery power and when I'm on AC
It happens with ACPI and APM turned off and with them both turned on.

1) Has anyone seen this before? Any idea why it happens?

2) What does CTRL-SHIFT-F2 do? And why does it start my keyboard working again?

My setup is

Toshiba laptop Satellite 2410
Suse9.1
KDE

Any response appreciated

J
 
Old 07-12-2004, 06:50 AM   #2
Vlad-A
Member
 
Registered: May 2004
Location: Vienna, Austria
Distribution: Open SuSE 11, Mac OS X 10.5
Posts: 299

Rep: Reputation: 33
Usually
CTRL + SHIFT + F2 switches to the second desktop (as you know you can have multiple desktops).

You may take a look on:
~/.kde/share/config/kdeglobals
to see what is the effect of a keyboard combination in KDE.

I suggest you perform an YOU (Yast Online update). Perhaps this can help.

I know there were some keyboard realted problems with Satilite Laptops
You may take a look on:
http://www.thorstenhaas.de/toshiba2410/
http://www.buzzard.org.uk/toshiba/

This helped me with my old Satelite.

As far I know in the SuSE Kernel the Toshiba Laptop support is compiled as module.
I have heard some people say, taht compiling it into the kernel (so no as module) fixed
their problems. I could not verify this on my own.
 
Old 07-13-2004, 09:04 PM   #3
JordanH
Member
 
Registered: Oct 2003
Location: Toronto, Canada
Distribution: Ubuntu, FC3, RHEL 3-4 AS Retired: SuSE 9.1 Pro, RedHat 6-9, FC1-2
Posts: 360

Rep: Reputation: 30
I experience the same thing and have all the patches for my system. I haven't found a solution for it.

The strange bit is that the keyboard freezes but the mouse is fine... I then have to graphically log out of KDE and log back in again. Annoying.
 
Old 07-13-2004, 11:36 PM   #4
Vlad-A
Member
 
Registered: May 2004
Location: Vienna, Austria
Distribution: Open SuSE 11, Mac OS X 10.5
Posts: 299

Rep: Reputation: 33
Hi JordanH,

does those freezes happen with a particular Application (e.g. Netscape or OpenOffice) ?

Do you have 3d or 2d acceleration enabled ?
If yes, can you disble them and see if freezes happen.

Somehow I think that it might be the graphic card (actualyl the driver) that is locking up your System.

If nothing helps, can you try to run with a framebuffer device instead the driver of your card ?

(See last posting in:
http://www.linuxquestions.org/questi...hreadid=189158
It's a short description about how to set-up the framebuffer device)

BTW: Do you have a nVidia Card ?

Last edited by Vlad-A; 07-13-2004 at 11:39 PM.
 
Old 07-15-2004, 08:18 PM   #5
John Dory
LQ Newbie
 
Registered: Jul 2004
Location: Sydney, Australia
Distribution: Suse 10.1 KDE
Posts: 13

Original Poster
Rep: Reputation: 0
Vlad,

I had a look at the KDE configuration file you mentioned. Ctrl-Shift-F2 is mapped to "Switch to Desktop 12" or something similar!!

I'm starting to doubt if its a KDE thing at all. The problem has occured during boot; I was trying to hit 'F2' to see the boot log instead of the splash screen, and it wouldnt work. After hitting the ctrl-shift-f2 combination, the 'F2' key then worked.

However, I have seen the keyboard lock up in the 'login' screen, but still work in the Grub boot loader thingy.

I performed an online update (which I had never done before). I downloaded the NVidia video driver, as well as all the other 'suggested' fixes. The problem is still occuring though.

The problem happens with pretty much any application I think. I've seen it happen in OpenOffice, IntelliJ IDEA, Mozilla... once it happens it effects every application.

JordanH.... does hitting ctrl-shift-f2 fix the problem?

I might try this frame buffer thing and see if its any better
 
Old 07-15-2004, 11:02 PM   #6
Vlad-A
Member
 
Registered: May 2004
Location: Vienna, Austria
Distribution: Open SuSE 11, Mac OS X 10.5
Posts: 299

Rep: Reputation: 33
John,

it looks like the nVidia driver. nVidia drivers are known to freeze the System. Although I have to admit that the ones from
ATI are not that much better.

I suggest that you boot without the splash screen.

Log-in as root and open /boot/grub/menu.lst

add to the kernel you are booting splash=0 as boot option. Below an Example
......
###Don't change this comment - YaST2 identifier: Original name: linux###
title SuSE 9.1 (2.6.5-7.95-default)
kernel (hd0,7)/boot/vmlinuz root=/dev/hda8 vga=0x31a splash=0 desktop resume=/dev/hda9 showopts
.......

you may also try (do not enter in the menu.lst file. Justy enter at the options line in the boot screen) as boot options
acpi=off noapic
maybe also
pcii=noacpi

and see if this helps.

Try also to disable 3D acceleration and see if this helps.

You may also try following:

Take a look on your: /etc/X11/XF86Config

Find there the Device Section
(Section "Device")

Take a look for the AGP option
Option "NvAGP"
Change this Option to Off. So it should look like:
Option "NvAGP" "0"

Last edited by Vlad-A; 07-15-2004 at 11:32 PM.
 
Old 07-20-2004, 05:55 PM   #7
JordanH
Member
 
Registered: Oct 2003
Location: Toronto, Canada
Distribution: Ubuntu, FC3, RHEL 3-4 AS Retired: SuSE 9.1 Pro, RedHat 6-9, FC1-2
Posts: 360

Rep: Reputation: 30
Hi All,

Sorry for my delayed response. I didn't see this thread continue collecting posts...

Yes, I am using an NVidia card. GeForce 2 IIRC. I have implemented the proper NVidia drivers...

No, ctrl-shift-f2 does not fix the problem. Unfortunately. The whole keyboard is locked until the X server is restarted. I still have control of the mouse and can graphically logout... the X server resets, NVidia splash screen and then we are back in action. My other alternative to this is that I ssh to the box and kill off the X processes... uh... it's been a long while so i don't remember which exact one.

Fingers crossed, it has been a week since this happened... maybe updates to my system have corrected the problem.
 
Old 07-20-2004, 10:40 PM   #8
JordanH
Member
 
Registered: Oct 2003
Location: Toronto, Canada
Distribution: Ubuntu, FC3, RHEL 3-4 AS Retired: SuSE 9.1 Pro, RedHat 6-9, FC1-2
Posts: 360

Rep: Reputation: 30
hahahahahaahaha

Wouldn't you know it? After I typed my previous message about this event not occuring anymore, it happened TWICE tonight!!! Someone out there in computer land is having their way with me.

Both times my keyboard froze while using the latest version of aMSN (0.92?) under KDE. Firefox 0.8 was also sitting idly-by but I wasn't actively surfing.
 
Old 07-21-2004, 10:20 PM   #9
JordanH
Member
 
Registered: Oct 2003
Location: Toronto, Canada
Distribution: Ubuntu, FC3, RHEL 3-4 AS Retired: SuSE 9.1 Pro, RedHat 6-9, FC1-2
Posts: 360

Rep: Reputation: 30
Ok... I froze my keyboard again. Again, I was using aMSN. Me thinks that may be the cause.
 
Old 08-07-2004, 12:30 AM   #10
ehw
LQ Newbie
 
Registered: Aug 2004
Posts: 1

Rep: Reputation: 0
I experience similar problem with 9.1: sometimes the keyboar freezes (mouse is still working fine). I have a regular ps/2 logitech keyboard. Sometimes it happens during boot. In this case all three keyboard leds (NumLock, CapsLock and ScrollLock) are on.

Physicall plugging out and pluggin in the keyboard fixes the problem (I know, I know...)
 
Old 08-09-2004, 08:19 PM   #11
JordanH
Member
 
Registered: Oct 2003
Location: Toronto, Canada
Distribution: Ubuntu, FC3, RHEL 3-4 AS Retired: SuSE 9.1 Pro, RedHat 6-9, FC1-2
Posts: 360

Rep: Reputation: 30
I have definitely narrowed the problem down to aMSN on my system.
 
Old 08-11-2004, 07:04 PM   #12
Steven Hirsch
LQ Newbie
 
Registered: Aug 2004
Distribution: SuSE 9.1
Posts: 3

Rep: Reputation: 0
I have been seeing this at regular intervals also, but no combination of keys seems to revive the system. Visual Cadd under Codeweavers Wine is almost guaranteed to bring keyboard to a total halt. The comments about the video adapter are interesting, since I'm running an Nvidia FX5500. This problem has persisted across the last (2) officially released drivers (6106 and 6111), but I've not seen anything which convincingly points to the graphics card as the root cause.

I'm more inclined to think this is a KDE or XFree86 issue. If I force a console change by logging in from another box and doing, e.g. 'chvt 2', the keyboard is active at the console prompt. This suggests that the low-level functions are operating.

Like others, if I quit KDE the keyboard becomes active again under kdm.

Steve
 
Old 08-13-2004, 02:56 PM   #13
thedrew
LQ Newbie
 
Registered: Feb 2002
Distribution: SuSE 9.0; trying to install Gentoo
Posts: 13

Rep: Reputation: 0
I'm also having the same problem. Though I am not using an NVidia card And don't think that it graphical since it was locked up on me while I was in other terminals. And as of for aMSN I don't use that. And as of for updating, I am completely updated. Also, the problem has presented itself in KDE, Gnome, regular terminals. But my problem is a little words then the rest of you all... I have to actually reboot my computer to get the keyboard working again...Any other Ideas that anyone has would be helpful to those of us suffering!

SuSE 9.1
Toshiba Satelite. 1405-S151


Thanks,
TheDrew
 
Old 08-15-2004, 10:06 PM   #14
JordanH
Member
 
Registered: Oct 2003
Location: Toronto, Canada
Distribution: Ubuntu, FC3, RHEL 3-4 AS Retired: SuSE 9.1 Pro, RedHat 6-9, FC1-2
Posts: 360

Rep: Reputation: 30
Perhaps y'all are right... here are some syslog messages from the latest occurence.

Quote:
Aug 15 22:20:56 gate kernel: Badness in pci_find_subsys at drivers/pci/search.c:167
Aug 15 22:20:56 gate kernel: Call Trace:
Aug 15 22:20:56 gate kernel: [<c01dfc1a>] pci_find_subsys+0xca/0xe0
Aug 15 22:20:56 gate kernel: [<c01dfc3b>] pci_find_device+0xb/0x10
Aug 15 22:20:56 gate kernel: [<c01dfc53>] pci_find_slot+0x13/0x50
Aug 15 22:20:56 gate kernel: [<d2ffff97>] os_pci_init_handle+0x35/0x5b [nvidia]
Aug 15 22:20:56 gate kernel: [<d3019f8f>] _nv001243rm+0x1f/0x24 [nvidia]
Aug 15 22:20:56 gate kernel: [<d3160845>] _nv000816rm+0x2f5/0x384 [nvidia]
Aug 15 22:20:56 gate kernel: [<d30c905c>] _nv003801rm+0xd8/0x100 [nvidia]
Aug 15 22:20:56 gate kernel: [<d316037f>] _nv000809rm+0x2f/0x34 [nvidia]
Aug 15 22:20:56 gate kernel: [<d30f8278>] _nv003606rm+0xe4/0x114 [nvidia]
Aug 15 22:20:56 gate kernel: [<d30f7f29>] _nv003564rm+0x7c9/0x908 [nvidia]
Aug 15 22:20:56 gate kernel: [<d3032997>] _nv004046rm+0x3a3/0x3b0 [nvidia]
Aug 15 22:20:56 gate kernel: [<d3134233>] _nv001476rm+0x1d3/0x45c [nvidia]
Aug 15 22:20:56 gate kernel: [<d301caca>] _nv000896rm+0x4a/0x64 [nvidia]
Aug 15 22:20:56 gate kernel: [<d301e2e4>] rm_isr_bh+0xc/0x10 [nvidia]
Aug 15 22:20:56 gate kernel: [<d2ffe95d>] nv_kern_isr_bh+0x6/0xa [nvidia]
Aug 15 22:20:56 gate kernel: [<c0122f18>] tasklet_action+0x38/0x70
Aug 15 22:20:56 gate kernel: [<c01231e3>] __do_softirq+0x43/0x90
Aug 15 22:20:56 gate kernel: [<c0123256>] do_softirq+0x26/0x30
Aug 15 22:20:56 gate kernel: [<c010a8f5>] do_IRQ+0x125/0x1a0
Aug 15 22:20:56 gate kernel: [<c0108d48>] common_interrupt+0x18/0x20
Aug 15 22:20:56 gate kernel:
 
Old 08-18-2004, 10:47 PM   #15
tedg
LQ Newbie
 
Registered: Mar 2004
Distribution: SuSE, Ubuntu, Knoppix
Posts: 9

Rep: Reputation: 0
Me also

I have a Toshiba M15-S405 which is behaving similarly. SuSE 9.1 fully updated with patches.

Some other observations:

1. Occasional hangs during boot (around 19 in the count down)
2. Keyboard freeze is intermittent, no specific application appears to be the culprit
3. I am using the Nvidia supplied drivers built per thei nvidia web site
4. I've not tried the F2 trick, Ctrl Alt Backspace does not work to shut down X

The freezes are occuring daily but I have insufficient time to do a detailed diagnosis.
Any hints welcome!

ted
 
  


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
keyboard freeze Steel Shepherd Mandriva 0 11-01-2005 04:06 PM
Freeze on reboot with no keyboard installed! CTRLBREAK Linux - Hardware 2 04-12-2005 06:46 PM
Keyboard Freeze on old laptop Jimmy The Clown Linux - Laptop and Netbook 0 01-23-2005 06:03 PM
keyboard freeze ferreter Linux - General 0 09-01-2003 09:52 AM
Keyboard freeze at boot loader jefferson117 Linux - Newbie 1 10-16-2002 05:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 05:33 PM.

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