Backtrack:  
 
showing posts tagged with 'hardware'
1 · 2 · 3
by lunarg on October 13th 2009, at 15:00
by lunarg on May 17th 2009, at 12:41

During the course of the lifetime of a Windows Installation, you're bound to stack up on one or more devices that no longer exist. Additionally, some device (existing or not) with an attitude, could very well make your life a living hell.
Luckily, there's a solution, with this cool software:

http://www.pro-it-education.de/software/deviceremover/

by lunarg on April 29th 2009, at 19:48
Acquired a new appliance from Mini-ITX, which is to replace my current WRT54GL (flashed with OpenWRT White Russian).

Specs of the thing are:

Durable industry-standards housing, including a mount bracket for 2.5" disks2x 1000 Ethernet, 4x 10/100 Ethernet, 2x USB 2.0, VGA, PS/2VIA chipset with a VIA Eden 1ghz CPU, 1x DDR2 slot, 1x CF slot1x IDE 2.5" port, 1x SATA portI've equipped it with 512 MB RAM (standard was 256 MB), and a 4 GB CF card, and installed Debian Lenny i686 on it.



Because of the fact it's CF, I've tweaked the initramfs image of Debian so it uses overlaying for /var  ...
by lunarg on July 21st 2008, at 20:06
by lunarg on January 27th 2008, at 22:45
by lunarg on January 10th 2008, at 19:52
by lunarg on December 28th 2007, at 21:46

For all nVIDIA users, I suggest installing the hotfixes recommended by nVIDIA: link.

