<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.rivendellaudio.org/index.php?action=history&amp;feed=atom&amp;title=Troubleshooting_GPIs_and_GPOs</id>
		<title>Troubleshooting GPIs and GPOs - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.rivendellaudio.org/index.php?action=history&amp;feed=atom&amp;title=Troubleshooting_GPIs_and_GPOs"/>
		<link rel="alternate" type="text/html" href="http://wiki.rivendellaudio.org/index.php?title=Troubleshooting_GPIs_and_GPOs&amp;action=history"/>
		<updated>2026-05-01T21:03:59Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.4</generator>

	<entry>
		<id>http://wiki.rivendellaudio.org/index.php?title=Troubleshooting_GPIs_and_GPOs&amp;diff=99&amp;oldid=prev</id>
		<title>Higgles: Created page with &quot;== Troubleshooting from the command line ==  '''Q:''' I just picked up a MeasurementComputing PCI-DIO24 card and am having trouble getting it setup.  I notice that in RDadmin...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.rivendellaudio.org/index.php?title=Troubleshooting_GPIs_and_GPOs&amp;diff=99&amp;oldid=prev"/>
				<updated>2018-03-12T15:48:57Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Troubleshooting from the command line ==  &amp;#039;&amp;#039;&amp;#039;Q:&amp;#039;&amp;#039;&amp;#039; I just picked up a MeasurementComputing PCI-DIO24 card and am having trouble getting it setup.  I notice that in RDadmin...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Troubleshooting from the command line ==&lt;br /&gt;
&lt;br /&gt;
'''Q:''' I just picked up a MeasurementComputing PCI-DIO24 card and am having trouble getting it setup.  I notice that in RDadmin when I define the new device in &amp;quot;Switchers GPIO&amp;quot; as Local GPIO as layed out in the GPIO.txt, the default device path is /dev/gpio0.  The problem is that /dev/gpio0 doesn't exist. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''A:''' The PCI-DI024 cards aren't supported in recent Linux Kernels, so it may not work for you.&lt;br /&gt;
If you have an old kernel: Sounds like you don't have the GPIO driver turned on.  You can get that from the Rivendell download page.  Install it, enable the 'gpio' service and you should then have a '/dev/gpio&amp;lt;n&amp;gt;' device node to correspond to each MC card in your system, along with entries in '/proc/driver/gpio/' to show you the status of each.&lt;br /&gt;
&lt;br /&gt;
You can check these by opening a terminal and running the following to check if the gpio devices have been created:&lt;br /&gt;
&lt;br /&gt;
 ls /dev/gpio*&lt;br /&gt;
&lt;br /&gt;
This will return something like this:&lt;br /&gt;
&lt;br /&gt;
 gpio0&lt;br /&gt;
&lt;br /&gt;
To check the status of the device run the following in a terminal:&lt;br /&gt;
&lt;br /&gt;
 ls /proc/driver/gpio/*&lt;br /&gt;
&lt;br /&gt;
This will return something like this:&lt;br /&gt;
&lt;br /&gt;
 card0&lt;br /&gt;
&lt;br /&gt;
You can then run the following to see the status of card0:&lt;br /&gt;
&lt;br /&gt;
 cat /proc/driver/gpio/card0&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting with GUI utility program RDGpiMon ==&lt;br /&gt;
See the [[RDGpiMon|wiki page about RDGpiMon]] for information about it.&lt;br /&gt;
&lt;br /&gt;
== Other useful Wiki pages ==&lt;br /&gt;
&lt;br /&gt;
[[GPIO.txt_-_GPIO_Notes_for_Rivendell]]&lt;/div&gt;</summary>
		<author><name>Higgles</name></author>	</entry>

	</feed>