Results 1 to 5 of 5

Thread: configuring usb mouse in Debian Woody

  1. #1

    configuring usb mouse in Debian Woody

    I have been unable to get my usb intellimouse configured in woody and have several questions:

    1) Does the kernel installed by default (2.2.20 I think) support USB?

    2)If so, how do I determine which device file (i.e. /dev/input/mouse) it is linked to?

    When I set up Debian the original section was as follows:

    Section "Input Device"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice" (I think)
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"

    The error reported was that there was "no such device as /dev/input/mice" and "no core pointer registered"

    I since have tried changing the /dev name to all the examples I have been able to find on the net and still get the same error. Any help would be greatly appreciated.

  2. #2
    Guest

    Re: configuring usb mouse in Debian Woody

    mkdir /dev/input
    mknod /dev/input/mice c 13 63

    make sure you have the correct stuff in the kernel and voila !

    You will need :
    Input Core support -> Mouse support

    USB -> Host controller driver
    USB -> HID Mouse

  3. #3

    Re: configuring usb mouse in Debian Woody

    hello,
    i used gpm and the X picked up its config - else it was just like Mr. LoveChild said.

  4. #4

    Re: configuring usb mouse in Debian Woody

    Thanks for the help! I will try these suggestions out later tonight and let you all know how it goes. My wife is stealing my computer right now to write a paper.

  5. #5

    Re: configuring usb mouse in Debian Woody

    Ok, this is finally my first post from Woody.
    I finally had time to fix the mouse issue and get my DSL running.
    Thanks to Lovechild and pbharris for the help.

    Jeff

Similar Threads

  1. FC4 and message mouse configuration
    By zillah in forum Linux - Software, Applications & Programming
    Replies: 3
    Last Post: 05-03-2006, 07:18 AM
  2. mouse in debian not work ????
    By thoray in forum Linux - General Topics
    Replies: 2
    Last Post: 03-10-2005, 06:04 AM
  3. mouse bindings - fvwm prob
    By pbharris in forum Linux - Software, Applications & Programming
    Replies: 2
    Last Post: 09-18-2003, 04:48 AM
  4. Debian 3.0 released
    By noblestknight in forum Linux - General Topics
    Replies: 15
    Last Post: 09-25-2002, 03:11 PM
  5. Re: Packages included with Debian Woody
    By cage47 in forum Linux - Software, Applications & Programming
    Replies: 4
    Last Post: 08-29-2002, 06:19 PM

Bookmarks

Posting Permissions

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