Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
06-09-2006, 06:00 AM
|
#1
|
LQ Newbie
Registered: Jun 2006
Posts: 8
Rep:
|
keyboard not works in redhat el
Hi all,
i have a problem with my redhat enterprise 3 (2.4.21-4.EL).
When the system boot, my keyboard works fine, if i push the capslock button, the led turn on, but when the login windows appears the keyboard not works and i don't succed to access in the system.
I login to linux system by ssh from another pc, but i don't succed to configure the keyboard.. i check the configuration files like /etc/X11/XF86Config, but this is ok!
can someone help me to solve this problem?!?
thanks in advance..
regards,
Vinc.
|
|
|
06-09-2006, 07:28 AM
|
#2
|
Senior Member
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037
Rep:
|
hi there,
something unusual in you X.log file?
what kind of keyboard?
what do you mean when you say that the "XF86Config file is ok"?
regards,
slackie1000
|
|
|
06-12-2006, 05:50 AM
|
#3
|
LQ Newbie
Registered: Jun 2006
Posts: 8
Original Poster
Rep:
|
hi slackie,
the keyboard is an Compaq, but i think this not important, anyway in my XF86Config file the keyboard configurations is the follow:
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
I think it's right ..
|
|
|
06-12-2006, 08:25 AM
|
#4
|
Senior Member
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037
Rep:
|
hi there,
nothing weird in the X log file?
in your XF86Config, is the keyboard included in the ServerLayout section?
regards,
slackie1000
|
|
|
06-13-2006, 06:27 AM
|
#5
|
LQ Newbie
Registered: Jun 2006
Posts: 8
Original Poster
Rep:
|
slackie,
i don't found the x.log file, i checked in many log files, but nothing is unusual.. the keyboard included in "InputDevice" section.
The ServerLayout section don't is present in my configuration file.
regards,
Vinc.
|
|
|
06-13-2006, 07:46 AM
|
#6
|
Senior Member
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037
Rep:
|
hi there,
can you please post your complete XF86Config file here?
it is a bit old for me but afaik this Xserver has a log file somewhere as well.
where do you check your XServer messages?
regards,
slackie1000
|
|
|
06-14-2006, 03:42 AM
|
#7
|
LQ Newbie
Registered: Jun 2006
Posts: 8
Original Poster
Rep:
|
hi slakie,
i post u the XF86Config file..
Thanks and Regards,
Vinc.
# XFree86 4 configuration created by redhat-config-xfree86
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "DevInputMice" "AlwaysCore"
EndSection
Section "Files"
# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor 800x600"
DisplaySize 320 240
HorizSync 31.5 - 35.1
VertRefresh 50.0 - 61.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "ati"
VendorName "Videocard vendor"
BoardName "ATI Mach64"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
|
|
|
06-14-2006, 04:06 AM
|
#8
|
Senior Member
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037
Rep:
|
hi there,
i introduce you the ServerLayout section.
Quote:
Originally Posted by Vinnicenzo
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "DevInputMice" "AlwaysCore"
EndSection
|
change this
Code:
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
regards,
slackie1000
|
|
|
06-15-2006, 12:55 PM
|
#9
|
LQ Newbie
Registered: Jun 2006
Posts: 8
Original Poster
Rep:
|
hi slackie,
i've modified th econfiguration in XF86Config file, like u suggest me, but the problem not solved!
i changed the code Driver "keyboard" with Driver "kbd"..
regards,
Vinc.
|
|
|
06-16-2006, 12:33 PM
|
#10
|
Senior Member
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037
Rep:
|
hi there,
i don't know. without log information is pretty hard. i hope someone with the same setup can join us and help. i am out of ideas. sorry.
regards,
slackie1000
|
|
|
All times are GMT -5. The time now is 08:07 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|