- June
- 16th
- 2008
GPIO-Ports on VIA EPIA-SN
Posted by MaEl in: Mobility-Gadget Comments (0)
There`s a discussion on modifying gpio driver for this motherboard.
Started by Stefan Hellermann @ Here
- May
- 17th
- 2008
Server Moved: From Ubuntu to Clarkconnect
Posted by MaEl in: Bits-and-Bytes Comments (0)
At last.. I got timed to update my webserver.. It have been running Ubuntu Server 7.10 since January 2008. The best thing about Ubuntu is its community support and software support. Software and library are ready to used.. no need to compile. Inheriting debian apt-get make software installation a breeze. Great to linux-noob like me
- April
- 17th
- 2008
Yahoo! Messenger and port 80 conflict
Posted by MaEl in: Bits-and-Bytes Comments (0)
Last week the pixca.net website is offline for several day. At first I’m suspecting the server for the cause. However, after several investigation, I found out that the server is working perfectly and I can access it directly from LAN. Then I thought that this must be the firewall problem. I used corega wlbargp router for my home network. It’ s a little bit outdated actually,but it has serve me fine for this recent years. I reconfigured the firewall to redirect port 80 to the blackpearl and it work momentarily.
- February
- 15th
- 2008
Case Modification
Posted by MaEl in: Do-it-Yourself Comments (0)
- February
- 13th
- 2008
EPIA-SN padlock benchmark
Posted by MaEl in: Bits-and-Bytes Comments (0)
first, enable the padlock module modprobe padlock-aes modprobe padlock-sha confirm it by dmesg | grep -i padlock [12039.241355] padlock: Using VIA PadLock ACE for AES algorithm. [ 8032.784617] padlock: Using VIA PadLock ACE for SHA1/SHA256 algorithms. then I run this to grab some data.. for software based #openssl speed -evp * for padlock enable #openssl speed -evp * -engine padlock Data taken from those test is shown in the next table Read the rest of this entry »
- February
- 9th
- 2008
EPIA-SN e_powersaver
Posted by MaEl in: Bits-and-Bytes Comments (1)
after all.. i have to edit the e_powersaver.c to make it worked..
in e_powersaver.c
if (c->x86_vendor != X86_VENDOR_CENTAUR
|| c->x86 != 6 || c->x86_model != 10)
- February
- 1st
- 2008
EPIA-SN lm-sensors
Posted by MaEl in: Bits-and-Bytes Comments (0)
quick how to… not finished edit yet! stay tuned!
Edit source file
