[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2011-06-06 Thread dm
I'm using linux-image-2.6.38.10 from natty and I tried also 2.6.39 - the
problem still remains. With 10.10 I didn't have had this issue. Please
fix it, it floods my console with these annoying message and makes the
use of it impossible despite the use of this joystick.

...
[ 1464.128289] acrux 0003:1A34:0802.0003: can't reset device, 
:00:1d.0-1.8/input0, status -32
[ 1464.144243] acrux 0003:1A34:0802.0003: can't reset device, 
:00:1d.0-1.8/input0, status -32
[ 1464.160178] acrux 0003:1A34:0802.0003: can't reset device, 
:00:1d.0-1.8/input0, status -32
[ 1464.176153] acrux 0003:1A34:0802.0003: can't reset device, 
:00:1d.0-1.8/input0, status -32
[ 1464.192107] acrux 0003:1A34:0802.0003: can't reset device, 
:00:1d.0-1.8/input0, status -32
[ 1464.208060] acrux 0003:1A34:0802.0003: can't reset device, 
:00:1d.0-1.8/input0, status -32
...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/448446

Title:
  recognizes the joystick, but not the correct model. not working

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2011-02-03 Thread Bug Watch Updater
** Changed in: linux
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/448446

Title:
  recognizes the joystick, but not the correct model. not working

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2011-01-24 Thread Bug Watch Updater
** Changed in: linux
   Status: Unknown = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/448446

Title:
  recognizes the joystick, but not the correct model. not working

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-11-24 Thread Dmitry Torokhov
If anyone who still has the device and is willing to try kernel patches
would try this one and let me know if it works for them it would be
great. I am pretty sure it should apply to vanilla 2.6.36.

Thanks!

** Patch added: Immediately open ACRUX devices and keep them opened (in 
kernel)
   
https://bugs.launchpad.net/ubuntu/+source/joystick/+bug/448446/+attachment/1743821/+files/acrux-keep-open.patch

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-11-24 Thread Sergei Kolzun
Deb-packages with patched kernel for Ubuntu 10.10:
http://rapidshare.com/files/432940011/linux-image-2.6.36-acrux_2.6.36-acrux-10.00.Custom_i386.deb
http://rapidshare.com/files/432941325/linux-headers-2.6.36-acrux_2.6.36-acrux-10.00.Custom_i386.deb

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-07-20 Thread Stephen Kitt
On Mon, Jul 19, 2010 at 11:23:23PM -, Dmitry Torokhov wrote:
 Would you kindly remove the jskeepalive from your distribution and
 instead raise a proper bugreport on bugzilla.kernel.org so that
 automatic PM is disabled or fixed for that device? Please CC Jiri Kosina
 and Oliver Neikum on the report.

No problem, I should have done it a while ago - it's
https://bugzilla.kernel.org/show_bug.cgi?id=16421 

Jiri isn't recognised by the kernel bugzilla, so I'm CCing him here,
as well as Sergei Kolzun.

Regards,

Stephen

** Bug watch added: Linux Kernel Bug Tracker #16421
   http://bugzilla.kernel.org/show_bug.cgi?id=16421

** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=16421
   Importance: Unknown
   Status: Unknown

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-07-20 Thread Stephen Kitt
Joaquín,

Would it be possible for you to run a little test for me?

I would like to know if the following steps still allow your gamepad to work:
1. Disconnect the gamepad
2. Disable the udev rule shipped in the joystick package (add a # at the start 
of the last line in /lib/udev/rules.d/60-joystick.rules)
3. Add the following rule to your /etc/udev/rules.d/010_local.rules file:
KERNEL==js*, ATTRS{name}==ACRUX USB GAMEPAD 8116, RUN+=/bin/sh -c 'test -e 
/sys/$env{DEVPATH}/power/level  echo on  /sys/$env{DEVPATH}/power/level'
4. Reconnect your gamepad

This would allow the jskeepalive hack to be dropped.

To restore the previous behaviour, simply remove the # you added in step
2 and remove the line you added in step 3.

Thanks in advance,

Stephen

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-07-20 Thread Stephen Kitt
Note that the rule in step 3 above should be on a single line...

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-07-19 Thread Dmitry Torokhov
Stephen,

Would you kindly remove the jskeepalive from your distribution and
instead raise a proper bugreport on bugzilla.kernel.org so that
automatic PM is disabled or fixed for that device? Please CC Jiri Kosina
and Oliver Neikum on the report.

Thanks.

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-07-15 Thread Stephen Kitt
Hi Sergei,

If you send me the patches (with an appropriate Signed-Off-By line - see
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=999b874f4aa39b7abf45662ff0900f943ddb2d02
for an example), I'll see if I can get them in. Don't worry about your
English, it's infinitely better than my mastery of your native language!

Regards,

Stephen

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-07-15 Thread Stephen Kitt
I forgot to mention, you'll find my email address on my Launchpad
profile.

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-07-15 Thread Sergei Kolzun
Thanks Stephen, I sent an email for you.

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-07-14 Thread Sergei Kolzun
I have done support of force feedback for ACRUX controllers, but i need
help in submitting kernel patches. And of course my english is ver bad.

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-06-06 Thread Stephen Kitt
** Changed in: dasher
   Status: New = Invalid

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-06-05 Thread Stephen Kitt
** Changed in: dasher
   Status: New = Fix Released

** Changed in: dasher
   Status: Fix Released = New

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-05-31 Thread Launchpad Bug Tracker
This bug was fixed in the package joystick - 20051019-11

---
joystick (20051019-11) unstable; urgency=low

  * evtest: flush standard output, thanks Florian Fainelli! Closes:
#581740.

joystick (20051019-10) unstable; urgency=low

  [ Stephen Kitt]
  * Switch to 3.0 (quilt) format.
  * Fix SDL-related warnings.
  * Remove fix for broken initscript in -7 (which never made it to
stable).
  * Prevent Acrux gamepads from disappearing after the inital device setup
(LP: #448446).
  * Handle calibration using udev rather than an initscript. Closes:
#540680.
  * Standards-Version 3.8.4, no change required.
  
  [ Dmitrijs Ledkovs ]
  * Simplified debian/rules; fixes FTBS with parallel make. Closes:
#566274.
 -- Ubuntu Archive Auto-Sync arch...@ubuntu.com   Mon,  31 May 2010 10:30:46 
+0100

** Changed in: joystick (Ubuntu)
   Status: New = Fix Released

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-03-23 Thread Stephen Kitt
Sorry, I haven't uploaded a new version of the package yet, so Lucid
Lynx still has the old version; I'm working on implementing a feature in
response to another bug (in Debian), it should be ready soon.

In the meantime you can still use the previous fix!

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-03-21 Thread Joaquin
Hello,

I installed reciently, the new Ubuntu Lucid Lynx, but in the joystick
packages, the jskeepalive and the configuration doesn't appear!!!


What happen??

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-02-01 Thread Joaquin
OK, It works!


Thanks!

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-31 Thread Stephen Kitt
To add another joystick, try replacing the rule you're currently using with the 
following:
KERNEL==js*, ATTRS{name}==ACRUX USB GAMEPAD 8116, 
RUN+=/usr/local/sbin/jskeepalive %E{DEVNAME}
When the rule is matched, %E{DEVNAME} will be replaced with whatever device 
has just been created (/dev/input/js0, /dev/input/js1...).

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-29 Thread Joaquin
OK, You're the BEST!!!


A lot of Thanks!!!



Joaquín Vacas Verísimo

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-29 Thread Joaquin
Stephen, if I (example) buy another joystick, but my configuration is js0
I need to add another with js1??
I have a friend that He has the same problem as I


Thanks

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-28 Thread Stephen Kitt
I'll include the daemon and the udev configuration file in the next
version of the Debian package, which should make it to Ubuntu shortly
thereafter.

Concerning the force-feedback, I had a look at the kernel drivers and
there doesn't seem to be a standard way of handling it, so you'd need
specific support for your joypad. Maybe one of the other drivers could
be adapted, I don't know...

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-25 Thread Joaquin
It works!
But I only need to change the %b to js0
I send my udev rule
When you finish the daemon, Can you say to me?
And How Can I make a deb package with the rules and the jskeepalive
program??


A lot of Thanks!!!


** Attachment added: 010_local.rules
   http://launchpadlibrarian.net/38364451/010_local.rules

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-25 Thread Joaquin
I Can't get working the force-feedback option (all ff* program says that my
joystick doesn't support force-feedback, but i've tested on a computer of a
friend, in windows, It works)

Thanks!

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-24 Thread Joaquin
2010/1/23 Joaquin Vacas jknv...@gmail.com

 It doesn't works!
 I do a bad step??
 I send my 010_local.rules


Can you help me to make another daemon??


** Attachment added: 010_local.rules
   http://launchpadlibrarian.net/38332466/010_local.rules

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-24 Thread Stephen Kitt
Sorry, my mistake, the udev rule should say
KERNEL==js*, ATTRS{name}==ACRUX USB GAMEPAD 8116, 
RUN+=/usr/local/sbin/jskeepalive /dev/input/%b
(ATTRS rather than ATTR). Could you try again with that line?

I'm working on a proper daemon, but I'm doing it in my spare time so it
might take a day or two.

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-23 Thread Stephen Kitt
OK, it should be possible to override the protection (the gamepad claims to 
require 350mA, which your USB port should be able to supply unless you're using 
an unpowered hub). When you connect your gamepad, after a couple of seconds run
dmesg | tail -n 25
This should show a message such as
usb 2-5: rejected 1 configuration due to insufficient available bus 
power
Take the last such message and run
echo -n 1 | tee /sys/bus/usb/devices/2-5/bConfigurationValue
to force the device to be configured anyway... (Match the 2-5 in the command 
with the value in the dmesg message.)

Let me know if that helps, it would be possible to fix the problem
permanently with a udev rule.

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-23 Thread Joaquin
dmesg | tail -n 25 = dmesg_tail.txt
the output doesn't is  rejected 1 configuration due to insufficient
available bus power
when I run echo -n 1 | tee /sys/bus/usb/devices/2-8/bConigurationValue
the gamepad continues turned off, I tryed to disconnect and connect it again
but happens the same!

I need to create, for example a daemon that run jstest --normal
/dev/input/js0 on a tty terminal (hide) when a gamepad connected


I don't understand why when I run jstest --norm... the gamepad works, I
think is the joystick driver, because in windows the gamepads integrates on
the system, to the control panel


** Attachment added: dmesg_tail.txt
   http://launchpadlibrarian.net/38302502/dmesg_tail.txt

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-23 Thread Joaquin
Ah! When I run echo -n 1 | tee /sys/bus/usb/devices/2-8/bConigurationValue
the gamepad's led turns on and at the moment it turns off!

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-23 Thread Stephen Kitt
I've adapted jstest to simply loop while reading the joystick, which is what 
jstest --normal does. I'm attaching the source here; simply build it using
gcc -O2 jskeepalive.c -o jskeepalive
then run it as follows:
./jskeepalive /dev/input/js0

If that fixes your joystick, I'll add it to the package along with an
explanation. If you'd like me to provide udev rules, let me know!

** Attachment added: Keepalive utility
   http://launchpadlibrarian.net/38306325/jskeepalive.c

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-23 Thread Stephen Kitt
To add udev rules, could you post the output of
/sbin/udevadm info -a -p $(/sbin/udevadm info -q path -n /dev/input/js0)
(with the joystick connected)?

Thanks!

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-23 Thread Joaquin
No, this program don't fixes the problem, I need to conect the joystick when
I run ./jskeepalive /dev/input/js0 (the same as jstest)

I tested the program Specto, with 100 ms of update, to the file js0, it
works, but it uses a lot of RAM

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-23 Thread Joaquin
2010/1/23 Joaquin Vacas jknv...@gmail.com

  When I run ./jskeepalive /dev/input/js0 and I connect the joystick it
 works, but I need to connect the gamepad at the same time that I run the
 command



** Attachment added: jskeepalive
   http://launchpadlibrarian.net/38308273/jskeepalive

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-23 Thread Joaquin
this program does the same as jstest , but without output!

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-23 Thread Joaquin
It works without terminal!
Thanks, but my problem continues :(

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-23 Thread Joaquin
Sorry, the output of udevadm it's attached!

How can I use the vibrator's option on the gamepad??


** Attachment added: udevadm.txt
   http://launchpadlibrarian.net/38308389/udevadm.txt

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-23 Thread Stephen Kitt
Regarding comment #19, that was exactly the idea. To fully fix the problem, we 
need a way to start the program as soon as the joystick is plugged in; the 
following line, added to your /etc/udev/rules.d/010_local.rules files (if you 
don't have such a file, simply create it), should start the daemon as soon as 
the joystick is detected:
KERNEL==js*, ATTR{name}==ACRUX USB GAMEPAD 8116, 
RUN+=/usr/local/sbin/jskeepalive /dev/input/%b
When the joystick is disconnected the program will terminate.

Regarding the vibrator, I imagine you'll need to find a game which uses
force-feedback, or use one of the force-feedback programs available in
the source for the joystick package (or in the Debian package). I don't
have such a joystick so I'm afraid I can't help much with that!

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-23 Thread Joaquin
It doesn't works!
I do a bad step??
I send my 010_local.rules


** Attachment added: 010_local.rules
   http://launchpadlibrarian.net/38312311/010_local.rules

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-22 Thread Stephen Kitt
Nice find, the insufficient power would explain why the joystick disappears! 
The output of
sudo lsusb -vv
should help determine what's going on...

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-22 Thread Joaquin
The output of lsusb -vv is too long, I send a text file on the e-mail


** Attachment added: lsusb.txt
   http://launchpadlibrarian.net/38286732/lsusb.txt

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-21 Thread Stephen Kitt
Hi,

Sorry for the delay. I hadn't forgotten your problem though; it occurred
to me that it may be related to USB auto-suspend. Could you try the
following?

Connect your joystick, but don't run jstest or anything else. Type
lsusb
and determine the bus and device number for your joystick (drop the zeroes, so 
for instance Bus 001 Device 003 is bus 1 device 3). Next type
cat /sys/bus/usb/devices/{bus}-{device}/power/autosuspend
and
cat /sys/bus/usb/devices/{bus}-{device}/power/level
replacing {bus} and {device} as appropriate (so with bus 1 device 3 as above it 
becomes .../usb/devices/1-3/power/...).

Thanks,

Stephen

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-21 Thread Joaquin
When I run cat /sys/bus/usb/devices/2-5:1.0/power/autosuspend
cat syas that this doesn't exists

and the same when I run cat /sys/bus/usb/devices/2-5:1.0/power/level

I send a screenshot ofgnome-device-manager that shows an important
information!!!

I don't see this before this morning


Thanks a lot!


** Attachment added: Pantallazo.png
   http://launchpadlibrarian.net/38212072/Pantallazo.png

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-07 Thread Joaquin
Hello, I need the patch for this problem?
But, I don't receive emails from November
of Stephen Kitt

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-01-07 Thread Joaquin
** Also affects: dasher
   Importance: Undecided
   Status: New

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2009-11-02 Thread Joaquin

   lsinput


/dev/input/event0
   bustype : BUS_HOST
   vendor  : 0x0
   product : 0x2
   version : 0
   name: Power Button (FF)
   phys: LNXPWRBN/button/input0
   bits ev : EV_SYN EV_KEY

/dev/input/event1
   bustype : BUS_HOST
   vendor  : 0x0
   product : 0x1
   version : 0
   name: Power Button (CM)
   phys: PNP0C0C/button/input0
   bits ev : EV_SYN EV_KEY

/dev/input/event2
   bustype : BUS_ADB
   vendor  : 0x1
   product : 0x1
   version : 256
   name: Macintosh mouse button emulation
   bits ev : EV_SYN EV_KEY EV_REL

/dev/input/event3
   bustype : BUS_I8042
   vendor  : 0x1
   product : 0x1
   version : 43841
   name: AT Translated Set 2 keyboard
   phys: isa0060/serio0/input0
   bits ev : EV_SYN EV_KEY EV_MSC EV_LED EV_REP

/dev/input/event4
   bustype : BUS_ISA
   vendor  : 0x1f
   product : 0x1
   version : 256
   name: PC Speaker
   phys: isa0061/input0
   bits ev : EV_SYN EV_SND

/dev/input/event5
   bustype : BUS_USB
   vendor  : 0x1a34
   product : 0x802
   version : 256
   name: ACRUX USB GAMEPAD 8116
   phys: usb-:00:04.0-1/input0
   uniq: 
   bits ev : EV_SYN EV_KEY EV_ABS EV_MSC

/dev/input/event6
   bustype : BUS_I8042
   vendor  : 0x2
   product : 0x5
   version : 0
   name: ImPS/2 Generic Wheel Mouse
   phys: isa0060/serio1/input0
   bits ev : EV_SYN EV_KEY EV_REL



   ls /dev/input/




joa...@joakin-desktop:~$ ls /dev/input
by-idevent0  event2  event4  event6  micemouse1
by-path  event1  event3  event5  js0 mouse0  uinput
joa...@joakin-desktop:~$



Thanks

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2009-11-01 Thread Stephen Kitt
If I understand correctly, if you simply connect your joystick, it
doesn't work in games etc.? But if you connect your joystick, run
jstest --normal /dev/input/js0 it starts working in other
applications? Do the other applications work *while* you're running
jstest, or do you quit jstest completely before running them?

I'd like to make absolutely sure because jstest doesn't set the joystick
up at all, it simply reports the values given by the joystick, so if
running it is somehow causing your joystick to work where it didn't
before then something else is going on.

Could you provide the output of sudo lsinput (in the input-utils
package) and ls /dev/input/?

Thanks in advance,

Stephen

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2009-10-17 Thread Joaquin
Hello, I managed to work the joystick running the application while
connecting the joystick.
But it's hard.
I need a daemon that detected as /dev/input/js0 run the command jstest
--normal / dev/input/js0 this is how it works.
Thanks

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2009-10-13 Thread Stephen Kitt
Hi,

Could you show the output of the lsusb command? It's quite likely that
your joystick, sold under one brand, actually identifies itself as
something else; that shouldn't prevent it from working.

Does the joystick work? That is, have you tried it in a game or some
other joystick-using software?

Thanks in advance,

Stephen

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2009-10-10 Thread Joaquin

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/33431774/Dependencies.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/33431775/XsessionErrors.txt

-- 
recognizes the joystick, but not the correct model. not working
https://bugs.launchpad.net/bugs/448446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs