ASRock K8Upgrade-760GX
From Gentoo Linux Wiki
| Laptops • TV Tuner Cards • Wireless • Servers • Storage • Other Hardware • Motherboards • Related |
Contents |
[edit] Scope
This is strictly about the Asrock micro-ATX motherboard, K8Upgrade-760GX, installed with an Athlon 64 3000+ processor.
The intend is to describe the progress of installing and have the system up and running.
The page is updated when I make some progress on the installation side ;-)
--Tjalfe
[edit] System components
- Motherboard, Asrock K8Upgrade-760GX with the SIS760GX Northbridge and SIS964 Southbridge chipset.
- Processor, AMD Athlon 64 3000+ (2Ghz) 128Kb L1, 512Kb L2, socket 754.
- RAM, 2x512Mb NoName DDR 400Mhz (PC3200).
- GFX Card, Soltek GeForceFX 5200 / 128Mb (AGPx8).
- HDD Maxtor DiamontMax Plus 9, 80 Gb ATA 6Y080L, used for my WinXP installation, which also makes it easy, WinXP does not see the SATA HDD without first installing drivers from a floppy disk (..nice, I do not have a floppy drive).
- HDD Maxtor DiamondMax Plus 9, 160Gb SATA 6Y160M0, used for the Gentoo Linux/GNU installation..
- Cube Case, Antec Aria.
[edit] Installation CD
- Gentoo Linux/GNU amd64 2004.3 Minimal.
The Gentoo minimal CD was downloaded as an *.iso image and burned to a CD. The machine will not have a floppy installed, so it must be booted from the CD-Rom for the installation.
[edit] Boot from the CD-Rom
Make sure that the first search for a bootable partition is on the CD-Rom, normally set in the BIOS.
For he Asrock motherboard, simply press F11 when told so during initial boot sequence.
[edit] Boot Parameters
The boot prompt looks like this:
boot: gentoo dokeymap
Actually the "dokeymap" did not help me with my danish keyboard, but maybe some other language will work for you ;-)
Parameters that can be added are listed by pressing F1 or F2, if no input is made, the boot process just continous after a short while.
[edit] Network
# modprobe sis900 # net-setup eth0
I chose dhcp and wired in the net-setup menu, worked just out of the box ;-)
[edit] The SATA HDD
# modprobe sata_sis
[edit] Gentoo Installation
Just follow the Gentoo Installation documentation for amd64, I used another virtual terminal to surfe to Gentoo
# links www.gentoo.org
..or go directly to the amd64 installation manual
# links http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml
[edit] Sound
The onboard sound chip is, to my knowledge, a SIS7012, supported by the driver "intel8x0". It is working to some degree, but I'm not able to control the volume level, it's some kind of stuck at the same level, and I'm still looking for a solution.
Another little hint is that the setting for "IEC958 Capture Monitor" MUST be MUTE (OFF), else all sound will be off, except CD player sound.
[edit] After the Installation
After the installation I've got following output from df:
# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda3 82G 12G 67G 15% / /dev/sda4 68G 13G 52G 20% /home
.. the 160Gb disc was splitted into two partitions.
