Failed to load module "keyboard"


Results 1 to 6 of 6

Thread: Failed to load module "keyboard"

  1. #1
    Join Date
    Feb 2002
    Location
    NY
    Posts
    221

    Failed to load module "keyboard"

    Hey guys I have been away from linux for a while and am now getting back into it. I am trying to install Xserver to a sid Debian system. I keep getting the the error "Failed to load module "keyboard" (module does not exist, 0). I tried changing keyboard to kbd in xorg.conf in the driver line but I get the same error. It's driving me crazy, hopefully someone out there has another idea..

    By the way I get the same error for the mouse. Mayb be related but I concentrating on the keyboard error.

    The xorg.conf entry for the keyboard is

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "us"
    EndSection
    Last edited by chrisP; 12-28-2006 at 10:54 PM.

  2. #2
    Join Date
    Oct 2002
    Location
    Illinois
    Posts
    3,281
    did you use Xorg -configure to generate your base xorg.conf?

  3. #3
    Join Date
    Feb 2002
    Location
    NY
    Posts
    221
    no, I installed it via apt-get and some auto configuration routine ran.. can't recall the name.. Let me try Xorg -configure...

    Alright I tried Xorg -configure, and testing the new file
    X -config /root/xorg.conf.new

    I get the same error.. Failed to load mouse, failed to load kbd. I just noticed that optical light on my MS Intellimouse is not lit up though, It's a usb mouse. So obviously the usb or mouse driver is messed also..

  4. #4
    Join Date
    Oct 2002
    Location
    Illinois
    Posts
    3,281
    sid might have went to modular xorg, and you dont have the modules installed, did you use the x-window-system meta package to install xorg?

    http://packages.debian.org/unstable/...xorg-input-all
    Last edited by dkeav; 12-29-2006 at 12:27 AM.

  5. #5
    Join Date
    Feb 2002
    Location
    NY
    Posts
    221
    dkeav, thanks. you nailed it.. I had to apt-get xserver-xorg-input-kbd , and xserver-xorg-input-mouse modules.. Gnome fired right up afterwards.. You saved me a lot ot anguish..

  6. #6
    Join Date
    Oct 2002
    Location
    Illinois
    Posts
    3,281
    congrats and enjoy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •