<?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=5522&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / xboxdrv, xbox360 controller in devuan chimaera]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5522</link>
		<description><![CDATA[The most recent posts in xboxdrv, xbox360 controller in devuan chimaera.]]></description>
		<lastBuildDate>Fri, 03 Feb 2023 18:10:31 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: xboxdrv, xbox360 controller in devuan chimaera]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40821#p40821</link>
			<description><![CDATA[<p>Add <span class="bbc">xpad</span> to /etc/modules (or to it&#039;s own file under /etc/modules-load.d/) then update the initramfs:</p><div class="codebox"><pre><code># update-initramfs -u -k all</code></pre></div><p>And reboot.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 03 Feb 2023 18:10:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40821#p40821</guid>
		</item>
		<item>
			<title><![CDATA[Re: xboxdrv, xbox360 controller in devuan chimaera]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40820#p40820</link>
			<description><![CDATA[<p>Thank you guys for your responses.</p><p><span class="bbu">HoaS</span>:<br />great links, I learned a lot from them (read more below). Regarding the package search page, I missed it completely. I already have it bookmarked for next time.</p><p>To continue with the troubleshooting, this is what I have done:</p><p>&#160; &#160; <strong>--&gt;&gt; DMESG</strong></p><div class="codebox"><pre><code>root@devuan4:/home/omar# dmesg
        usb 1-3: new full-speed USB device number 7 using xhci_hcd
        usb 1-3: New USB device found, idVendor=045e, idProduct=028e, bcdDevice= 1.10
        usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
        usb 1-3: Product: Controller
        usb 1-3: Manufacturer: Microsoft Inc.
        usb 1-3: SerialNumber: 176B4C9</code></pre></div><p>&#160; &#160; <strong>--&gt;&gt; JS</strong></p><div class="codebox"><pre><code>root@devuan4:/home/omar# ls /dev/input/js*
    ls: cannot access &#039;/dev/input/js*&#039;: No such file or directory</code></pre></div><p>&#160; &#160; <strong>--&gt;&gt; LSUSB</strong></p><div class="codebox"><pre><code>omar@devuan4:~$ lsusb
    Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 001 Device 006: ID 0bda:b00a Realtek Semiconductor Corp. Bluetooth Radio 
    Bus 001 Device 005: ID 05c8:03d2 Cheng Uei Precision Industry Co., Ltd (Foxlink) HP TrueVision HD Camera
    Bus 001 Device 004: ID 05e3:0608 Genesys Logic, Inc. Hub
    Bus 001 Device 003: ID 174c:55aa ASMedia Technology Inc. Name: ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E SATA 6Gb/s bridge
    Bus 001 Device 007: ID 045e:028e Microsoft Corp. Xbox360 Controller
    Bus 001 Device 002: ID 0458:0186 KYE Systems Corp. (Mouse Systems) Wired Mouse
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub</code></pre></div><p><strong>--&gt;&gt;</strong> Then I downloaded the <em>beowulf</em> version of <em>xboxdrv</em> (<em>daedalus</em> version generated errors when trying to install):</p><div class="codebox"><pre><code>omar@devuan4:~$ sudo dpkg -i &quot;xboxdrv_0.8.8-1_amd64 (beowulf).deb&quot; 
[sudo] password for omar: 
    Selecting previously unselected package xboxdrv.
    (Reading database ... 214825 files and directories currently installed.)
    Preparing to unpack xboxdrv_0.8.8-1_amd64 (beowulf).deb ...
    Unpacking xboxdrv (0.8.8-1) ...
    Setting up xboxdrv (0.8.8-1) ...
    Processing triggers for man-db (2.9.4-2) ...</code></pre></div><p>The <em>xboxdrv</em> package is already installed.<br />I opened the programs <em>jstest-gtk, antiMicroX, qJoyPad</em> but all generated the same message, that the gamepad is not detected.</p><p>Then I tried this from your link:&#160; <strong><em><a href="https://docs.kernel.org/input/devices/xpad.html" rel="nofollow">https://docs.kernel.org/input/devices/xpad.html</a></em></strong><br /><em>&#160; &#160; &gt; modprobe xpad<br />&#160; &#160; &gt; modprobe joydev<br />&#160; &#160; &gt; jstest /dev/js0</em></p><div class="codebox"><pre><code>omar@devuan4:~$ sudo modprobe xpad
    [sudo] password for omar: 
omar@devuan4:~$ sudo modprobe joydev
omar@devuan4:~$ jstest /dev/js0
    jstest: No such file or directory</code></pre></div><p> I opened the programs <em>jstest-gtk, antiMicroX, qJoyPad</em> again,and now they all open &amp; work, joystick is detected; yay!!</p><p>Later, after performing more tests &amp; reboots, I noticed that only the first command is needed to make the gamepad discoverable (<strong>sudo modprobe xpad</strong>) and that in the end, the <em>xboxdrv </em>module was not required, so i uninstalled it.</p><p>I don&#039;t get any rumble feedback, yet that&#039;s unimportant. not needed it anyways for an old-school gamer.</p><ul><li><p>Now, how do I instruct <em>devuan</em> to recognize my gamepad after reboot without typing this command in terminal?&#160; Is there a way to add to an init/boot file of some sort?</p></li></ul><p>Thank you!!</p>]]></description>
			<author><![CDATA[dummy@example.com (ofvergara)]]></author>
			<pubDate>Fri, 03 Feb 2023 17:50:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40820#p40820</guid>
		</item>
		<item>
			<title><![CDATA[Re: xboxdrv, xbox360 controller in devuan chimaera]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40790#p40790</link>
			<description><![CDATA[<p>The 360 controller should be supported by the native <a href="https://docs.kernel.org/input/devices/xpad.html" rel="nofollow">xpad</a> kernel driver, xboxdrv just offers more configuration.</p><p>Not sure why you&#039;re using that shitty, ad-ridden, javascript-infested &quot;debian.pkgs.org&quot; site when the Devuan developers have gone to the trouble of providing a beautifully clean package search page:</p><p><a href="https://pkginfo.devuan.org/cgi-bin/policy-query.html?c=package&amp;q=xboxdrv&amp;x=submit" rel="nofollow">https://pkginfo.devuan.org/cgi-bin/poli … v&amp;x=submit</a></p><p>The xboxdrv package was removed for the chimaera release as part of the Python2 deprecation process:</p><p><a href="https://tracker.debian.org/news/1119505/xboxdrv-removed-from-testing/" rel="nofollow">https://tracker.debian.org/news/1119505 … m-testing/</a></p><p>I think the problem here might be the cable — if it is a &quot;Play&amp;Charge&quot; USB cable then it can only be used for charging. Or perhaps TLP is disabling it, if you&#039;re using that.</p><p>More information here:</p><p><a href="https://wiki.archlinux.org/title/Gamepad#Xbox_360_controller" rel="nofollow">https://wiki.archlinux.org/title/Gamepa … controller</a></p><p>So what does <span class="bbc">dmesg</span> say about the device when you plug it in?</p><p>EDIT: check</p><div class="codebox"><pre><code>ls /dev/input/js*</code></pre></div><p>^ That will show if it detected as a controller.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Thu, 02 Feb 2023 06:27:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40790#p40790</guid>
		</item>
		<item>
			<title><![CDATA[Re: xboxdrv, xbox360 controller in devuan chimaera]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40789#p40789</link>
			<description><![CDATA[<p>Hi, I haven&#039;t used an xbox... but if you want to install a package from a download</p><p>cd to the directory and use </p><p>dpkg -i &quot;package.name.deb&quot;</p><p>I hope this helps.</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Thu, 02 Feb 2023 02:14:33 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40789#p40789</guid>
		</item>
		<item>
			<title><![CDATA[xboxdrv, xbox360 controller in devuan chimaera]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40788#p40788</link>
			<description><![CDATA[<p>hello guys,<br />I am using devuan chimaera, facing the following issue:</p><p>When i plug my wired usb xbox360 controller, i can see in the terminal with <strong>lsusb</strong> that is correctly detected, view below:<br />&#160; &#160; <em>Bus 001 Device 008: ID 045e:028e Microsoft Corp. Xbox360 Controller</em></p><p>I also have a wired usb xbox one S controller, which is also detected properly. The issue is, when i try to use &quot;<strong>antiMicroX</strong>&quot; or &quot;<strong>qJoyPad</strong>&quot; or &quot;<strong>jstest-gtk</strong>&quot;, the x360 controller is not detected (the xb1s is detected somehow by these programs).</p><p>I was reading online and they suggest to install the <strong><em>xboxdrv</em></strong> package to make it visible my laptop. Check link below for debian package:<br /><a href="https://debian.pkgs.org/10/debian-main-amd64/xboxdrv_0.8.8-1_amd64.deb.html" rel="nofollow">https://debian.pkgs.org/10/debian-main- … 4.deb.html</a></p><p>I tried running these commands in the terminal and installation was unsuccessful:</p><div class="codebox"><pre><code>    sudo apt-get update
    sudo apt-get install xboxdrv
        Reading package lists... Done
        Building dependency tree... Done
        Reading state information... Done
        E: Unable to locate package xboxdrv</code></pre></div><p>I double-checked in synaptic and noticed that the package is not available in the list of 59860 packages currently available in the repositories.</p><p>Can you please assist me in how to install <em>xboxdrv</em> package in devuan?<br />Or, do you have an alternate method to configure this controller and be utilized?</p><p>Thank you in advance for your help.<br />Cheers.</p>]]></description>
			<author><![CDATA[dummy@example.com (ofvergara)]]></author>
			<pubDate>Thu, 02 Feb 2023 00:04:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40788#p40788</guid>
		</item>
	</channel>
</rss>
