Page 1 of 3 123 LastLast
Results 1 to 10 of 25

Thread: No mouse with Knoppix 5.1.1 on Virtual PC 2007

  1. #1
    Junior Member
    Join Date
    Mar 2007
    Posts
    1

    No mouse with Knoppix 5.1.1 on Virtual PC 2007

    Hi everyone

    I've just downloaded the Knoppix 5.1.1 CD image, and can't get the mouse to work under Virtual PC 2007. It seems as though Linux 2.6.19 isn't detecting the PS/2 mouse.

    Knoppix 5.0.1 (Linux 2.6.17) works fine. In "dmesg" I see this line:

    Code:
    serio: i8042 AUX port at 0x60,0x64 irq 12
    And in /proc/interrupts, there is:

    Code:
     12:    578      XT-PIC  i8042
    However, on Knoppix 5.1.1, I don't see either of the above. The "pci=irqmask=0x0e98" option mentioned in the FAQ doesn't help.

    A quick web search reveals that other people are having similar problems with other distros, but I did not find any solutions. Any help would be appreciated.

    -- graham

  2. #2
    Senior Member registered user
    Join Date
    Sep 2004
    Posts
    120
    I am having the same exact problem...

  3. #3
    Junior Member
    Join Date
    Mar 2007
    Posts
    3
    This is also happening with Virtual PC 2004 and a USB Mouse

  4. #4
    Junior Member
    Join Date
    Mar 2007
    Posts
    3
    Looks like this problems goes has been floating around for a couple months. My VPC 7 Knoppix 5.1.1 is also mouseless. Any word yet on fixes?

  5. #5
    Junior Member
    Join Date
    Mar 2007
    Posts
    3

    Any help?

    I am way too new to understand this info, but perhaps it may mean something to one of the knoppix gurus here.

    For those interested here is a link for Apple 15 aluminum powerbook info: http://tstotts.net/linux/gentoopb.html taken from http://www.linux-on-laptops.com (this is a wealth of info for all types of hardware.)
    Most versions of X11 support 3-button mouse emulation; however, it is not as configurable or robust as the kernel solution. If compiled-in, the kernel supports 3-button mouse emulation, configurable via sysctrl.

    # zgrep '^CONFIG.*EMUMOUSE' /proc/config.gz

    CONFIG_MAC_EMUMOUSEBTN=y

    I prefer the ENTER key as Right-button and Fn-ENTER as Middle-button, where ENTER is the keypad enter key adjacent to the right-hand Apple command key. This way, the emulated buttons are adjacent to the trackpad itself.

    # sudo grep mouse /etc/sysctl.conf

    dev.mac_hid.mouse_button_emulation = 1
    dev.mac_hid.mouse_button3_keycode = 96
    dev.mac_hid.mouse_button2_keycode = 127

    To use an external USB mouse, the kernel module usbhid must be loaded or compiled-in. Interestingly, some USB mice misbehave after a suspend-to-ram or a lengthy idle period; and they will never operate again unless plugged into a different USB port or a reload of the usbhid module. One such mouse with these troubles is: Kensington PocketMouse Pro Wireless 72117.

    An adequte work-around for troublesome USB mice (and keyboards) is to compile the module usbhid as a module rather that compiled-in, and reload as necessary.

    # zgrep '^CONFIG.*USB_HID' /proc/config.gz

    CONFIG_USB_HID=m
    CONFIG_USB_HIDINPUT=y
    CONFIG_USB_HIDINPUT_POWERBOOK=y
    CONFIG_USB_HIDDEV=y

    # modprobe -r usbhid
    # modprobe usbhid

  6. #6
    Junior Member
    Join Date
    May 2007
    Posts
    1

    Same issue

    I'm a newbie, and have the same issue as above.

    I've been trying to play with Knoppix with VPC 2007 also, just so I can get my feet on the ground with Linux.

    I've tried 5.0.1 CD and this works absolutely fine until shutdown, when the window just goes blank and remains open (doesn't close like other OSes when the machine is turned off)

    Whereas, with the DVD, I get the same issues with the mouse.

    I have been looking in the log for boot-up:

    Has it got anything to do with the iSCSI interface as this is loaded prior to allowing PS/2 controller to load?

    I seem to recall Virtual PC having iSCSI interface devices as part of the emulated hardware.

    The lines in question don't seem to error though, these are the only lines that mention mice:

    Uniform CD-ROM driver revision: 3.20
    Loading iSCSI transport class v2.0-724.<6>PNP: PS/2 Controller [PNP0303:PS2K,PNP
    0f03:PS2M] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    mice: PS/2 mouse device common for all mice
    EISA: Probing bus 0 at eisa.0

    Maybe irq conflict? I'm unsure as I've not been able to look at a fully working model to compare.

  7. #7
    Junior Member
    Join Date
    Aug 2007
    Posts
    2

    RE: no mouse knoppix with virtual pc 2007

    - "i8042.noloop" makes the PS/2 mouse work, otherwise it's stuck in
    the center of the screen; reference: comment #45 at
    https://bugzilla.redhat.com/bugzilla....cgi?id=223606

    - "psmouse.proto=imps" makes the mouse wheel work; optional as it's
    not that usefull during the install, but usefull to add it to kernel
    options for normal system use.

  8. #8
    Junior Member
    Join Date
    Oct 2007
    Posts
    2

    using vpc 2007 and knoppix 5.1

    using vpc 2007 and knoppix 5.1 , mouseless... i think i'm going to try burning the dvd though.

  9. #9
    Junior Member
    Join Date
    Oct 2007
    Posts
    2
    logitech g5 laser usb, btw, in case anyone wants to help me

  10. #10
    Junior Member
    Join Date
    Oct 2007
    Posts
    1
    Same problem here, with Virtual PC and a generic, optical, five button, ps2 mouse. I did find a way to use the pointer with the number pad. I pressed ctrl+Q to close the browser at first. Then I think it was alt+F1to open the menu (at bottom left). From there I used the arrow keys, tab button and the spacebarto open the control panel, peripherals and mouse. After that the tab on the right holds the option to use the number pad to control the mouse. Though after getting that set up, I think it was easier to navigate the desktop using the keyboard the way I was at first. This is hardly an ideal solution. I'm still new to Linux and most of what is said here is way over my head, but I'm having fun exploring the different distributions. Using the cursor this way might be obvious to some, and is not much better than useless when it comes to actually getting anything done. But it could be helpful to someone who is just checking it out for the first time. Now That I know I like it I have to figure out how to get it to work right.

