<?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=4860&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] USB Device (keyboard) problem]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4860</link>
		<description><![CDATA[The most recent posts in [SOLVED] USB Device (keyboard) problem.]]></description>
		<lastBuildDate>Tue, 08 Feb 2022 19:31:28 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] USB Device (keyboard) problem]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34496#p34496</link>
			<description><![CDATA[<p>I&#039;ve found another issue that might be related..&#160; once in awhile the keyboard goes dead. <br />So I tried switching usb ports , doesn&#039;t help. </p><p>I found this script which seems to reset the usb , and it does end up working again.. : </p><div class="codebox"><pre><code>#!/bin/bash

if [[ $EUID != 0 ]] ; then
  echo This must be run as root!
  exit 1
fi

for xhci in /sys/bus/pci/drivers/?hci_hcd ; do

  if ! cd $xhci ; then
    echo Weird error. Failed to change directory to $xhci
    exit 1
  fi

  echo Resetting devices from $xhci...

  for i in ????:??:??.? ; do
    echo -n &quot;$i&quot; &gt; unbind
    echo -n &quot;$i&quot; &gt; bind
  done
done</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (jpark)]]></author>
			<pubDate>Tue, 08 Feb 2022 19:31:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34496#p34496</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] USB Device (keyboard) problem]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34388#p34388</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Do you actually have any problems with the keyboard apart from the dmesg spam?</p></div></blockquote></div><p>Seems to work ok,&#160; I guess its just spam then?<br />Tried wiggling the cable, disconnect and reconnect.. I&#039;ll see if that helps anything.</p>]]></description>
			<author><![CDATA[dummy@example.com (jpark)]]></author>
			<pubDate>Fri, 04 Feb 2022 18:18:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34388#p34388</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] USB Device (keyboard) problem]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34387#p34387</link>
			<description><![CDATA[<p>Do you actually have any problems with the keyboard apart from the dmesg spam?</p><p>Could be a dodgy cable and/or connector.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 04 Feb 2022 18:15:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34387#p34387</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] USB Device (keyboard) problem]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34385#p34385</link>
			<description><![CDATA[<p>I keep getting this message repeating again and again.. in dmesg -wH</p><p>Should I use a different keyboard?</p><div class="codebox"><pre><code>[Feb 4 09:55] usb 5-1-port2: disabled by hub (EMI?), re-enabling...
[  +0.000007] usb 5-1.2: USB disconnect, device number 11
[  +0.911151] usb 5-1.2: new full-speed USB device number 12 using xhci_hcd
[  +0.224837] usb 5-1.2: New USB device found, idVendor=258a, idProduct=1006, bcdDevice=20.03
[  +0.000002] usb 5-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  +0.000001] usb 5-1.2: Product: Gaming KB 
[  +0.000001] usb 5-1.2: Manufacturer: Gaming KB 
[  +0.085267] input: Gaming KB  Gaming KB  as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-1/5-1.2/5-1.2:1.0/0003:258A:1006.0010/input/input42
[  +0.057789] hid-generic 0003:258A:1006.0010: input,hidraw4: USB HID v1.11 Keyboard [Gaming KB  Gaming KB ] on usb-0000:0f:00.3-1.2/input0
[  +0.004252] input: Gaming KB  Gaming KB  System Control as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-1/5-1.2/5-1.2:1.1/0003:258A:1006.0011/input/input43
[  +0.063731] input: Gaming KB  Gaming KB  Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-1/5-1.2/5-1.2:1.1/0003:258A:1006.0011/input/input44
[  +0.000053] input: Gaming KB  Gaming KB  Keyboard as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-1/5-1.2/5-1.2:1.1/0003:258A:1006.0011/input/input45
[  +0.000075] hid-generic 0003:258A:1006.0011: input,hiddev2,hidraw5: USB HID v1.11 Keyboard [Gaming KB  Gaming KB ] on usb-0000:0f:00.3-1.2/input1</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (jpark)]]></author>
			<pubDate>Fri, 04 Feb 2022 18:12:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34385#p34385</guid>
		</item>
	</channel>
</rss>
