Page 100 of 109 FirstFirst ... 50909899100101102 ... LastLast
Results 991 to 1,000 of 1082

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

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

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

    Quote Originally Posted by johnnyrico View Post
    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
    Getting it to work is not worth it. With the hacks enabled it does work for some time, but you may have a kernel panic/crash randomly, and the device may also randomly disconnect itself.
    That is just a bad device, stay away from it...

  2. #992
    Join Date
    Sep 2006
    Beans
    1

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

    I have bought a generic ps3 gamepad expecting that it will work on usb, I don't know anything related to gasia. Now I find that it's gasia one. It cannot work even on usb? jtest-gtk detetect it, but it doesn't work. Anybody knows how to get it working at least connected by usb cable?

    Thanks.

  3. #993
    Join Date
    Nov 2007
    Location
    Portugal
    Beans
    1,155

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

    Quote Originally Posted by Khudsa View Post
    I have bought a generic ps3 gamepad expecting that it will work on usb, I don't know anything related to gasia. Now I find that it's gasia one. It cannot work even on usb? jtest-gtk detetect it, but it doesn't work. Anybody knows how to get it working at least connected by usb cable?

    Thanks.
    This Gasia device will not even work on USB, sorry if I forgot to mention that.

    You should replace it/trade it ASAP.

  4. #994
    Join Date
    Jan 2012
    Beans
    2

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

    Hi,

    I have a German keyboard on my laptop (Xubuntu 11.10), so my default layout is the German one (de). Whenever I connect the Dualshock 3 with the USB the layout gets changed to English (us). This also happens when I use Bluetooth.

    I also configured the controller to act as input (keyboard/mouse), could this be the problem?

    (QtSixA version: 1.5.1 from the ppa, with 64bit 3.0.0 kernel)

  5. #995
    Join Date
    Nov 2007
    Location
    Portugal
    Beans
    1,155

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

    Quote Originally Posted by verbtim View Post
    Hi,

    I have a German keyboard on my laptop (Xubuntu 11.10), so my default layout is the German one (de). Whenever I connect the Dualshock 3 with the USB the layout gets changed to English (us). This also happens when I use Bluetooth.

    I also configured the controller to act as input (keyboard/mouse), could this be the problem?

    (QtSixA version: 1.5.1 from the ppa, with 64bit 3.0.0 kernel)
    I use a portuguese keyboard layout here, and never had any issues. (I've been using it like this since I first started with Linux),
    I say you have something not properly configured.

    If you say 'This also happens when I use Bluetooth.', then it's not a problem with the sixaxis driver.

  6. #996
    Join Date
    Mar 2006
    Location
    San Francisco
    Beans
    182
    Distro
    Ubuntu 13.04 Raring Ringtail

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

    I've installed Qtsixa via the PPA on 11.10 64bit and am not able to get a Sixaxis PS3 controller to connect via bluetooth. I get zero response from the GUI and when I start it via the terminal, it connects, I get a rumble from the controller and then a line that says:

    Bad Sixaxis buffer (out of battery?), disconneting now...

    (Misspelling is from the CLI.)

    I've searched the web and this thread and can't come up with anything. Anyone have any ideas?

    Thanks.

  7. #997
    Join Date
    Nov 2007
    Location
    Portugal
    Beans
    1,155

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

    Quote Originally Posted by dartmusic View Post
    I've installed Qtsixa via the PPA on 11.10 64bit and am not able to get a Sixaxis PS3 controller to connect via bluetooth. I get zero response from the GUI and when I start it via the terminal, it connects, I get a rumble from the controller and then a line that says:

    Bad Sixaxis buffer (out of battery?), disconneting now...

    (Misspelling is from the CLI.)

    I've searched the web and this thread and can't come up with anything. Anyone have any ideas?

    Thanks.
    Can you share the id of this device (the info on the back), please?

    Does it work for usb? If yes, connect it, and run:
    Code:
    sudo hidraw-dump /dev/hidrawX
    # X is the hidraw interface number reported by 'dmesg'
    That should give me enough info to make it work.

  8. #998
    Join Date
    Mar 2006
    Location
    San Francisco
    Beans
    182
    Distro
    Ubuntu 13.04 Raring Ringtail

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

    Quote Originally Posted by falkTX View Post
    Can you share the id of this device (the info on the back), please?

    Does it work for usb? If yes, connect it, and run:
    Code:
    sudo hidraw-dump /dev/hidrawX
    # X is the hidraw interface number reported by 'dmesg'
    That should give me enough info to make it work.
    Thanks for the quick response! I'm at work, but I'll do this and post the info as soon as I get home.

  9. #999
    Join Date
    Mar 2006
    Location
    San Francisco
    Beans
    182
    Distro
    Ubuntu 13.04 Raring Ringtail

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

    Quote Originally Posted by falkTX View Post
    Can you share the id of this device (the info on the back), please?

    Does it work for usb? If yes, connect it, and run:
    Code:
    sudo hidraw-dump /dev/hidrawX
    # X is the hidraw interface number reported by 'dmesg'
    That should give me enough info to make it work.
    OK, I'm not sure which ID you're referring to, but on the back there's an FCC ID:

    AK8CECHZC2UA1

    There's also an ID showing in the Qtsixa GUI:

    054c:0268

    I can plug it in and it is recognized, but when I play a game, the controls aren't right. For instance, in GTA3 my character runs in circles without me touching any controls. When I try SuperTux Cart the controller is listed as available, but pressing any buttons does nothing.

    I did the hidraw-dump and the terminal window showed blocks of 2 digit hex? characters that would change as I manipulated the controls. Not sure if you wanted to see anything else?

    Thanks for looking into this!

  10. #1000
    Join Date
    Nov 2007
    Location
    Portugal
    Beans
    1,155

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

    Quote Originally Posted by dartmusic View Post
    I did the hidraw-dump and the terminal window showed blocks of 2 digit hex? characters that would change as I manipulated the controls. Not sure if you wanted to see anything else?
    That info is exactly what I need right now. run hidraw-dump again, give it some time (~5secs), kill it, then post here the last blocks of data.
    thanks

Page 100 of 109 FirstFirst ... 50909899100101102 ... 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
  •