View previous topic :: View next topic |
Author |
Message |
vipernicus Veteran
Joined: 17 Jan 2005 Posts: 1462 Location: Your College IT Dept.
|
Posted: Mon Sep 04, 2006 9:40 pm Post subject: 2.6.17-emission8: TIE Fighter Tango! |
|
|
E-Mission Sources is based on the Lockless Pagecache by Nick Piggin, GenPatches, and CK.
The main goal of this patchset is to stay updated with genpatches releases,
offer latest features, decrease latencies, decrease overhead, and improve interactivity. Another
goal of E-Mission Sources is stability. We boot test each release and run for an extended amount of time.
/* Notes */
Alot of changes! New version of genpatches, RCU-Preempt, USB Mouse Polling Revised (Thanks predatorfreak), Adaptive Readahead, Genetic Anticipatory, Thinkpad patches, AppArmor, new JMicron support, and alot of cleanups and bug fixes. Also, tunables can now be installed via Ebuild Method, so make sure to read the How-To.
Lately, with the inclusion of tunables, server related patches, and hardening patches, I'd like to think that E-Mission can be used for not only Low Latency Desktops, but also Secure High Performance Servers.
RCU-Preempt: Lower Latencies http://lkml.org/lkml/2006/8/28/179
USB Mouse Polling Revised: Predatorfreak changed the patch up slightly to allow you to change your polling interval in sysctl, at '/proc/sys/kernel/hid_mousepoll_interval'. You now have the option of enabling or disabling polling in favor of the event based system, which is the kernel default.
Adaptive Readahead: New readahead logic, improved speed: http://kerneltrap.org/node/6642
Genetic Anticipatory: Alot of work has been done, and bugs have been fixed. Good for File Servers/Databases. http://kernel.jakem.net/
Thinkpad patches: http://vipernicus.evolution-mission.org/patches/2.6.17/emission8/broken-out/thinkpad
AppArmor: http://en.opensuse.org/Apparmor
Attention:
If anyone would like to make requests for new features/drivers, either post here, or join us in #emission-sources on Freenode.
Hot-Fix for emission8!
http://distfiles.evolution-mission.org/sources/2.6.17/emission8/hot-fixes/reverse-025-patch-2.6.17-ide1.patch
How-To Install:
Code: | cd /usr/src/linux-2.6.17-emission8
make clean; make mrproper
wget http://distfiles.evolution-mission.org/sources/2.6.17/emission8/hot-fixes/reverse-025-patch-2.6.17-ide1.patch
patch -p1 < ./reverse-025-patch-2.6.17-ide1.patch
rm *.patch |
Example of new E-Mission Tunables (All but Custom are preconfigured options):
Code: | E-Mission Tunables --->
( ) Server
( ) File Server
( ) Compute Server
( ) Gaming
( ) Desktop
( ) Low Latency Desktop
( ) Custom |
Custom Menu:
Code: | E-Mission Kernel Tunables (Custom) --->
(6) Minimum Round Robin Timeslice (in milliseconds) (NEW)
(19) Factor For Default Value (NEW)
(1) Interactive CPU Scheduling (NEW)
(0) Compute CPU Scheduling (NEW)
(80) Percentage CPU For SCHED_ISO Tasks (NEW)
(66) Percentage RAM Filled With Mapped Pages (NEW)
(1) Hard Mapped Limit (NEW)
(1) Tail Large Files (NEW)
(0) Dirty Ratio (NEW) |
2.6.17-emission8: TIE Fighter Tango!
Code: | /* Patch List */
001-patch-2.6.17.11
002-genpatches-rollup-2.6.17-8.patch
003-patch-2.6.17-ck1
004-lockless-from-2.6.18-rc4-mm1.patch
005-iosched-rollup-2.6.17.4-2.patch
006-reiser4-for-2.6.17-3.patch
007-2.6.17-kj-resync-from-rc1-kj.patch
008-cpu-support-rollup.patch
009-linux-phc-0.2.6-kernel-vanilla-2.6.17.patch
010-realtime-lsm.patch
011-2.6.17-mm1-rollup-cleanup-patches.patch
012-2.6.17-mm-mutex-conversion.patch
013-sleazy-fpu-feature.patch
014-hardened-2.6.17.11.patch
015-suspend2-2.2.7.4-2.6.17-r2.patch
016-zlib_inflate-update.patch
017-the-scheduled-removal-of-some-oss-drivers.patch
018-unionfs-1.3.patch
019-shutup-false-positives-2.6.17.patch
020-mark-false-positives-2.6.17-emission8.patch
021-emission-tunables-4-2.6.17-ck1.patch
022-kconfig-add-864hz.patch
023-lxdialog-from-2.6.18-rc4-mm1.patch
024-daconfig-2.3.1-2.6.17.patch
025-patch-2.6.17-ide1
026-rcu-preempt-2.6.17.patch
027-usb-mouse-polling-revised-2.6.17.patch
028-adaptive-readahead-2.6.17.patch
029-genetic-as-2.6.17.patch
030-thinkpad-2.6.17.patch
031-jmicron-ide-2.6.17.patch
032-apparmor-2.6.17-r1.patch
033-name-tag-2.6.17-emission8.patch |
Enjoy!
Patch:
http://distfiles.evolution-mission.org/sources/2.6.17/emission8/linux-2.6.17-emission8.bz2
Ebuild:
http://distfiles.evolution-mission.org/sources/2.6.17/emission8/emission-sources-2.6.17-r8.ebuild
Broken-Out:
http://distfiles.evolution-mission.org/sources/2.6.17/emission8/linux-2.6.17-emission8-broken-out.tar.bz2
Broken-Out (Directory):
http://distfiles.evolution-mission.org/sources/2.6.17/emission8/broken-out
Making it work:
Ebuild Method:
Code: | mkdir -p /usr/local/portage/sys-kernel/emission-sources/files
cd /usr/local/portage/sys-kernel/emission-sources/
wget http://distfiles.evolution-mission.org/sources/2.6.17/emission8/emission-sources-2.6.17-r8.ebuild
cd /usr/local/portage/sys-kernel/emission-sources/files/
wget http://distfiles.evolution-mission.org/scripts/emission-tunables
cd /usr/local/portage/sys-kernel/emission-sources/
ebuild emission-sources-2.6.17-r8.ebuild digest
USE="symlink" emerge emission-sources
cd /usr/src/linux
make MENUCONFIG_COLOR=blackbg menuconfig |
Manual Method:
Code: | cd /usr/src
rm linux
wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.tar.bz2
tar -xvjf linux-2.6.17.tar.bz2
mv linux-2.6.17 linux-2.6.17-emission8
ln -s linux-2.6.17-emission8 linux
cd linux
wget http://distfiles.evolution-mission.org/sources/2.6.17/emission8/linux-2.6.17-emission8.bz2
bzcat linux-2.6.17-emission8.bz2 | patch -p1
rm -rf *.bz2 *.patch
make MENUCONFIG_COLOR=blackbg menuconfig |
Nesl247 has created a script to switch the settings while running the current kernel and permanently through sysctl.conf
E-Mission Tunables Script 2.2.1:
http://distfiles.evolution-mission.org/scripts/emission-tunables
How-to Install:
Code: | wget http://distfiles.evolution-mission.org/scripts/emission-tunables --output-document=/usr/bin/emission-tunables
chmod +x /usr/bin/emission-tunables |
How-to Use (Choose one of the following options):
Code: | emission-tunables compute-server
emission-tunables desktop
emission-tunables file-server
emission-tunables gaming
emission-tunables ll-desktop
emission-tunables server
emission-tunables custom |
This lets you switch between modes while running kernel.
For all support, requests, patches, please check the Emission-Sources Bugzilla Tracker
and check Emission-Sources Forums for new releases! _________________ Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog
Last edited by vipernicus on Thu Sep 07, 2006 11:18 pm; edited 4 times in total |
|
Back to top |
|
|
kernelOfTruth Watchman
Joined: 20 Dec 2005 Posts: 6111 Location: Vienna, Austria; Germany; hello world :)
|
|
Back to top |
|
|
RobertDavid Apprentice
Joined: 08 Aug 2005 Posts: 271 Location: Czech Republic
|
Posted: Tue Sep 05, 2006 9:12 am Post subject: |
|
|
Which version of ALSA is in this kernel?? I need at minimum 1.0.12rc2 (because of support of my Prodigy LT)
I dont want to use and evry time emerge alsa-driver (now Im using unstable kernels viper/no where is CVS version) _________________ Arch & Fluxbox & 2.6.24-rc-zen!!!!
robertek.brevnov.net |
|
Back to top |
|
|
vipernicus Veteran
Joined: 17 Jan 2005 Posts: 1462 Location: Your College IT Dept.
|
Posted: Tue Sep 05, 2006 11:39 am Post subject: |
|
|
RobertDavid wrote: | Which version of ALSA is in this kernel?? I need at minimum 1.0.12rc2 (because of support of my Prodigy LT)
I dont want to use and evry time emerge alsa-driver (now Im using unstable kernels viper/no where is CVS version) |
I'd figure it would be version 1.0.12 stable. _________________ Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog |
|
Back to top |
|
|
b3cks Veteran
Joined: 23 Mar 2004 Posts: 1481 Location: Bremen (GER)
|
Posted: Tue Sep 05, 2006 1:03 pm Post subject: |
|
|
Ûpdated and works just great! Thank you for your work! _________________ I am /root and if you see me laughing you better have a backup. |
|
Back to top |
|
|
vipernicus Veteran
Joined: 17 Jan 2005 Posts: 1462 Location: Your College IT Dept.
|
Posted: Tue Sep 05, 2006 4:10 pm Post subject: |
|
|
kernelOfTruth wrote: | @vipernicus:
your kernel rocks ! great featurelist
if this works for me, you're my hero
sadly they didn't recognize my S-ATA Raid0- HDDs (probably too new)
strange, since it's hardware-raid anyway:
Quote: | Silicon Image 4723 Hardware RAID controller (ASUS EZ-Backup)
*2 x Serial ATA 3.0Gb/s with RAID 0, 1 support
*Support RAID 10 cross Intel® ICH7R and Silicon Image 4723 controller |
|
That is strange... what about your drives were they showing up in /dev? _________________ Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog |
|
Back to top |
|
|
przemos Guru
Joined: 30 May 2005 Posts: 433 Location: HWDP
|
Posted: Tue Sep 05, 2006 6:22 pm Post subject: |
|
|
Everything works great for me. Thx for great patchset. |
|
Back to top |
|
|
freigeist Guru
Joined: 26 Jan 2004 Posts: 338 Location: Cologne, Germany
|
Posted: Tue Sep 05, 2006 6:38 pm Post subject: |
|
|
Great work! I'm really satisfied with emission _________________ Elfenbeinturm.cc
a metaphysical space of solitude and sanctity: http://www.elfenbeinturm.cc |
|
Back to top |
|
|
kernelOfTruth Watchman
Joined: 20 Dec 2005 Posts: 6111 Location: Vienna, Austria; Germany; hello world :)
|
Posted: Tue Sep 05, 2006 7:32 pm Post subject: |
|
|
@vipernicus:
before a full system restore: I got a Quote: | WARNING: out of memory | with reiser4 (not caused by your kernel )
strangely that error's still not fixed with 2.6.18-rc4-mm1
now I tried your kernel again: it actually throws a Code: | storage null pointer exception | or something similar ...
I get this, with cheater's kernel (working):
Code: | Linux version 2.6.18-rc4-no2-x86 (root@lexa) (gcc version 4.1.1 (Gentoo Hardened 4.1.1-r1, pie-8.7.8-cg)) #1 SMP PREEMPT Sat Sep 2 15:07:20 CEST 2006
BIOS-provided physical RAM map:
sanitize start
sanitize end
copy_e820_map() start: 0000000000000000 size: 000000000009fc00 end: 000000000009fc00 type: 1
copy_e820_map() type is E820_RAM
copy_e820_map() start: 000000000009fc00 size: 0000000000000400 end: 00000000000a0000 type: 2
copy_e820_map() start: 00000000000e4000 size: 000000000001c000 end: 0000000000100000 type: 2
copy_e820_map() start: 0000000000100000 size: 000000007fe80000 end: 000000007ff80000 type: 1
copy_e820_map() type is E820_RAM
copy_e820_map() start: 000000007ff80000 size: 000000000000e000 end: 000000007ff8e000 type: 3
copy_e820_map() start: 000000007ff8e000 size: 0000000000052000 end: 000000007ffe0000 type: 4
copy_e820_map() start: 000000007ffe0000 size: 0000000000020000 end: 0000000080000000 type: 2
copy_e820_map() start: 00000000ffb00000 size: 0000000000500000 end: 0000000100000000 type: 2
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000007ff80000 (usable)
BIOS-e820: 000000007ff80000 - 000000007ff8e000 (ACPI data)
BIOS-e820: 000000007ff8e000 - 000000007ffe0000 (ACPI NVS)
BIOS-e820: 000000007ffe0000 - 0000000080000000 (reserved)
BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
1151MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000ff780
On node 0 totalpages: 524160
DMA zone: 4096 pages, LIFO batch:0
Normal zone: 225280 pages, LIFO batch:31
HighMem zone: 294784 pages, LIFO batch:31
DMI 2.3 present.
ACPI: RSDP (v002 ACPIAM ) @ 0x000faf40
ACPI: XSDT (v001 A M I OEMXSDT 0x08000628 MSFT 0x00000097) @ 0x7ff80100
ACPI: FADT (v003 A M I OEMFACP 0x08000628 MSFT 0x00000097) @ 0x7ff80290
ACPI: MADT (v001 A M I OEMAPIC 0x08000628 MSFT 0x00000097) @ 0x7ff80390
ACPI: OEMB (v001 A M I AMI_OEM 0x08000628 MSFT 0x00000097) @ 0x7ff8e040
ACPI: MCFG (v001 A M I OEMMCFG 0x08000628 MSFT 0x00000097) @ 0x7ff893f0
ACPI: DSDT (v001 A0543 A0543000 0x00000000 INTL 0x02002026) @ 0x00000000
ACPI: PM-Timer IO Port: 0x808
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Processor #0 6:15 APIC version 20
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Processor #1 6:15 APIC version 20
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode: Flat. Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 88000000 (gap: 80000000:7fb00000)
Detected 2404.229 MHz processor.
Built 1 zonelists. Total pages: 524160
Kernel command line: ro root=/dev/sda5 ide2=ata66 ide3=ata66 video=vesafb:ywrap,mtrr
ide_setup: ide2=ata66 -- OBSOLETE OPTION, WILL BE REMOVED SOON!
ide_setup: ide3=ata66 -- OBSOLETE OPTION, WILL BE REMOVED SOON!
mapped APIC to ffffd000 (fee00000)
mapped IOAPIC to ffffc000 (fec00000)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
CPU 0 irqstacks, hard=c0617000 soft=c0615000
PID hash table entries: 4096 (order: 12, 16384 bytes)
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 2072628k/2096640k available (3613k kernel code, 22872k reserved, 1315k data, 228k init, 1179136k highmem)
virtual kernel memory layout:
fixmap : 0xfff9d000 - 0xfffff000 ( 392 kB)
pkmap : 0xff800000 - 0xffc00000 (4096 kB)
vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB)
lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
.init : 0xc05d7000 - 0xc0610000 ( 228 kB)
.data : 0xc0487798 - 0xc05d0638 (1315 kB)
.text : 0xc0100000 - 0xc0487798 (3613 kB)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 4810.18 BogoMIPS (lpj=2405090)
Security Framework v1.0.0 initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000e3bd 00000000 00000001
monitor/mwait feature present.
using mwait in idle threads.
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
CPU: After all inits, caps: bfebfbff 20100000 00000000 00000940 0000e3bd 00000000 00000001
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
Compat vDSO mapped to ffffe000.
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
ACPI: Core revision 20060707
CPU0: Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz stepping 06
SMP alternatives: switching to SMP code
Booting processor 1/1 eip 3000
CPU 1 irqstacks, hard=c0618000 soft=c0616000
Initializing CPU#1
Calibrating delay using timer specific routine.. 6730.55 BogoMIPS (lpj=3365275)
CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000e3bd 00000000 00000001
monitor/mwait feature present.
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU: After all inits, caps: bfebfbff 20100000 00000000 00000940 0000e3bd 00000000 00000001
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz stepping 06
Total of 2 processors activated (11540.73 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
checking TSC synchronization across 2 CPUs: passed.
Brought up 2 CPUs
migration_cost=23
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: BIOS Bug: MCFG area at f0000000 is not E820-reserved
PCI: Not using MMCONFIG.
PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=6
PCI: Using configuration type 1
Setting up standard PCI resources
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
Boot video device is 0000:06:00.0
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P3._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P7._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 10 11 12 14 15)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 14 devices
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
NET: Registered protocol family 23
FS-Cache: Loaded
CacheFiles: Loaded
pnp: 00:07: ioport range 0x290-0x297 has been reserved
ieee1394: Initialized config rom entry `ip1394'
ACPI: PCI Interrupt 0000:01:03.0[A] -> GSI 21 (level, low) -> IRQ 16
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[16] MMIO=[ebaff800-ebafffff] Max Packet=[2048] IR/IT contexts=[4/8]
PCI: Bridge: 0000:00:01.0
IO window: c000-cfff
MEM window: ebe00000-efefffff
PREFETCH window: c3900000-e38fffff
PCI: Bridge: 0000:00:1c.0
IO window: disabled.
MEM window: disabled.
PREFETCH window: c3800000-c38fffff
PCI: Bridge: 0000:00:1c.3
IO window: b000-bfff
MEM window: ebd00000-ebdfffff
PREFETCH window: disabled.
PCI: Bridge: 0000:00:1c.4
IO window: a000-afff
MEM window: ebc00000-ebcfffff
PREFETCH window: disabled.
PCI: Bridge: 0000:00:1c.5
IO window: 9000-9fff
MEM window: ebb00000-ebbfffff
PREFETCH window: disabled.
PCI: Bridge: 0000:00:1e.0
IO window: disabled.
MEM window: e3a00000-ebafffff
PREFETCH window: disabled.
ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:01.0 to 64
ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1c.0 to 64
ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1c.3 to 64
ACPI: PCI Interrupt 0000:00:1c.4[A] -> GSI 16 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1c.4 to 64
ACPI: PCI Interrupt 0000:00:1c.5[B] -> GSI 17 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1c.5 to 64
PCI: Setting latency timer of device 0000:00:1e.0 to 64
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 262144 (order: 9, 3145728 bytes)
TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
TCP reno registered
Machine check exception polling timer started.
audit: initializing netlink socket (disabled)
audit(1157491052.807:1): initialized
highmem bounce pool size: 64 pages
Loading Reiser4. See www.namesys.com for a description of Reiser4.
NTFS driver 2.1.27 [Flags: R/O].
fuse init (API version 7.7)
JFS: nTxBlock = 8192, nTxLock = 65536
SGI XFS with ACLs, no debug enabled
io scheduler noop registered
io scheduler anticipatory registered
io scheduler cfq registered (default)
PCI: Setting latency timer of device 0000:00:01.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:01.0:pcie00]
PCI: Setting latency timer of device 0000:00:1c.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:1c.0:pcie00]
Allocate Port Service[0000:00:1c.0:pcie02]
PCI: Setting latency timer of device 0000:00:1c.3 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:1c.3:pcie00]
PCI: Setting latency timer of device 0000:00:1c.4 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:1c.4:pcie00]
PCI: Setting latency timer of device 0000:00:1c.5 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:1c.5:pcie00]
Real Time Clock Driver v1.12ac
Non-volatile memory driver v1.2
Hangcheck: starting hangcheck timer 0.9.0 (tick is 180 seconds, margin is 60 seconds).
Hangcheck: Using get_cycles().
vesafb: unrecognized option mtrr
vesafb: NVIDIA Corporation, G73 Board - p456h1 , Chip Rev (OEM: NVIDIA)
vesafb: VBE version: 3.0
vesafb: protected mode interface info at c000:d290
vesafb: pmi: set display start = c00cd2c6, set palette = c00cd330
vesafb: pmi: ports = 3b4 3b5 3ba 3c0 3c1 3c4 3c5 3c6 3c7 3c8 3c9 3cc 3ce 3cf 3d0 3d1 3d2 3d3 3d4 3d5 3da
vesafb: VBIOS/hardware doesn't support DDC transfers
vesafb: no monitor limits have been set
vesafb: scrolling: ywrap using protected mode interface, yres_virtual=39321
Console: switching to colour frame buffer device 80x30
vesafb: framebuffer at 0xd0000000, mapped to 0xf8d80000, using 24576k, total 262144k
fb0: VESA VGA frame buffer device
vga16fb: initializing
vga16fb: mapped to 0xc00a0000
fb1: VGA16 VGA frame buffer device
ACPI: Power Button (FF) [PWRF]
ACPI: Power Button (CM) [PWRB]
ACPI (exconfig-0455): Dynamic SSDT Load - OemId [ AMI] OemTableId [ CPU1PM] [20060707]
ACPI: Processor [CPU1] (supports 8 throttling states)
ACPI (exconfig-0455): Dynamic SSDT Load - OemId [ AMI] OemTableId [ CPU2PM] [20060707]
ACPI: Processor [CPU2] (supports 8 throttling states)
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not present [20060707]
ACPI: Getting cpuindex for acpiid 0x3
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not present [20060707]
ACPI: Getting cpuindex for acpiid 0x4
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
ACPI: PCI Interrupt 0000:04:00.0[A] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:04:00.0 to 64
sky2 v1.6 addr 0xebdfc000 irq 18 Yukon-EC (0xb6) rev 2
sky2 eth0: addr 00:17:31:e8:f3:53
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 16 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:03:00.0 to 64
sky2 v1.6 addr 0xebcfc000 irq 17 Yukon-EC (0xb6) rev 2
sky2 eth1: addr 00:17:31:ee:e4:18
PPP generic driver version 2.4.2
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
usbcore: registered new interface driver ttusb-dec
usbcore: registered new interface driver ttusb
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH7: IDE controller at PCI slot 0000:00:1f.1
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 22 (level, low) -> IRQ 20
ICH7: chipset revision 1
ICH7: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:pio, hdd:pio
Probing IDE interface ide0...
ohci1394: fw-host0: Running dma failed because Node ID is not valid
hda: TSSTcorpCD/DVDW SH-S182D, ATAPI CD/DVD-ROM drive
ohci1394: fw-host0: AT dma reset ctx=0, aborting transmission
ieee1394: Current remote IRM is not 1394a-2000 compliant, resetting...
ieee1394: Host added: ID:BUS[0-00:1023] GUID[0011d80000c1b73d]
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
JMB361: IDE controller at PCI slot 0000:02:00.0
ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 19
JMB361: chipset revision 2
JMB361: 100% native mode on irq 19
ide2: BM-DMA at 0x9400-0x9407, BIOS settings: hde:pio, hdf:pio
ide3: BM-DMA at 0x9408-0x940f, BIOS settings: hdg:pio, hdh:pio
Probing IDE interface ide2...
Probing IDE interface ide3...
hdg: WDC WD1600BB-00GUA0, ATA DISK drive
hdh: WDC WD1200BB-00CAA1, ATA DISK drive
ide3 at 0x9800-0x9807,0x9482 on irq 19
hdg: max request size: 512KiB
hdg: 312581808 sectors (160041 MB) w/2048KiB Cache, CHS=19457/255/63, UDMA(100)
hdg: cache flushes supported
hdg: hdg1 < hdg5 hdg6 hdg7 > hdg2
hdh: max request size: 128KiB
hdh: 234441648 sectors (120034 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
hdh: cache flushes not supported
hdh: hdh1 hdh2 < hdh5 hdh6 >
hda: ATAPI 48X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
GDT-HA: Storage RAID Controller Driver. Version: 3.05
GDT-HA: Found 0 PCI Storage RAID Controllers
libata version 2.00 loaded.
ata_piix 0000:00:1f.2: version 2.00ac6
ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 23 (level, low) -> IRQ 21
PCI: Setting latency timer of device 0000:00:1f.2 to 64
ata1: SATA max UDMA/133 cmd 0xE400 ctl 0xE082 bmdma 0xD880 irq 21
ata2: SATA max UDMA/133 cmd 0xE000 ctl 0xDC02 bmdma 0xD888 irq 21
scsi0 : ata_piix
ata1: SATA port has no device. <== approximately here the kernel segfaults ...
ATA: abnormal status 0x7F on port 0xE407
scsi1 : ata_piix |
if it would be working the next messages were:
Code: | ata2.00: ATA-6, max UDMA/133, 976794336 sectors: LBA48
ata2.00: ata2: dev 0 multi count 1
ata2.00: configured for UDMA/133
Vendor: ATA Model: External Disk 0 Rev: RGL1
Type: Direct-Access ANSI SCSI revision: 05 |
Thanks in advance _________________ https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa
Hardcore Gentoo Linux user since 2004 |
|
Back to top |
|
|
vipernicus Veteran
Joined: 17 Jan 2005 Posts: 1462 Location: Your College IT Dept.
|
Posted: Tue Sep 05, 2006 8:00 pm Post subject: |
|
|
kernelOfTruth wrote: | now I tried your kernel again: it actually throws a Code: | storage null pointer exception | or something similar ... |
Does the kernel segfault at this point? What happens? _________________ Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog |
|
Back to top |
|
|
kernelOfTruth Watchman
Joined: 20 Dec 2005 Posts: 6111 Location: Vienna, Austria; Germany; hello world :)
|
Posted: Tue Sep 05, 2006 8:42 pm Post subject: |
|
|
yes, it segfaults, and stays at that position & throws some stuff I don't understand
I'm not having a digicam at hand, so I can't make a photo ...
it either must be something with the intel PIIX part or the SATA initialization ...
because before it throws the null pointer exception there's ata_piix
Quote: | scsi0 : ata_piix
ata1: SATA port has no device.
ATA: abnormal status 0x7F on port 0xE407 <== don't know what this message means ... (perhaps faulty bios / controller ??, unknown state??)
<== approximately here the kernel segfaults ... (or before / after the ata_piix; don't know)
scsi1 : ata_piix |
the two SATA-drives "behabe" like one fast & big IDE-Drive (I can install Windows XP without S-ATA-drivers, thanks to the hardware-raid)
it however still reacts: I pressed CTRL + ALT + DEL, and the computer rebooted _________________ https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa
Hardcore Gentoo Linux user since 2004 |
|
Back to top |
|
|
Robin79 l33t
Joined: 18 Oct 2003 Posts: 632 Location: /home/valdemarsvik
|
Posted: Tue Sep 05, 2006 9:08 pm Post subject: |
|
|
Trying it _________________ Gentoo 2005.0
ASUS P5AD2 Deluxe MB
Intel P4 3.2GHz
PCI-E Nvidia Geforce PCX 5750
--------------------
Registered Linux User Nr # 319050 http://counter.li.org |
|
Back to top |
|
|
ashtophet Guru
Joined: 08 Aug 2004 Posts: 397
|
Posted: Wed Sep 06, 2006 5:51 am Post subject: |
|
|
Great patchset... running smoothly here (testing genetic anticipatory again)...
thanks |
|
Back to top |
|
|
martin.k Guru
Joined: 28 Nov 2004 Posts: 493 Location: Wylatowo, Polska
|
Posted: Wed Sep 06, 2006 6:02 am Post subject: |
|
|
I see that Jake's genetic stuff made it's way into emission
A big thanx !!! _________________ linux-2.6.17 +ck +R4 +lockless +genetic-as +... więcej nie pamiętam
LRU #299256 |
|
Back to top |
|
|
mbar Veteran
Joined: 19 Jan 2005 Posts: 1990 Location: Poland
|
Posted: Wed Sep 06, 2006 7:19 am Post subject: |
|
|
How can I monitor genetic's library work? |
|
Back to top |
|
|
PLum Tux's lil' helper
Joined: 20 May 2004 Posts: 108 Location: /dev/world/poland/gliwice
|
Posted: Wed Sep 06, 2006 8:01 am Post subject: |
|
|
unfortunly i got some problems with emission8
kernel panic and all becouse sata
Code: |
ata1: SATA max UDMA/133 cmd 0x18C8 ctl 0x18C2 bmdma 0x18B0 irq 16
ata2: SATA max UDMA/133 cmd 0x18A8 ctl 0x180E bmdma 0x18B8 irq 16
invalid opcode: 0000 [#1]
PREEMPT
Modules linked in:
CPU: 0
EIP: 0060:[<00000003>] Not tainted ULI
EFLAGS: 00010282 (2.6.17-emission8 #1)
EIP is at 0x3
eax: df336a94 ebx: c03e3180 ecx: df338b600 edx: df334b0c
esi: df336a94 edi: 00000600 ebp: 00000200 esp: df321f00
ds: 0068 es: 0068 ss: 0068
Process ata/0 (pid: 828, threadinfo=df320000 task=c14da580)
Code: Bad EIP value.
EIP: [<0000003>] 0x3 SS:ESP 0068:df31ff00
|
ofcorse emission7 works with no problem
my hardware is
Fujitsu-Siemens amilo pro
00:1f.1 IDE inteface: Intel Corporation 82801/FBM/FW/FRW (ICH6 Family) IDE Controller (rev 04)
00:1f.2 SATA controller:Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 04)
is there something i can do to make it work ? |
|
Back to top |
|
|
brot Guru
Joined: 06 Apr 2004 Posts: 322
|
Posted: Wed Sep 06, 2006 8:10 am Post subject: :) |
|
|
Emission 8 is running fast and stable here. Works very well here under load
Thank you for your effort.
brot |
|
Back to top |
|
|
kernelOfTruth Watchman
Joined: 20 Dec 2005 Posts: 6111 Location: Vienna, Austria; Germany; hello world :)
|
|
Back to top |
|
|
martin.k Guru
Joined: 28 Nov 2004 Posts: 493 Location: Wylatowo, Polska
|
Posted: Wed Sep 06, 2006 9:12 am Post subject: |
|
|
mbar wrote: | How can I monitor genetic's library work? |
Look for genetic subdir into /proc or /sys directory and if it's not there you will need this
You will need this http://kernel.jakem.net/patches/genetic/2.6.17/2.6.17-gl1/genetic-debug.patch _________________ linux-2.6.17 +ck +R4 +lockless +genetic-as +... więcej nie pamiętam
LRU #299256
Last edited by martin.k on Thu Sep 07, 2006 8:37 am; edited 1 time in total |
|
Back to top |
|
|
Proteus Polyeides n00b
Joined: 15 Jul 2006 Posts: 8
|
Posted: Wed Sep 06, 2006 3:24 pm Post subject: |
|
|
Same as above - emission7 sources working smoothly and without errors.
Similar SATA-related kernel panic on Intel ICH7 southbridge and IT8712 I/O Controler:
Code: |
ata1: SATA max UDMA/133 and 0xD000 ctl 0xD402 bmdma 0xE000
ata2: SATA max UDMA/133 and 0xD800 ctl 0xDC02 bmdma 0xE008
BUG: unable to handle kernel NULL pointer dereference at virtual address 00000000
eip:
00000000
*pgd=0
*pmd=0
Oops: 0000[#1]
PREEMPT SMP
Modules linked in
CPU: 0
EIP: 0060: [<00000000>] Not tainted VLI
EFLAGS: 00010246 (2.6.17-emission8-4 #4)
EIP is at no_halt + 0x4FEEC000 / 0xd
[................................]
CODE: bad EIP value
EIP: [<00000000>] no_halt + 0x4feec000 / 0xd SS: ESP 0068: eff45f30
|
Quote: |
"Romeo Echo Delta Six to Golf Oscar Lima Delta One :: Tangos got me !!!" |
Last edited by Proteus Polyeides on Wed Sep 06, 2006 4:04 pm; edited 1 time in total |
|
Back to top |
|
|
vipernicus Veteran
Joined: 17 Jan 2005 Posts: 1462 Location: Your College IT Dept.
|
|
Back to top |
|
|
broch Tux's lil' helper
Joined: 09 Jul 2005 Posts: 94
|
Posted: Wed Sep 06, 2006 4:51 pm Post subject: |
|
|
this is definitely step up when compared to emission7. Addition of AppArmor is really great.
hadparm results are better than previously (emission7 nad similar results as viper)
Thank you.
I am using sata-piix without any problems by the way |
|
Back to top |
|
|
vipernicus Veteran
Joined: 17 Jan 2005 Posts: 1462 Location: Your College IT Dept.
|
Posted: Wed Sep 06, 2006 6:29 pm Post subject: |
|
|
broch wrote: | this is definitely step up when compared to emission7. Addition of AppArmor is really great.
hadparm results are better than previously (emission7 nad similar results as viper)
Thank you.
I am using sata-piix without any problems by the way |
Is this the JMicron chipset that the others are talking about? _________________ Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog |
|
Back to top |
|
|
broch Tux's lil' helper
Joined: 09 Jul 2005 Posts: 94
|
Posted: Wed Sep 06, 2006 7:45 pm Post subject: |
|
|
Quote: | Is this the JMicron chipset that the others are talking about? |
this is Intel ICH7
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=m
# CONFIG_BLK_DEV_CMD640 is not set
CONFIG_BLK_DEV_IDEPNP=y
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=m
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
#.. not set
#.. not set
#.. not set
# CONFIG_BLK_DEV_JMICRON is not set
# CONFIG_BLK_DEV_SC1200 is not set
CONFIG_BLK_DEV_PIIX=m
#.. not set
#.. not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_BLK_DEV_HD is not set
by the way this:
enabling:
# Non-executable pages
#
CONFIG_PAX_NOEXEC=y
# CONFIG_PAX_PAGEEXEC is not set
# CONFIG_PAX_SEGMEXEC is not set
CONFIG_PAX_KERNEXEC=y
is still blanking monitor and in effect killing kernel boot.
I think that this is related to the framebuffer, but in general enabling PAX nonexec will cause different X related problems |
|
Back to top |
|
|
Proteus Polyeides n00b
Joined: 15 Jul 2006 Posts: 8
|
Posted: Wed Sep 06, 2006 8:29 pm Post subject: |
|
|
Well - no success... i reversed these patches, built new kernel, but same error was happening upon ata_piix loading... |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|