Borg: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
* ITE IT8712F Super IO Sensors detected | * ITE IT8712F Super IO Sensors detected | ||
* i2c-viapro loaded | * i2c-viapro loaded | ||
=== ACPItool === | |||
<pre> | |||
borg ~ # /usr/bin/acpitool -e | |||
Kernel version : 3.7.10-gentoo - ACPI version : 20120913 | |||
----------------------------------------------------------- | |||
Battery status : <not available> | |||
AC adapter : <info not available or off-line> | |||
Fan : <not available> | |||
CPU type : Intel(R) Pentium(R) 4 CPU 2.66GHz | |||
CPU speed : 0x3 MHz | |||
Cache size : 2659.963 KB | |||
Bogomips : 5319.92 | |||
Function Show_CPU_Info : could not read directory /proc/acpi/processor/ | |||
Make sure your kernel has ACPI processor support enabled. | |||
Thermal info : <not available> | |||
Device S-state Status Sysfs node | |||
--------------------------------------- | |||
1. UAR1 S4 *disabled pnp:00:05 | |||
2. PS2K S4 *enabled pnp:00:09 | |||
3. ILAN S4 *disabled pci:0000:00:12.0 | |||
4. P7P8 S4 *disabled pci:0000:02:00.0 | |||
5. P7P9 S4 *disabled pci:0000:02:00.1 | |||
6. P2PB S4 *disabled pci:0000:00:13.1 | |||
7. PCI1 S4 *disabled | |||
8. PCI2 S4 *disabled | |||
9. USB1 S4 *enabled pci:0000:00:10.0 | |||
10. USB2 S4 *enabled pci:0000:00:10.1 | |||
11. USB3 S4 *enabled pci:0000:00:10.2 | |||
12. USB4 S4 *enabled pci:0000:00:10.3 | |||
13. EHCI S4 *enabled pci:0000:00:10.4 | |||
14. SLPB S4 *disabled | |||
borg ~ # | |||
</pre> |
Revision as of 18:17, 12 March 2013
- pentium 4 box
- gentoo circa 2013
- inheirited from Nab ( contra for some AGP video cards )
- dual wifi cards
- 80 system disk
- 2 X 250 GB data disks
- 192.168.1.67
todo
- clean up kernel
- setup data disks
- get wireless up and running
- generate dictionaries
- setup processing jobs
Kernel
started with stock genkernel - yuck
Sensors
- ITE IT8712F Super IO Sensors detected
- i2c-viapro loaded
ACPItool
borg ~ # /usr/bin/acpitool -e Kernel version : 3.7.10-gentoo - ACPI version : 20120913 ----------------------------------------------------------- Battery status : <not available> AC adapter : <info not available or off-line> Fan : <not available> CPU type : Intel(R) Pentium(R) 4 CPU 2.66GHz CPU speed : 0x3 MHz Cache size : 2659.963 KB Bogomips : 5319.92 Function Show_CPU_Info : could not read directory /proc/acpi/processor/ Make sure your kernel has ACPI processor support enabled. Thermal info : <not available> Device S-state Status Sysfs node --------------------------------------- 1. UAR1 S4 *disabled pnp:00:05 2. PS2K S4 *enabled pnp:00:09 3. ILAN S4 *disabled pci:0000:00:12.0 4. P7P8 S4 *disabled pci:0000:02:00.0 5. P7P9 S4 *disabled pci:0000:02:00.1 6. P2PB S4 *disabled pci:0000:00:13.1 7. PCI1 S4 *disabled 8. PCI2 S4 *disabled 9. USB1 S4 *enabled pci:0000:00:10.0 10. USB2 S4 *enabled pci:0000:00:10.1 11. USB3 S4 *enabled pci:0000:00:10.2 12. USB4 S4 *enabled pci:0000:00:10.3 13. EHCI S4 *enabled pci:0000:00:10.4 14. SLPB S4 *disabled borg ~ #