<?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>WEB2.0 trükkök&#124;&#124;WEB2.0 tricks &#187; setup</title>
	<atom:link href="http://web2.bitbaro.hu/en/tag/setup/feed/" rel="self" type="application/rss+xml" />
	<link>http://web2.bitbaro.hu</link>
	<description>HTML, CSS, JavaScript, PHP, Flex, Aptana, Jaxer, Python, Joomla, Administration, Linux</description>
	<lastBuildDate>Sun, 31 Jan 2010 23:14:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setup Alcatel X200 on Ubuntu (3G stick)</title>
		<link>http://web2.bitbaro.hu/en/2009/07/07/alcatel-x200-telepitese-ubuntura-pannon-3g-internet/</link>
		<comments>http://web2.bitbaro.hu/en/2009/07/07/alcatel-x200-telepitese-ubuntura-pannon-3g-internet/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 20:02:33 +0000</pubDate>
		<dc:creator>Wedge</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[Alcatel X200]]></category>
		<category><![CDATA[HSDPA]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Pannon]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[telepítés]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[UMTS]]></category>

		<guid isPermaLink="false">http://web2.bitbaro.hu/?p=72</guid>
		<description><![CDATA[Az Alcatel X200 telepítése Ubuntu 9.04 (Jaunty Jackalope) oprendszerre. Ezt adják a Pannon 3G-hez.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just bought an Alcatel X200 modem. I had problems with it on Ubuntu linux. I found some solutions that use wvdial or gnome-ppp, but in the latest Ubuntu, the NetworkManager is the default, and it can be used with several 3G cards.</p>
<p>I discovered a solution to make it work in Ubuntu 9.04 (Jaunty Jackalope)</p>
<p><span id="more-72"></span></p>
<p>These are the steps I made:</p>
<ol>
<li>download the usb_modeswitch package: <a href="http://ftp.hu.debian.org/debian/pool/main/u/usb-modeswitch/usb-modeswitch_1.0.2-1_i386.deb" target="_blank">http://ftp.hu.debian.org/debian/pool/main/u/usb-modeswitch/usb-modeswitch_1.0.2-1_i386.deb</a> . It is a Debian package, but Ubuntu is almost Debian&#8230;</li>
<li>gksudo gedit /etc/hal/fdi/information/alcatel-x200.fdi</li>
<li>copy the next xml in it:
<pre class="xhtml" name="code">&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;!-- -*- xml -*- --&gt;
&lt;deviceinfo version="0.2"&gt;
  &lt;device&gt;
    &lt;match key="info.category" string="serial"&gt;
      &lt;match key="@info.parent:usb.vendor_id" int="0x1bbb"&gt;
        &lt;match key="@info.parent:usb.product_id" int="0x0000"&gt;
          &lt;match key="@info.parent:usb.interface.number" int="3"&gt;
            &lt;append key="info.capabilities" type="strlist"&gt;
              modem
            &lt;/append&gt;
            &lt;append key="info.capabilities" type="strlist"&gt;
              access_control
            &lt;/append&gt;
            &lt;append key="modem.command_sets" type="strlist"&gt;
              GSM-07.07
            &lt;/append&gt;
            &lt;append key="modem.command_sets" type="strlist"&gt;
              GSM-07.05
            &lt;/append&gt;
          &lt;/match&gt;
        &lt;/match&gt;
      &lt;/match&gt;
    &lt;/match&gt;
  &lt;/device&gt;
&lt;/deviceinfo&gt;</pre>
</li>
<li>save and exit from the editor</li>
<li>gksudo gedit /etc/udev/rules.d/99-alcatel-x200.rules</li>
<li>copy the following text in it:<br />
SUBSYSTEM==&#8221;usb&#8221;, SYSFS{idProduct}==&#8221;0000&#8243;, SYSFS{idVendor}==&#8221;1bbb&#8221;, RUN+=&#8221;/sbin/modprobe usbserial vendor=0&#215;1bbb product=0&#215;0000&#8243;<br />
ACTION==&#8221;add|change&#8221;, SUBSYSTEM==&#8221;tty&#8221;, ENV{ID_VENDOR_ID}==&#8221;1bbb&#8221;, ENV{ID_MODEL_ID}==&#8221;0000&#8243;, ENV{ID_IFACE}==&#8221;03&#8243;, ENV{ID_NM_MODEM_GSM}=&#8221;1&#8243;, ENV{ID_NM_MODEM_PROBED}=&#8221;1&#8243;</li>
<li>save and exit from the editor</li>
<li>Reboot the system. It&#8217;s not necessery, you can only restart some services, but it&#8217;s easier to restart&#8230;</li>
<li>Plug your device into an USB port.</li>
<li>Your NetworManager should see it. A wizard will be shown, to select your country and profile.</li>
</ol>
<p>Enjoy!</p>
<pre></pre>
]]></content:encoded>
			<wfw:commentRss>http://web2.bitbaro.hu/en/2009/07/07/alcatel-x200-telepitese-ubuntura-pannon-3g-internet/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
	</channel>
</rss>
