<?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>General Settings &#187; hardware</title>
	<atom:link href="http://blog.dd19.de/~alx/category/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.dd19.de/~alx</link>
	<description>freifunk, piratenpartei und polyamorie</description>
	<lastBuildDate>Sat, 04 Feb 2012 13:34:07 +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>Notiz TP-Link 741nd tftp flash und serielle console</title>
		<link>https://blog.dd19.de/~alx/2011/10/notiz-tp-link-741nd-tftp-flash-und-serielle-console/</link>
		<comments>https://blog.dd19.de/~alx/2011/10/notiz-tp-link-741nd-tftp-flash-und-serielle-console/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 13:11:17 +0000</pubDate>
		<dc:creator>alx</dc:creator>
				<category><![CDATA[freifunk]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[miscellaneous]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">https://blog.dd19.de/~alx/?p=333</guid>
		<description><![CDATA[Serielle auf 115200, mit printenv ip config nachschauen, ggf. mit setenv anpassen. tftpserver starten. (Auf mac: http://www.czaplinski.net/blog/Site/Blog/9FA4CF0F-6FF5-4715-AEE2-1AED6FB28277.html) erase 0xbf020000 +7c0000 tftpboot 0&#215;80000000 openwrt-ar71xx-tl-wr741nd-v1-squashfs-factory.bin cp.b 0&#215;80000000 0x9f020000 0x3c0000 Update: Patrick aus Pberg hat mich auf die Sammlung hingewiesen.]]></description>
			<content:encoded><![CDATA[<p>Serielle auf 115200, mit printenv ip config nachschauen, ggf. mit setenv anpassen. tftpserver starten. (Auf mac: <a title="tftp auf osx" href="http://www.czaplinski.net/blog/Site/Blog/9FA4CF0F-6FF5-4715-AEE2-1AED6FB28277.html">http://www.czaplinski.net/blog/Site/Blog/9FA4CF0F-6FF5-4715-AEE2-1AED6FB28277.html</a>)</p>
<ul>
<li>erase 0xbf020000 +7c0000</li>
<li>tftpboot 0&#215;80000000 openwrt-ar71xx-tl-wr741nd-v1-squashfs-factory.bin</li>
<li>cp.b 0&#215;80000000 0x9f020000 0x3c0000</li>
</ul>
<div><span style="font-size: small;"><span class="Apple-style-span" style="line-height: 24px;">Update: Patrick aus Pberg hat mich auf die <a title="flashen" href="https://pberg.freifunk.net/moin/flashen#tl-wr741nd-v1">Sammlung</a> hingewiesen.</span></span></div>
]]></content:encoded>
			<wfw:commentRss>https://blog.dd19.de/~alx/2011/10/notiz-tp-link-741nd-tftp-flash-und-serielle-console/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>boot_wait on atheros &#8211; part2</title>
		<link>https://blog.dd19.de/~alx/2010/10/boot_wait-on-atheros-part2/</link>
		<comments>https://blog.dd19.de/~alx/2010/10/boot_wait-on-atheros-part2/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 14:51:57 +0000</pubDate>
		<dc:creator>alx</dc:creator>
				<category><![CDATA[freifunk]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[miscellaneous]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[dir-300]]></category>
		<category><![CDATA[dir300]]></category>
		<category><![CDATA[nanostation]]></category>
		<category><![CDATA[redboot]]></category>
		<category><![CDATA[tftp]]></category>
		<category><![CDATA[ubnt]]></category>

		<guid isPermaLink="false">http://blog.dd19.de/~alx/?p=242</guid>
		<description><![CDATA[How to flash a redboot on a ubnt nanostation-2 from remote. <a href="https://blog.dd19.de/~alx/2010/10/boot_wait-on-atheros-part2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ok, i&#8217;ve got a redboot on a bunch of nanostations, but this does not help with my existing nanostations on the roof.</p>
<p>Usually, i brick my nanos with experimental firmware images and have to climb &#8230;.</p>
<p>So i want a tftp-boot_wait redbook on my roof without climbing up there. I have to flash it from my livingroom.</p>
<p>step1: brick my dir-300</p>
<p>Before flashing my redboot from inside openwrt on my nano, i prefer to test with cheap hardware, in this case a dir-300 from d-link, which is a pain in the ass anyway, as i need the terrible dir300flash util or telnet into redboot. A little bit of research showed up, that the redboot on openwrt is NOT writeprotected by the kernel. So after copying <a title="dir-300 redboot image" href="http://mirror2.openwrt.org/ar231x-redboot/dir300.rom">dir300.rom</a> to /tmp of my dir, a simple</p>
<p>mtd write /tmp/dir300.rom RedBoot</p>
<p>wrote the image into the bootblock. After a reboot, the dir was waiting for tftp on 192.168.1.1.</p>
<p>The next step was the nanostation, in this case i used <a title="ubnt nanostation-2 redboot" href="http://mirror2.openwrt.org/ar231x-redboot/ubnt_ns2.rom">ubnt_ns2.rom</a> and did everything like before.</p>
<p>It worked and now i got a new firmware on my rooftop-nano and will hopefully never go up there for a firmware update.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.dd19.de/~alx/2010/10/boot_wait-on-atheros-part2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>redboot mit boot_wait und tftp</title>
		<link>https://blog.dd19.de/~alx/2010/10/redboot-mit-boot_wait-und-tftp/</link>
		<comments>https://blog.dd19.de/~alx/2010/10/redboot-mit-boot_wait-und-tftp/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 16:37:32 +0000</pubDate>
		<dc:creator>alx</dc:creator>
				<category><![CDATA[freifunk]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[miscellaneous]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[bootwait]]></category>
		<category><![CDATA[openwrt]]></category>
		<category><![CDATA[redboot]]></category>

		<guid isPermaLink="false">http://blog.dd19.de/~alx/?p=227</guid>
		<description><![CDATA[My dear friend nbd did some redboot modifications some time ago and now he ported it to ubnt nanostation-2 and Bullet-2. The Problem: whenever i brick a nanostation or bullet, i have to climb to the roof and press the &#8230; <a href="https://blog.dd19.de/~alx/2010/10/redboot-mit-boot_wait-und-tftp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My dear friend <a title="Felix Fietkaus Blog" href="http://nbd.name/blog/">nbd</a> did some redboot modifications some time ago and now he ported it to ubnt nanostation-2 and Bullet-2.</p>
<p>The Problem: whenever i brick a nanostation or bullet, i have to climb to the roof and press the resetbutton to reflash the device. During cold and windy evenings, it is an experience you do not want to repeat.</p>
<p>An old Linksys WRT-54gl has a nvram variable called boot_wait, if it is enabled, you have 5 seconds to send a firmware image via tftp, so you just powerccle your device and send a new firmware after bricking it. As most devices on the roof are powered over ethernet, you can do this without climbing on the roof.</p>
<p>So nbd patched a Redboot to do the same and i will decribe how to flash the bootloader via the serial console.</p>
<p>First, get your tftpserver up and running, serving the files from <a href="http://blog.dd19.de/~alx/wp-content/uploads/2010/10/redboot-ar231x.tar.gz">redboot-ar231x.tar</a> or the <a title="boot_wait redboot" href="http://mirror2.openwrt.org/ar231x-redboot/">openwrt-mirror</a>. Test your tftpserver. I have my tftpserver running on 192.168.1.34, feel free to change the address and chage it in the example.</p>
<p>Connect your serial console, 9600 baud, i usually use screen as a terminal programm.</p>
<p>Plug your device in and press ctrl-c as soon as the message &#8220;== Executing boot script in 1.000 seconds &#8211; enter ^C to abort&#8221; comes.</p>
<p>now, issue following commands:</p>
<div id="_mcePaste">ip_address -l 192.168.1.20/24 -h 192.168.1.34</div>
<div id="_mcePaste">fis init</div>
<div id="_mcePaste">load -r -b %{FREEMEMLO} ubnt_ns2.rom</div>
<div id="_mcePaste">fis create RedBoot</div>
<p>After this, use &#8220;reset&#8221; or powercycle the device and it should expect a new firmwareimage via tftp. Use the <a title="openwrt atheros image" href="http://downloads.openwrt.org/backfire/10.03/atheros/openwrt-atheros-combined.squashfs.img">openwrt combined image</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.dd19.de/~alx/2010/10/redboot-mit-boot_wait-und-tftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wl0?</title>
		<link>https://blog.dd19.de/~alx/2008/11/wl0/</link>
		<comments>https://blog.dd19.de/~alx/2008/11/wl0/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 02:43:28 +0000</pubDate>
		<dc:creator>alx</dc:creator>
				<category><![CDATA[freifunk]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[openwrt]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://blogs.k-ita.de/~alx/?p=98</guid>
		<description><![CDATA[While doing the last setup for the ipv4 through ipv6 mesh experiment, i set up an asus WL50g deluxe, one of the better router built. Everything was going fine, except the fact i was too stupid to configure wl0 with &#8230; <a href="https://blog.dd19.de/~alx/2008/11/wl0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>While doing the last setup for the ipv4 through ipv6 mesh experiment, i set up an <a href="http://wiki.openwrt.org/OpenWrtDocs/Hardware/Asus/WL500GD">asus WL50g deluxe</a>, one of the better router built.</p>
<p>Everything was going fine, except the fact i was too stupid to configure wl0 with the webinterface.</p>
<p>Even on the commandline, i was unable to find it, so in opened the case and saw it:</p>
<div id="attachment_99" class="wp-caption alignnone" style="width: 310px"><a href="http://blogs.k-ita.de/~alx/wp-content/uploads/2008/11/wl0_burned.jpg"><img class="size-medium wp-image-99" title="wl0_burned" src="http://blogs.k-ita.de/~alx/wp-content/uploads/2008/11/wl0_burned-300x225.jpg" alt="Burned Wireless chip" width="300" height="225" /></a><p class="wp-caption-text">wl0 died</p></div>
]]></content:encoded>
			<wfw:commentRss>https://blog.dd19.de/~alx/2008/11/wl0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>overtoyed</title>
		<link>https://blog.dd19.de/~alx/2008/11/overtoyed/</link>
		<comments>https://blog.dd19.de/~alx/2008/11/overtoyed/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 22:39:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[freifunk]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[miscellaneous]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://blogs.k-ita.de/~alx/?p=64</guid>
		<description><![CDATA[Getting a fonera 2.0 and an arduino board at the same day left me with the choice, which toy to play first. As i already have a lot of devices running OpenWrt, just flashing a OpenWrt kamikaze on it was &#8230; <a href="https://blog.dd19.de/~alx/2008/11/overtoyed/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Getting a <a title="Fonera 2.0" href="http://wiki.fon.com/wiki/La_Fonera_2.0">fonera</a> 2.0 and an <a title="Arduino" href="http://www.arduino.cc/">arduino</a> board at the same day left me with the choice, which toy to play first. As i already have a lot of devices running <a title="OpenWrt" href="http://openwrt.org/">OpenWrt</a>, just flashing a OpenWrt kamikaze on it was not so interesting.</p>
<p>While sitting together with <a title="Stephanie" href="http://www.k-ita.de/~sl/">Steph</a>, we got the idea of connecting an LCD to it and to use the arduino for it.</p>
<p>Getting ssh access was easy, but the firmware was said to be totally outdated, it did not even finds its packet repository. Got new firmware, tried to flash it via the webinterface, it failed. I don&#8217;t believe in webinterfaces anyway, so i did it with mtd, which worked and took an endless amount of time, this serial flash really sucks when it comes to speed as the firmwareimage is bigger than 4MB.</p>
<p>As the fonera firmware does not contain a kernelmodule to support the FTDI USB serial chip on the arduino, i compiled the source, copied the kernelmodule over, loaded it and after connecting the arduino to the usb hub, i got an ttyUSB0.</p>
<p>Meanwhile, Steph put the hardware <a title="lcd-4bit" href="http://www.k-ita.de/~sl/2008/10/31/ardurino-with-lcd-using-the-4bit-lcd-library/">together</a>, so a very simple oneliner did the job of displaying the number of associated clients per network:</p>
<p><code>echo "Fon: "`grep macaddr /proc/net/madwifi/ath0/associated_sta|wc -l `" Priv: "`grep macaddr /proc/net/madwifi/ath1/associated_sta|wc -l `&gt;/dev/ttyUSB0</code></p>
<div id="attachment_69" class="wp-caption alignnone" style="width: 235px"><a href="http://blogs.k-ita.de/~alx/wp-content/uploads/2008/11/dsc06439-small.jpg"><img class="size-medium wp-image-69" title="Fonera Display" src="http://blogs.k-ita.de/~alx/wp-content/uploads/2008/11/dsc06439-small-225x300.jpg" alt="Picture of Arduino, LCD and a Fonera 2.0" width="225" height="300" /></a><p class="wp-caption-text">Picture of Arduino, LCD and a Fonera 2.0</p></div>
<p>Sure, using a communication protocoll to the arduino for displaying several things is the way to go, and an arduino board ist totally oversized for this task, but it was fun anyway to hack it together quickly .</p>
<p>Could also be used to display neighbour metrics and protocoll information in a freifunk mesh, or whatever.</p>
<p>Firmware image with stty and FTDI driver and <a title="Packages" href="http://bastel.dd19.de/~alx/fonera-2.0/packages/mips/">packages</a> are on <a title="Firmware" href="http://bastel.dd19.de/~alx/fonera-2.0/">bastel</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.dd19.de/~alx/2008/11/overtoyed/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>anti iPhone FUD</title>
		<link>https://blog.dd19.de/~alx/2008/07/anti-iphone-fud/</link>
		<comments>https://blog.dd19.de/~alx/2008/07/anti-iphone-fud/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 14:33:19 +0000</pubDate>
		<dc:creator>alx</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[outside]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[FSF]]></category>
		<category><![CDATA[FUD]]></category>
		<category><![CDATA[iPone]]></category>

		<guid isPermaLink="false">http://blogs.k-ita.de/~alx/?p=45</guid>
		<description><![CDATA[Erstens: ich habe kein iPhone. Nicht, weil ich es verwerflich finde, nein, erstens bin ich grad knapp bei kasse und 2. kaufe ich normalerweise erst dann technik, wenn sie einigermassen ausgereift ist. Also in 3-5 monaten. Auf netzpolitik.org las ich &#8230; <a href="https://blog.dd19.de/~alx/2008/07/anti-iphone-fud/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Erstens: ich habe kein iPhone.</p>
<p>Nicht, weil ich es verwerflich finde, nein, erstens bin ich grad knapp bei kasse und 2. kaufe ich normalerweise erst dann technik, wenn sie einigermassen ausgereift ist. Also in 3-5 monaten.</p>
<p>Auf netzpolitik.org las ich einen <a title="5 gruende gegen das iPhone" href="http://netzpolitik.org/2008/fuenf-gute-gruende-gegen-das-neue-iphone/" target="_self">artikel</a>, in dem 5 gründe gegen das iPhone aufgeführt wurden, aus dem <a title="5 gruende gegen das iPhone" href="http://commonsblog.wordpress.com/2008/07/16/5-grunde-gegen-iphone-3g/" target="_self">commons blog</a> zitiert. Nun kann man der FSF nicht vorwerfen, das sie nix von telefonen versteht, ausserdem darf man ihnen den beissreflex nicht übel nehmen, aber vielleicht sollten sie vorher jemanden fragen, der sich mit sowas auskennt.</p>
<ul>
<li> Das iPhone blockiert komplett freie Software. Entwickler müssen an Apple eine Steuer zahlen, Apple herrscht dann darüber wer was mit seinem Gerät machen darf und was nicht.</li>
</ul>
<p>OK, inzwischen wissen wir, das entwickler zahlen müssen, wenn sie geld nehmen, an kostenloser software verdient apple nicht.</p>
<ul>
<li>Das iPhone befürwortet und unterstützt das so genannte Digital Restrictions Management (DRM) &#8211; also digitale Nutzungseinschränkungen (zugunsten der Inhaber der Monopolrechte, also Apple)</li>
</ul>
<p>Klar, und das suckt, nur wird das so dargestellt, als ob es ein novum währe. In der realität kommt jeder klingelton, jedes video und jedes bild mit DRM, es ist kaum möglich, DRM freie handys zu kaufen, es sei denn, man will experimentelle geräte oder quasi funktionslose geräte.</p>
<ul>
<li> Das iPhone verrät wo Du bist und gibt Anderen ein Instrument in die Hand, Dir ohne Dein Wissen nachzuspüren.</li>
</ul>
<p><a title="FUD" href="http://de.wikipedia.org/wiki/Fear,_Uncertainty_and_Doubt" target="_self">FUD</a> vom feinsten, einmal bitte lesen was <a title="a-gps" href="http://de.wikipedia.org/wiki/AGPS#Varianten" target="_self">netzwerkbasiertes A-GPS</a> ist, mein altes Nokigochi kann das, es geht auf 50m genau, wenn ich mich bewege lässt sich da noch viel mehr rausrechnen. Ja, da ist n GPS drin, nein, ich kann es nicht (sicher) abschalten, nein, es macht in der realität keinen grossen unterschied zur netzwerkgestützten ortung. Und, ja, mein provider spürt mir nach, wann ich wie lange von wo mit wem telefoniere, dafür braucht er kein iPhone, das macht er schon seit ewigkeiten.</p>
<ul>
<li>Auf dem iPhone laufen keine patent- und DRM freien Formate wie Ogg Vorbis und Theora.</li>
</ul>
<p>Auf meinem alten Nokigochi 6600 (S60) auch nicht, aber ein oggplayer hat das innerhalb von minuten behoben. Eine halbe minute googlen hätten gereicht, um <a title="VLC Player for iPhone" href="http://www.zodttd.com/forums/showthread.php?s=ea3ded02034c948ba54afc78d0b200dd&amp;t=2238" target="_self">vlc4iphone</a> zu finden, aber dafür müsste man ja suchen. Oder den satz mit &#8220;ab werk&#8221; ergänzen.</p>
<ul>
<li>Das iPhone ist nicht die einzige Option. Es zeichnen sich bessere ab, die Deine Freiheit respektieren, Dich nicht ausspionieren, freie Medienformate abspielen und Dich freie Software nutzen lassen wie <a title="openmoko" href="http://www.openmoko.com/" target="_self">FreeRunner</a>.</li>
</ul>
<p>Und das ist kein argument gegen das iPhone, das ist ein argument für das Freerunner. Eine tolle idee, ein guter anfang, aber noch lange nicht massentauglich.</p>
<p>Was bleibt also übrig:</p>
<ul>
<li>Die FSF hat keinen plan von telefonen.</li>
<li>Die FSF hat einen Beissreflex auf Apple.</li>
<li>Von 5 argumenten gegen das iPhone sind 4 bullshit und eins ist keins dagegen.</li>
<li>Genügend Blogger schreiben es unreflektiert ab.</li>
<li>Apple hat es mal wieder geschafft, bei vielen leute den verstand auszuschalten.</li>
</ul>
<p>Und sonst? nichts weiter, alles wird gut, die FSF ist eigentlich gar nicht so doof, apple ist nicht so böse und ein freerunner will ich auch. Aber zum basteln, zum telefonieren hab ich was kleines handliches.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.dd19.de/~alx/2008/07/anti-iphone-fud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>voip handy</title>
		<link>https://blog.dd19.de/~alx/2008/04/voip-handy/</link>
		<comments>https://blog.dd19.de/~alx/2008/04/voip-handy/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 15:33:41 +0000</pubDate>
		<dc:creator>alx</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[voip]]></category>
		<category><![CDATA[wlan]]></category>

		<guid isPermaLink="false">http://blogs.k-ita.de/~alx/?p=38</guid>
		<description><![CDATA[Mein bei sipgate bestelltes voip/gsm handy ist eingetroffen, war ja sehr gespannt, was ein telefon, das gsm und voipwlan können soll und 86 euro kosten so kann. geladen wird es über usb, das tut sogar am macbook, dort meldet es &#8230; <a href="https://blog.dd19.de/~alx/2008/04/voip-handy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Mein bei sipgate bestelltes voip/gsm handy ist eingetroffen, war ja sehr gespannt, was ein telefon, das gsm und voipwlan können soll und 86 euro kosten so kann.</p>
<p>geladen wird es über usb, das tut sogar am macbook, dort meldet es sich als &#8220;DMT&#8221;:</p>
<p>DMT:</p>
<p>Version:    1.00<br />
Bus-Strom (mA):    500<br />
Geschwindigkeit:    Bis zu 12 MBit/s<br />
Hersteller:    Silicon Labs<br />
Produkt-ID:    0xe003<br />
Seriennummer:    0001<br />
Hersteller-ID:    0&#215;0489</p>
<p>Das erste einrichten ging auch ganz gut, das testwlan im institut macht kein nat, telefonieren über voip ging gut mit super gesprächsqualität.</p>
<p>Das netzteil hat eine usbbuchse und ist in der lage, meinen iPod zu laden. Mal sehn, wie warm es dabei wird.</p>
<p>Batterielaufzeit ist noch unklar, das werden wohl die nächsten tage zeigen.</p>
<p>Das gehäuse fühlt sich an meinem ohr nicht so toll an, es ist mir ein wenig zu &#8220;eckig&#8221; und drückt ein wenig.</p>
<p>update:  es handelt sich um das <a href="http://www.sipgate.de/voipshop/pirelli/dualphone_dp-l10" title="Pirelli DP-L10">Pirelli DP-L10</a></p>
]]></content:encoded>
			<wfw:commentRss>https://blog.dd19.de/~alx/2008/04/voip-handy/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