If you have SLI, first install KB936710 (that's hotfix 2 on the nVIDIA page).

Most importantly, install KB940105 (hotfix 1).

And finally, there are KB938194 (hotfix 3), and KB938979 (hotfix 4).

by lunarg on September 30th 2007, at 21:54
Update: AMD and Microsoft have released patches to fix the TSC-drift problem. Read page 2 to find out where to get them.

The latest and newest in CPU technology is dual-core: this means having two CPUs on a single chip. Like real multi-processor (SMP), this greatly enhances processing power, among other benefits.
Unfortunately, there's a downside, called TSC-drift, causing serious trouble with certain applications and games.


random crashes: random crashes, which get worse the longer the computer is running. An application with logging usually complains about differences in "  ...
by lunarg on September 16th 2007, at 17:38
Realtek has a new gigabit chipset which is appearing on various motherboards, including the Asus M2A-VM board. At the time of writing (with kernel 2.6.22 being the default), this driver is not yet included in the default kernel tree.

Thanks to Realtek's wonderful support for linux, they have the driver source for various Unix/Linux flavours available for download on their website.

Download the driver from the official download site.

First, have your dependencies in order by having the following:

A sane build environment (contains gcc, make, etc.)The kernel tree and/or headers of your curre  ...
by lunarg on September 3rd 2007, at 22:37
Finally, it's ready: my very new, special-ordered media pc. I mainly bought it to replace my (rather noisy) old pc with it, and to have a real looking PVR thingy.
Want to see pictures? Of course you do...

Half-front-side view, along with the big, silent fans.



The rear of the case, displaying HDMI, Audigy and TV tuner, among other things.



The internals of the case, displaying the various system components, like in any other system, really.



The line up: from bottoms up, the media pc, the radio tuner and amp, the cd player, and my MP3 player's at the top.



The system will be running G  ...
by lunarg on August 23rd 2007, at 20:58
Information about nvidia in Gentoo can be found here.

http://www.gentoo.org/doc/en/nvidia-guide.xml

It goes more in detail about which driver versions are suitable for which nvidia cards; quite handy, since they kicked out nvidia-legacy-drivers.

If you don't want to read the article, here's the short story about the driver version:

Geforce FX, 6, 7 and 8: use the newest driver (100.xx and up)Geforce 3 and 4: max 96.xxTNT, TNT2, Geforce and Geforce 2: max 71.xxIn order to properly install the correct version, it is recommended to mask the packages like so:

Add the following to /etc/portage  ...
by lunarg on August 14th 2007, at 23:11
by lunarg on July 13th 2007, at 18:10
Because of my move, I had need of a media PC system, which allowed me to watch TV, record from TV, watch DVDs, listen to music and more. Buying a pc with Windows Media Center was not an option: linux has very wonderful applications and utilities to build such a sytem. For hardware, I had an old pc which I used as a server, but because of the wonderful capabilities of VMware, I decided to convert the machine to a so-called Media PC.

To contribute my efforts to the community, I decided to create some sort of a guide. It is not a real how-to, but rather the steps I took to get things running, al  ...
by lunarg on July 2nd 2007, at 21:02
Well, isn't this great... Thought I had a quiet weekend (well, relatively quiet, read the next post), with a bit of gaming and such. But apparently, my oh-so-wonderful water-cooled video card thought otherwise.

Twas Friday afternoon: I booted up my pc. Although it was a bit more silent than usually, I discarded it as being the bit cold weather of these days.
Thought it would be neat to do a bit of retro-gaming, and fired up the old Half-Life 1...

About two minutes in the game, alarms and whistles and popups went off, and as the message your card is too hot appeared on the screen, I distincti  ...
by lunarg on June 28th 2007, at 15:34
Did a test on two DL380 G5 controllers to check out the difference between having a battery or not on a P400 SAS RAID controller. The results are remarkable, to say the least.

Both machines are fairly identical when looking at disk configuration: both have a P400 SAS controller with an equal amount of storage, but srv1 has 512MB with battery, srv2 has 256MB without battery.

I ran a dd test of a file, and this is the output:

srv1:~# dd if=/dev/zero of=./dump.dump bs=1k count=81920008192000+0 records in8192000+0 records out8388608000 bytes (8.4 GB) copied, 48.282 seconds, 174 MB/s  ...
by lunarg on May 7th 2007, at 11:09
It would've been too easy if the solution (read my previous post about this topic), would've just worked. With the source of the HP OpenIPMI package available (it seems to be included in the download), I thought it would be snap to get it compiled for our Etch kernel. I was wrong...

Downloading the .deb for sarge doesn't work on Etch right away because of a kernel version difference. Moreover, while the source of the OpenIPMI driver has been included, it does fit neatly into the kernel source, but the compiler bombs out with this:

  CC [M]  drivers/char/ipmi/ipmi_msghandler  ...
by lunarg on May 4th 2007, at 15:05
After a call to HP, there seems to be a solution present.
Apparently it's a known issue on these boxes, when one is using the open source IPMI, instead of the HP OpenIPMI.

The resolution was to install HP OpenIPMI. The full description is below:

Quote

DESCRIPTION
On an HP ProLiant ML350 G5 server configured with a single processor, if
the HP System Health Application and Insight Management Agents for Linux
are installed without the HP OpenIPMI (hp-OpenIPMI) device driver
loaded, a console message is displayed indicating that there is a
problem with the system fan and that the server will sh  ...
by lunarg on May 3rd 2007, at 16:01
Some time ago, Debian has finally been adopted officially by HP as a supported Operating System. They even have released packages for Sarge for it.
Of course, in the meantime, Etch is the new stable of Debian, thus, I had to revert back to the old tweaking ways, described at http://debian.catsanddogs.com/. On the various DL380 G5's I've worked with, this went very smoothly, and it runs perfectly. On the ML350 G5, it's something else...

The machine is a new ML350 G5, with a dual-core Xeon 5120. The system runs Etch AMD64 (stable), and everything seems to be in order. Installation of the agents  ...
by lunarg on April 29th 2007, at 19:40
There are two things you need:

A bootable linux LiveCD, preferrably Knoppix, but any other distro with all basic linux tools will do.Some knowledge on how to use commandline based programs (and perhaps some knowledge with linux in general).First, make sure to boot with your LiveCD. You won't need to boot entirely into the graphical interface.
For Knoppix, the boot: commandline would be something like:

boot: knoppix 2 lang=your-keyboard-layout vga=normal

You can leave out the vga=normal to use framebuffer instead of plain text mode. Replace your-keyboard-layout (keyboard layout) with you  ...
by lunarg on November 26th 2006, at 22:40
1 · 2 · 3
showing posts tagged with 'hardware'
 
 
« February 2012»
SunMonTueWedThuFriSat
   1234
567891011
12131415161718
19202122232425
26272829   
 
Links
 
Quote
« Linux says one, Windows says the other, the right tool for the right job says I. »
Me