<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
   <channel>
      <title>anti</title>
      <link>http://anti.teamidiot.de/</link>
      <description>privat bei reichen Eltern — anti@conference.jabber.teamidiot.de</description>
      <language>en</language>
      <copyright>Copyright 2012</copyright>
      <lastBuildDate>Thu, 08 Dec 2011 22:50:55 +0100</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>ASRock X58 Extreme3 in 2011</title>
         <description><![CDATA[<p>a little follow-up to <a href="/nei/2010/05/asrock_x58_extreme3_1/">this post from 2010</a></p>

<p>with linux 3.2-rc4</p>


<ul>
<li>pm-hibernate <strong>works</strong></li>
<li>pm-suspend <strong>works</strong></li>
<li><span class="caps">W83677HG</span>-I sensors driver has been <strong>written</strong> by Guenter Roeck</li>
</ul>




<ul>
<li>I bought a newer sony camera</li>
</ul>

]]></description>
         <link>http://anti.teamidiot.de/nei/2011/12/asrock_x58_extreme3_in_2011/</link>
         <guid>http://anti.teamidiot.de/nei/2011/12/asrock_x58_extreme3_in_2011/</guid>
        <dc:creator>Nei</dc:creator>
                  <category domain="http://www.sixapart.com/ns/types#category">Linux</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">asrock</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">extreme3</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">fan</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">linux</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">mainboard</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">motherboard</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">resume</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">sensors</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">suspend</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">x58</category>
        
         <pubDate>Thu, 08 Dec 2011 22:50:55 +0100</pubDate>
      </item>
            <item>
         <title>BadWindow crashes due to Ubuntu&apos;s gtk-vector-screenshot</title>
         <description><![CDATA[<p>if you are experiencing mysterious crashes of various Gtk3 applications, giving BadWindow Error messages, often when using completion popups or dialogs, it might be because the Ubuntu version of <code>gtk-vector-screenshot</code> has <a href="http://bugs.debian.org/gtk-vector-screenshot;archive=both;include=subject:BadWindow">unfixed bugs</a> compared to the Debian one</p>]]></description>
         <link>http://anti.teamidiot.de/nei/2011/11/badwindow_crashes_due_to_ubunt/</link>
         <guid>http://anti.teamidiot.de/nei/2011/11/badwindow_crashes_due_to_ubunt/</guid>
        <dc:creator>Nei</dc:creator>
                  <category domain="http://www.sixapart.com/ns/types#category">Linux</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">badwindow</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">gtk-vector-screenshot</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">gtk3</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">ubuntu</category>
        
         <pubDate>Tue, 29 Nov 2011 21:34:49 +0100</pubDate>
      </item>
            <item>
         <title>Skype microphone not working on 64-bit</title>
         <description><![CDATA[<p>If the mic doesn&#8217;t work in Skype, and your system does use PulseAudio (as most do these days) you might be missing <code>alsa-plugins-pulse-32bit</code> package on openSUSE / <span class="caps">RPM </span>or the <code>lib32asound2-plugins</code> on Debians</p>]]></description>
         <link>http://anti.teamidiot.de/nei/2011/11/skype_microphone_not_working_o/</link>
         <guid>http://anti.teamidiot.de/nei/2011/11/skype_microphone_not_working_o/</guid>
        <dc:creator>Nei</dc:creator>
                  <category domain="http://www.sixapart.com/ns/types#category">Linux</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">64</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">pulseaudio</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">skype</category>
        
         <pubDate>Sun, 27 Nov 2011 17:59:51 +0100</pubDate>
      </item>
            <item>
         <title>(AIX) 16-color table for Emacs&apos; ansi-color</title>
         <description><![CDATA[<p>here&#8217;s a quick and dirty way to teach ansi-color the aix color codes</p>



<pre>(setq ansi-color-map
          [
           default bold
                           default italic underline bold bold-italic modeline
                           nil nil nil nil nil nil nil nil nil nil nil
                           nil nil nil nil nil nil nil nil nil nil nil
                           (foreground-color . &quot;black&quot;)
                           (foreground-color . &quot;dark red&quot;)
                           (foreground-color . &quot;forest green&quot;)
                           (foreground-color . &quot;dark orange&quot;)
                           (foreground-color . &quot;dark blue&quot;)
                           (foreground-color . &quot;dark magenta&quot;)
                           (foreground-color . &quot;dark cyan&quot;)
                           (foreground-color . &quot;light grey&quot;)
                           nil nil
                           (background-color . &quot;black&quot;)
                           (background-color . &quot;dark red&quot;)
                           (background-color . &quot;forest green&quot;)
                           (background-color . &quot;dark orange&quot;)
                           (background-color . &quot;dark blue&quot;)
                           (background-color . &quot;dark magenta&quot;)
                           (background-color . &quot;dark cyan&quot;)
                           (background-color . &quot;light grey&quot;)
                           nil nil nil nil nil nil nil nil nil nil nil
                           nil nil nil nil nil nil nil nil nil nil nil
                           nil nil nil nil nil nil nil nil nil nil nil
                           nil nil nil nil nil nil nil nil nil
                           (foreground-color . &quot;dim grey&quot;)
                           (foreground-color . &quot;red&quot;)
                           (foreground-color . &quot;green&quot;)
                           (foreground-color . &quot;gold&quot;)
                           (foreground-color . &quot;slate blue&quot;)
                           (foreground-color . &quot;magenta&quot;)
                           (foreground-color . &quot;cyan&quot;)
                           (foreground-color . &quot;white&quot;)
                           nil nil
                           (background-color . &quot;dim grey&quot;)
                           (background-color . &quot;red&quot;)
                           (background-color . &quot;green&quot;)
                           (background-color . &quot;gold&quot;)
                           (background-color . &quot;slate blue&quot;)
                           (background-color . &quot;magenta&quot;)
                           (background-color . &quot;cyan&quot;)
                           (background-color . &quot;white&quot;)
                           nil nil
                           ]
          )
</pre>]]></description>
         <link>http://anti.teamidiot.de/nei/2011/11/aix_16color_table_for_emacs_an/</link>
         <guid>http://anti.teamidiot.de/nei/2011/11/aix_16color_table_for_emacs_an/</guid>
        <dc:creator>Nei</dc:creator>
                  <category domain="http://www.sixapart.com/ns/types#category">Web Dump</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">ansi-color</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">emacs</category>
        
         <pubDate>Fri, 25 Nov 2011 22:39:34 +0100</pubDate>
      </item>
            <item>
         <title>openSUSE 11.2 to 11.4 upgrade rollup</title>
         <description><![CDATA[<p>here&#8217;s my personal summary</p>


<ul>
<li>upgrade went very well. although not supported, a simple dist-upgrade worked like a charm</li>
</ul>



<p>the only shock was after the first reboot. <span class="caps">GRUB </span>was broken. I didn&#8217;t even see the <span class="caps">GRUB </span>screen. The machine would be stuck in an <strong>endless reboot loop</strong>. <span class="caps">BIOS </span>screen → reboot → <span class="caps">BIOS </span>screen → reboot &#8230; Very puzzling issue that I haven&#8217;t been able to fix. I reinstalled the <span class="caps">GRUB </span>from Linux, and also from the grub prompt using (setup), to no avail.</p>

<p>In the end, I had to revert to my 11.2 <span class="caps">GRUB </span>version (funnily enough both are 0.97). I probably won&#8217;t have the energy to research this further.</p>


<p>What of course stopped working was my <a href="/nei/2010/07/multiseat_hacks_gnome_gdm/">dirty multiseat hack</a>. Instead of looping over the displays, I chose to loop over gnome sessions, because the new X is more securely set up so we need to steal the auth cookie to do what we want. <code>setxkbmap</code> also stopped accepting the &#8220;evdev&#8221; model, so I had to fix this by using <code>-keycodes evdev -model pc104</code></p>

<p>As a bonus, I now know how to connect keyboards with different locales: use <code>setxkbmap -device [`xinput list` ID here] -layout de</code> (or <code>-layout us</code>)</p>

<p>Also, I opted to patch <code>/usr/share/X11/xkb/symbols/sun_vndr/us</code> <a href="/nei/2010/06/sun_unix_keyboard_linux_gnome/">again</a>. Favorably, the BackSpace and AltGr key-bindings have been fixed, but the Alt and Meta keys have been broken.</p>

<p>Alt key got assigned Mod1 now, with Meta getting Mod4. No thanks, I don&#8217;t want to switch windows with Alt+Tab when my keyboard has Meta-keys in that place. So I had to switch the assignments for Mod1 and Mod4. </p>]]></description>
         <link>http://anti.teamidiot.de/nei/2011/11/opensuse_112_to_114_upgrade_ro/</link>
         <guid>http://anti.teamidiot.de/nei/2011/11/opensuse_112_to_114_upgrade_ro/</guid>
        <dc:creator>Nei</dc:creator>
                  <category domain="http://www.sixapart.com/ns/types#category">Linux</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">grub</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">opensuse</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">setxkbmap</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">x</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">xinput</category>
        
         <pubDate>Sat, 12 Nov 2011 20:32:12 +0100</pubDate>
      </item>
            <item>
         <title>Gnome 3 Authentication required</title>
         <description><![CDATA[<p>More fun with my company switching to the new Ubuntu 11.10&#8230;</p>

<p>With Gnome 3, new authorization dialogs have been introduced to interface with PolicyKit (I love <strong>all</strong> those <span class="caps">KIT</span>s by the way&#8230;), you can see them at <a href="https://live.gnome.org/GnomeShell/Design/Whiteboards/AuthorizationDialog#Guidelines">this gnome live page</a>. The company policy is to set up Ubuntu in the same way for everyone, and all the machines have several users that are allowed to install software. They are in one group &#8212; Ubuntu policy is to not use the root user.</p>

<p>As a developer, I am allowed to install software through the Ubuntu software center, or should be, anyways. With the Gnome 3 PolicyKit authorization dialog, choice between several possible users has been <strong>simplified</strong>, i.e. removed! So I get asked to enter the password for the &#8220;IT Administrator&#8221; account, which I obviously don&#8217;t know. Effectively resulting in me not being able to install any software.</p>

<p>I had to patch the gnome-shell (again) to restore at least basic usability. It asks for the <strong>current</strong> user password, when this user is permitted to perform that function (instead of the &#8220;first&#8221; one, whichever that might be.)</p>

<p><a href="/static/nei/*/Code/gnome3/polkit.diff">get the Gnome 3 PolicyKit fix here</a></p>

<p>Yes, there are <a href="https://bugzilla.gnome.org/show_bug.cgi?id=651547">bug</a> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=659310">reports</a> for this</p>]]></description>
         <link>http://anti.teamidiot.de/nei/2011/10/gnome_3_authentication_require/</link>
         <guid>http://anti.teamidiot.de/nei/2011/10/gnome_3_authentication_require/</guid>
        <dc:creator>Nei</dc:creator>
                  <category domain="http://www.sixapart.com/ns/types#category">Linux</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">gnome</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">gnome 3</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">gnome-shell</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">policykit</category>
        
         <pubDate>Tue, 25 Oct 2011 21:58:31 +0100</pubDate>
      </item>
            <item>
         <title>Gnome 3 &amp; XTerm</title>
         <description><![CDATA[<p>My company upgraded their Ubuntu to 11.10 so I was faced with the choice between <span class="caps">UNITY </span>or Gnome 3. As I was using Gnome 2 before (and still will be for a while at home), I thought to try the gnome-shell.</p>

<p>The biggest change is away from the Task bar to the Exposé-like overview of all windows, combined with a per-application chooser on the left (called &#8220;dash&#8221; in Gnome new-speak). The Alt+Tab window switcher got Application centric too. The application-behavior means: switch between windows of the same application with Alt+(key over tab). After getting used to it, it&#8217;s not that bad, even faster for some tasks.</p>

<p>However, there was one big problem. I&#8217;m still using the <a href="http://invisible-island.net/xterm/">XTerm</a> and just can&#8217;t leave it for something like gnome-terminal. I usually open a lot of xterms on my desktop. I have them display something sensible in their title bar. Now with Gnome 3, <strong>every</strong> XTerm is recognized as its own little application, that means I have to switch between XTerm-windows using Alt+Tab.</p>

<p>While this itself maybe wouldn&#8217;t be that big a deal, it also results in all the XTerm-windows <strong>only</strong> showing their class in both the Alt+Tab switcher and the dash (remember, the switcher and the dash are supposed to show the Application, not the apps window title). That means it gets really really difficult to find an XTerm window, as the title bar content is no longer visible anywhere.</p>

<p>So I had to resort to patching the gnome-shell to treat all the windows with a class of UXterm as one single application. Now I can switch <strong>to</strong> an xterm using Alt+Tab, and between xterms with Alt+(key over tab). A first step of making Gnome 3 usable to me!</p>

<p><a href="/static/nei/*/Code/gnome3/uxterm_gnome3.diff">Download uxterm_gnome3.diff</a>. I would need help from any Gnome hacker to turn this into an extension instead of patching the source.</p>]]></description>
         <link>http://anti.teamidiot.de/nei/2011/10/gnome_3_xterm/</link>
         <guid>http://anti.teamidiot.de/nei/2011/10/gnome_3_xterm/</guid>
        <dc:creator>Nei</dc:creator>
                  <category domain="http://www.sixapart.com/ns/types#category">Linux</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">gnome</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">gnome 3</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">gnome-shell</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">xterm</category>
        
         <pubDate>Sat, 22 Oct 2011 13:31:20 +0100</pubDate>
      </item>
            <item>
         <title>wlan speed up rt2860 vs rt2x00</title>
         <description><![CDATA[<p>some users might have a RaLink <span class="caps">RT2860 </span>network device, such as some EeePC</p>

<p>my distribution kernel by default enabled the rt2860sta driver which is from the vendor.</p>

<p>however, there is a better choice: recent kernel come with the <a href="http://rt2x00.serialmonkey.com/">rt2&#215;00</a> driver. Here is how you can switch (on openSUSE)</p>

<p>it connects to the network much faster after using the other driver and it doesn&#8217;t put so many error messages in the syslog.</p>

<pre><code>cd /lib/modules/`uname -r`/build
make menuconfig</code></pre>

<p>go to</p>

<pre><code>-&gt; Device Drivers
  -&gt; Staging drivers
    -&gt; Exclude Staging drivers from being built</code></pre>

<p>and deselect <code>Ralink 2860/3090 wireless support</code></p>

<p>then go to</p>

<pre><code>-&gt; Device Drivers
  -&gt; Network device support
    -&gt; Wireless LAN
      -&gt; Ralink driver support</code></pre>

<p>and enable (module) <code>Ralink rt27xx/rt28xx/rt30xx (PCI/PCIe/PCMCIA) support</code></p>

<p>now Exit &amp; save the config. You can save some compile time just compiling the subdirectory like such:</p>

<pre><code>make SUBDIRS=drivers/net/wireless/rt2x00
make SUBDIRS=drivers/net/wireless/rt2x00 modules_install</code></pre>

<p>remove the old driver</p>

<pre><code>find /lib/modules/`uname -r` -name rt2860\*.ko -exec rm {} +
depmod</code></pre>

<p>reboot or</p>

<pre><code>ifconfig wlan0 down
modprobe -rv rt2860sta
modprobe -v rt2800pci</code></pre>

<p>congratulations</p>

<p>if the modinfo for the module is missing (error on insmod), make sure to extract the vmlinux image:</p>

<pre><code>cd /lib/modules/`uname -r`/build
zcat /boot/vmlinux-`uname -r`.gz &gt;vmlinux</code></pre>]]></description>
         <link>http://anti.teamidiot.de/nei/2011/05/wlan_speed_up_rt2860_vs_rt2x00/</link>
         <guid>http://anti.teamidiot.de/nei/2011/05/wlan_speed_up_rt2860_vs_rt2x00/</guid>
        <dc:creator>Nei</dc:creator>
                  <category domain="http://www.sixapart.com/ns/types#category">Linux</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">eeepc</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">kernel</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">linux</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">opensuse</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">rt2860</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">rt2x00</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">wlan</category>
        
         <pubDate>Mon, 23 May 2011 15:18:28 +0100</pubDate>
      </item>
            <item>
         <title>Evolution forbids Online if NetworkManager is not online</title>
         <description><![CDATA[<table><tr><th colspan="2">#evolution @ irc.gimp.org</th></tr>
<tr><td>Nei</td><td>hi, is there any way to <ins>force evolution online</ins>?</td></tr>
<tr><td>Nei</td><td>I&#8217;m not connected through network manager but I need to check my mail <strong>now</strong>&#8230; before updating gnome I could just click on online and it would work but now this seems to be forbidden</td></tr>
<tr><td>@mcrha|afk</td><td>hi Nei, depends on your version, check <code>evolution --help</code>. Otherwise move away <code>/usr/lib(64)/evolution/&lt;version&gt;/modules/libevolution-module-networkmanager.*</code> or some such file while evo is offline</td></tr>
<tr><td>@mcrha|afk</td><td>*while evo is shutdown</td></tr>
<tr><td>Nei</td><td>mcrha|afk: there is a <code>--online</code> switch in <code>--help</code>, but it doesnt work :P <ins>deleting the network manager module</ins> works however, thanks&#8230; </td></tr>
<tr><td>@mcrha</td><td>Nei, yup,  newer version of evo has <code>--force-online</code></td></tr>
<tr><td>Nei</td><td>mcrha: nice, from what version?</td></tr>
<tr><td>@mcrha</td><td>Nei, I&#8217;m not sure,  3.0 for sure</td></tr>
<tr><td>Nei</td><td>oh, &#8230; I guess I will still have to wait a while for that :P</td></tr>
<tr><td>@mcrha</td><td>and what is your new version?</td></tr>
<tr><td>Nei</td><td>2.32</td></tr>
<tr><td>Nei</td><td>is it that the nm feature was added that breaks this? I believe my old evo 2.28 also detected network manager but still allowed me to use the online button?</td></tr>
<tr><td>@mcrha</td><td>but yes, the new network manager module &#8220;broke&#8221; this. It&#8217;s not broken because you seem not to have configured your network interface through network manager, because if you would, then this might work (network manager would report to evolution that you are actually online). There is some checkbox in the network interface to be managed by network manager, if I recall correctly</td></tr></table>

<p>Thanks mcrha!</p>]]></description>
         <link>http://anti.teamidiot.de/nei/2011/03/evolution_forbids_online_if_ne/</link>
         <guid>http://anti.teamidiot.de/nei/2011/03/evolution_forbids_online_if_ne/</guid>
        <dc:creator>Nei</dc:creator>
                  <category domain="http://www.sixapart.com/ns/types#category">Linux</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">evolution</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">gnome</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">NetworkManager</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">simplify</category>
        
         <pubDate>Tue, 29 Mar 2011 10:01:38 +0100</pubDate>
      </item>
            <item>
         <title>Greetings from the TBI Winterseminar in Bled</title>
         <description><![CDATA[<p><img alt="Castle in the Lake" src="/static/nei/bled.jpg"/></p>]]></description>
         <link>http://anti.teamidiot.de/nei/2011/02/greetings_from_the_tbi_winters/</link>
         <guid>http://anti.teamidiot.de/nei/2011/02/greetings_from_the_tbi_winters/</guid>
        <dc:creator>Nei</dc:creator>
        
        
         <pubDate>Fri, 18 Feb 2011 10:58:22 +0100</pubDate>
      </item>
            <item>
         <title>Windows 7 rescue USB</title>
         <description><![CDATA[<p>I was able to create a Windows 7 rescue <span class="caps">USB </span>drive</p>


<ul>
<li>using the images posted on <a href="http://neosmart.net/blog/2009/windows-7-system-repair-discs/">neosmart</a> </li>
<li>with a virtual XP installation</li>
<li>and <a href="http://wintoflash.com/">wintoflash</a></li>
</ul>



<p>I have yet failed to do it with pure Linux, but if anyone knows how, I would be very interested to learn. Reason for this is that some companies only do firmware updates from Windows &#8212; avoid such companies/products if possible :-(</p>

<p><a href="http://thewichitacomputerguy.com/blog/create-windows-7-rescue-usb-drive">some guides</a> describe how to use <code>diskpart</code> to format the <span class="caps">USB </span>drive. This did not work for me on Windows <span class="caps">XP, </span>it didn&#8217;t show the <span class="caps">USB </span>at all in there. Trying to format the drive with linux didn&#8217;t result in a bootable one, even after I tried several tools such as &#8220;MbrFix&#8221; and &#8220;bootsect&#8221; (a Vista copy I found on the net), all from within Windows. Partitioning with <code>diskmgmt.msc</code> was also not possible for me.</p>

<p>here were my steps to success in some more detail:</p>


<ul>
<li>fdisk the <span class="caps">USB </span>drive with one partition (if you have already messed everything up, consider <tt>dd if=/dev/zero of=<i>your_drive</i> etc&#8230;</tt>), type &#8220;b&#8221; (Win95)</li>
<li>(quick)format the drive in Windows</li>
<li>extract the repair image somewhere</li>
<li>use wintoflash to have it copy the files to the <span class="caps">USB</span></li>
</ul>



<p>good luck!</p>]]></description>
         <link>http://anti.teamidiot.de/nei/2010/11/windows_7_rescue_usb/</link>
         <guid>http://anti.teamidiot.de/nei/2010/11/windows_7_rescue_usb/</guid>
        <dc:creator>Nei</dc:creator>
                  <category domain="http://www.sixapart.com/ns/types#category">Windows</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">boot</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">rescue</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">usb</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">windows 7</category>
        
         <pubDate>Mon, 08 Nov 2010 17:17:48 +0100</pubDate>
      </item>
            <item>
         <title>nonoh command line dialer</title>
         <description><![CDATA[<p>if you are using nonoh to manage international IP calls with acceptable rates, I can recommend taking a look at <a href="/static/nei/*/Code/betamax/">this command line dialer script</a>.</p>

<p>It is much more convenient to use than the website (no need for the ugly select box country code), and you can easily set up aliases or another front end for it. besides, it doesn&#8217;t need a big web browser so you it is also good to use over <span class="caps">SSH.</span></p>

<p>furthermore, you can easily see the rates (which are setup charge; tariff; and billing interval for caller and callee, in €-¢t/10000) before even accepting the call.</p>

<p>it is based on the script found on <a href="http://www.voip-info.org/wiki/view/Finarea+SA">voip-info.org</a> with added fee and error code output. obviously, it might break when the website changes.</p>

<p>A small usage summary:</p>

<p><tt>fincheck <i>cmd</i> nonoh.net <i>user</i> <i>password</i> <i>arguments&#8230;</i></tt></p>

<p>useful commands are <tt>last7daysminutes</tt>, to check the minutes dialed in last 7 days (used for free call calculation), <tt>creditcents</tt> and <tt>freedays</tt> to check the remaining credit and freedays, as well as <tt>call</tt> to make a call.</p>

<p>the call syntax is:</p>

<p><tt>fincheck <b>call</b> nonoh.net <i>user</i> <i>password</i> <i>your-number</i> <i>other-number</i></tt></p>

<p><b>Update:</b> Simon G added the call rates functionality into the <a href="http://www.simong.net/finarea/">original version</a></p>]]></description>
         <link>http://anti.teamidiot.de/nei/2010/10/nonoh_command_line_dialer/</link>
         <guid>http://anti.teamidiot.de/nei/2010/10/nonoh_command_line_dialer/</guid>
        <dc:creator>Nei</dc:creator>
                  <category domain="http://www.sixapart.com/ns/types#category">Netzwelt</category>
                  <category domain="http://www.sixapart.com/ns/types#category">Web Dump</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">betamax</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">nonoh</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">telefonie</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">voip</category>
        
         <pubDate>Mon, 18 Oct 2010 13:18:52 +0100</pubDate>
      </item>
            <item>
         <title>nvidia sucks</title>
         <description><![CDATA[<p>Unfortunately the open-source nouveau driver is not there yet, and their proprietary shit doesn't even do RandR 1.2, which means no sane way for multiple-display setup with single-display fullscreen gaming, or rotation if you need that.</p>

<p>Thanks for listening.</p>

<p>On openSUSE at least, you can use the proprietary driver after installation by adding <tt>nouveau.modeset=1</tt> to the kernel command line (no other hackery was necessary for me). Unfortunately, the installation breaks the OpenGL driver of nouveau.</p>]]></description>
         <link>http://anti.teamidiot.de/nei/2010/08/nvidia_sucks/</link>
         <guid>http://anti.teamidiot.de/nei/2010/08/nvidia_sucks/</guid>
        <dc:creator>Nei</dc:creator>
                  <category domain="http://www.sixapart.com/ns/types#category">Linux</category>
        
        
         <pubDate>Wed, 25 Aug 2010 18:58:16 +0100</pubDate>
      </item>
            <item>
         <title>Vodafone 845/Huawei u8120 (on Mac OS X)</title>
         <description><![CDATA[<p>The Vodafone 845 is using the same ZeroCD crap as other UMTS hardware by Huawei. For Linux (or libusb), usb_modeswitch exists, but this did not work for me.</p>

<p>So here is how to toggle the device itself without any special driver.</p>

<p>su -c 'echo 1035 > /sys/devices/platform/msm_hsusb_periphera/composition'</p>

<p>This will not hide the Mobile Partner CD drive but its USB product id changes, which allows now to use the osx-pl2303 driver and also adb from the android SDK to be used.</p>

<p>See <a href="http://sites.google.com/site/hariselvarajan/gettingaztemg880toworkwithleopard2">here</a> for how to load the pl2303 driver. Note that OS X is using decimal representation of vendor id and product id (0x12d1 -> 4817, 0x1035 -> 4149).</p>

<p>This should also work with the T-Mobile Pulse Mini and maybe with other Android devices built by Huawei.</p>

<p>Edit: You need to have root on your device.</p>

<p>If you have root, you can try this small application: <br />
<a href="http://anti.teamidiot.de/ToggleUSB.apk">ToggleUSB.apk</a></p>

<p>Google hints: Vodafone 845 u8120 0x12d1 0x1031 0x12d1 0x1035 Mobile Partner Pulse Mini</p>]]></description>
         <link>http://anti.teamidiot.de/nusse/2010/08/vodafone_845huawei_u8210_on_ma/</link>
         <guid>http://anti.teamidiot.de/nusse/2010/08/vodafone_845huawei_u8210_on_ma/</guid>
        <dc:creator>nusse</dc:creator>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">android</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">huawei</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">vodafone845</category>
        
         <pubDate>Sun, 15 Aug 2010 01:21:45 +0100</pubDate>
      </item>
            <item>
         <title>Xephyr fixed font not found</title>
         <description><![CDATA[<p>The input method doesn&#8217;t work inside Xephyr? Sometime you find out that <code>.xsession-errors</code> says</p>

<pre><code> Preparation of font set &quot;fixed&quot; for XIM failed.</code></pre>

<p>The font path could be wrong. Make sure that the path to <code>misc</code> is the first one in row.</p>

<pre><code> xset +fp /usr/share/fonts/misc</code></pre>

<p>would fix it for the moment (path might vary).</p>

<p>Compiling Xephyr I missed the following switches:</p>

<p><code>./configure --enable-xephyr --enable-kdrive-evdev --enable-kdrive-mouse --enable-kdrive-kbd --enable-kdrive --prefix=/usr </code><b><code>--with-fontrootdir=/usr/share/fonts --libdir=/usr/lib64</code></b></p>

<p>Thanks for paying attention!</p>]]></description>
         <link>http://anti.teamidiot.de/nei/2010/08/xephyr_fixed_font_not_found/</link>
         <guid>http://anti.teamidiot.de/nei/2010/08/xephyr_fixed_font_not_found/</guid>
        <dc:creator>Nei</dc:creator>
                  <category domain="http://www.sixapart.com/ns/types#category">Linux</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">scim</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">Xephyr</category>
        
         <pubDate>Fri, 13 Aug 2010 23:24:34 +0100</pubDate>
      </item>
      
   </channel>
</rss>
