<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=362417&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / script iee]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=362417</link>
		<description><![CDATA[Les sujets les plus récents dans script iee.]]></description>
		<lastBuildDate>Mon, 30 Nov 2009 07:41:15 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  script iee]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3106078#p3106078</link>
			<description><![CDATA[<p>pour éviter ça tu passe ton script pour un démon (daemon)<br />inspire toi de cette page: <a href="http://doc.ubuntu-fr.org/tutoriel/comment_transformer_un_programme_en_service">http://doc.ubuntu-fr.org/tutoriel/comme … en_service</a><br />un démon et un service sont la même chose.</p>]]></description>
			<author><![CDATA[dummy@example.com (wido)]]></author>
			<pubDate>Mon, 30 Nov 2009 07:41:15 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3106078#p3106078</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  script iee]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3105540#p3105540</link>
			<description><![CDATA[<p>Super merci</p><p>me reste a trouver comment évite le password, mais bon ça fonctionne super.</p><p>merci pour les réponses</p>]]></description>
			<author><![CDATA[dummy@example.com (pilou91)]]></author>
			<pubDate>Sun, 29 Nov 2009 21:49:18 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3105540#p3105540</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  script iee]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3105505#p3105505</link>
			<description><![CDATA[<p>Bonjour,</p><div class="codebox"><pre><code>#!/bin/sh

modprobe raw1394
modprobe dv1394
modprobe ohci1394
modprobe ieee1394

chmod 777 /dev/raw1394
# Lancement d&#039;une petite fenêtre
notify-send «Le script s&#039;est bien déroulé»</code></pre></div><p>c&#039;est ton script?</p><p>dans ce cas retire tous les sudo</p><p>et dans la commande de ton lanceur tu fais:</p><div class="codebox"><pre><code>gksu /tondossier/tonscript</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (wido)]]></author>
			<pubDate>Sun, 29 Nov 2009 21:33:03 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3105505#p3105505</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  script iee]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3105493#p3105493</link>
			<description><![CDATA[<div class="codebox"><pre><code>chmod u+x iee.sh</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (n3o51)]]></author>
			<pubDate>Sun, 29 Nov 2009 21:27:45 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3105493#p3105493</guid>
		</item>
		<item>
			<title><![CDATA[script iee]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3105453#p3105453</link>
			<description><![CDATA[<p>Bonjour</p><p>Je fais pas mal de capture video, la seule façon qui fonctionne c&#039;est de lancer cette série de commandes:</p><p>sudo modprobe raw1394<br />sudo modprobe dv1394<br />sudo modprobe ohci1394<br />sudo modprobe ieee1394</p><p>juste pour verifié</p><p>$ lsmod | grep 1394</p><p>ce qui me donne ça:<br />dv1394&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;18764&#160; 0<br />ohci1394&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;30644&#160; 1 dv1394<br />raw1394&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 26348&#160; 0<br />ieee1394&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;90936&#160; 3 dv1394,ohci1394,raw1394</p><p>sudo chmod 777 /dev/raw1394</p><p>Ensuite tout est ok kdenlive ou kino ou encore dvgrab.</p><p>seulement, après chaque boot du pc je dois retaper ces commandes dans le terminal.</p><p>J&#039;ai essayer de faire un iee.sh </p><p>donc j&#039;ai créer un fichier iee.sh avec :</p><p>#!/bin/sh</p><p>sudo modprobe raw1394<br />sudo modprobe dv1394<br />sudo modprobe ohci1394<br />sudo modprobe ieee1394</p><br /><br /><p>sudo chmod 777 /dev/raw1394</p><p>ensuite j&#039;ai créer un lanceur iee et la niet ou est mon erreur?</p><p>Je potasse la doc shell, mais bon si il y a quelqu&#039;un pour un petit coup de main, ce serait sympa.</p><p>pour info j&#039;ai mis mon lanceur et le fichier iee.sh sur le bureau</p><p>J&#039;espere avoir été clair...</p><p>Merci</p>]]></description>
			<author><![CDATA[dummy@example.com (pilou91)]]></author>
			<pubDate>Sun, 29 Nov 2009 21:06:28 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3105453#p3105453</guid>
		</item>
	</channel>
</rss>
