Page 99 of 109 FirstFirst ... 4989979899100101 ... LastLast
Results 981 to 990 of 1082

Thread: HOW-TO: Connect Sixaxis to Ubuntu trough bluetooth mode

  1. #981
    Join Date
    Dec 2011
    Beans
    4

    Re: HOW-TO: Connect Sixaxis to Ubuntu trough bluetooth mode

    Quote Originally Posted by falkTX View Post
    You don't need the hidraw device when using sixad (all the functionality is there...).
    If you want the hidraw device, edit /etc/default/sixad, set LEGACY=1 and reconnect your joysticks.
    ah ok, thanks

    and a last qustion; what is main function who call the functions in file sixaxis.cpp?? (functions do_joystick, do_input, do_rumble, set_sixaxis_led)

  2. #982
    Join Date
    Nov 2007
    Location
    Portugal
    Beans
    1,155

    Re: HOW-TO: Connect Sixaxis to Ubuntu trough bluetooth mode

    Quote Originally Posted by Pano89 View Post
    ah ok, thanks

    and a last qustion; what is main function who call the functions in file sixaxis.cpp?? (functions do_joystick, do_input, do_rumble, set_sixaxis_led)
    sixad-sixaxis.cpp:172, void process_sixaxis(...)

    Just remember - the code is GPL v2. So if you make changes and release binaries to the public, you have to send me the changes you made to the source code.

  3. #983
    Join Date
    May 2010
    Beans
    2

    Re: HOW-TO: Connect Sixaxis to Ubuntu trough bluetooth mode

    hello falk
    sry for my bad english...

    it dont work for now (well, ~2 months ago), after update sixad on my debian squeeze (unfortunately dont remember version before update). im used launchpad for software install.

    i try run server, it says thats all ok, waiting but nothing happens. when i stop server with ctrl+c it post this
    Code:
    Traceback (most recent call last):
      File "/usr/sbin/sixad-dbus-blocker", line 25, in <module>
        sleep(1)
    sixad-dbus-blocker try to check ("/tmp/.sixad-dbus-blocker.pid")
    else - break, so, file does not exist.
    whats wrong? maybe some libs old version?
    Last edited by fennol; December 16th, 2011 at 06:51 AM.

  4. #984
    Join Date
    Nov 2007
    Location
    Portugal
    Beans
    1,155

    Re: HOW-TO: Connect Sixaxis to Ubuntu trough bluetooth mode

    Quote Originally Posted by fennol View Post
    hello falk
    sry for my bad english...

    it dont work for now (well, ~2 months ago), after update sixad on my debian squeeze (unfortunately dont remember version before update). im used launchpad for software install.

    i try run server, it says thats all ok, waiting but nothing happens. when i stop server with ctrl+c it post this
    Code:
    Traceback (most recent call last):
      File "/usr/sbin/sixad-dbus-blocker", line 25, in <module>
        sleep(1)
    sixad-dbus-blocker try to check ("/tmp/.sixad-dbus-blocker.pid")
    else - break, so, file does not exist.
    whats wrong? maybe some libs old version?
    This is normal, you can safely ignore it.
    the sixad-dbus-blocker is a simple python script that blocks normal bluetooth from starting up (and displaying those annoying permission dialogs).
    This used to be the task of hcid, but it no longer works on new kernels, so this script takes it's place.

  5. #985
    Join Date
    Mar 2008
    Location
    Fond du Lac, Wisconsin
    Beans
    72
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: HOW-TO: Connect Sixaxis to Ubuntu trough bluetooth mode

    It seems that whatever QTSixA uses for invoking sudo isn't working because in order for me to get this working correctly, I need to run it with sudo from the command line, otherwise it just rejects my password.

  6. #986
    Join Date
    Nov 2007
    Location
    Portugal
    Beans
    1,155

    Re: HOW-TO: Connect Sixaxis to Ubuntu trough bluetooth mode

    Quote Originally Posted by supercheetah View Post
    It seems that whatever QTSixA uses for invoking sudo isn't working because in order for me to get this working correctly, I need to run it with sudo from the command line, otherwise it just rejects my password.
    I believe it's a bug with gksu, I've seen it happening a couple of times.
    Nothing in QtSixA gui has changed recently, and it was working before, so...

    Does 'gksu gedit' works?

  7. #987
    Join Date
    Mar 2008
    Location
    Fond du Lac, Wisconsin
    Beans
    72
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: HOW-TO: Connect Sixaxis to Ubuntu trough bluetooth mode

    Quote Originally Posted by falkTX View Post
    I believe it's a bug with gksu, I've seen it happening a couple of times.
    Nothing in QtSixA gui has changed recently, and it was working before, so...

    Does 'gksu gedit' works?
    Yes.

  8. #988
    Join Date
    Nov 2007
    Location
    Portugal
    Beans
    1,155

    Re: HOW-TO: Connect Sixaxis to Ubuntu trough bluetooth mode

    Quote Originally Posted by supercheetah View Post
    Yes.
    Assuming you get:
    Will use 'gksu' for root actions
    when starting 'qtsixa' from a terminal, try this now:
    Code:
    gksu --description /usr/share/applications/qtsixa.desktop -- gedit
    and report back if it works (gedit opens)

  9. #989
    Join Date
    Mar 2008
    Location
    Fond du Lac, Wisconsin
    Beans
    72
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: HOW-TO: Connect Sixaxis to Ubuntu trough bluetooth mode

    It works without any issues.

  10. #990
    Join Date
    Mar 2006
    Beans
    2

    Re: HOW-TO: Connect Sixaxis to Ubuntu trough bluetooth mode

    Hi Falk,

    Thanks for the great app, I've had it working well with a friends genuine PS3 controller, however sadly mine is a Gasia one.
    Looking back through the thread I see there are some hacks for it. Do they work at present? I've managed to get it to compile and install with the Gasia hacks enabled but haven't had any luck so far getting it to work.

    Any help or pointers greatly appreciated.

    Brian

Page 99 of 109 FirstFirst ... 4989979899100101 ... LastLast

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
  •