LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > HCL > MotherBoards > Abit
User Name
Password

Notices

Search · Register · Submit New Product ·
 

Abit Abit AV8
Reviews Views Date of last review
2 26464 02-02-2006
spacer
Recommended By Average Price Average Rating
100% of reviewers $110.00 8.0



Description: Athlon64 Socket 939 Motherboard. Winchester (90nm) core compatible (with updated BIOS). Works great. Onboard Ethernet - via_velocity module
Serial ATA - sata_via module.
Sound - AC97 no problems
Keywords: Abit AV8 socket 939 Athlon64
Chipset: Via K8T800 Pro
Connection Type: Socket939, SATA, ATA, USB2, ieee1394, Ethernet, DDR


Author
Post A Reply 
Old 02-17-2005, 08:02 AM   #1
lnorris
 
Registered: Feb 2005
Posts: 1

Rep: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): $110.00 | Rating: 8

Kernel (uname -r): 2.6.10-1.766_FC3
Distribution: Fedora 3



Of course SATA RAID doesn't work with Linux but SATA drives do work when just used as normal drives. After some trials, I have two SATA drives, one booting Linux and one booting Windows.

Sound, network, and USB where ID'd correctly and worked from startup. Firewire is seen but I can't test.

This board does have a few quirks. The latest BIOS (17 as of now) has completely wrong CPU heat readings and some kind of memory problem with DIMM 2-3 (random lock-ups). Also Abit uses a uGuru monitoring and won't release the specs to LM_Sensors. That and no ACPI info means you can't monitor the system.

 
Old 02-02-2006, 04:50 PM   #2
HappyTux
 
Registered: Mar 2003
Distribution: Debian AMD64
Posts: 3,513

Rep: Reputation: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 8

Kernel (uname -r): 2.6.12-ck6
Distribution: Debian amd64


All in all a very good board everything works well with the exception of the firewire as I have nothing to test it with so can not tell. If you want to run a set of 5.1 surround sound speakers you will need to switch the center/subwoofer and rear left/right cables around as the ports seem to be reversed for them on the motherboard.

You can get a program called oguru at the Abit forum here which allows you to monitor your sensors from the command line or if you want in Super Karamba. It will only compile with a gcc 3.4 or less and if you want to use as normal user then chmod +s oguru will set the sticky bit and allow you to run the program suid. Here is a snippet of code that I use to get the temperatures of the CPU, System and PWM in Super Karamba you of course have to modify to your setup.

Code:
## Module: Temperature Sensors ##
<group> x=0 y=275 w=200 h=10
		
	# CPU Temperature
        text x=60 y=3 align="left" value="Processor:"
	text x=165 y=3 align="right" sensor=program program="/usr/bin/oguru | grep 'CPU:' | awk '{print substr($2,1,2)}'" interval=2500
	text x=180 y=3 align="right" value="°C" 

	# System Temperature
	text x=60 y=17 align="left" value="System:"
	text x=165 y=17 align="right" sensor=program program="/usr/bin/oguru | grep 'SYS:' | awk '{print substr($2,1,2)}'" interval=2550
	text x=180 y=17 align="right" value="°C"

	# PWM Temperature
	text x=60 y=31 align="left" value="PWM:"
	text x=165 y=31 align="right" sensor=program program="/usr/bin/oguru | grep 'PWM:' | awk '{print substr($2,1,2)}'" interval=2600
	text x=180 y=31 align="right" value="°C" 
</group>
 




  



All times are GMT -5. The time now is 11:58 PM.

Main Menu

My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration