<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Marcin Juszkiewicz - wlan-ng</title><link href="https://marcin.juszkiewicz.com.pl/" rel="alternate"/><link href="https://marcin.juszkiewicz.com.pl/tag/wlan-ng/feed/" rel="self"/><id>https://marcin.juszkiewicz.com.pl/</id><updated>2007-04-25T11:25:00+02:00</updated><entry><title>WPA in Debian and Poky</title><link href="https://marcin.juszkiewicz.com.pl/2007/04/25/wpa-in-debian-and-poky/" rel="alternate"/><published>2007-04-25T11:25:00+02:00</published><updated>2007-04-25T11:25:00+02:00</updated><author><name>Marcin Juszkiewicz</name></author><id>tag:marcin.juszkiewicz.com.pl,2007-04-25:/2007/04/25/wpa-in-debian-and-poky/</id><summary type="html">&lt;p&gt;During last week I switched my home WiFi from insecure &lt;span class="caps"&gt;WEP&lt;/span&gt; to &lt;span class="caps"&gt;WPA2&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;Why not used &lt;span class="caps"&gt;WPA&lt;/span&gt; before? My x86 test machine was ProGear which use Orinoco &lt;span class="caps"&gt;PCMCIA&lt;/span&gt; card (no &lt;span class="caps"&gt;WPA&lt;/span&gt; support) and I also used Tosa with that crap called wlan-ng (also no &lt;span class="caps"&gt;WPA&lt;/span&gt; support). Now I have &lt;span class="caps"&gt;USB …&lt;/span&gt;&lt;/p&gt;</summary><content type="html">&lt;p&gt;During last week I switched my home WiFi from insecure &lt;span class="caps"&gt;WEP&lt;/span&gt; to &lt;span class="caps"&gt;WPA2&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;Why not used &lt;span class="caps"&gt;WPA&lt;/span&gt; before? My x86 test machine was ProGear which use Orinoco &lt;span class="caps"&gt;PCMCIA&lt;/span&gt; card (no &lt;span class="caps"&gt;WPA&lt;/span&gt; support) and I also used Tosa with that crap called wlan-ng (also no &lt;span class="caps"&gt;WPA&lt;/span&gt; support). Now I have &lt;span class="caps"&gt;USB&lt;/span&gt; Ethernet card and &lt;span class="caps"&gt;PCMCIA&lt;/span&gt;-&amp;gt;&lt;span class="caps"&gt;CF&lt;/span&gt; adapter so both can be connected via wire or with &lt;span class="caps"&gt;CF&lt;/span&gt; WiFi card (Prism2 with 1.8.4 firmware so &lt;span class="caps"&gt;WPA&lt;/span&gt;&amp;nbsp;out-of-box).&lt;/p&gt;
&lt;p&gt;But since I use Dell D400 as x86 test machine ProGear is not powered &amp;#8212; I will probably put it on shelf to get some desk space free (there is no such thing as big enough desk &amp;#8212; just ones that are not cluttered&amp;nbsp;yet).&lt;/p&gt;
&lt;p&gt;But how to get &lt;span class="caps"&gt;WPA&lt;/span&gt; working in Debian, Poky, Ångström, OpenZaurus or other distros? You basically need few&amp;nbsp;things:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="caps"&gt;WPA&lt;/span&gt;-Supplicant&lt;/li&gt;
&lt;li&gt;card with good driver (so no Orinoco or wlan-ng&amp;nbsp;crap)&lt;/li&gt;
&lt;li&gt;proper&amp;nbsp;configuration&lt;/li&gt;
&lt;li&gt;network with &lt;span class="caps"&gt;WPA&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;First I configured &amp;#8220;maluch&amp;#8221; (D400).&amp;nbsp;Installed &lt;code&gt;wpasupplicant&lt;/code&gt; package and discovered that it is not supported out-of-box. &lt;span class="caps"&gt;README&lt;/span&gt; propose two&amp;nbsp;methods:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Use only one network and configure network&amp;nbsp;in &lt;code&gt;/etc/network/interfaces&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Roaming networks with extra&amp;nbsp;scripts&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I decided to follow 3rd way where you need to&amp;nbsp;edit &lt;code&gt;/etc/network/interfaces&lt;/code&gt; just to tell wpa-supplicant which config it has to use and which&amp;nbsp;driver:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;iface eth1 inet dhcp
        wpa-driver wext
        wpa-conf /etc/wpa_supplicant/config
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This way wpa-supplicant is started automatically&amp;nbsp;with &lt;code&gt;/etc/wpa_supplicant/config&lt;/code&gt; file as configuration. This file also contain all networks which you want to connect. It can be edited by hand or using external tools&amp;nbsp;&amp;#8212; &lt;code&gt;wpa_cli&lt;/code&gt; or &lt;code&gt;wpa_gui&lt;/code&gt; (&lt;span class="caps"&gt;QT3&lt;/span&gt;/&lt;span class="caps"&gt;QT4&lt;/span&gt;). Have to check does it works ok with other networks then my home one but it should&amp;nbsp;work.&lt;/p&gt;
&lt;p&gt;Then same configuration on Zaurus C760 running Poky &amp;#8212; Prism2 card in CompactFlash slot. Connecting to network works out-of-box now. On Nokia 770 all I need to to was entering &lt;span class="caps"&gt;WPA&lt;/span&gt;-&lt;span class="caps"&gt;PSK&lt;/span&gt;&amp;nbsp;key.&lt;/p&gt;
&lt;p&gt;The worst part was &lt;span class="caps"&gt;MS&lt;/span&gt; Windows laptop &amp;#8212; I had to remove all networks from list of preferred ones, reboot and then enter &lt;span class="caps"&gt;WPA&lt;/span&gt;-&lt;span class="caps"&gt;PSK&lt;/span&gt; key to get it&amp;nbsp;working.&lt;/p&gt;
&lt;p&gt;Now it should be harder to connect to my network&amp;nbsp;;)&lt;/p&gt;</content><category term="authorization"/><category term="debian"/><category term="dell"/><category term="free drivers"/><category term="nokia"/><category term="tosa"/><category term="wlan"/><category term="wlan-ng"/><category term="wpa"/></entry><entry><title>Drivers in Linux land</title><link href="https://marcin.juszkiewicz.com.pl/2007/02/20/drivers-in-linux-land/" rel="alternate"/><published>2007-02-20T00:30:00+01:00</published><updated>2007-02-20T00:30:00+01:00</updated><author><name>Marcin Juszkiewicz</name></author><id>tag:marcin.juszkiewicz.com.pl,2007-02-20:/2007/02/20/drivers-in-linux-land/</id><summary type="html">&lt;p&gt;Today I read post on about state of drivers for graphic cards. There are closed source propertiary drivers which works and give 3D acceleration and there are free drivers which cover some cards and provide kind of 3D acceleration for subset of them. The result is that user have to …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Today I read post on about state of drivers for graphic cards. There are closed source propertiary drivers which works and give 3D acceleration and there are free drivers which cover some cards and provide kind of 3D acceleration for subset of them. The result is that user have to&amp;nbsp;choose:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;closed, propertiary driver which can contain security problems but gives working 2D,&amp;nbsp;3D&lt;/li&gt;
&lt;li&gt;free driver which works in 2D but rather not in&amp;nbsp;3D&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Similar problem exists with WiFi support. CompactFlash cards are now hard to get because good, working ones (Prism2/3 based for example) are not &lt;abbr title="Restriction of Hazardous Substances"&gt;RoHS&lt;/abbr&gt; friendly so no one want to manufacture or sell them. Instead there are new cards which base on new chipsets with no drivers or &lt;em&gt;pay us to get source which you can not share&lt;/em&gt; licensed&amp;nbsp;ones.&lt;/p&gt;
&lt;p&gt;&lt;span class="caps"&gt;USB&lt;/span&gt; dongles are in better situation as there exists few good supported&amp;nbsp;chipsets:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Zydas (mainline kernel and also external&amp;nbsp;one)&lt;/li&gt;
&lt;li&gt;Ralink (external free one and also vendor provided&amp;nbsp;one)&lt;/li&gt;
&lt;li&gt;Prism2 (working, shitty&amp;nbsp;one)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For a start let we forget that Prism2 exists in &lt;span class="caps"&gt;USB&lt;/span&gt; version (it does not support &lt;abbr title="Wi-Fi Protected Access"&gt;&lt;span class="caps"&gt;WPA&lt;/span&gt;&lt;/abbr&gt;, code is very low quality, will never merge into mainline kernel). Zydas and Ralink supports also 802.11g and are available from many vendors, have working drivers, firmware is available. As usual user has to triple check does &lt;em&gt;this is version with blue sticker and not with red one&lt;/em&gt; because &lt;em&gt;red ones&lt;/em&gt; use other chipset which is not&amp;nbsp;supported.&lt;/p&gt;
&lt;p&gt;There are also dongles with Marvell 8388 or 8338 chipset &amp;#8212; first ones are supported&amp;nbsp;by &lt;code&gt;libertas&lt;/code&gt; driver done for &lt;abbr title="One Laptop Per Child"&gt;&lt;span class="caps"&gt;OLPC&lt;/span&gt;&lt;/abbr&gt;, second one are not supported yet. &lt;span class="caps"&gt;BTW&lt;/span&gt; &amp;#8212; this driver will also support 8385 chipset used in some CompactFlash&amp;nbsp;cards.&lt;/p&gt;
&lt;p&gt;And &lt;span class="caps"&gt;USB&lt;/span&gt; versions has other problem&amp;#8230; they &lt;strong&gt;require&lt;/strong&gt; +5V which is not present in many embedded devices. 3.3V, 2.5V, 2.0V and even 1.8V or less are common values for that kind of hardware. I know companies which solved it by rebuilding existing &lt;span class="caps"&gt;USB&lt;/span&gt; devices to work with 3.3V (many WiFi dongles use that voltage and have proper regulator on board to change +5V into +3.3V) &amp;#8212; this way they can lower price and complication of device by not using extra regulators. This also improves power life. But you have to remember which dongles are changed to not plug them into &lt;span class="caps"&gt;PC&lt;/span&gt; &amp;#8212; if you forgot then they get burnt after&amp;nbsp;insert.&lt;/p&gt;
&lt;p&gt;When few years ago I was buying my first &lt;span class="caps"&gt;PC&lt;/span&gt; I selected all components to be 100% sure that all will works under Linux. Those years passed but you still need to be careful when you buy new hardware&amp;nbsp;;(&lt;/p&gt;</content><category term="free drivers"/><category term="wlan"/><category term="wlan-ng"/><category term="wpa"/></entry><entry><title>Zaurus line officially ended</title><link href="https://marcin.juszkiewicz.com.pl/2007/01/12/zaurus-line-officially-ended/" rel="alternate"/><published>2007-01-12T20:43:00+01:00</published><updated>2007-01-12T20:43:00+01:00</updated><author><name>Marcin Juszkiewicz</name></author><id>tag:marcin.juszkiewicz.com.pl,2007-01-12:/2007/01/12/zaurus-line-officially-ended/</id><summary type="html">&lt;p&gt;Yesterday I got official information that Sharp ended Zaurus line &amp;#8212; last production will be in February 2007 and then nothing &amp;#8212; no new models, no building of older models. Many people wrote that this is bad thing, that they will miss new toys with Zaurus&amp;nbsp;name&amp;#8230;&lt;/p&gt;
&lt;p&gt;I am not one of …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Yesterday I got official information that Sharp ended Zaurus line &amp;#8212; last production will be in February 2007 and then nothing &amp;#8212; no new models, no building of older models. Many people wrote that this is bad thing, that they will miss new toys with Zaurus&amp;nbsp;name&amp;#8230;&lt;/p&gt;
&lt;p&gt;I am not one of them. Since &lt;span class="caps"&gt;SL&lt;/span&gt;-C3000 (called &amp;#8220;spitz&amp;#8221;) model I had a feeling that Sharp is not able to create new handheld device for mass market. There was few new things in it but basically it was old clamshell line on steroids. Palmtop built to be used as English&amp;lt;&amp;gt;Japanese dictionary rather then as &lt;span class="caps"&gt;PDA&lt;/span&gt;. Then they released &lt;span class="caps"&gt;SL&lt;/span&gt;-C1000 (&amp;#8220;akita)&amp;#8221; which was spitz without hard drive (in form of &lt;span class="caps"&gt;4GB&lt;/span&gt; CompactFlash microdrive) but with &lt;span class="caps"&gt;128MB&lt;/span&gt; of Flash memory like it was in end of previous clamshell line. Both models were selling quite good and one day Sharp merged Akita and &lt;span class="caps"&gt;4GB&lt;/span&gt; microdrive and thats how &lt;span class="caps"&gt;SL&lt;/span&gt;-C3100 (&amp;#8220;borzoi&amp;#8221;) was created. Again nothing new&amp;#8230; Some months ago they got out of stock of &lt;span class="caps"&gt;4GB&lt;/span&gt; cards so &lt;span class="caps"&gt;SL&lt;/span&gt;-C3200 (&amp;#8220;terrier&amp;#8221;) was created &amp;#8212; with &lt;span class="caps"&gt;6GB&lt;/span&gt;&amp;nbsp;microdrive.&lt;/p&gt;
&lt;p&gt;But those models were much worse then other palmtops on market&amp;#8230; Windows Mobile devices got Bluetooth as standard, more and more models got WiFi inside (now even 802.11g instead of old 802.11b standard). Sharp did not even tried to compete with them. There were rumours that there was a plan to release &lt;span class="caps"&gt;SL&lt;/span&gt;-C3500 which would get WiFi inside but knowing Sharp it would be some shitty wlan-ng &lt;span class="caps"&gt;USB&lt;/span&gt; stick with drivers lacking &lt;span class="caps"&gt;WPA&lt;/span&gt; and any good&amp;nbsp;support.&lt;/p&gt;
&lt;p&gt;Add to it their lack of any support to users&amp;#8230; Can you imagine that 2006 models were sold with few years old software created for first Zaurus models? They only did some small modifications to get some of new features supported. Someone told one&amp;nbsp;day:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Sharp should concentrate on building Zaurus models. But they should not touch software &amp;#8212; OpenZaurus or pdaX teams do it in much better&amp;nbsp;way.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;So I think that it is good that they finally ended Zaurus line &amp;#8212; it was visible that they do not have idea which way to go and how to support users of own&amp;nbsp;toys.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span class="caps"&gt;BTW&lt;/span&gt;:&lt;/strong&gt; some people asked what will OpenZaurus team do now &amp;#8212; we are working on 3.5.5 release for all existing models (except &lt;span class="caps"&gt;SL&lt;/span&gt;-A300 as usual). After release most of us will probably concentrate on fixing bugs, adding software and will move to Ångström distribution as this is future of embedded&amp;nbsp;distros.&lt;/p&gt;</content><category term="collie"/><category term="openembedded"/><category term="openzaurus"/><category term="wlan-ng"/><category term="zaurus"/></entry><entry><title>Tosa and 2.6 kernel</title><link href="https://marcin.juszkiewicz.com.pl/2006/07/10/tosa-and-26-kernel/" rel="alternate"/><published>2006-07-10T23:37:00+02:00</published><updated>2006-07-10T23:37:00+02:00</updated><author><name>Marcin Juszkiewicz</name></author><id>tag:marcin.juszkiewicz.com.pl,2006-07-10:/2006/07/10/tosa-and-26-kernel/</id><summary type="html">&lt;p&gt;Few days ago I flashed 2.6.17 on tosa (with unofficial OpenZaurus 3.5.4.1 &lt;span class="caps"&gt;OPIE&lt;/span&gt; image) and I have to say that it was good choice. After fixing keymap (pushed into OpenEmbedded) and adding one script into apm (not yet pushed) I have machine which suspend/resume …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Few days ago I flashed 2.6.17 on tosa (with unofficial OpenZaurus 3.5.4.1 &lt;span class="caps"&gt;OPIE&lt;/span&gt; image) and I have to say that it was good choice. After fixing keymap (pushed into OpenEmbedded) and adding one script into apm (not yet pushed) I have machine which suspend/resume very fast, has working WiFi after each resume and behave better then it was with 2.4 (&lt;a href="/2006/06/30/first-days-using-tosa24/"&gt;see my previous post&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;But it is not yet ready for end&amp;nbsp;users:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;sometimes battery info report &lt;strong&gt;0%&lt;/strong&gt; &amp;#8212; suspend/resume&amp;nbsp;help&lt;/li&gt;
&lt;li&gt;&lt;span class="caps"&gt;USB&lt;/span&gt; Host module lack Power Managment &amp;#8212; need to be removed/inserted on&amp;nbsp;suspend/resume&lt;/li&gt;
&lt;li&gt;touchscreen is weird &amp;#8212; horizontal lines got&amp;nbsp;&amp;#8216;pings&amp;#8217;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Tomorrow I will get &lt;span class="caps"&gt;USB&lt;/span&gt; keyboard from friend so will test how it is &amp;#8212; usage of external (wired) keyboard with &lt;span class="caps"&gt;PDA&lt;/span&gt;&amp;#8230;&lt;/p&gt;</content><category term="openembedded"/><category term="openzaurus"/><category term="tosa"/><category term="wlan"/><category term="wlan-ng"/><category term="zaurus"/></entry><entry><title>Tosa USB experiences</title><link href="https://marcin.juszkiewicz.com.pl/2006/07/04/tosa-usb-experiences/" rel="alternate"/><published>2006-07-04T16:45:00+02:00</published><updated>2006-07-04T16:45:00+02:00</updated><author><name>Marcin Juszkiewicz</name></author><id>tag:marcin.juszkiewicz.com.pl,2006-07-04:/2006/07/04/tosa-usb-experiences/</id><summary type="html">&lt;p&gt;Yesterday I got &lt;span class="caps"&gt;USB&lt;/span&gt; Host cable from Trisoft (donated like I wrote &lt;a href="/2006/06/27/oeoz-project-devices-arrived/"&gt;before&lt;/a&gt;) so I decided to check how it&amp;nbsp;works.&lt;/p&gt;
&lt;p&gt;First try was my &lt;span class="caps"&gt;TDK&lt;/span&gt; Bluetooth dongle which &lt;a href="/2005/04/15/c760-arrived/"&gt;I got year ago&lt;/a&gt;.&amp;nbsp;Installed &lt;code&gt;kernel-module-hci-usb&lt;/code&gt;, connected dongle and it was not working. So I rebooted and after reboot and manual …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Yesterday I got &lt;span class="caps"&gt;USB&lt;/span&gt; Host cable from Trisoft (donated like I wrote &lt;a href="/2006/06/27/oeoz-project-devices-arrived/"&gt;before&lt;/a&gt;) so I decided to check how it&amp;nbsp;works.&lt;/p&gt;
&lt;p&gt;First try was my &lt;span class="caps"&gt;TDK&lt;/span&gt; Bluetooth dongle which &lt;a href="/2005/04/15/c760-arrived/"&gt;I got year ago&lt;/a&gt;.&amp;nbsp;Installed &lt;code&gt;kernel-module-hci-usb&lt;/code&gt;, connected dongle and it was not working. So I rebooted and after reboot and manual module loading I&amp;nbsp;got &lt;code&gt;hci0&lt;/code&gt; shown&amp;nbsp;in &lt;code&gt;hciconfig&lt;/code&gt; output. But I was unable to do any scanning for&amp;nbsp;devices.&lt;/p&gt;
&lt;p&gt;Then I disconnected &lt;span class="caps"&gt;BT&lt;/span&gt; and connected my few years old 64M pendrive. Tosa did not even notice that change&amp;#8230; so I did another reboot. After that I&amp;nbsp;got &lt;code&gt;/dev/sda1&lt;/code&gt; mountable and&amp;nbsp;working.&lt;/p&gt;
&lt;p&gt;In next weeks (plan to have 2 week vacations) I plan to test some more &lt;span class="caps"&gt;USB&lt;/span&gt; equipment &amp;#8212; plan to buy powered hub, already have multiport card reader, will borrow &lt;span class="caps"&gt;USB&lt;/span&gt; keyboard etc. And most important thing &amp;#8212; test 2.6 kernel on&amp;nbsp;tosa.&lt;/p&gt;</content><category term="donations"/><category term="openembedded"/><category term="openzaurus"/><category term="tosa"/><category term="wlan-ng"/></entry><entry><title>First days using Tosa/2.4</title><link href="https://marcin.juszkiewicz.com.pl/2006/06/30/first-days-using-tosa24/" rel="alternate"/><published>2006-06-30T12:31:00+02:00</published><updated>2006-06-30T12:31:00+02:00</updated><author><name>Marcin Juszkiewicz</name></author><id>tag:marcin.juszkiewicz.com.pl,2006-06-30:/2006/06/30/first-days-using-tosa24/</id><summary type="html">&lt;p&gt;During last days I moved from my C760 to Tosa. It is heavy, big and has awesome screen &amp;#8212; I can use it even with lowest brightness setting (one step from &amp;#8220;no backlight&amp;#8221;). Stylus is made from plastic but is longer then styli from other Zaurus models. Internal WiFi is able …&lt;/p&gt;</summary><content type="html">&lt;p&gt;During last days I moved from my C760 to Tosa. It is heavy, big and has awesome screen &amp;#8212; I can use it even with lowest brightness setting (one step from &amp;#8220;no backlight&amp;#8221;). Stylus is made from plastic but is longer then styli from other Zaurus models. Internal WiFi is able to do &lt;span class="caps"&gt;WPA&lt;/span&gt; on firmware level but driver do not support it&amp;nbsp;;(&lt;/p&gt;
&lt;p&gt;First day was SharpROM day because I forgot to take &lt;span class="caps"&gt;CF&lt;/span&gt; card from home to flash OpenZaurus. SharpROM looks quite &lt;span class="caps"&gt;OK&lt;/span&gt; but some things was weird. For example handling of &lt;span class="caps"&gt;QVGA&lt;/span&gt; applications &amp;#8212; screen was switched into 240x320 mode with &amp;#8216;please wait&amp;#8217; message on start and exit&amp;#8230; This slowdown plus no possibility to switch off that switching force user to rather skip using such apps. WiFi settings has profiles support which is nice but due to fact that internal wireless&amp;nbsp;use &lt;code&gt;wlan-ng&lt;/code&gt; drivers I could not get &lt;span class="caps"&gt;WPA&lt;/span&gt; so was not able to connect to my home &lt;span class="caps"&gt;AP&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;Same day evening I flashed OpenZaurus 3.5.4 (&lt;span class="caps"&gt;OPIE&lt;/span&gt; flavour) into device. System boots and works but I needed to install some upgrades to get fixed keyboard mapping etc. Reconfigured &lt;span class="caps"&gt;AP&lt;/span&gt; to get connection, configured WiFi in tosa&amp;nbsp;and &lt;code&gt;ipkg update;ipkg upgrade&lt;/code&gt; was working. Lot of stuff upgraded and after reboot I got working keyboard but lost HostAP configuration files (will hunt this bug and add proper fixes into OpenZaurus upgrades feed). Lack&amp;nbsp;of &lt;code&gt;Control&lt;/code&gt; key make it not so usable with &lt;span class="caps"&gt;OPIE&lt;/span&gt; terminals so I use &lt;span class="caps"&gt;OPIE&lt;/span&gt;-&lt;span class="caps"&gt;IRC&lt;/span&gt; on it instead of logging into my irssi-over-screen session. And there are two keys which functionality is something which I must find out (one&amp;nbsp;above &lt;code&gt;Cancel&lt;/code&gt; and &lt;code&gt;Backlight/Rotate&lt;/code&gt; one).&lt;/p&gt;
&lt;p&gt;Machine works quite nice but after using 2.6 kernel on &lt;span class="caps"&gt;PDA&lt;/span&gt; for over one year I feel that 2.4-crapix is slow&amp;#8230; Resuming from suspend need time to get machine responding, enabling WiFi means machine not responding for a while too&amp;#8230; I hope that 2.6 will get into usable state&amp;nbsp;soon.&lt;/p&gt;</content><category term="openembedded"/><category term="openzaurus"/><category term="opie"/><category term="tosa"/><category term="wlan"/><category term="wlan-ng"/><category term="wpa"/><category term="wrt54"/><category term="openwrt"/></entry></feed>