<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: XBOX Live Vision Camera in Ubuntu</title>
	<atom:link href="http://www.liamm.com/tech/xbox-live-vision-camera-in-ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://www.liamm.com/tech/xbox-live-vision-camera-in-ubuntu</link>
	<description>Liam M, Apple GeeK and Tech Fanatic</description>
	<pubDate>Fri, 05 Dec 2008 12:03:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: jason</title>
		<link>http://www.liamm.com/tech/xbox-live-vision-camera-in-ubuntu#comment-1008</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Fri, 21 Nov 2008 15:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.liamm.com/?p=168#comment-1008</guid>
		<description>mjpg streamer isn't supported by amd64. Any help?</description>
		<content:encoded><![CDATA[<p>mjpg streamer isn&#8217;t supported by amd64. Any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LiamM</title>
		<link>http://www.liamm.com/tech/xbox-live-vision-camera-in-ubuntu#comment-1005</link>
		<dc:creator>LiamM</dc:creator>
		<pubDate>Mon, 10 Nov 2008 15:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.liamm.com/?p=168#comment-1005</guid>
		<description>Hey Eric. if you tried

sudo rmmod uvcvideo
sudo modprobe uvcvideo

with no change then it may be the version of uvcvideo on your system. Mine worked out of the box but it looks like some people need to upgrade so try this.

install svn 

sudo apt-get install svn

download the latest version ov uvcvideo

svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk

move to the new folder 

cd ./trunk

edit the Makefile

gedit ./Makefile

and change 

INSTALL_MOD_DIR := usb/media

to 

INSTALL_MOD_DIR := kernel/ubuntu/media/usbvideo

save your changes

compile the driver

make 

then install

make install

Now reboot and walk through the steps in the article again.

Let me know if this helps or not</description>
		<content:encoded><![CDATA[<p>Hey Eric. if you tried</p>
<p>sudo rmmod uvcvideo<br />
sudo modprobe uvcvideo</p>
<p>with no change then it may be the version of uvcvideo on your system. Mine worked out of the box but it looks like some people need to upgrade so try this.</p>
<p>install svn </p>
<p>sudo apt-get install svn</p>
<p>download the latest version ov uvcvideo</p>
<p>svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk</p>
<p>move to the new folder </p>
<p>cd ./trunk</p>
<p>edit the Makefile</p>
<p>gedit ./Makefile</p>
<p>and change </p>
<p>INSTALL_MOD_DIR := usb/media</p>
<p>to </p>
<p>INSTALL_MOD_DIR := kernel/ubuntu/media/usbvideo</p>
<p>save your changes</p>
<p>compile the driver</p>
<p>make </p>
<p>then install</p>
<p>make install</p>
<p>Now reboot and walk through the steps in the article again.</p>
<p>Let me know if this helps or not</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://www.liamm.com/tech/xbox-live-vision-camera-in-ubuntu#comment-1004</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Mon, 10 Nov 2008 14:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.liamm.com/?p=168#comment-1004</guid>
		<description>Same here

My error message: ERROR OPENING V4L INTERFACE: NO SUCH FILE OR DIRECTORY

and when I checked in /dev/video* wow there is none!! where I can find it?</description>
		<content:encoded><![CDATA[<p>Same here</p>
<p>My error message: ERROR OPENING V4L INTERFACE: NO SUCH FILE OR DIRECTORY</p>
<p>and when I checked in /dev/video* wow there is none!! where I can find it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: h0ju</title>
		<link>http://www.liamm.com/tech/xbox-live-vision-camera-in-ubuntu#comment-959</link>
		<dc:creator>h0ju</dc:creator>
		<pubDate>Sun, 10 Aug 2008 19:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.liamm.com/?p=168#comment-959</guid>
		<description>Same probs, modprobe isnt finding the cam. dont know why.

dev/video*: No such file or directory</description>
		<content:encoded><![CDATA[<p>Same probs, modprobe isnt finding the cam. dont know why.</p>
<p>dev/video*: No such file or directory</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DANR</title>
		<link>http://www.liamm.com/tech/xbox-live-vision-camera-in-ubuntu#comment-958</link>
		<dc:creator>DANR</dc:creator>
		<pubDate>Fri, 08 Aug 2008 21:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.liamm.com/?p=168#comment-958</guid>
		<description>I have the same problem as Aaron. When I type ls /dev/video*, I get ''cannot access no such file or directory''</description>
		<content:encoded><![CDATA[<p>I have the same problem as Aaron. When I type ls /dev/video*, I get &#8221;cannot access no such file or directory&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LiamM</title>
		<link>http://www.liamm.com/tech/xbox-live-vision-camera-in-ubuntu#comment-957</link>
		<dc:creator>LiamM</dc:creator>
		<pubDate>Fri, 01 Aug 2008 18:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.liamm.com/?p=168#comment-957</guid>
		<description>if you run ls /dev/video*  What do you get back?</description>
		<content:encoded><![CDATA[<p>if you run ls /dev/video*  What do you get back?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.liamm.com/tech/xbox-live-vision-camera-in-ubuntu#comment-956</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 01 Aug 2008 01:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.liamm.com/?p=168#comment-956</guid>
		<description>i got an error when i was trying to open the command after installing the package. this is what the terminal said to me:
aaron@aaron-desktop:~$ mjpg_streamer -i "input_uvc.so -d /dev/video0 -f 15 -r 640x480" -o "output_http.so -p 8080 -w ./"
MJPG Streamer Version.: 2.0
 i: Using V4L2 device.: /dev/video0
 i: Desired Resolution: 640 x 480
 i: Frames Per Second.: 15
 i: Format............: MJPEG
ERROR opening V4L interface: No such file or directory
 Init v4L2 failed !! exit fatal 
 i: init_VideoIn failed

also. i'd like to point out that my inital check with the command "lsmod &#124;grep uvcvideo" read something like this:
aaron@aaron-desktop:~$ lsmod &#124;grep uvcvideo
uvcvideo               58116  0 
compat_ioctl32          2304  1 uvcvideo
videodev               29440  1 uvcvideo
v4l1_compat            15492  2 uvcvideo,videodev
v4l2_common            18304  2 uvcvideo,videodev
usbcore               146028  3 uvcvideo,ohci_hcd

note the very last line. i also tried the fix at the bottom, but it didn't work. i'm in desperate need of a cam! need help plz!

thanks btw, you've gotten me further than anything else i've tried so far</description>
		<content:encoded><![CDATA[<p>i got an error when i was trying to open the command after installing the package. this is what the terminal said to me:<br />
aaron@aaron-desktop:~$ mjpg_streamer -i &#8220;input_uvc.so -d /dev/video0 -f 15 -r 640&#215;480&#8243; -o &#8220;output_http.so -p 8080 -w ./&#8221;<br />
MJPG Streamer Version.: 2.0<br />
 i: Using V4L2 device.: /dev/video0<br />
 i: Desired Resolution: 640 x 480<br />
 i: Frames Per Second.: 15<br />
 i: Format&#8230;&#8230;&#8230;&#8230;: MJPEG<br />
ERROR opening V4L interface: No such file or directory<br />
 Init v4L2 failed !! exit fatal<br />
 i: init_VideoIn failed</p>
<p>also. i&#8217;d like to point out that my inital check with the command &#8220;lsmod |grep uvcvideo&#8221; read something like this:<br />
aaron@aaron-desktop:~$ lsmod |grep uvcvideo<br />
uvcvideo               58116  0<br />
compat_ioctl32          2304  1 uvcvideo<br />
videodev               29440  1 uvcvideo<br />
v4l1_compat            15492  2 uvcvideo,videodev<br />
v4l2_common            18304  2 uvcvideo,videodev<br />
usbcore               146028  3 uvcvideo,ohci_hcd</p>
<p>note the very last line. i also tried the fix at the bottom, but it didn&#8217;t work. i&#8217;m in desperate need of a cam! need help plz!</p>
<p>thanks btw, you&#8217;ve gotten me further than anything else i&#8217;ve tried so far</p>
]]></content:encoded>
	</item>
</channel>
</rss>
