Archive for the 'Uncategorized' Category

You are currently browsing the archives of tinyhack.com .

Fixing Space key on EEE PC

CIMG4171 I bought the  Eee PC 4G last week, but I haven’t used it optimally. Today when trying to write a new blog post using Eee PC, I felt that the space key is very difficult to press. After searching around, I found out that many people experience the same problem. Surprisingly it is very easy to take of the Eee PC keyboard. Just press on the three dots on top of the keyboard using screw driver, and it will pop out.

Fixing it quite easy, I used a tape to make the space key thicker and easier to press, and I put a tape also in the keyboard to keep the rubber part from moving.

You can see more pictures on my photo gallery.

Posted by yohanes on Jul 6th 2008 | Filed in Uncategorized | Comments (0)

Latest development (kernel space OK, user space: not yet OK)

Here is the current progress of the kernel porting:

  1. Basic architectural support (IRQ, timer, memory mapping)
  2. Serial port
  3. EHCI driver
  4. OHCI driver
  5. MTD driver

Here are some notes regarding the development:

  1. Serial port is 16550 compliant, but you need to remap the registers.
  2. STR9104 have PCI bus, but it is not connected anywhere. The old kernel have a driver for PCI bus, and it was used in the EHCI driver. I think this is kind of a hack, because the PCI stuff is not needed.
  3. The EHCI and OHCI is part of the SoC, not on the PCI bus. There is a quirk in the initialization of the OHCI part (you can look at it in the patch)
  4. MTD driver is based on CFI chipset (AMD/Fujitsu). I only tested reading and writing configuration partition (mtd2 and mtdblock2)
  5. Network Driver (STR9104 contains MAC hardware, and in Agestar it is connected to IP101A as the PHY hardware)

Continue Reading »

Posted by yohanes on Jun 16th 2008 | Filed in Uncategorized | Comments (2)

Progress: Network is UP

I finally managed to modify the STR9100 network card driver to work on Linux Kenel 2.6. There weren’t many modifications that i made (I will post the details later). So the next important thing will be to port the USB host driver. I think I began to understand the old driver, and I hope I can quickly port this last importang stuff.

Posted by yohanes on Jun 9th 2008 | Filed in Uncategorized | Comments (0)

Get Office 2007 fonts for free

Microsoft office provides several new nice looking fonts in their Office 2007. Some web pages and applications already uses these fonts to make their display looks nicer. To get these fonts into your Windows without buying Office 2007, you can install Power Point Viewer 2007 which is a free application to view a Power Point Presentation.

Posted by yohanes on May 13th 2008 | Filed in Uncategorized | Comments (0)

Codefest ASIAOSS Symposium 2007

Information for Indonesian participant is available here. Deadline for sending your information is February 5th, 2007.

Posted by yohanes on Dec 21st 2006 | Filed in Uncategorized | Comments (0)