Skip to main content

Fucked up chaintech and ecs

My pc at home was suddenly broke like 3 month ago before I went to Zagreb. So after doing some hardware test, turn out my 7aivl chaintech without a clear reason got bios corrupt and it onboard vga died. Damn cheap mobo!!!!!
So I went to computer store looking for socket A mobo and finally found it at this computer store named edicom at Harco Mangga dua. So I bought that ECS k7s5a pro. So I install it after got home, and walaaahhh.... that FUCKING brand new mobo not showing any sign of life what so ever, fuck me!!!!!!
So I go back the next day to the store where I bought that damn thing, and the store technician check it and said to me that my Duron proc dead for sure.... WTF!!!!!!
So I went home again, curious with that dumb technicision and check the proc my self using other mobo, and viola..... the proc running just fine, but not in ECS k7s5a pro. I leave it untouch for like 3 month coz I was in Zagreb for the whole time and ECS k7s5a pro still can't run my Duron. When I got home, like one week later, I took it back again to the store, but this time I proove to the technician that my ECS k7s5a pro is fuck. So they service that mobo, again!!!! after a week later I pick it up and ask the technision to test the mobo, it still wont run my Duron but can run other Duron. So I took it back to my house, at least this time the mobo working just fine using other proc.
After carefully looking my Duron carefully, I notice that it had some pencil mark.... just remember that I was unlock the proc multiplier using pencil trick and forgot to erase it. So that stupid ECS got confuse to recognize my Duron correctly. So i erase the pencil mark and finally my Duron got recognize by the mobo.... yeah silly me :D
But I still thing that ECS is bad mobo coz that brand new mobo was broken when I first brought it

Comments

Popular posts from this blog

django realtime currency rate

Its been a really long time since I post something here For some dumb reason, I forgot my blogger login/password :hammer: Anyway, since I'm now heavily work with django stuff Here are some django related projects that hopefully can benefit anyone who need it * django-currency_rate, simple django app that can give you realtime currency rate base on http://themoneyconverter.com . Owh its even can calculate the rate with templatetag :) https://github.com/avenpace/django-exchange_rate

python-oauth2 hack

When you are using python-oauth2 from simplegeo on your Google App Engine instance, you'll get some exception that cause by "ImportError: No module named httplib2" Yes, apparently httplib2 are not supported by GAE and instead they oblige you to use google.appengine.api.urlfetch.fetch instead So I hack python-oauth2 to use google.appengine.api.urlfetch.fetch You can found my python-oauth2 fork on https://github.com/avenpace/python-oauth2

Another django cms base

Cooper-cms, a really simple cms built with django that probably suitable for company site. It has testimonial, team, content and blog (of course :) ) modules. I know its not fancy as django-cms but it will suit for some simple company site though https://bitbucket.org/avenpace/cooper-cms