Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Architectures & Platforms Gentoo on AMD64
  • Search

lm_sensors on ASUS A8N-Sli Premium--Here's How

Have an x86-64 problem? Post here.
Locked
Advanced search
16 posts • Page 1 of 1
Author
Message
longship
Apprentice
Apprentice
Posts: 294
Joined: Sat Jun 04, 2005 10:27 pm
Location: Ontario, CA USA

lm_sensors on ASUS A8N-Sli Premium--Here's How

  • Quote

Post by longship » Sat Feb 04, 2006 5:42 am

lm_sensors on ASUS A8N-Sli Motherboards--Here's How

I am using kernel-2.6.15-gentoo-r1. As this version seems to work extremely well with this hardware, I recommend that you update to this kernel. (Caveat: My system is only a few days old, but I've yet to find something awry.)

I upgraded my motherboard BIOS to version 1009, the latest stable BIOS.

Here are the 2.6.15-gentoo-r1 kernel parameters:

Code: Select all

Device Drivers --> I2C Support
<*> I2C Support
<*>    I2C device interface

Device Drivers --> I2C Support --> I2C Algorithms
<*> I2C bit-banging interfaces

Device Drivers --> I2C Support --> I2C Hardware Bus support
<M> Nvidia nForce2, nForce3, and nForce4

Device Drivers --> Hardware Monitoring support
<*> Hardware Monitoring support
<M> ITE IT87xx and compatibles
Or, if you prefer them in config file format:

Code: Select all

CONFIG_I2C=y
CONFIG_I2C_CHARDEV=y
CONFIG_I2C_ALGOBIT=y
CONFIG_I2C_ISA=m
CONFIG_I2C_NFORCE2=m
CONFIG_HWMON=y
CONFIG_HWMON_VID=m
CONFIG_SENSORS_IT87=m
Compile and install the kernel per instructions. Reboot.

This will give you the following kernel modules:

Code: Select all

i2c_nforce2
i2c_isa
hwmon_vid
it87
The rest are compiled directly into the kernel. We'll have the lm_sensor system load the modules automagically for us, so do nothing to /etc/modules.autoload.d/kernel-2.6

Install lm_sensors. (I am using version 2.9.2)

Code: Select all

emerge lm_sensors
Edit /etc/conf.d/lm_sensors

Code: Select all

LOADMODULES=yes

INITSENSORS=yes

MODULE_0=i2c_nforce2
MODULE_1=i2c_isa
MODULE_2=it87
Now the only thing left to do is to configure the sensors themselves. Don't ask me how I got the following information because it's a conglomeration of multiple sensors.conf files I've found on the Net. This works damned well on this motherboard. I stumbled on serveral files to help me and figured out the best combination.

Edit /etc/sensors.conf

Code: Select all

chip "it87-*" "it8712-*"

# The values below have been tested on Asus CUSI, CUM motherboards.
# Voltage monitors as advised in the It8705/It8712 data sheets
    label in0 "VCore 1"
    label in1 "VCore 2"
    label in2 "+3.3V"
    label in3 "+5V"
    label in4 "+12V"
    label in5 "-5V"
    label in6 "-12V"
    label in7 "Stdby"
    label in8 "VBat"

# Ignore unsupported or flakey interfaces
    ignore vid


    ignore in1
    ignore in5  # comment out to try it out
    ignore in6  # comment out to try it out
    ignore in7
    ignore in8

# Scale the voltages
# Note: in5 and in6 don't seem to work, but these are their scalings
    compute in0 -0.05 + @ , @ + 0.05
    compute in3 ((6.8/10)+1)*@ ,  @/((6.8/10)+1)
    compute in4 ((30/10) +1)*@  , @/((30/10) +1)
    compute in5 (7.67 * @) - 27.36 , (@ + 27.36) / 7.67
    compute in6 (4.33 * @) - 13.64 , (@ + 13.64) / 4.33
    compute in7 ((6.8/10)+1)*@ ,  @/((6.8/10)+1)

# Ranges  (Adjust per your system)
    set in0_min 1.5 * 0.85
    set in0_max 1.5 * 1.05
    set in1_min 2.4
    set in1_max 2.6
    set in2_min 3.3 * 0.95
    set in2_max 3.3 * 1.05
    set in3_min 5.0 * 0.95
    set in3_max 5.0 * 1.05
    set in4_min 12 * 0.95
    set in4_max 12 * 1.05
    set in5_max -5 * 0.95
    set in5_min -5 * 1.05
    set in6_max -12 * 0.95
    set in6_min -12 * 1.05
    set in7_min 5 * 0.95
    set in7_max 5 * 1.05

# Temperature
# 2 = thermistor; 3 = thermal diode; 0 = unused
   set sensor1 2
   set sensor2 2
   set sensor3 2

# Temp names and scales
# Adjust "over" and "low" as you see fit
    label temp1       "CPU Temp"
    set   temp1_over  60
    set   temp1_low   15
    label temp2       "C/S Temp"
    set   temp2_over  60
    set   temp2_low   15
    label temp3       "M/B Temp"
    set temp3_over    50
    set temp3_low     15

# Fans  (only two fans supported)  Adjust "min" as you see fit
    label fan1        "CPU Fan"
    label fan2        "Cha1 Fan"
    set fan1_min      800
    set fan2_min      800
    ignore fan3
Next, bring up lm_sensors.

Code: Select all

/etc/init.d/lm_sensors start
You should see the modules automagically load.

Code: Select all

 * Loading lm_sensors modules...
 *   Loading i2c-nforce2 ...                                              [ ok ]
 *   Loading i2c-isa ...                                                  [ ok ]
 *   Loading it87 ...                                                     [ ok ]
 * Initializing sensors ...                                               [ ok ]
Check the modules by typing "lsmod":

Code: Select all

Module                  Size  Used by
it87                   23588  0 
i2c_isa                 4800  1 it87
i2c_nforce2             6848  0 
hwmon_vid               2496  1 it87
Notice that it87 has brought in the hwmon_vid module.

Now look at your sensors, just type in "sensors" at the prompt.

Here's my output:

Code: Select all

it8712-isa-0290
Adapter: ISA adapter
VCore 1:   +1.29 V  (min =  +1.23 V, max =  +1.52 V)   
+3.3V:     +3.25 V  (min =  +3.14 V, max =  +3.47 V)   
+5V:       +4.81 V  (min =  +4.76 V, max =  +5.24 V)   
+12V:     +11.97 V  (min = +11.39 V, max = +12.61 V)   
CPU Fan:  2678 RPM  (min =  799 RPM, div = 8)          
Cha1 Fan: 1548 RPM  (min =  799 RPM, div = 8)          
CPU Temp:    +33 C  (low  =   +15 C, high =   +60 C)   sensor = thermistor   
C/S Temp:    +36 C  (low  =   +15 C, high =   +60 C)   sensor = thermistor   
M/B Temp:    +39 C  (low  =   +15 C, high =   +50 C)   sensor = thermistor   
Note that my PSU has a low 5v rail. It hasn't caused any problems yet, but I have contacted Seasonic about it.

I've played around with the -12v and -5v sensors, but they don't seem to be reporting anything meaningful. Here's what sensors says about them:

Code: Select all

-5V:       -4.90 V  (min =  -5.27 V, max =  -4.78 V)   
-12V:     -13.64 V  (min = -12.60 V, max = -11.42 V)   ALARM
These voltages are not monitored, so just leave them out.

Hope this helps people get things working. This may also work well on other, similar ASUS nForce4 motherboards. Try it.

Comments and corrections solicited.
Last edited by longship on Tue Feb 21, 2006 6:39 pm, edited 2 times in total.
Top
Martigen
n00b
n00b
Posts: 59
Joined: Tue Mar 04, 2003 1:49 pm

  • Quote

Post by Martigen » Sat Feb 04, 2006 3:29 pm

Nice! Been looking to setup sensors properly on my Premium, ta :)
Top
deluge
Apprentice
Apprentice
Posts: 157
Joined: Wed Jan 28, 2004 3:35 pm

  • Quote

