I should have been clearer on this.  Everything works fine when I&#39;m sitting at my desktop, logged into the local machine.  In my case I&#39;m use the gstreamer framework to make use of my webcam (v4l is running fine).  If I do:<br>
<br>$ls -al /dev/video0<br><br>I see that the file is there.  I log out, and drive 10 minutes to work, then log into my machine remotely and try to list /dev/video0 and it doesn&#39;t exist.  There is some system that is making the device available to local sessions only (or I&#39;m missing something?).  My research led me to dbus/udev/etc. because these are frameworks/layers for abstracting hardware, providing hotplug, etc. etc.  This sounded like a hotplug type thing to me.  It would make sense to me that Ubuntu might set this system up to only allow local webcam use (so people can&#39;t spy on people), but I need to get around this (not for spying though ;) ).<br>
<br>Where else would you recommend I look, given this additional explanation?<br clear="all">________________________________________<br>Stuart Doherty<br><a href="mailto:stu@alumni.uwaterloo.ca">stu@alumni.uwaterloo.ca</a><br>

<br><br><div class="gmail_quote">On Thu, Mar 18, 2010 at 10:49 AM, Thiago Macieira <span dir="ltr">&lt;<a href="mailto:thiago@kde.org">thiago@kde.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Em Quinta-feira 18 Março 2010, às 12:59:27, Stuart Doherty escreveu:<br>
<div><div></div><div class="h5">&gt; Hi All,<br>
&gt;   I&#39;m very sorry if this is the wrong place for this message.  I started at<br>
&gt; hal, then udev, then ended up at this level.  Maybe I need to move on to<br>
&gt; gnome desktop.  I&#39;m hoping this is just a matter of tweaking some dbus<br>
&gt; rules or something.<br>
&gt;<br>
&gt; I want my webcam available to remote sessions so I can work with it when<br>
&gt; I&#39;m away from home.  I can&#39;t seem to figure out how to do this.  I can see<br>
&gt; &quot;/dev/video0&quot; when I&#39;m at home.  But when I drive to work and log in the<br>
&gt; device file isn&#39;t there.  My research led me to believe dbus might be<br>
&gt; enforcing this policy.<br>
&gt;<br>
&gt; If I&#39;m wrong, pointers to where I might look would be great.<br>
<br>
</div></div>Hi Stu<br>
<br>
I really don&#39;t see how this is relevant to D-Bus. You seem to have a V4L<br>
problem, which is neither D-Bus, nor HAL nor udev nor even the desktop.<br>
<br>
If the device file isn&#39;t there, it&#39;s either because the kernel module isn&#39;t<br>
loaded or because the the device itself (hardware) isn&#39;t found.<br>
<font color="#888888"><br>
--<br>
Thiago Macieira - thiago (AT) <a href="http://macieira.info" target="_blank">macieira.info</a> - thiago (AT) <a href="http://kde.org" target="_blank">kde.org</a><br>
  Senior Product Manager - Nokia, Qt Development Frameworks<br>
      PGP/GPG: 0x6EF45358; fingerprint:<br>
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358<br>
</font><br>_______________________________________________<br>
dbus mailing list<br>
<a href="mailto:dbus@lists.freedesktop.org">dbus@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/dbus" target="_blank">http://lists.freedesktop.org/mailman/listinfo/dbus</a><br>
<br></blockquote></div><br>