about 1 week ago - No comments
Asus have revealed that their new Eee PC T91MT multi-touch netbook will feature the 32GB pSSD Gen2 drive from SanDisk. Asus chose this model from SanDisk’s offerings as it suits the netbooks low power needs and small form factor requirements.
As many readers would already be aware, this means enhanced durability for the T91MT because the More >
about 3 months ago - No comments
Measuring sequential disk performance with linux is easy – most distros (like ubuntu) come with a tool called hdparm , that is mainly used for tuning and optimizing hard disk parameters, but luckily it also includes simple benchmark functionality – for example the following command sudo hdparm -t /dev/sda gives me the following output: /dev/hda: Timing buffered disk reads: 176 MB in 3.01 seconds = 58.55 MB/sec Of course you need to substitute /dev/sda with the name of your raw disk device (for example, it might be /dev/hda for non-SATA disks) . Its impossible to get higher transfer rates that that from your disk. Hdparm reads at the very start of the disk for these tests (which is the fastest area of the whole harddisk) and using optimal access pattern
about 3 months ago - No comments
The UMID M1 will be available in two variants: the “High” version includes a 16GB SSD and is powered by an Intel Atom clocked to 1.33GHz, while the “Low” version comes with Linux preinstalled and has only 8GB flash storage and its Atom runs a bit slower too at 1.1GHz. Both versions have a 4.8″ touchscreen with a “wide” resolution of 1024 x 600 pixels, 512MB of fast 533MHz DDRII RAM, Bluetooth 2.0, also 802.11b/g wifi and HSDPA (with own SIM card slot), connection to other devices is established with USB2.0, but you can also use the microSD-card reader for synchronizing data with, for example, your smartphone. Also included is a 1.3MP webcam for video telephony via skype or other VoIP-based services, and everything is powered by a 2400mAh Li-ion battery.
about 3 months ago - No comments
Most of the UMPC and MIDs available today share the same disadvantage: most of the time the keyboard just doesn’t work well at those tiny key sizes, especially if you have large hands. What to do? One possible solution could be using one of these ultra-portable external keyboards with your UMPC! The device shown on the right for example, bearing the rather technical description “Targus PA875U01X”, weighs just 180 grams at a size of 280 x 108 x 9 mm (unfolded), with 68 full-sized keys in QWERTY layout – enabling easy and smooth ten-finger typing for the mobile email enthusiast
about 3 months ago - No comments
During the last few months, Asus has started selling the “eeePC 1000H GO” with internal 3G/HSDPA card for easy everywhere connectivity. So far so good, but what about all those thousands of customers that already bought an eeePC 1000H before? Are they doomed to use one of those ugly external USB 3G modems – a threat to your eeePCs health if you drop it accidentally and the USB stick destroys the USB port it was sticking in (if not even more)…
about 3 months ago - No comments
Since last night, I had the doubtful joy of having to re-solder two pins of my extra miniPCIe socket (I accidentally dropped my eee from ~50cm heigth and afterwards the 3G card wouldn’t work anymore, which was pretty annoying since I need internet access – so I had to re-open the whole apparatus and take apart everything, leading to the lucky discovery of only said two loose pins as a cause for the malfunction), I will take this as an opportunity to give you the gentle reader some more details about the inner workings of how I did this modification (there may exist better ways I must admit, specifically for securing the modem card in place). That being said, you will surely remember that there’s an old and well known (and true!) proverb saying “A picture sometimes tells more than a thousand words” …
about 3 months ago - No comments
Its nice to see that during the past year, the number of linux distributions custom tailored to fit the needs of netbooks has increased dramatically. While this is a great advancement, it cannot be denied that this is mainly the merit of one linux distribution – ubuntu linux, on which most of nowadays “netbook linux” are based (ubuntu in turn is debian-based, btw). While these custom netbook linux flavors usually come equipped with all the device drivers you’ll need for your netbook, there’s one thing that is missing (at least in Ubuntu 8.04 or “Ubuntu eee”): an easy possibility of formatting SD memory cards with the usual FAT16 (or the faster FAT32) file system with the card reader that is built into all eeePC models – but sometimes you just need an empty and freshly formatted SD card, for example to “burn” the newest ubuntu ISO image onto and install right from the SD card (which is quite handy if you don’t have a DVD/CD drive).
about 3 months ago - No comments
I’m sure everyone knows those design-award-winning Apple iMac computers that look like just a flat panel LCD and keyboard standing on your desk, but contain a whole macintosh… Now Asus has realized the advantages of such a design and is selling a computer-inside-an-LCD too. The “Asus eeeTop ET1602″ has about the same specs as the average eeePC 1000H netbook (making guesses about the interior of this device very easy), namely intel Atom N270 clocked to 1.6GHz, 533MHz Frontside Bus, 1GB DDR2 RAM, the rather weak Intel 945G graphics chipset, 160GB SATA-II harddisk (spinning at only 5400rpm), connectivity is provided by 802.11 b/g/n wifi, bluetooth and 1000MBit LAN, the thing has a 1.3MP webcam and built-in stereo microphone – and so far, I could just as well have read the description from the package of my eee1000H instead, without any difference…
about 3 months ago - No comments
Although generally speaking I’m all pro linux and use it whereever possible – and consider it the best OS for networking encountered by me so far – I was not able to make my internal 3G modem work properly with Ubuntu yet. Of course I managed to have it load the right device drivers and I’m able to establish connections and to surf the internet – but unlike windows, ubuntu refuses to crank up the speed to HSDPA, and despite my patching (and recompiling) of the “usbserial.ko” and “sierra.ko” driver modules I was only able to get a downlink speed of 800KBit/sec at most. The same modem with WindowsXP though achieved between 2.2 and 2.8 MBit/s at the same daytime, causing me quite some frustration (I had bought the modem card because it was claimed as being fully compatible with linux, even with linux drivers supplied by manufacturer, mind you) and I started using WinXP more frequently again due to this issue.
about 3 months ago - No comments
Now it has been over a week since I installed Ubuntu 9.04 “Jaunty Jackalope” on my netbook, and in the meantime I’ve been working on customizing things to my needs. One main tweak consisted of replacing the default “2.6.28-8-generic” kernel with the more appropriate “2.6.28-12-netbook-eeepc” kernel compiled by Adam McDaniel over at array.org , main reason was merely the unpleasant sound of the word “generic” to me, since this “generic” kernel was working quite well – there was no obvious need to replace it. But I still thought it would be nice to have the core of the operating system customized to my hardware.