LinuxQuestions.org
Support LQ: Use code LQCO20 and save 20% on CrossOver Office
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 08-25-2002, 08:18 AM   #1
ndove
LQ Newbie
 
Registered: Aug 2002
Location: vegas
Distribution: slack8.1
Posts: 5

Rep: Reputation: 0
Angry annoying keyboard problem


i ran the slack installation and it ran rather smoothly, but when i boot to linux and get to the login prompt, when i try to type anything it comes up in weird characters. (ie., i push 'Print Screen' and the output is two lowercase E's. i push 'A' and its the same as hitting the 'enter' key twice. (yes, every key i push outputs something twice (one on key push, one on key release.)))

now, i chose the default keyboard map (us) the first time i installed, and it didn't work.
the next time, i manually chose qwerty/us.map in the keyboard map selection (right when you boot from the cd.) it still didn't work.

what i'm wondering is, if its the special buttons on my keyboard used to control certain utilities in *cough* windows. for instance, the cd player, volume control, and the buttons to open certain programs in windows. (these buttons are all located above the F-keys, go to http://store5.yimg.com/I/pctekonline_1690_751875 to see what i mean.)

if you can help out, email me or just reply.

thanks in advance
-nick
 
Old 08-25-2002, 08:44 AM   #2
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 55
What you need is linux easy access keyboard support, AKA LinEAK.
 
Old 08-25-2002, 09:27 AM   #3
ndove
LQ Newbie
 
Registered: Aug 2002
Location: vegas
Distribution: slack8.1
Posts: 5

Original Poster
Rep: Reputation: 0
Post not exactly

seeing as how i cannot even login to the box, i wouldn't be able to install lineak...

my question to you is; does your saying to get lineak qualify as a 'yes' to my keyboard being incapable of operating slackware without lineak?
 
Old 08-25-2002, 09:50 AM   #4
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 55
LinEAK is only for the special buttons, you'll have to get your keyboard working first. Have you got a link to some more info on it? A picture dosn't tell us much about it.
 
Old 08-25-2002, 10:25 AM   #5
ndove
LQ Newbie
 
Registered: Aug 2002
Location: vegas
Distribution: slack8.1
Posts: 5

Original Poster
Rep: Reputation: 0
funny you should ask

i'm sure if i could find out some information about my keyboard myself, i may be able to remedy this situation.

all i know is it has a GE (general electric) insignia on it, but its really a turbo-media (embroidered on the back) and the model is a KB-9801R+

if you find anything, let me know. i've been trying all night...
 
Old 08-25-2002, 01:20 PM   #6
Excalibur
Senior Member
 
Registered: Jun 2002
Location: Northern VA, USA
Distribution: Ubuntu
Posts: 1,180

Rep: Reputation: 45
May I ask how your keyboard interfaces with the computer? (PS/2 or USB connector)

The reason why I ask is that you stated that the Slack install ran OK. So I assume by that statement, the keyboard was working. At least, I would have a hard time installing Slack without the keyboard working properly.

If you boot the install CD again, does the keyboard work properly again? I think that kernel uses the bare.i kernel. If it does work, what kernel did you use to install on the system?

If your keyboard is USB, I recall there being a usb.i kernel on the install CD in the kernels directory. But I do not know what the configuration actually is that would be different in that kernel or when it would be needed. Perhaps there are others that might would know more detail if you require it.
 
Old 08-25-2002, 03:39 PM   #7
ndove
LQ Newbie
 
Registered: Aug 2002
Location: vegas
Distribution: slack8.1
Posts: 5

Original Poster
Rep: Reputation: 0
i have a ps2 keyboard.

i chose bare.i as my installation AND system kernel, although the 'setup' program runs in vmlinuz or something like that.

it all worked great and slackware was installed in about 15 minutes. the only problem i had was this one at the login screen.
 
Old 08-25-2002, 03:44 PM   #8
Excalibur
Senior Member
 
Registered: Jun 2002
Location: Northern VA, USA
Distribution: Ubuntu
Posts: 1,180

Rep: Reputation: 45
Can you boot the install Cd and know that the keyboard works again?
 
Old 08-25-2002, 04:56 PM   #9
ndove
LQ Newbie
 
Registered: Aug 2002
Location: vegas
Distribution: slack8.1
Posts: 5

Original Poster
Rep: Reputation: 0
yes. when i boot the cd, the keyboard works fine, but i'd rather not boot from the cd each time i want to boot to linux :P
 
Old 08-25-2002, 07:38 PM   #10
Excalibur
Senior Member
 
Registered: Jun 2002
Location: Northern VA, USA
Distribution: Ubuntu
Posts: 1,180

Rep: Reputation: 45
I wasn't suggesting that you always boot the CD. It would appear though that the installed system is having a problem with drivers though. You stated that you installed the bare.i kernel for the installed system. I think that is the same kernel that the install CD boots. So I would think it would elliminate a kernel issue and it also elliminates a keyboard compatiblity issue. It also means that there should be a way to repair the problem.

So then, it appears the problem is after the kernel loads and before the login prompt appears. I can't think of anything in the scripts that would interfere with a keyboard. But possibly a module may be loading. You said the keyboard was a PS/2, would it by any chance have a second cable that connects to a USB port and it is connected? Probably to control the other multimedia buttons you mentioned. I think Microsoft makes such a keyboard, with both connectors. If present disconnect the USB cable. I reviewed the rc.modules file and it appears that all USB modules are remarked out to start with. But if that solves the problem then we need to look to see what might be enabled for some reason.

I also reviewed the startup scripts and located something called a keymap script. It would be located in /etc/rc.d/rc.keymap. The only way you can check for it is to boot the install CD. Login as root like you did for the install. Then type the following using YOUR install partition for hdxx, like hda1 or hda2, etc.

mount /dev/hdxx /mnt
ls -l /mnt/etc/rc.d/rc.keymap

If the output from above is positive that it exists then;
chmod 000 /mnt/etc/rc.d/rc.keymap

I do not know if the gpm driver would cause a problem or not but in any case you could also try the following while you are there.

ls -l /mnt/etc/rc.d/rc.gpm

Again if it is positive then;
chmod 000 /mnt/etc/rc.d/rc.gpm

Then to unmount the partition use:
umount /mnt

Reboot as desired from that point.

Perhaps some of the above will isolate where your problem is. I have never seen a keyboard issue like you described myself on any of the installs I have done. I think all the problems I have seen were bad keyboards to begin with, or a stuck key. Perhaps others here might have some suggestions as well in this area.

Please let us know and good luck.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Annoying keyboard behaviour dinolinux Linux - General 1 11-13-2005 10:37 AM
Annoying vsftp problem Avenger Linux - Software 0 12-16-2003 10:14 AM
Annoying qmail problem JamesF1 Linux - Software 2 09-30-2003 06:53 AM
scripting problem,its annoying roo Linux - Newbie 2 04-02-2003 03:47 AM
Very annoying problem therion12 Linux - General 2 04-05-2002 11:58 PM


All times are GMT -5. The time now is 09:23 AM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration