Beteg a gépem :(

Description:
Machine Check Event reported is a fatal Bus or Interconnect timeout error.
 Memory Hierarchy Level: 3
 Participation: 3
 Request Type: 0
 Memory/IO: 3
 Address: 0

Kb. egy éve kétszer is dobott ilyet, és másfél éve is, valyon várható mégegy?

Egy hete meg ezt kaptam:

Description:
The computer has rebooted from a bugcheck.  The bugcheck was: 0x0000000a (0xfffffadfece67ff8, 0x0000000000000002, 0x0000000000000001, 0xfffff8000081d94e).

Ez így nem túl biztató 🙁

Digitális Technika 1 HF 1

Csináltam a Digitális Technika 1 kereszt féléves 1. házi ellenörzéséhez, javításához egy weboldalt. Kis Huffman kódolás, számábrázolás, Hamming távolság, paritás számítás. A Karnaugh tábla ellenörzésére idő hiányában már nem született automatizált meoldás.

Legtöbbször amikor php-ban írok valamit szinte mindig elÅ‘fordul valamilyen adatbázis kezelés, mint például a Mérés Labor Jelentkezés oldal készítésénél is. Most eddig itt még nem kellett ehhez. Persze lehetne a bemeneti adatokat valahonnan importálni, vagy az eredményeket exportálni, adatbázisban rögzíteni. Esetleg késÅ‘bb a hallgatók adhatnák le megoldásaikat webes felületen…

Were is Waldo … I mean my mouse

It can be annoying to find your mouse pointer, especially on multiple monitors. So I wrote a little tool in Delphi that moves the cursor to the center of the monitor. It’s really easy:

  Mouse.CursorPos := Point(
    Screen.Monitors[0].Left+Screen.Monitors[0].Width div 2,
    Screen.Monitors[0].Top+Screen.Monitors[0].Height div 2
  );

A couple of other lines like RegisterHotkey and a Tray Icon and it’s done.

MO

 

3TB HDD

If you want to have fun, buy 3 TB HDD (WD Red)  🙂

USB-SATA no go, 3TB -> ~800GB >:|

eSATA on notebook OK 🙂

MBR partition max 2TB, no go :/

GPT is a must

GTP = Windows no boot (BIOS system) :/

ASUS M4A785TD-V EVO:

IDE mode 3TB no go -> ~800GB >:|

switch to AHCI in BIOS

BSOD unaccessibble boot device (of course)

switch back to IDE, get AHCI driver from ASUS (chipset driver, vga driver, raid make disk…)

switch half to AHCI, leave rest IDE, swap sata cables, boot device to IDE, reorder boot in BIOS…

install AHCI drivers, regedit …

switch all to AHCI, fix boot order

it works 🙂 …

SMART, temperature monitoring broken 🙁

install other monitoring software, no joy 🙁

copy files from old HDD via eSATA

eSATA hot plug no go, BSOD (kernel stack…) 🙁

reboot, raid rebuild…….

copy, compare files from old HDD via USB-SATA

google … google … sleep … google … work … google …

change AHCI driver (AMD chipset driver SB7xx 2013.01.17), reboot

Windows reactivate (hardware has changed) ?:? What? .. who cares .. ok.

Where is the 3 TB? Disk managerinitialise disk wizard ?! WTF ! >:(

testdisk 6.13, fix EFI GTP

reboot

RAW filesystem … 4 f*%k sakes…

testdisk, rebuild boot sector

chkdsk, OK, huhh 

ata command pass through also works, so smart and temperature monitoring is back 🙂

It was “fun”.

(eSATA hot plug ? Maybe later, it was enough for a while…)