<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=7789&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / JoyStick - Xbox360 Controller - frozen]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7789</link>
		<description><![CDATA[The most recent posts in JoyStick - Xbox360 Controller - frozen.]]></description>
		<lastBuildDate>Thu, 26 Feb 2026 05:22:15 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: JoyStick - Xbox360 Controller - frozen]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62473#p62473</link>
			<description><![CDATA[<p>an a temporal solution :</p><p>this script :<br /><a href="https://gist.github.com/dnmodder/de2df973323b7c6acf45f40dc66e8db3" rel="nofollow">https://gist.github.com/dnmodder/de2df9 … 0dc66e8db3</a></p><p>instructions: <br /><a href="https://gist.github.com/dnmodder/de2df973323b7c6acf45f40dc66e8db3?permalink_comment_id=3582029#gistcomment-3582029" rel="nofollow">https://gist.github.com/dnmodder/de2df9 … nt-3582029</a></p><p>source:<br /><a href="https://github.com/paroj/xpad/issues/114" rel="nofollow">https://github.com/paroj/xpad/issues/114</a></p><div class="codebox"><pre><code> emacs /usr/local/bin/fix_controller_xbox_360
(paste the code)  and save [ctrl+x , Ctrl+s]

 chmod +x  /usr/local/bin/fix_controller_xbox_360
reconect controller 

root@DELL:~# /usr/local/bin/fix_controller_xbox_360</code></pre></div><p>Works! </p><p>add rule&#160; to </p><p>/etc/udev/rules.d/71-microsoft-controllers.rules</p><p># nano&#160; &#160;71-microsoft-controllers.rules</p><div class="codebox"><pre><code>ACTION==&quot;add&quot;, ATTRS{idProduct}==&quot;028e&quot;, ATTRS{idVendor}==&quot;045e&quot;, DRIVERS==&quot;usb&quot;, RUN+=&quot;/usr/local/bin/fix_controller_xbox_360&quot;</code></pre></div><p>reconect the controll&#160; and works!</p>]]></description>
			<author><![CDATA[dummy@example.com (AlexLikeRock)]]></author>
			<pubDate>Thu, 26 Feb 2026 05:22:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62473#p62473</guid>
		</item>
		<item>
			<title><![CDATA[Re: JoyStick - Xbox360 Controller - frozen]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62472#p62472</link>
			<description><![CDATA[<p>they are :</p><div class="codebox"><pre><code>inxi -b
System:
  Host: DELL Kernel: 6.1.0-40-amd64 arch: x86_64 bits: 64 Console: pty pts/1 Distro: Devuan
    GNU/Linux 5 (daedalus)
Machine:
  Type: Laptop System: Dell product: Latitude E6430 v: 01 serial: 2SGRKX1
  Mobo: Dell model: 0H3MT5 v: A00 serial: /XXX/XXX/ BIOS: Dell v: A11
    date: 03/12/2013
CPU:
  Info: dual core Intel Core i5-3320M [MT MCP] speed (MHz): avg: 898 min/max: 1200/3300
Graphics:
  Device-1: Intel 3rd Gen Core processor Graphics driver: i915 v: kernel
  Device-2: NVIDIA GF108GLM [NVS 5200M] driver: nouveau v: kernel
  Device-3: Microdia Laptop_Integrated_Webcam_E4HD type: USB driver: uvcvideo
  Display: server: X.org v: 1.21.1.7 driver: X: loaded: modesetting unloaded: fbdev,vesa
    dri: crocus,nouveau gpu: i915 tty: 135x26 resolution: 1366x768
  API: OpenGL Message: GL data unavailable in console for root.
Network:
  Device-1: Intel 82579LM Gigabit Network driver: e1000e
  Device-2: Intel Centrino Advanced-N 6205 [Taylor Peak] driver: iwlwifi
Drives:
  Local Storage: total: 465.76 GiB used: 331.52 GiB (71.2%)
Info:
  Processes: 229 Uptime: 53m Memory: 15.49 GiB used: 2.61 GiB (16.8%) Init: SysVinit runlevel: 2
  Shell: Bash inxi: 3.3.26</code></pre></div><p>i remove&#160; xbodrv, because xpad , work fine .</p><p>rmmod xpad</p><div class="codebox"><pre><code>[ 3393.211432] usbcore: deregistering interface driver xpad
[ 3393.211628] xpad 3-1:1.0: xpad_try_sending_next_out_packet - usb_submit_urb failed with result -2</code></pre></div><p>modprobe xpad</p><div class="codebox"><pre><code>[ 3412.256856] input: Microsoft X-Box 360 pad as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/input/input28
[ 3412.258178] usbcore: registered new interface driver xpad</code></pre></div><p>but still not work</p>]]></description>
			<author><![CDATA[dummy@example.com (AlexLikeRock)]]></author>
			<pubDate>Thu, 26 Feb 2026 03:54:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62472#p62472</guid>
		</item>
		<item>
			<title><![CDATA[Re: JoyStick - Xbox360 Controller - frozen]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=61895#p61895</link>
			<description><![CDATA[<p>This line in your dmesg sticks out.</p><div class="codebox"><pre><code>[11134.985048] xpad 1-2:1.0: xpad_try_sending_next_out_packet - usb_submit_urb failed with result -19</code></pre></div><p>What are your system specs? Inxi is a good program to use.</p><div class="codebox"><pre><code>inxi -b</code></pre></div><p>Also dont use xbodrv, i just read it is discontinued.<br />I would completely remove xbodrv first, dkms or however you first installed it.<br /><a href="https://github.com/xboxdrv/xboxdrv" rel="nofollow">https://github.com/xboxdrv/xboxdrv</a></p><p>I fount this link to a similar issue as yours from the xpad developer awhile ago, it may help:<br /><a href="https://github.com/paroj/xpad/issues/114" rel="nofollow">https://github.com/paroj/xpad/issues/114</a></p><p>Key points were to reload the xpad module.</p><div class="codebox"><pre><code>sudo rmmod xpad
sudo modprobe xpad</code></pre></div><p>You may be better off asking the xpad developer for further assistance.</p>]]></description>
			<author><![CDATA[dummy@example.com (laurie_dev1)]]></author>
			<pubDate>Thu, 05 Feb 2026 23:52:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=61895#p61895</guid>
		</item>
		<item>
			<title><![CDATA[Re: JoyStick - Xbox360 Controller - frozen]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=61885#p61885</link>
			<description><![CDATA[<p>i runn the program as normal user, <br /> those code a see at root@terminal</p>]]></description>
			<author><![CDATA[dummy@example.com (AlexLikeRock)]]></author>
			<pubDate>Thu, 05 Feb 2026 22:51:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=61885#p61885</guid>
		</item>
		<item>
			<title><![CDATA[Re: JoyStick - Xbox360 Controller - frozen]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=61883#p61883</link>
			<description><![CDATA[<p>dmesg </p><div class="codebox"><pre><code>[10986.862443] usb 1-2: new full-speed USB device number 12 using xhci_hcd
[10987.010759] usb 1-2: not running at top speed; connect to a high speed hub
[10987.011400] usb 1-2: New USB device found, idVendor=054c, idProduct=0268, bcdDevice= 1.00
[10987.011405] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[10987.011407] usb 1-2: Product: PS3 Controller
[10987.011409] usb 1-2: Manufacturer: Sony
[10987.014887] input: Sony PS3 Controller Motion Sensors as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:054C:0268.0007/input/input37
[10987.074503] input: Sony PS3 Controller as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:054C:0268.0007/input/input36
[10987.074652] sony 0003:054C:0268.0007: input,hiddev0,hidraw1: USB HID v81.11 Joystick [Sony PS3 Controller] on usb-0000:00:14.0-2/input0
[10988.012201] usb 1-2: USB disconnect, device number 12
[10989.674434] usb 1-2: new full-speed USB device number 13 using xhci_hcd
[10989.825029] usb 1-2: New USB device found, idVendor=045e, idProduct=028e, bcdDevice= 1.10
[10989.825039] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[10989.825043] usb 1-2: Product: Controller
[10989.825046] usb 1-2: Manufacturer: Sony
[10989.825943] input: Microsoft X-Box 360 pad as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/input/input38
[11134.984957] usb 1-2: USB disconnect, device number 13
[11134.985048] xpad 1-2:1.0: xpad_try_sending_next_out_packet - usb_submit_urb failed with result -19
root@DELL:/etc/udev/rules.d# </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (AlexLikeRock)]]></author>
			<pubDate>Thu, 05 Feb 2026 22:50:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=61883#p61883</guid>
		</item>
		<item>
			<title><![CDATA[Re: JoyStick - Xbox360 Controller - frozen]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=61881#p61881</link>
			<description><![CDATA[<p>Have you tried any other emulation programs to rule out the controller.<br />Maybe file a bug report to: <a href="https://packages.debian.org/trixie/jstest-gtk" rel="nofollow">https://packages.debian.org/trixie/jstest-gtk</a></p><p>This part here makes me question how it is you are loading the program, looks like you are using the root account when you shouldnt be.</p><div class="codebox"><pre><code>dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (laurie_dev1)]]></author>
			<pubDate>Thu, 05 Feb 2026 22:27:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=61881#p61881</guid>
		</item>
		<item>
			<title><![CDATA[Re: JoyStick - Xbox360 Controller - frozen]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=61880#p61880</link>
			<description><![CDATA[<p>i remove xboxdrv and install XPAD,<br />it&#039;s still frozen</p>]]></description>
			<author><![CDATA[dummy@example.com (AlexLikeRock)]]></author>
			<pubDate>Thu, 05 Feb 2026 22:13:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=61880#p61880</guid>
		</item>
		<item>
			<title><![CDATA[Re: JoyStick - Xbox360 Controller - frozen]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=61857#p61857</link>
			<description><![CDATA[<p>does the xboxdrv daemon need to be started via the root user?<br />xpad should just work now, its a builtin kernel module.</p>]]></description>
			<author><![CDATA[dummy@example.com (laurie_dev1)]]></author>
			<pubDate>Wed, 04 Feb 2026 23:42:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=61857#p61857</guid>
		</item>
		<item>
			<title><![CDATA[JoyStick - Xbox360 Controller - frozen]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=61851#p61851</link>
			<description><![CDATA[<p>when i connect the Xbox Controller, stock&#160; at the TEST at&#160; &quot;jstest-gtk&quot; and not work at all emulators.<br />but they work fine at Window$ :-/ </p><p><a href="https://pasteboard.co/zZBhEqBazxrm.png" rel="nofollow">https://pasteboard.co/zZBhEqBazxrm.png</a><br /><a href="https://pasteboard.co/VvuAO7eWBRuD.png" rel="nofollow">https://pasteboard.co/VvuAO7eWBRuD.png</a> <br />they appear AXIS 2 and AXIS 5 moved to the top ! (lesft or rigth )</p><p> Bus 003 Device 017: ID 045e:028e Microsoft Corp. Xbox360 Controller</p><p> xboxdrv --dbus session --detach-kernel-drive <br />(not Work) <br />#&#160; xboxdrv --dbus session --detach-kernel-drive</p><p>-- [ ERROR ] ------------------------------------------------------<br />unrecognized option &#039;--detach-kernel-drive&#039;</p><p>/usr/bin/xboxdrvctl&#039;&#160; &#160;-S</p><div class="codebox"><pre><code>Traceback (most recent call last):
  File &quot;/usr/bin/xboxdrvctl&quot;, line 68, in &lt;module&gt;
    bus = dbus.SessionBus()
          ^^^^^^^^^^^^^^^^^
  File &quot;/usr/lib/python3/dist-packages/dbus/_dbus.py&quot;, line 209, in __new__
    return Bus.__new__(cls, Bus.TYPE_SESSION, private=private,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File &quot;/usr/lib/python3/dist-packages/dbus/_dbus.py&quot;, line 99, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File &quot;/usr/lib/python3/dist-packages/dbus/bus.py&quot;, line 120, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11  </code></pre></div><p>----<br />i try other commands , share by a friend from IRC :</p><p>1.- #&#160; &#160;rmmod xpad <br />2.- $&#160; &#160; pgrep -f xboxdrv<br />3.-&#160; &#160; &#160;pkill -f xboxdrv<br /> 4.-$&#160; xboxdrv --daemon&#160; &lt; ---- OBLIGATORIO<br /> 5.-$&#160; /usr/bin/xboxdrvctl --status</p><p>root@DELL:~# rmmod xpad&#160; <br />root@DELL:~# grep -f xboxdrv <br />grep: xboxdrv: No such file or directory<br />root@DELL:~# pkill -f xboxdrv <br />root@DELL:~# xboxdrv --daemon&#160; <br />xboxdrv 0.8.8 - <a href="http://pingus.seul.org/~grumbel/xboxdrv/" rel="nofollow">http://pingus.seul.org/~grumbel/xboxdrv/</a> <br />Copyright © 2008-2011 Ingo Ruhnke &lt;grumbel@gmail.com&gt; <br />Licensed under GNU GPL version 3 or later <br />&lt;<a href="http://gnu.org/licenses/gpl.html" rel="nofollow">http://gnu.org/licenses/gpl.html</a>&gt; <br />This program comes with ABSOLUTELY NO WARRANTY. <br />This is free software, and you are welcome to redistribute it <br />under certain conditions; see the file COPYING for details. </p><p>[ERROR] XboxdrvDaemon::run(): fatal exception: failed to get unique dbus name: Connection &quot;:1.184&quot; is not allowed to own the service &quot;org.seul.Xboxdrv&quot; due to security policies in the configuration file<br />root@DELL:~#</p><p>&#160; &#160;/usr/bin/xboxdrvctl --status <br />&#160; </p><div class="codebox"><pre><code>Traceback (most recent call last):
  File &quot;/usr/bin/xboxdrvctl&quot;, line 68, in &lt;module&gt;
    bus = dbus.SessionBus()
          ^^^^^^^^^^^^^^^^^
  File &quot;/usr/lib/python3/dist-packages/dbus/_dbus.py&quot;, line 209, in __new__
    return Bus.__new__(cls, Bus.TYPE_SESSION, private=private,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File &quot;/usr/lib/python3/dist-packages/dbus/_dbus.py&quot;, line 99, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File &quot;/usr/lib/python3/dist-packages/dbus/bus.py&quot;, line 120, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11</code></pre></div><p>then i lose the controller at jstest-gtk<br />need , reconect the wire USB,&#160; to appear, <br />but still frozen!</p>]]></description>
			<author><![CDATA[dummy@example.com (AlexLikeRock)]]></author>
			<pubDate>Wed, 04 Feb 2026 20:23:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=61851#p61851</guid>
		</item>
	</channel>
</rss>
