<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ta vie on s'en fout! &#187; vmware</title>
	<atom:link href="http://tavie.onsenfout.com/tag/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://tavie.onsenfout.com</link>
	<description>Mon bazar techno-miam</description>
	<lastBuildDate>Tue, 22 Nov 2011 11:06:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Problème mappage clavier VMware sous Kubuntu 9.04</title>
		<link>http://tavie.onsenfout.com/2009/08/31/probleme-mappage-clavier-vmware-sous-kubuntu-9-04/</link>
		<comments>http://tavie.onsenfout.com/2009/08/31/probleme-mappage-clavier-vmware-sous-kubuntu-9-04/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 16:34:52 +0000</pubDate>
		<dc:creator>François</dc:creator>
				<category><![CDATA[Bits]]></category>
		<category><![CDATA[clavier]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[KDE4]]></category>
		<category><![CDATA[vm]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware server]]></category>

		<guid isPermaLink="false">http://tavie.onsenfout.com/?p=185</guid>
		<description><![CDATA[Testé avec VMware Server 2.01 / Kubuntu 9.04 / KDE 4.3 Avec le passage sous Kubuntu 9.04 j&#8217;ai rencontré des problèmes de clavier avec mes VMs VMware. Plus moyen de me connecter sous mes VMs Windows, la séquence magique Alt-Ctrl-Suppr n&#8217;étant plus reconnue, pas plus que Alt-Ctrl-Ins. Un petit coup de Google m&#8217;a offert plusieurs [...]<br /><div><img src="http://tavie.onsenfout.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://tavie.onsenfout.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
			<content:encoded><![CDATA[<p><em>Testé avec VMware Server 2.01 / Kubuntu 9.04 / KDE 4.3</em></p>
<p>Avec le passage sous Kubuntu 9.04 j&#8217;ai rencontré des problèmes de clavier avec mes VMs VMware. Plus moyen de me connecter sous mes VMs Windows, la séquence magique Alt-Ctrl-Suppr n&#8217;étant plus reconnue, pas plus que Alt-Ctrl-Ins. Un petit coup de Google m&#8217;a offert plusieurs solutions, une seule a fonctionné dans mons cas :<span id="more-185"></span></p>
<p>Edition de /etc/vmware/config, et ajout des lignes :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">xkeymap.keycode.108 = 0x138 <span style="color: #666666; font-style: italic;"># Alt_R</span>
xkeymap.keycode.106 = 0x135 <span style="color: #666666; font-style: italic;"># KP_Divide</span>
xkeymap.keycode.104 = 0x11c <span style="color: #666666; font-style: italic;"># KP_Enter</span>
xkeymap.keycode.111 = 0x148 <span style="color: #666666; font-style: italic;"># Up</span>
xkeymap.keycode.116 = 0x150 <span style="color: #666666; font-style: italic;"># Down</span>
xkeymap.keycode.113 = 0x14b <span style="color: #666666; font-style: italic;"># Left</span>
xkeymap.keycode.114 = 0x14d <span style="color: #666666; font-style: italic;"># Right</span>
xkeymap.keycode.105 = 0x11d <span style="color: #666666; font-style: italic;"># Control_R</span>
xkeymap.keycode.118 = 0x152 <span style="color: #666666; font-style: italic;"># Insert</span>
xkeymap.keycode.119 = 0x153 <span style="color: #666666; font-style: italic;"># Delete</span>
xkeymap.keycode.110 = 0x147 <span style="color: #666666; font-style: italic;"># Home</span>
xkeymap.keycode.115 = 0x14f <span style="color: #666666; font-style: italic;"># End</span>
xkeymap.keycode.112 = 0x149 <span style="color: #666666; font-style: italic;"># Prior</span>
xkeymap.keycode.117 = 0x151 <span style="color: #666666; font-style: italic;"># Next</span>
xkeymap.keycode.78 = 0x46 <span style="color: #666666; font-style: italic;"># Scroll_Lock</span>
xkeymap.keycode.127 = 0x100 <span style="color: #666666; font-style: italic;"># Pause</span>
xkeymap.keycode.133 = 0x15b <span style="color: #666666; font-style: italic;"># Meta_L</span>
xkeymap.keycode.134 = 0x15c <span style="color: #666666; font-style: italic;"># Meta_R</span>
xkeymap.keycode.135 = 0x15d <span style="color: #666666; font-style: italic;"># Menu</span></pre></div></div>

<p>Relancer les VMs pour que ça fonctionne.</p>
<p>Une autre soluce proposait d&#8217;ajouter la ligne suivante à /etc/vmware/config :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">xkeymap.nokeycodeMap = <span style="color: #c20cb9; font-weight: bold;">true</span></pre></div></div>

<p>Ça résout bien le problème du Alt-Ctrl-Suppr, mais sous la VMs les caractères du clavier accessibles par Alt-Gr ne fonctionnent plus et c&#8217;est pas pratique.</p>
<p>Il semble que le problème ne vienne pas de KDE4, des utilisateurs Ubuntu 9.04 ayant signalé le même problème</p>
<p>Lien</p>
<p><a href="http://nthrbldyblg.blogspot.com/2008/06/vmware-and-fubar-keyboard-effect.html" target="_blank">http://nthrbldyblg.blogspot.com/2008/06/vmware-and-fubar-keyboard-effect.html</a></p>
<br /><div><img src="http://tavie.onsenfout.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://tavie.onsenfout.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></content:encoded>
			<wfw:commentRss>http://tavie.onsenfout.com/2009/08/31/probleme-mappage-clavier-vmware-sous-kubuntu-9-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installation de VMware Server 1.06 sous Ubuntu 8.04 LTS</title>
		<link>http://tavie.onsenfout.com/2008/06/09/installation-de-vmware-server-106-sous-ubuntu-804lts/</link>
		<comments>http://tavie.onsenfout.com/2008/06/09/installation-de-vmware-server-106-sous-ubuntu-804lts/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 16:58:00 +0000</pubDate>
		<dc:creator>François</dc:creator>
				<category><![CDATA[Bits]]></category>
		<category><![CDATA[any-any-update]]></category>
		<category><![CDATA[fstab]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[usbfs]]></category>
		<category><![CDATA[vm]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware server]]></category>
		<category><![CDATA[vmware tools]]></category>

		<guid isPermaLink="false">http://tavie.onsenfout.com/?p=69</guid>
		<description><![CDATA[L&#8217;installation de VMware Server s&#8217;est considérablement simplifiée avec la dernière version 1.06, puisqu&#8217;il n&#8217;y a plus besoin de any-any-update, toute une époque se termine! Le support USB fonctionne maintenant en plug-and-play (pour USB 2.0 faudra quand même attendre VMware server 2.0, téléchargeable en beta), et le bug sur l&#8217;installation des vmware tools a été corrigé. [...]<br /><div><img src="http://tavie.onsenfout.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://tavie.onsenfout.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
			<content:encoded><![CDATA[<p>L&#8217;installation de VMware Server s&#8217;est considérablement simplifiée avec la <a href="http://register.vmware.com/content/eula-106.html" target="_blank">dernière version 1.06</a>, puisqu&#8217;il n&#8217;y a plus besoin de any-any-update, toute une époque se termine! Le support USB fonctionne maintenant en plug-and-play (pour USB 2.0 faudra quand même attendre VMware server 2.0, <a href="http://www.vmware.com/beta/server/" target="_blank">téléchargeable en beta</a>), et le bug sur l&#8217;installation des vmware tools a été corrigé. Bref, un bon cru!</p>
<p><span id="more-69"></span>Installation des paquets nécessaires :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> build-essential linux-headers-<span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -r<span style="color: #000000; font-weight: bold;">`</span> xinetd</pre></div></div>

<p>Télécharger VMware Server sur le <a href="http://www.vmware.com/download/server/">site de VMware</a> et obtenir un numéro de série si nécessaire.</p>
<p>Recopier l&#8217;archive dans un répertoire temporaire, la décompacter et lancer le script d&#8217;installation :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">cp</span> VMware-server-1.0.6-<span style="color: #000000;">91891</span>.tar.gz <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>.
<span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>tmp
<span style="color: #c20cb9; font-weight: bold;">tar</span> <span style="color: #660033;">-xvzf</span> VMware-server-1.0.6-<span style="color: #000000;">91891</span>.tar.gz
<span style="color: #7a0874; font-weight: bold;">cd</span> VMWare<span style="color: #000000; font-weight: bold;">/</span>vmware-server-distrib
.<span style="color: #000000; font-weight: bold;">/</span>vmware-install.pl</pre></div></div>

<p>Choisir les options par défaut et entrer le numéro de série s&#8217;il s&#8217;agit d&#8217;une première installation de VMware.</p>
<p>Recopier manuellement les librairies manquantes :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>libgcc_s.so.1 <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>vmware<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>libgcc_s.so.1
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>libpng12.so.0 <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>vmware<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>libpng12.so.0</pre></div></div>

<p>Pour le support USB il n&#8217;y a plus besoin de bricoler le fichier /etc/init.d/mountdevsubfs.sh. Il suffit d&#8217;ajouter les lignes suivantes dans /etc/fstab :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># Support USB pour VMware</span>
none <span style="color: #000000; font-weight: bold;">/</span>proc<span style="color: #000000; font-weight: bold;">/</span>bus<span style="color: #000000; font-weight: bold;">/</span>usb usbfs <span style="color: #007800;">devgid</span>=<span style="color: #000000;">46</span>,<span style="color: #007800;">devmode</span>=<span style="color: #000000;">664</span> <span style="color: #000000;">0</span> <span style="color: #000000;">0</span></pre></div></div>

<p>Redémarrer la machine et lancer VMware Server. Mettez à jour les VMware Tools pour chaque machine virtuelle, et voilu.</p>
<p>Par la suite, à chaque mise à jour du noyau linux il faudra reconfigurer VMWare :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> linux-headers-<span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -r<span style="color: #000000; font-weight: bold;">`</span>
vmware-config.pl</pre></div></div>

<h3>Liens</h3>
<p><a href="http://ubuntuforums.org/showthread.php?t=779934" target="_blank">Install VMWare in Ubuntu 8.04 </a></p>
<br /><div><img src="http://tavie.onsenfout.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://tavie.onsenfout.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></content:encoded>
			<wfw:commentRss>http://tavie.onsenfout.com/2008/06/09/installation-de-vmware-server-106-sous-ubuntu-804lts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redimensionner une image disque VMware avec vmware-vdiskmanager</title>
		<link>http://tavie.onsenfout.com/2008/05/16/redimensionner-une-image-disque-vmware-avec-vmware-vdiskmanager/</link>
		<comments>http://tavie.onsenfout.com/2008/05/16/redimensionner-une-image-disque-vmware-avec-vmware-vdiskmanager/#comments</comments>
		<pubDate>Fri, 16 May 2008 11:46:50 +0000</pubDate>
		<dc:creator>François</dc:creator>
				<category><![CDATA[Bits]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[image disque]]></category>
		<category><![CDATA[parted]]></category>
		<category><![CDATA[redimensionner une image]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[vm]]></category>
		<category><![CDATA[vmdk]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware server]]></category>
		<category><![CDATA[vmware-vdiskmanager]]></category>

		<guid isPermaLink="false">http://tavie.onsenfout.com/?p=65</guid>
		<description><![CDATA[Testé sur Ubuntu 8.04 LTS, VMware Server 1.05, Image Vista 32bits Il y a plusieurs méthodes pour redimensionner un disque virtuel VMware. On peut utiliser VMware Converter (la version de base est gratuite) mais à priori il ne fonctionne pas avec les images Vista et c&#8217;était justement celle que je voulais agrandir. J&#8217;ai utilisé vmware-vdiskmanager, [...]<br /><div><img src="http://tavie.onsenfout.com/wp-content/plugins/gd-star-rating/gfx.php?value=5.0" /></div><div>Rating: 5.0/<strong>5</strong> (1 vote cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://tavie.onsenfout.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
			<content:encoded><![CDATA[<p>Testé sur Ubuntu 8.04 LTS, VMware Server 1.05, Image Vista 32bits</p>
<p>Il y a plusieurs méthodes pour redimensionner un disque virtuel VMware. On peut utiliser <a href="http://www.vmware.com/download/converter/" target="_blank">VMware Converter</a> (la version de base est gratuite) mais à priori il ne fonctionne pas avec les images Vista et c&#8217;était justement celle que je voulais agrandir.</p>
<p>J&#8217;ai utilisé vmware-vdiskmanager, qui est un outil fourni avec VMware Server, et sans doute avec d&#8217;autres versions de VMware.</p>
<p><span id="more-65"></span>La première étape est de faire une copie de l&#8217;image, on n&#8217;est jamais trop prudent&#8230;</p>
<p>Ensuite, il faut supprimer les snapshots de l&#8217;image a partir de la console VMware, sinon vmware-vdiskmanager refuse de fonctionner. Attention, cette opération peut prendre un temps certain avec de grosses images et son interruption causera une corruption irrémédiable de l&#8217;image. Surveiller le processus snhelper dans une console bash, c&#8217;est lui qui fait le boulot, et vérifier qu&#8217;il n&#8217;y a plus de fichiers *.WRITELOCK dans le répertoire de l&#8217;image avant de passer à la suite.</p>
<p>Ouvrir une console bash dans le répertoire de l&#8217;image, et taper la commande :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">vmware-vdiskmanager <span style="color: #660033;">-x</span> nnGB nom_de_l_image.vmdk</pre></div></div>

<p>ou nn est la nouvelle taille de l&#8217;image en Go</p>
<p>par exemple :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">vmware-vdiskmanager <span style="color: #660033;">-x</span> 16GB vista.vmdk</pre></div></div>

<p>Lorsque c&#8217;est terminé, il ne reste plus qu&#8217;à ouvrir l&#8217;image à partir de la console VMware et à redimensionner la partition pour qu&#8217;elle occupe le nouvel espace. Là ça dépend de l&#8217;OS hébergé.</p>
<p>Pour Vista c&#8217;est Ordinateur / Gérer / Gestion des disques / Etendre le volume</p>
<p>Avec une image Linux on ira voir du coté de parted et ses dérivés, pour Windows XP il faudra utiliser un logiciel dédié comme Partition Magic ou faire quelques acrobaties avec System Rescue, comme <a href="http://vmware-land.com/Resizing_Virtual_Disks.html" target="_blank">expliqué ici</a> (non testé).</p>
<br /><div><img src="http://tavie.onsenfout.com/wp-content/plugins/gd-star-rating/gfx.php?value=5.0" /></div><div>Rating: 5.0/<strong>5</strong> (1 vote cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://tavie.onsenfout.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></content:encoded>
			<wfw:commentRss>http://tavie.onsenfout.com/2008/05/16/redimensionner-une-image-disque-vmware-avec-vmware-vdiskmanager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware 1.05 sur Ubuntu 8.04 LTS Hardy Heron</title>
		<link>http://tavie.onsenfout.com/2008/05/09/vmware-105-sur-ubuntu-804-lts-hardy-heron/</link>
		<comments>http://tavie.onsenfout.com/2008/05/09/vmware-105-sur-ubuntu-804-lts-hardy-heron/#comments</comments>
		<pubDate>Fri, 09 May 2008 10:58:35 +0000</pubDate>
		<dc:creator>François</dc:creator>
				<category><![CDATA[Bits]]></category>
		<category><![CDATA[hardy heron]]></category>
		<category><![CDATA[vm]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://tavie.onsenfout.com/?p=64</guid>
		<description><![CDATA[L&#8217;installation de VMware 1.05 sur Ubuntu 8.04 LTS est un peu délicate. Heureusement taltan nous a pondu un petit tuto très bien fait auquel il n&#8217;y a rien à ajouter. Encore merci! Edit du 13/06/2008: Installation de VMware 1.06 sur Ubuntu 8.04 LTS Hardy Heron Rating: 0.0/5 (0 votes cast)<br /><div><img src="http://tavie.onsenfout.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://tavie.onsenfout.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
			<content:encoded><![CDATA[<p>L&#8217;installation de VMware 1.05 sur Ubuntu 8.04 LTS est un peu délicate. Heureusement <a title="Blog de taltan" href="http://www.taltan.fr" target="_blank">taltan</a> nous a pondu un <a title="Tuto VMware Ubuntu 8.04" href="http://www.taltan.fr/post/2008/03/24/VMware-Server-105-sur-Ubuntu-804-Hardy-Heron" target="_blank">petit tuto</a> très bien fait auquel il n&#8217;y a rien à ajouter. Encore merci!</p>
<p>Edit du 13/06/2008: <a href="/2008-06-09/installation-de-vmware-server-106-sous-ubuntu-804lts">Installation de VMware 1.06 sur Ubuntu 8.04 LTS Hardy Heron</a></p>
<br /><div><img src="http://tavie.onsenfout.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://tavie.onsenfout.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></content:encoded>
			<wfw:commentRss>http://tavie.onsenfout.com/2008/05/09/vmware-105-sur-ubuntu-804-lts-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>USB et VMware</title>
		<link>http://tavie.onsenfout.com/2008/02/08/usb-et-vmware/</link>
		<comments>http://tavie.onsenfout.com/2008/02/08/usb-et-vmware/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 22:55:09 +0000</pubDate>
		<dc:creator>François</dc:creator>
				<category><![CDATA[Bits]]></category>
		<category><![CDATA[gutsy]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[vm]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware server]]></category>

		<guid isPermaLink="false">http://tavie.onsenfout.com/2008/02/08/usb-et-vmware/</guid>
		<description><![CDATA[Kubuntu 7.10 Gutsy Gibbon Un grand merci à Kagou je galérais depuis des lustres pour utiliser des périphériques USB sous VMware, la solution est là : Editer /etc/init.d/mountdevsubfs.sh Décommenter les 4 lignes après # Magic to make /proc/bus/usb work Exécuter /etc/init.d/mountdevsubfs.sh Après, pour que ça fonctionne chez moi il faut d&#8217;abord connecter le périphérique USB, [...]<br /><div><img src="http://tavie.onsenfout.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://tavie.onsenfout.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
			<content:encoded><![CDATA[<p><em>Kubuntu 7.10 Gutsy Gibbon </em></p>
<p>Un grand merci à Kagou je galérais depuis des lustres pour utiliser des périphériques USB sous VMware, la solution est là :</p>
<p>Editer  /etc/init.d/mountdevsubfs.sh</p>
<p>Décommenter les 4 lignes après <em># Magic to make /proc/bus/usb work</em></p>
<p>Exécuter  /etc/init.d/mountdevsubfs.sh</p>
<p>Après, pour que ça fonctionne chez moi il faut d&#8217;abord connecter le périphérique USB, lancer la machine virtuelle et ensuite aller dans <em>VM / Removable Devices / </em> <em>USB Device</em> et activer le périphérique. C&#8217;est pas Plug &amp; Play, mais c&#8217;est déjà ça.</p>
<p>Edit du 9/06/2008 : pour les versions plus récentes voir <a href="/2008/06/09/installation-de-vmware-server-106-sous-ubuntu-804lts/" target="_self">le billet sur l&#8217;installation de VMware server 1.06</a>.</p>
<br /><div><img src="http://tavie.onsenfout.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://tavie.onsenfout.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></content:encoded>
			<wfw:commentRss>http://tavie.onsenfout.com/2008/02/08/usb-et-vmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

