Showing posts with label GRT815M. Show all posts
Showing posts with label GRT815M. Show all posts

18 May, 2008

GRT815M - MS Windows service pack 3 (SP3)

Installs and works without problems after web update from fully patched SP2. Feels like the computer runs faster, although I have not performed any test for comparison. There is only one annoying thing - some rare short lockups. I am not sure if this can be attributed to the upgrade since shortly after upgrading to SP3, I have switched my antivirus program from AVG Free 8.0 to Avast 4.8 Home Edition. The turning point for the change was that AVG was very slow on opening a folder full of executables - the program scans every single file before you get the icons to appear. Some time it took up to 3-4 seconds to open a folder containing a small collection of about 25 small and useful programs.

Note: Hardware and software not originally supplied with the computer:
  • memory upgraded to 1GB.
  • hard disk replaced with 160GB - Samsung SpinPoint M5 160GB 5400RPM 8MB 2.5" (HM160HC).
  • nvidia driver version 6.14.10.6693 - not provided as an update on the support web page.
  • some original software uninstaled: SonicStage, ClickToDVD, Norton Antivirus

28 April, 2008

GRT815M - Ubuntu 8.04 (Hardy Heron)

In general the distribution works out of the box. Just a few hints to make your life easier and your computer running smoother.

1. To disable the annoying BIOS bug at the boot screen, add noapic in /boot/grub/menu.lst (leave the # sign intact)
# defoptions=quiet splash noapic
you can add vga=791 to the same line to get nicer text console and then run update-grub to apply the changes.

2. To get your the NVidia drivers running properly (almost) edit the following files:
/etc/modprobe.d/blacklist: add these two lines
blacklist agpgart
blacklist sis_agp
/etc/modprobe.d/nvidia-kernel-nkc: add these two lines (the second is just in case)
options nvidia_new  NVreg_EnableAGPFW=1 NVreg_EnableAGPSBA=1
options nvidia NVreg_EnableAGPFW=1 NVreg_EnableAGPSBA=1
Restart the computer to give up on sis_agp module, then you will get the following result:
cat /proc/driver/nvidia/agp/status
Status:          Enabled
Driver: NVIDIA
AGP Rate: 8x
Fast Writes: Enabled
SBA: Enabled

3. If you want to be able to throttle your CPU, replace powerd with cpufreqd (cpufrequtils) then add p4_clockmod option module in /etc/default/cpufreqd:
CPUFREQ_CPU_MODULE="p4_clockmod"
Comment the line "#MODULE=speedstep-ich;" and add new "MODULE=p4-clockmod;" in /etc/init.d/loadcpufreq
    # Right. Check if it's a P4 without est.
# Could be speedstep-ich, or could be p4-clockmod.
#MODULE=speedstep-ich;
MODULE=p4-clockmod;
# Disabled for now - the latency tends to be bad
# enough to make it fairly pointless.
To be able to alter the frequencies I have made this change in /etc/cpufreqd.conf
[Profile]
name=Performance High
minfreq=20%
maxfreq=100%
policy=performance
#exec_post=echo 8 > /proc/acpi/sony/brightness
[/Profile]

Restart the daemon.
sudo /etc/init.d/cpufreqd restart
You can add the "CPU scaling monitor" applet to the Gnome panel but to be able to use it as user run the following command:
sudo chmod +s /usr/bin/cpufreq-selector

Alternatively, use the following commands to alter the parameters: cpufreq-info, cpufreq-selector, cpufreq-set. I was not able to find convenient GUI tool that will do it from the tray but hey - it works.

4. If you find your hard disk clicking - here are some setting to alter to solve the problem.
/etc/hdparm.conf: set ROOTFS = /dev/sda and add these lines at the end of the file.
/dev/sda {
apm = 254
}
/etc/apm/event.d/20hdparm: uncomment the line #APMD_DRIVES=
APMD_DRIVES=

Here is a table of VESA video modes (VGA codes):
         640x480   800x600   1024x768   1280x1024   1600x1200   Ask user at boot.
8 bits vga=769 vga=771 vga=773 vga=775 vga=796 vga=ask
16 bits vga=785 vga=788 vga=791 vga=794 vga=798 vga=ask
32 bits vga=786 vga=789 vga=792 vga=795 vga=799 vga=ask


If you know how to make the computer SUSPEND - please let me know.

09 March, 2008

GRT-815M hard disk replacement

Well, finally I have replaced the original hard disk on my laptop with a larger, faster and quieter one - Samsung SpinPoint M5 160GB 5400RPM 8MB 2.5" (HM160HC). I will just add few pictures that illustrate the simple procedure.

There is only one screw (marked with a red circle on the first picture) that secures the hard disk bay. Unscrew it and carefully pull out the module from the computer. The rest is self-explanatory.









Of course, now the computer boots and runs faster, although, I haven't done any performance tests for comparison. The old disk was very quiet but one could still hear the heads positioning during I/O, despite the noisy fans, while the new one is completely silent in this respect.

Cloning the Windows XP OS to the new disk might be slightly out of the topic of this post but I will suggest anyway this article: Beginners Guides: Cloning WindowsXP. After the cloning (I have the original OEM Windows XP Home version that comes with the model) everything went smooth and I was not even asked to reactivate the Windows.

2008.02.14: Just to add some numbers for statistics purposes.
Although the clicking noise from the parking heads of the new hard drive is not noticeable at all, I have decided to turn off the HDD APM with hdparm -B 254 /dev/hda. As result the disk gets a little bit hotter in comparison to the case with the default APM settings:
  • default settings: 35° - 38° C.
  • APM turned off: 38° - 41° C.
Further reading:
clicking hard disk II
clicking hard disk

23 November, 2007

GRT-815M memory upgrade

After 4 years I have found the prices of the compatible SO-DIMM reasonable, so I have decided to replace the original 2x256MB on my computer with 2x512MB.

The SONY VAIO Online support web page is not that helpful - it gives you very basic information
Maximum Memory: 1024 MB
Memory Type
: SO-DIMM - 266Mhz (DDR)
and not much on the compatibility...

For instance, a very quick check on Crucial gives you very detailed and crucial information!
- Each memory slot can hold DDR PC2700 with a maximum of 512MB per slot.
- Your system does not support dual channel.
-
Your system does not support ECC. Because ECC and non-ECC modules should not be mixed within a system, install the same type of modules that are already in your system.
So don't look for 1GB modules - they simply won't work... ...as well as a small catch
"Because DDR memory is backward-compatible, you can safely upgrade your system with any of the guaranteed-compatible DDR speeds listed below, even if your manual calls for PC1600 or PC2100 speeds."
the listed one was:
CT368470 512MB DDR PC2700 • CL=2.5 • Unbuffered • NON-ECC • DDR333 • 2.5V • 64Meg x 64
Well, the reasonable price I have found was for DDR400 (PC3200) and that one was not recognized by the BIOS or the motherboard - complete hang, the computer was not showing even the BIOS screen. To resolve the problem I have replaced one of the new 512MB modules with the one of the old 256MB to impose the lower frequency settings of that one. It worked, although depending on which slot is the old one the BIOS was recognizing 512MB or 768MB. So this was quite good guess that if I replace the old 256MB, in this odd configuration, with 512MB (DDR266 PC2100) or (DDR333 PC2700) it will do the same work, so I did it.

This is how I end up finally after I have exchanged one of my newly bought modules for an old one - DDR333:
512MB PC3200 DDR400 A-data
512MB PC2700 DDR333 Kensington



Memtest showed insignificant speed up from 987 MB/s with the original Infineon memory to 1054 MB/s with the final configuration. As expected, the computer performs slightly faster while loading programs for the first time, really fast once they are in the memory, dramatically reduces the HDD I/O that also helps to keep the computer cooler (I guess every time a file is accessed from the HDD it is scanned by the anti virus program). In Windows, the memory status reports that nearly half of the memory is free that proves that 512MB configuration leads to inevitable frequent swapping. After all that, one can easily discover that the slow HDD remains the major reason for the slow down after the memory upgrade (in an earlier post, I have already mention about Linux performance when the root folder is mounted on a external disk). Anyway, it is a real pleasure to work on the computer now.

So finally, keep in mind that you'd better stick to DDR266 and DDR333 to avoid similar annoying problems.

Tip: If you are running out of space on the disk and you are using the windows hibernate function, adding an extra memory will also make your "hiberfil.sys" equivalently larger. Make sure you have enough free space after the upgrade to avoid performance slow down because of that.

29 September, 2007

GRT-815M & 3Com® OfficeConnect® Wireless 108Mbps 11g XJACK PC Card

Since the model comes without a wireless card, this post might not be so relevant but I hope to be at least useful. There is a mini PCI card slot that one can put in a wireless card, but all the available options were (still are) quite expensive. Because of all this I have decided to buy this particular model PC Card (PCMCIA): 3Com® OfficeConnect® Wireless 108Mbps 11g XJACK PC Card Product #: 3CRXJK10075.

To make the long story short, after installing the card and the drivers I have of course updated to the latest available drivers on the vendor's web site. The wireless client utility that comes with the package is nothing special, quite boring but I guess there are worse and at least it works... sort of...! I got sporadic and random Blue Screen of Death (BSOD) that was pointing the ar5211.sys driver as the cause for the crash. Needless to, say that reinstalling the drivers was not fixing the issue. So I have started to dig the Net for solution and... ...I have found nothing official.

Well, what I found is an unofficial distribution for the Atheros chipset based cards. I have always second thoughts about unofficial software, but in this particular situation I did not have much choice left. Anyway, googling for or visiting this address ftp://lizzi555.dyndns.org/Download/WLAN/Atheros/ will help you to find and install newer version of the driver that will solve the crashing problem and a new wireless client utility that is way way better than the one from 3Com.





26 April, 2007

GRT-815M - cleaning from dust II

This will be the second time writing about how to clean the computer from dust. Look first in the previous post for the details since this time i will only add some pictures on how to open the computer.

1. Loose the screw from the left-hand side of the computer.









2. Slide the plastic part left to release it from the body and then lift it up. On this stage one can clean pretty much most of the dust from the main fan that is easily accessible. To reach the second one, unscrew the screw marked on the figure and proceed to step 3 to lift the keyboard.






3. One more screw and you can release the keyboard (you don't need to disconnect it), lift it and you will have full access to the fans. .








Here I have found better guide for PCG-GRT100 that goes to extreme to remove the fans from the main board. It is a perfect illustration how to disassemble each part, step by step, so one can decide to what extreme to go.

P.S. On the pictures above the computer is really in working state. The purpose was to convince the readers that the whole procedure is not difficult at all as long as you have some basic technical skills and confidence. Don't try to experiment like this the first time you open your notebook. The proper (and safe) way is to remove the battery before you open the computer. I keep doing it my way, because I think it works better to clean the dust. Once the dust is blown by the spray it is sucked and blown away by the fans, so at that point I will just advice you to be careful!

28 February, 2007

GRT-815M - battery maintenance

There are many guides on the net how to maintain the battery of your laptop. Anyway, the purpose of this post is to give real data as a reference for the GRT815M model.

I use my desktop replacement always running on "AC_Power". From time to time I perform some "exercises" of the battery (twice a month) by fully discharging the battery. So this is the situation after 3 years and 4 months:

The "Charge Cycles" counts are not accurate. They are at least double since I have used the computer several times on battery, anyway. The first sign of degradation appeared on the third year. On another laptop (HP) and the same scheme for the battery exercises the battery is already showing degradation after 6 months...
I have to admit that the GRT815M seems to take special care in this particular situation. The HP computer charges automatically the battery every now and then when it is below some threshold, while I have never seen the GRT to charge the battery during the 2 weeks period between the exercises - this is almost equal to keep the battery outside the computer.

As concerns the usage of the computer:
It is always plugged in the power outlet. I turn it on only when I use it - usually every evening for about 6 hours. If I check the time counter of the HDD it says 7986 hours which is close to 333 days constantly working but this doesn't reflect significantly the battery maintenance since the battery is charged even if your laptop is off but still plugged.

17 February, 2007

GRT-815M - Norton AntiVirus slow-down

If you still keep your preinstalled Norton AntiVirus and you have upgraded to Windows XP SP2 you may experience serious performance decrease of your old computer. Possible solution for you might be to install/replace your memory to 1GB. Anyway, the reason for the slow-down comes especially from the AntiVirus program. PROPER REMOVAL (uninstallation) of the program gives you back all the glory of your otherwise powerful computer. Uninstalling the NAV might be tricky so, take some time to read some posts on the net about the problem.

http://www.windowsbbs.com/showthread.php?t=61013
http://basconotw.mvps.org/SymRem.htm

These posts are a little bit outdated but they will give you a clear idea about the situation. Last year (2006), I used the latest NAV uninstall tool and that one did well. There was still some traces after that but some manual intervention helped as well. I have to say also that this did not help the same way on another computer, when replacing NAV2007 with SAV2006 did not work for the firewall. So, proceed with caution. To summarize: if it works for you and you don't experience performance problems - keep it. Otherwise you may consider replacing it with AVG free (that was my choice). AVG also slow down a little bit the computer but it is way better than NAV. So, that is all from me.

11 January, 2007

GRT-815M - direct hard disk performance control

For use only with Travelstar disk drives (VAIO PCG-GRT815M model is shipped originally with a Hitachi Travelstar 80GB hard disk drive). Use Power Booster to directly control advanced battery life extender power settings.

I have used it only to confirm that I am running on highest performance profile (Power save: OFF) - wont help you much to extend the time running on battery... You will still have at least one fan that will continue to run constantly.

It could be useful if you use your computer as mobile to protect the hard disk by "parking" the heads when there is no I/O activity. The default performance profile (if you didn't change anything on the hard disk configuration) parks the heads after about 5s without I/O activity. This tool might actually help you to easily avoid the annoying clicking sound from the hard disk that is produced during the parking process of the heads - just slide toward performance to increase the time before the heads are parked. The full performance profile will never park the heads.

09 January, 2007

GRT-815M - noises that indicate a defective drive


There are various noises that may indicate a failing hard drive.

The Hitachi Hard Disk Drive Knowledge Base has some excellent examples of what your hard drive may sound like when it's going to die or it is already dead.

direct link to the section: Noises that indicate a defective drive

06 January, 2007

GRT-815M - Linux

Note: For some reason Google Search often links to this post that is not the most appropriate one. To find better suggestion use the blog search function.
Suse 9.0: (2004-2005)
An ancient distribution nowadays. nVidia drivers were not included, difficulties to mount USB drives etc.

Debian (Sarge): (2005-2006)
It was quite an improvement compared to the previous Suse 9.0 but didn't work with my PCMCIA wireless.

Gentoo: (2 days)
I use KDE. After 5 hours of compilation (kernel and kdebase) I tried to compile k3b - it was not enough so it asked for more - got a format... The installer was not clever enough to configure GRUB to coop with my Windows... took me me lot of nerves to find out the reason and fix it.

Kubuntu 6.06 (Dapper): (2006 - )
It is a pleasure to install and work with this distribution. There was a problem installing from the LiveCD desktop edition so I have done it from the text based alternate edition. Later 6.06.1 version probably fixes that issue. In both cases the initial hardware recognition reports that the BIOS has a well known bug! The guys implementing the KDE have managed to screw up the upgrading capability of this version so... I am stuck with t 6.06 for now.

nVidia drivers are included as restricted modules. Kernel updates are almost flawless. I have 386 & 686 kernels as options. Minor upgrades replaces the old kernels, but in case of major changes you get the new kernel while keeping the old intact and still functional!

USB mass storage works fine - it doesn't sync properly but I can live with it. Wireless is OK. Latest Skype 1.3.053 works excellent with the arts daemon.

You can control the brightness of the screen from KDE - there is a module for SONY laptops that works fine with the model. Volume and brightness buttons are not recognized (not bounded to any events - i did not bother to fix it since I don't use it that often). The special function keys are misaligned and not fully functional but better that any previous distribution.

If you change to powersaved daemon you will be able to change manually the performance profiles from the system tray where the battery information appears or automatically depending on the situation AC/battery power supply. You can even play with the HDD performance - if you have time to waste playing with the config files.

I have never managed to properly suspend or hibernate the computer (nVidia causes enough troubles). There are long guides how to shut down some services and restart them later, but if the only way to hibernate or suspend is to exit the X server (because of the nVidia) - I will rather turn off the computer. I have never found a way to switch or bring the signal to the external monitor after the X server is started (nVidia drivers and tools related problems).

Knoppix:
There was a problem with the version prior 3.5 that one must disable the ACPI support. Latest version 5.0.1 works like a charm - network, hot plugs... The DVD drive is not the fastest and it takes some time to boot and run programs. I have tried poor's man installation by copying the KNOPPIX folder on some of the partitions on the hard disk or on an external USB disk and then it flies. The internal HDD is not that fast so the option on the external USB works faster. The images for the DVD version are splited on files up to 2GB (it is actually DVD iso format restriction) so you can easily "install" it on FAT32. You can go further and copy the kernel files and put a option in the GRUB menu and then you can boot even without the CD/DVD. Having the Knoppix image on the disk is not only faster to run but you get your DVD device free for whatever reason you will need it.


Using GRUB to boot Knoppix images.

(I don't take any responsibility for any damage or etc. that your attempts might cause)
First copy the contents of /boot of the Knoppix CD-ROM to a boot partition on your hard drive, for example "/boot.knoppix". This partition may be ext2/3, reiserfs or even a vfat partition, all of which are supported by grub.

Copy the /KNOPPIX directory from the Knoppix CD-ROM to the top level (root, "/") directory of the file system on any hard disk or partition on your system.

Add and change accordingly the following to your /boot/grub/menu.lst :

title KNOPPIX 3.7 kernel 2.4
root (hd0,1)
kernel /boot/knoppix37/linux24 ramdisk_size=100000 apm=power-off vga=791 from=/dev/hda6 lang=us keyboard=us home=scan
initrd /boot/knoppix37/minirt24.gz


Note: The parameter "fromhd=" is used to specify the disk location of the file system where you previously copied the /KNOPPIX directory.

04 January, 2007

clicking hard disk

The noise comes from the "parking" of the heads when HDD is idle. The problem is that moments after that the heads go back because of I/O activity then it parks again and again. I got that suddenly after 2 years of using my GRT815M. Interestingly enough, running the computer under DOS or Knoppix (Linux LiveCD distribution) did not reproduce the clicking nightmare... I will leave the conclusions for the reader.

Possible (brutal force) solution:
Check with some "S.M.A.R.T." tool the count of the "parks" - if this is the reason for the "clicks" it will increase the number after every click. Get to the HDD vendor web page and get the software they are providing to configure the HDD. In my case - IBM/Hitachi Feature Tool 2.01 [link] and read the manual. Usually it goes to a parameter they relate to performance or power save. Sliding toward performance increases the time before the HDD parks the heads. You can increase the value a little bit and it might work, otherwise increase more. Above some limit it will stop parking at all. If you are lucky to have Hitachi Travelstar HDD check this tool [link] that allows you to to change the Advanced Power Management (APM) level directly from Windows.

I use my "laptop" as a desktop replacement so I don't care that much if the heads are safely parked. Power saving is not an issue since on my computer there are so many other things that drain more power than the hard disk itself (I have 3 fans and one of them is constantly running - I have difficulties to classify this as a laptop).

One can do the same APM adjustments from Linux with hdparm -B /dev/hda etc.

from the "hdparm" manual: -B Set Advanced Power Management feature, if the drive supports it. A low value means aggressive power management and a high value means better performance. A value of 255 will disable apm on the drive.

Under Windows one can use this command line tool to check the SMART values:

http://www.beyondlogic.org/solutions/smart/smart.htm

As administrator (in "Command Prompt" window) run smart.exe

C:>smart.exe
SMART & Simple for Windows NT/2000/XP V1.01
Copyright 2001-2003 Craig.Peacock@beyondlogic.org
Opened Drive \\.\c: . .

SMART Enabled : Yes
Model Number : IC25N080ATMR04-0
Firmware Version : MO4OAD1A
Serial Number : xxxxxxxxxxxxxxxxxxxx
Drive Size : 80.026 GB

ID Attribute Type Threshold Value Worst Raw St
---- -------------------------- ----- --------- ----- ----- ---------- --
[01] Raw Read Error Rate Prefailure 62 100 100 0 OK
[02] Throughput Performance Prefailure 40 106 106 5825 OK
[03] Spin Up Time Prefailure 33 125 125 1 OK
[04] Start/Stop Count Advisory 0 98 98 3409 OK
[05] Reallocated Sector Count Prefailure 5 100 100 0 OK
[07] Seek Error Rate Prefailure 67 100 100 0 OK
[08] Seek Time Performance Prefailure 40 100 100 45 OK
[09] Power On Hours Count Advisory 0 84 84 7284 OK
[0A] Spin Retry Count Prefailure 60 100 100 0 OK
[0C] Power Cycle Count Advisory 0 99 99 1997 OK
[BF] Unknown SMART Attribute Advisory 0 100 100 0 OK
[C0] Power-Off Park Count Advisory 0 100 100 3 OK
[C1] Load/Unload Cycle Count Advisory 0 90 90 106573 OK
[C2] Drive Temperature Advisory 0 157 157 1179683 OK
[C4] Re-Allocated Data Count Advisory 0 100 100 0 OK
[C5] Pending Sector Count Advisory 0 100 100 0 OK
[C6] UnCorrectable Sector Count Advisory 0 100 100 0 OK
[C7] CRC Error Count Advisory 0 200 200 0 OK

During my clicking nightmare the parameter “[C1] Load/Unload Cycle Count” was changing every time I heard the click. This is a certain way to identify the reason for the clicks.

I will suggest this tool as well, since it offers more features:
http://smartmontools.sourceforge.net/
C:>smartctl -A /dev/hda      #(Linux conventions)
will show you the device SMART vendor-specific attributes and values as the previous command line tool.

You can run some additional internal self-test in case you want to make sure that there is nothing wrong with the drive on the first place (you may continue to work while the test is running):
C:>smartctl -t short /dev/hda      #(Linux conventions)
smartctl version 5.34 [i686-pc-linux-gnu] Copyright (C) 2002-5 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending command: "Execute SMART Short self-test routine immediately in off-line mode".
Drive command "Execute SMART Short self-test routine immediately in off-line mode" successful.
Testing has begun.
Please wait 2 minutes for test to complete.
Test will complete after Mon Oct 9 10:23:00 2006


Use smartctl -X to abort test.

and after finishing (about 2 minutes for the short test) you may run the following command to check the result. BE CAREFUL WITH THAT TOOL!!!
C:>smartctl.exe -l selftest /dev/hda
smartctl version 5.33 [i386-pc-mingw32] Copyright (C) 2002-4 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

=== START OF READ SMART DATA SECTION ===
SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LB
# 1 Short offline Completed without error 00% 7269 -
# 2 Short offline Completed without error 00% 7149 -
# 3 Short offline Completed without error 00% 6189 -
# 4 Short offline Completed without error 00% 5452 -
# 5 Short offline Completed without error 00% 5347 -
# 6 Short offline Completed without error 00% 5254 -
# 7 Short offline Completed without error 00% 5192 -
# 8 Extended offline Completed without error 00% 5186 -
# 9 Short offline Completed without error 00% 5184 -

P.S. You don't have to install anything in the both cases. You don't have to run the daemon part from the smartctl pakage to run the S.M.A.R.T. self-tests.

I have seen on Internet that this is not model or vendor specific. It appears that the problem is triggered by settings that set some services or program to write frequently to the disk. If your disk is set to park after 5 seconds of inactivity and there is a program that writes every 7 seconds - there you are.
http://www.thinkwiki.org/wiki/Problem_with_hard_drive_clicking

Continue reading: clicking hard disk:II

GRT-815M - cleaning from dust

There are three fans in this model. Check the links to see some of them (if the pictures are still available). I might put my own pictures later.

Excellent snapshots from disassembled VAIO on the author's web page
http://www.sundigi.com/article/product/testpage.asp?ga_id=1032
http://www.sundigi.com/article/product/testpage.asp?ga_id=1035

You don't have to remove too much to reach the two of the fans. There is one screw on the left side that holds the black part over the keyboard (the one with the speakers). Release that, then slide left the black part - then you will be almost able to reach the second fan as well. There is one more screw in the middle that will be accessible when you remove the first (black) part, that holds the keyboard. If you unscrew that you have to just lift the keyboard - nothing to disconnect. This will be enough to clean those two fans perfectly. The one bellow the HDD -since you "know" where it is now - just air spray it through the holes from aside.

Hint: If you decide not to open the laptop use the air duster while the computer is running and spray from beneath - in the inlet AND AGAINST - through the outlet. You might have something stuck that can not go through the radiator! Blowing against the air flow will probably help to clean the main fan. Usually this is enough. You may try blowing through the opening just above the printer (LPT/parallel) port - there is the outlet from the second fan.

Continue reading: GRT815M - cleaning from dust II

GRT-815M - common temperature values

I have found on internet many people looking for referent data to check if they computers perform well. I have posted already couple of times the common values of the temperature sensors for the model in a previously mentioned user forum, but they are quite difficult to find. This is the main reason why I am writing this blog.

The values are for an idle computer running under Windows XP Home SP1 or SP2 (AC power): use Mobilemeter to get access to the readings of the sensor elements.
quote from my original post:

Recently (2006. Oct. 8) I have opened it and cleaned the dust that was accessible from what one can see under the keyboard and now when the computer is idle the CPU temperature is 45c (dropped from 47c before cleaning) - the temperature in the room is between 22 and 24 degree Celsius - about 40% humidity - (this is not a joke - it matters). Under heavy load the temperature goes up to 69c-70c and stays there. The HDD temp. is usually 35c and goes up to 39-40c under heavy I/O load. I get the same numbers under Windows XP and Linux.

P.S. Consider 45c as a record - I have never had this temp. since I bough it.

28 December, 2006

GRT-815M - Overall evaluation

It is my own unbiased opinion after 3 years of experience.

Overall:
Very good overall performance for a single core desktop replacement computer. The processor is not the mobile version and because of that the battery drains within 1.5 hour if not on heavy load and less than a hour if you use it intensively - this and the weight of the computer itself (3.6 kg) and the size of the power supply disclassify the computer as a mobile.

Before some further comments I have to explicitly state that it is an extremely expensive computer for what you get. I found my self paying for the brand, and software I don't really need. Customer support is close to zero. It is a major issue to find a telephone number on which the support can be reached. Lack of updates: I still have a BIOS that any decent Linux distribution report to have LONG existing and well known bug! The nVidia driver update actually works worse than the old. I have installed the official drivers... There is a warning that the drivers are not designed for OEM distributions - ask your manufacturer!!!

Despite of that, there is a customer forum support, that exists on the official web page, but appears to be completely unsupported by the company. The search engine on the forum is something annoying - I can't find my own post a week later... Might be on purpose...

The hardware quality is SONY - at least that. BUT, try to refrain yourself from upgrading the DVD firmware - there are some troubles waiting for you there.

Running Linux on the computer always brings you some surprises. I had on my computer SUSE 9.0, Debian for a while, Gentoo for 2 days, and Kubuntu 6.06 right now. The last distribution is the first one to recognize nearly 99% of the hardware. The main problems are related to sonypi and the nVidia drivers and settings. Otherwise the rest of the hardware works without serious interventions. I have never managed to configure the computer to be able to suspend or hibernate. I have never succeed to switch the external screen once the X server is up and running - it is not that difficult if the monitor is plugged in advance. This once again disqualify the computer as mobile (at least to me).

Overall score: Great desktop replacement but too expensive!

Pros & Cons in details:

Pros:
  • Powerful CPU and Graphics
  • Clear and nice colors but not brilliant as you expect from the specification
  • Large HDD - 80GB Hitachi Travelstar - still competitive.
  • internal DVD+/-RW - respectable option at that time
  • Power profiles management - gives you more flexibility than Windows manager gives you. Advanced battery information - gives you an estimate of the time left running on battery with the current load and the health of the battery.
  • Two PCMCIA card slots.
  • Recovery disks on DVD included - WinXP SP1(English and German)
  • Drivers for XP and 2000 available separately on the support web page
  • Internal FireWire
  • Easy to replace HDD, RAM and miniPCI. Easy to clean the dust from inside.

Cons:
  • Heavy and noisy: there are 3 (three) fans inside. One never stops, one starts quite soon and newer stops but is not that noisy and one for the hard disk (you don't hear that one since when it starts the other two are noisy enough).
  • Lots of crappy software: ClickToDVD - what the ... is that, SonicStage etc. preloaded free software !?
  • Short time running on battery - if you use your computer for browsing or movie watching - you have less than 1 hour. Put a wireless on top of that and you have less than 40-45 min.
  • Lack of wireless - well there are configurations that have wireless.
  • All USB plugs are placed on the back of the computer.

Some final words:


There are some problems that can not be related directly to the model but still related to the subject.
  • Clicking hard disk - too frequent and annoying sound from the hard disk that comes from the heads while parking - every now and then. Running Linux or anything else - the problem disappears. I had a long post on that subject. You can get that problem with other brand and models as well.
  • Slow USB transfer rates with some devices, including Memory Stick Duo 1GB and SanDisk Micro - 512MB (both work quite well on other computers and different operation system)
  • Upgrade to SP2 slows down dramatically the computer. I have done all suggestions on the web without a success. Removing Norton Antivirus makes the computer fast as it supposed to be. Right now I have AVG freeware and this combination seems to be bearable.

10 November, 2006

GRT-815M - detailed specification

ProcessorIntel® Pentium® 4 processor 2.80GHz
Northwood; ID 9; Technology 0.13 um;
Family F; Stepping 9; Revision D1
Instructions: MMX, SSE, SSE2
Multiplier x21.0; Bus speed 133 MHz; Rated FSB 533 MHz

Cache memoryL1 Data 8KB; L1 Trace 12Kuops
L2 512 KB; 8-way set associative, 64-byte line size

Motherboard ChipsetSiS 648; Rev 03; LPC Bridge

RAM
DDR 133 MHz - 512 MB (upgradeable to 1024 MB)
2x256 SDRAM DDR 266 CL2 - Infineon

Hard disk driveHitachi Travelstar - 80 GB, 4200 RPM, Buffer 8MB, seek time 12 ms
Device Model: IC25N080ATMR04-0
ATA Standard: ATA/ATAPI-6 T13 1410D revision 3a
Fluid dynamic bearing motor technology

Video ChipsetnVIDIA GeForce FX Go5600 - 64MB
BIOS 4.31.20.37.B3

Display15" TFT XGA 1024x768 (Ultra Bright)

SoundSigmatel STAC9750 • 16-bit CD-quality stereo sound • 3D Surround • AC97

Optical drive
SONY DVD RW DW-50A
24X CD-ROM, 16X CD-R, 8X CD-RW
5X DVD-ROM, 2X DVD+R,
2X DVD+RW, 1X DVD-R, 1X DVD-RW

Multi-purpose baySupport for: Second battery pack • CD-ROM • CD-R • CD-RW • DVD-ROM

Ports on unit2 PC Card Slot(s) • 4 pins i.Link port • MagicGate MemoryStick slot • 3 USB port(s) • Audio/Video out • Docking Station connector • Headphones out • Microphone in • Ethernet port • Parallel port • VGA monitor out

PC Card Slot(s)Ricoh R/RL/5C476(II) CardBus controller
2 PCMCIA type I, 2 PCMCIA type II or 1 PCMCIA type III Cards and Cardbus support

Modembuilt-in modem V.90/K56Flex (56kbps) data/fax modem

NetworkSIS 900-Based PCI Fast Ethernet Adapter
10Base-T/100Base-TX

Keyboard87 keys • Hotkeys
MouseTouchpad
AC AdapterPCGA-AC19V7
BatteryPCGA-BP2NX
Weight3.6 kg

Supplied accessoriesAC Adapter (PCGA-AC19V7)
Battery (PCGA-BP2NX)
Weight saver • Power cable • Documentation

Operating System Windows XP Home with SP1

SoftwareAdobe Acrobat Reader • Adobe Photoshop Elements • Adobe Premiere • Click to DVD • Drag'n Drop CD+DVD • Dvgate • EverQuest • Hotkey utility • Memory Stick Formatter • MSWorks • Norton Internet Security • PictureGear Studio • PowerPanel • QuickTime • RealOne Player • SonicStage • Sony Notebook Setup • VAIO Edit Components • VAIO Info Centre • VAIO Media Single Installer • WinDVD for VAIO