ShortNews

Sonntag, 11. Mai 2014

Sony Ericsson Xperia pro entsperren

Nach der SonyMobile Anletung bis Punkt 13 vorgehen.
Zum Installieren der Sony Fastboot-Treiber so vorgehen, wie hier unter 6. und 7. beschrieben.

Freitag, 9. Mai 2014

Startprobleme von Windows 8.1 beheben

Von einer Festplatte wurden auf eine SSD die folgenden Partitionen mithilfe von gparted kopiert:
  • 1. Partition: ~200MB, die obligatorische System-Partition für Win 8.1
  • 2. Partition: die eigentliche Windows Partition
Man konnte von der SSD aber nicht booten.

Also habe ich die Windows 8.1 DVD gestartet und habe die "Starthilfe" ausgeführt, die nicht erfolgreich war.
Also bin ich in die Eingabeaufforderung und habe folgende Befehle ausgeführt:
bootrec /FixMBR
bootrec /FixBoot
bootrec /RebuildBcd 

Der letzte schlug aber fehl.

Dann habe ich die erste Partition (weil dort der bootmgr usw. drauf sind) als Boot-Partition aktiviert:
select Disk 0
select partition 1
active


Und dann noch folgenden Befehl ausgeführt:
bcdboot C:\Windows /s D:
Bei C: handelte es sich zudem um die 2. Partition und bei D: um die erste Partition.

Danach konnte Windows starten.

Dienstag, 4. März 2014

Sharing of mouse and keyboard among different operating systems

Synergy:
Synergy is free and open source software for sharing one mouse and keyboard between multiple computers. Works on Windows, Mac OS X, Linux, Android and Apple iOS.

Donnerstag, 6. Februar 2014

LSI MegaRAID SAS 9271-8i under FreeBSD 9.2

Hints to the 6.602.01.00_MR_Free-BSD_Driver
  • The already built 9.1.0 mrsas.ko module can also be loaded during startup (loader.conf) of the 9.2-RELEASE kernel
  • The system's /usr/src directory has been updated:
    svn checkout http://svn0.eu.FreeBSD.org/base/stable/9 /usr/src
    cd /usr/src
    make update SVN_UPDATE=yes
  • It was possible build the driver from the src subdirectory as it's described in the
    Updating the Kernel with the New Driver Source
    of the FreeBSDInstallation_LSIDriver.txt
    inside 6.602.01.00_MR_Free-BSD_Driver.tgz
    with a KERNCONF where mfi was commented out
    #device    mfi    # LSI MegaRAID SAS

Helpful links: