Results 1 to 4 of 4

Thread: Ubuntu 11.10 uinput module

  1. #1
    Join Date
    Feb 2011
    Beans
    256

    Ubuntu 11.10 uinput module

    Trying to use xboxdrv to get razer onza te working on oneric but i cannot load uinput
    Code:
    lsmod | grep uinput
    does not show any error or anything else just prompt to new line


    so..

    Code:
    sudo modprobe uinput
    does not give any errors or anything else and then
    Code:
    lsmod | grep uinput
    but nothing


    How do i load uinput module so as to install/configure xboxdrv driver in ubuntu 11.10 64bit?

    Thanks in advance.

  2. #2
    Join Date
    Aug 2008
    Beans
    4

    Re: Ubuntu 11.10 uinput module

    Same question from my side (ubuntu 11.10), but for use with ps3 bd remote and bluetooth driver.

    Thanks
    Derick

  3. #3
    Join Date
    Mar 2009
    Beans
    22
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Ubuntu 11.10 uinput module

    EDIT: Comment removed by author, the issue was in my code after all.
    Last edited by qualtch; June 7th, 2012 at 02:18 PM.

  4. #4
    Join Date
    Feb 2011
    Beans
    256

    Re: Ubuntu 11.10 uinput module

    Code:
    sudo modprobe uinput
    will load uinput module
    Code:
    sudo rmmod xpad
    will remove xpad module
    Code:
    lsmod
    will list loaded modules

    It has taken a fair bit of time and effort to get xboxdrv running but is more than worth while. Simple lack of understanding has been a hinderance but really rewarding project for learning a bit of command understanding layout of arguements etc and now xboxdrv is running am now looking at making launch script file so a bit of bash education undergoing. Have found that the answer is all most certainly in all cases staring me in the face.
    The difference between knowledge and wisdom is knowing what to do or just doing it. I know nothing and get little done.

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
  •