Post by deluge » Sun Feb 05, 2006 12:42 am

Hey look at my results, I got A8N-E, but ...

Code: Select all

it8712-isa-0290
Adapter: ISA adapter
VCore 1:   +1.07 V  (min =  +1.28 V, max =  +1.58 V)   ALARM
VCore 2:   +0.00 V  (min =  +2.40 V, max =  +2.61 V)   ALARM
+3.3V:     +3.25 V  (min =  +3.14 V, max =  +3.47 V)
+5V:       +4.89 V  (min =  +4.76 V, max =  +5.24 V)
+12V:     +12.03 V  (min = +11.39 V, max = +12.61 V)
-5V:       -4.78 V  (min =  -5.27 V, max =  -4.78 V)   ALARM
-12V:     -13.64 V  (min = -12.60 V, max = -11.42 V)   ALARM
Stdby:     +4.89 V  (min =  +4.76 V, max =  +5.24 V)
VBat:      +3.10 V
CPU Fan:   927 RPM  (min =    0 RPM, div = 8)
Cha1 Fan:    0 RPM  (min =    0 RPM, div = 8)
Chip Fan: 4218 RPM  (min =  998 RPM, div = 8)
CPU Temp:    +35°C  (low  =   +15°C, high =   +60°C)   sensor = thermistor
C/S Temp:    +32°C  (low  =   +15°C, high =   +60°C)   sensor = thermistor
M/B Temp:    +27°C  (low  =   +15°C, high =   +50°C)   sensor = thermistor
+5V is also defected a little , as well as -5 and -12 .. perhaps wrong readings ? need adjustment ?
Top
snakattak3
Guru
Guru
User avatar
Posts: 468
Joined: Wed Dec 11, 2002 5:13 am
Location: Seattle

  • Quote