Page 1 of 3 123 LastLast

Similar Threads

  1. Virtual PC mouse fix
    By im_a_noob in forum Tips and Tricks
    Replies: 1
    Last Post: 02-26-2008, 12:33 AM
  2. knoppix 5.1.1 vs dsl vs PClinuxOS 2007
    By kn0pp1x in forum MS Windows & New to Linux
    Replies: 0
    Last Post: 08-19-2007, 01:09 PM
  3. Replies: 1
    Last Post: 05-16-2007, 08:56 PM
  4. Knoppix in a Virtual PC virtual machine hosted under Win XP
    By kenblood in forum MS Windows & New to Linux
    Replies: 7
    Last Post: 09-07-2004, 09:24 AM
  5. FIC PA-2007 V1.09CD12, USB, & KNOPPIX
    By rec9140 in forum Hardware & Booting
    Replies: 3
    Last Post: 02-26-2003, 09:07 PM

Posting Permissions

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


IBM Power8 S822L Storage Server 8247-22L - With Ram, Some Cards, No HDD's picture

IBM Power8 S822L Storage Server 8247-22L - With Ram, Some Cards, No HDD's

$399.95



IBM SYSTEM X3500 M3 SERVER 7380AC1 2*XEON E5620 2.4GHz 8GB SEE NOTES picture

IBM SYSTEM X3500 M3 SERVER 7380AC1 2*XEON E5620 2.4GHz 8GB SEE NOTES

$33.21



IBM 8284-22A S822 Dual Power8 Cpu 512Gb (16x 32Gb) RAM  picture

IBM 8284-22A S822 Dual Power8 Cpu 512Gb (16x 32Gb) RAM

$795.00



IBM Power S822 12-Bay Server System Power8 Core 3.42Ghz DVD-Rom Drive 64GB No HD picture

IBM Power S822 12-Bay Server System Power8 Core 3.42Ghz DVD-Rom Drive 64GB No HD

$399.99



IBM Lenovo X3650 M5 2U 8x 2.5” CTO Rack Server – 2x HS, 2x 750W picture

IBM Lenovo X3650 M5 2U 8x 2.5” CTO Rack Server – 2x HS, 2x 750W

$199.00



IBM x3650 M4 2x Xeon E5-2670 2.6ghz 16-Core / 64GB / M5110e / 2x PSU picture

IBM x3650 M4 2x Xeon E5-2670 2.6ghz 16-Core / 64GB / M5110e / 2x PSU

$129.99



IBM Power S822 8284-22A 12SFF Power8 3.89GHz 6-Core 64GB RAM No Bezel/HDD Server picture

IBM Power S822 8284-22A 12SFF Power8 3.89GHz 6-Core 64GB RAM No Bezel/HDD Server

$359.99



IBM X3650 M5 5462-AC1,2 X E5-2640V3 2.6GHZ 8C, 16 GB, DUAL 750W, 2 X 1TB SERVER picture

IBM X3650 M5 5462-AC1,2 X E5-2640V3 2.6GHZ 8C, 16 GB, DUAL 750W, 2 X 1TB SERVER

$249.99



IBM 8203 E4A p520 Server 8203-E4A 4.2GHz 2-Core POWER6 32GB RAM / NO HDD USED picture

IBM 8203 E4A p520 Server 8203-E4A 4.2GHz 2-Core POWER6 32GB RAM / NO HDD USED

$119.99



IBM System X 3250 M5 Single Xeon Quad Core E3-1220 v3 @3.1GHz,8GB RAM,Linux SUSE picture

IBM System X 3250 M5 Single Xeon Quad Core E3-1220 v3 @3.1GHz,8GB RAM,Linux SUSE

$199.87