Post by snakattak3 » Sun Feb 05, 2006 3:33 am

deluge wrote: +5V is also defected a little , as well as -5 and -12 .. perhaps wrong readings ? need adjustment ?
I too have an A8N-E, i would like to know what your final values are for sensors.conf.
Ban Reality TV!
Adopt an Unanswered Post
Top
bexamous2
Tux's lil' helper
Tux's lil' helper
Posts: 80
Joined: Fri Nov 18, 2005 8:35 am

  • Quote

Post by bexamous2 » Sun Feb 05, 2006 5:38 am

Thanks alot, works perfect.
Top
deluge
Apprentice
Apprentice
Posts: 157
Joined: Wed Jan 28, 2004 3:35 pm

  • Quote

Post by deluge » Sun Feb 05, 2006 10:18 am

I used settings for sensors.conf form 1st post, becouse those are the same mb. And showed my output for that config
Top
longship
Apprentice
Apprentice
Posts: 294
Joined: Sat Jun 04, 2005 10:27 pm
Location: Ontario, CA USA

  • Quote

Post by longship » Sun Feb 05, 2006 7:45 pm

deluge wrote:Hey look at my results, I got A8N-E, but ...

+5V is also defected a little , as well as -5 and -12 .. perhaps wrong readings ? need adjustment ?
My +5v reading is in line with that reported by my BIOS Setup. So, I tend to believe that my PSU has a low +5v rail.

Note that your negative voltages are likely no good, just like mine. I suggest that you "ignore" them in sensors.conf.

I didn't realize that there were three temp sensors until I played around with things. Apparently, there is because these temps are also in line with those reported in the BIOS Setup, although BIOS does not report the Northbridge (C/S) temp. This is an important one since if the Sli Premium's passive Northbridge cooling isn't working that chip would get very hot, very quickly.
Top
mudrii
l33t
l33t
Posts: 789
Joined: Thu Jun 26, 2003 12:27 am
Location: Singapore
Contact:
Contact mudrii
Website

  • Quote

Post by mudrii » Mon Feb 06, 2006 9:17 am

Thanks for really nice lm_sensors setup configuration
Regards
www.gentoo.ro
Top
SAngeli
l33t
l33t
User avatar
Posts: 904
Joined: Fri Apr 16, 2004 5:57 pm
Location: Italy

  • Quote

Post by SAngeli » Sun Apr 30, 2006 6:26 pm

great work.

FYI: Here is my output:

Code: Select all

~ # sensors
it8712-isa-0290
Adapter: ISA adapter
VCore 1:   +1.36 V  (min =  +1.28 V, max =  +1.58 V)
+3.3V:     +3.28 V  (min =  +3.14 V, max =  +3.47 V)
+5V:       +4.92 V  (min =  +4.76 V, max =  +5.24 V)
+12V:     +11.78 V  (min = +11.39 V, max = +12.61 V)
CPU Fan:     0 RPM  (min =  799 RPM, div = 8)
Cha1 Fan:    0 RPM  (min =  799 RPM, div = 8)
CPU Temp:    +33°C  (low  =   +15°C, high =   +60°C)   sensor = thermistor
C/S Temp:    +27°C  (low  =   +15°C, high =   +60°C)   sensor = thermistor
M/B Temp:    +27°C  (low  =   +15°C, high =   +50°C)   sensor = thermistor
Spiro
Top
tnt
Veteran
Veteran
User avatar
Posts: 1231
Joined: Fri Feb 27, 2004 11:57 pm

  • Quote

Post by tnt » Sun Apr 30, 2006 9:45 pm

just a tip:

if you edit /etc//modules.d/it87

Code: Select all

cat /etc/modules.d/it87
options it87 fix_pwm_polarity
you would be able to control fan speeds manualy or by fancontrol script (use pwmconfig first)

;)
gentoo user
Top
SAngeli
l33t
l33t
User avatar
Posts: 904
Joined: Fri Apr 16, 2004 5:57 pm
Location: Italy

  • Quote

Post by SAngeli » Mon May 01, 2006 6:05 am

how come I do not have this file?

Here is what I currently have:

Code: Select all

~ # ls -la /etc/modules.d/
total 36
drwxr-xr-x   2 root root 4096 Mar 20 10:52 .
drwxr-xr-x  88 root root 4096 May  1  2006 ..
-rw-r--r--   1 root root 1310 Mar 19 16:06 aliases
-rw-r--r--   1 root root 1485 Apr  7 09:07 alsa
-rw-r--r--   1 root root 1451 Aug 13  2005 alsa_spiro
-rw-r--r--   1 root root  122 Mar 19 16:06 i386
-rw-r--r--   1 root root    0 Aug 27  2005 .keep
-rw-r--r--   1 root root   22 Mar 20 10:48 kqemu
-rw-r--r--   1 root root  516 Mar 20 10:49 nvidia
-rw-r--r--   1 root root  340 Mar 20 10:48 realtime
Where did you get that /etc/modules.d/it87 ?

Moreover, I never was succesfull in setting Cool N Quite on my AMD because I was assuming that fan speed autoadjust to CPU temperature. Is this still the same or has it changed or so?

Thank you,
Spiro
Top
mudrii
l33t
l33t
Posts: 789
Joined: Thu Jun 26, 2003 12:27 am
Location: Singapore
Contact:
Contact mudrii
Website

  • Quote

Post by mudrii » Wed May 31, 2006 4:17 pm

SAngeli wrote:how come I do not have this file?

Here is what I currently have:

Code: Select all

~ # ls -la /etc/modules.d/
total 36
drwxr-xr-x   2 root root 4096 Mar 20 10:52 .
drwxr-xr-x  88 root root 4096 May  1  2006 ..
-rw-r--r--   1 root root 1310 Mar 19 16:06 aliases
-rw-r--r--   1 root root 1485 Apr  7 09:07 alsa
-rw-r--r--   1 root root 1451 Aug 13  2005 alsa_spiro
-rw-r--r--   1 root root  122 Mar 19 16:06 i386
-rw-r--r--   1 root root    0 Aug 27  2005 .keep
-rw-r--r--   1 root root   22 Mar 20 10:48 kqemu
-rw-r--r--   1 root root  516 Mar 20 10:49 nvidia
-rw-r--r--   1 root root  340 Mar 20 10:48 realtime
Where did you get that /etc/modules.d/it87 ?

Moreover, I never was succesfull in setting Cool N Quite on my AMD because I was assuming that fan speed autoadjust to CPU temperature. Is this still the same or has it changed or so?

Thank you,
Spiro
You should compile as module in the kernel
www.gentoo.ro
Top
mointrigue
n00b
n00b
User avatar
Posts: 57
Joined: Tue Mar 07, 2006 4:46 am
Location: Madison, WI USA
Contact:
Contact mointrigue
Website

  • Quote

Post by mointrigue » Fri Aug 25, 2006 7:57 pm

Sweet! This is just what I needed. :D
Top
mudrii
l33t
l33t
Posts: 789
Joined: Thu Jun 26, 2003 12:27 am
Location: Singapore
Contact:
Contact mudrii
Website

  • Quote

Post by mudrii » Wed Apr 25, 2007 10:38 pm

This sensors.conf working just fine with new sys-apps/lm_sensors-2.10.3
Just remember to compile kernel with k8temp support

Code: Select all

cat /etc/sensors.conf
chip "it8712-*"
# Voltage monitors
    label in0 "VCore 1"
    label in2 "+3.3V"
    label in3 "+5V"
    label in4 "+12V"
    label in5 "-5V"
    label in6 "-12V"
    label in7 "Stdby"
    label in8 "VBat"
ignore in1
# Compute Value
compute in3 ((6.8/10)+1)*@ ,  @/((6.8/10)+1)
compute in4 ((30/10) +1)*@  , @/((30/10) +1)
compute in5 (7.67 * @) - 27.36  ,  (@ + 27.36) / 7.67
compute in6 (4.33 * @) - 13.64  ,  (@ + 13.64) / 4.33
compute in7 ((6.8/10)+1)*@ ,  @/((6.8/10)+1)
# Temperature
    label temp1       "M/B Temp"
    label temp2       "CPU Temp"
    label temp3       "Chase Temp"
# Fans
ignore fan2

chip "k8temp-*"
   label temp1 "Core0 Temp"
   label temp2 "Core0 Temp"
   label temp3 "Core1 Temp"
   label temp4 "Core1 Temp"

output

Code: Select all

sensors
it8712-isa-0290
Adapter: ISA adapter
VCore 1:   +1.10 V  (min =  +1.09 V, max =  +1.63 V)
+3.3V:     +3.33 V  (min =  +3.14 V, max =  +3.47 V)
+5V:       +4.95 V  (min =  +4.76 V, max =  +5.24 V)
+12V:     +11.78 V  (min = +11.39 V, max = +12.61 V)
-5V:      -4.53 V  (min =  -5.27 V, max =  -4.78 V)   ALARM
-12V:      -13.64 V  (min = -12.60 V, max = -11.42 V)   ALARM
Stdby:     +4.76 V  (min =  +4.76 V, max =  +5.24 V)   ALARM
VBat:      +3.07 V
fan1:     1548 RPM  (min =  811 RPM, div = 8)
M/B Temp:    +37°C  (low  =   +15°C, high =   +60°C)   sensor = thermistor
CPU Temp:    +40°C  (low  =   +15°C, high =   +60°C)   sensor = thermistor
Chase Temp:
             +23°C  (low  =   +15°C, high =   +50°C)   sensor = thermistor
vid:      +0.875 V

k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp:
             +32°C
Core1 Temp:
             +30°C
www.gentoo.ro
Top
jpnag
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 113
Joined: Mon Apr 04, 2005 7:49 pm
Location: Portugal/Oporto
Contact:
Contact jpnag
Website

  • Quote

Post by jpnag » Thu Jun 07, 2007 6:32 pm

deluge wrote:Hey look at my results, I got A8N-E, but ...

Code: Select all

it8712-isa-0290
Adapter: ISA adapter
VCore 1:   +1.07 V  (min =  +1.28 V, max =  +1.58 V)   ALARM
VCore 2:   +0.00 V  (min =  +2.40 V, max =  +2.61 V)   ALARM
+3.3V:     +3.25 V  (min =  +3.14 V, max =  +3.47 V)
+5V:       +4.89 V  (min =  +4.76 V, max =  +5.24 V)
+12V:     +12.03 V  (min = +11.39 V, max = +12.61 V)
-5V:       -4.78 V  (min =  -5.27 V, max =  -4.78 V)   ALARM
-12V:     -13.64 V  (min = -12.60 V, max = -11.42 V)   ALARM
Stdby:     +4.89 V  (min =  +4.76 V, max =  +5.24 V)
VBat:      +3.10 V
CPU Fan:   927 RPM  (min =    0 RPM, div = 8)
Cha1 Fan:    0 RPM  (min =    0 RPM, div = 8)
Chip Fan: 4218 RPM  (min =  998 RPM, div = 8)
CPU Temp:    +35°C  (low  =   +15°C, high =   +60°C)   sensor = thermistor
C/S Temp:    +32°C  (low  =   +15°C, high =   +60°C)   sensor = thermistor
M/B Temp:    +27°C  (low  =   +15°C, high =   +50°C)   sensor = thermistor
+5V is also defected a little , as well as -5 and -12 .. perhaps wrong readings ? need adjustment ?

Any ideias why my output is: (I also have a A7N8-E)

Code: Select all

$ cat /proc/acpi/thermal_zone/THRM/temperature
temperature:             40 C

$ sensors 
k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp:
             +39 C

it8712-isa-0290
Adapter: ISA adapter
VCore 1:   +1.39 V  (min =  +0.00 V, max =  +4.08 V)   
VCore 2:   +0.00 V  (min =  +0.00 V, max =  +4.08 V)   ALARM
+3.3V:     +3.23 V  (min =  +0.00 V, max =  +4.08 V)   
+5V:       +4.92 V  (min =  +0.00 V, max =  +6.85 V)   
+12V:     +11.71 V  (min =  +0.00 V, max = +16.32 V)   
-12V:      -4.78 V  (min = -27.36 V, max =  +3.93 V)   
-5V:      -13.64 V  (min = -13.64 V, max =  +4.03 V)   ALARM
Stdby:     +4.92 V  (min =  +0.00 V, max =  +6.85 V)   
VBat:      +3.12 V
fan1:     4326 RPM  (min =    0 RPM, div = 8)          
fan2:        0 RPM  (min =    0 RPM, div = 8)          
fan3:     6490 RPM  (min =    0 RPM, div = 8)          
M/B Temp:    +42 C  (low  =    -1 C, high =  +127 C)   sensor = thermistor   
CPU Temp:    +45 C  (low  =    -1 C, high =  +127 C)   sensor = thermistor   
Temp3:       +26 C  (low  =    -1 C, high =  +127 C)   sensor = thermistor  

Is this an lmsensors problem or could it be a wrong MB assembly?!
Any ideias?
Note that the -5V and -12V lines in my output is twisted with deluge's output.....

Code: Select all

-12V:      -4.78 V  (min = -27.36 V, max =  +3.93 V)   
-5V:      -13.64 V  (min = -13.64 V, max =  +4.03 V)   ALARM
Never argue with an idiot, we will drag you down to his level and beat you up with experience!
Top
mudrii
l33t
l33t
Posts: 789
Joined: Thu Jun 26, 2003 12:27 am
Location: Singapore
Contact:
Contact mudrii
Website

  • Quote

Post by mudrii » Fri Jun 08, 2007 7:36 am

in configuration file for lm_sensors just relabel the entry and should work
www.gentoo.ro
Top
Locked

16 posts • Page 1 of 1

Return to “Gentoo on AMD64”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic