LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Really Slow Performance in 12.0 (https://www.linuxquestions.org/questions/slackware-14/really-slow-performance-in-12-0-a-571818/)

ppr:kut 07-24-2007 03:35 AM

Really Slow Performance in 12.0
 
Hi folks,
I do have some severe problems regarding performance in Slackware 12.0. The system responsiveness is really low, booting is a horror and app starting too (i.e. akregator takes almost 4 Minutes to start up!).
Now I've traced it back to a kernel problem. There's some feature activated in 12.0, which has not been activated before. I already tried several things, but couldn't find the right one. It's definitely not (only?) dynticks, hrtimers or HPET. APIC might be, but I can't unselect it, it's needed by another option.
Anybody any idea?
Thanks in advance

Mark Havel 07-24-2007 04:08 AM

What about a sluggish driver or something like this?

ppr:kut 07-24-2007 04:22 AM

I can't think of any driver causing this. See I had a working 2.6.19 kernel in 11.0, but forgot to back it up. Now I have trouble finding an option even in 2.6.19 to kill this responsiveness bug. I can't think of any driver running, which I haven't used also before.

SCerovec 07-24-2007 05:31 AM

Quote:

Originally Posted by ppr:kut
Hi folks,
I do have some severe problems regarding performance in Slackware 12.0. The system responsiveness is really low, booting is a horror and app starting too (i.e. akregator takes almost 4 Minutes to start up!).
Now I've traced it back to a kernel problem. There's some feature activated in 12.0, which has not been activated before. I already tried several things, but couldn't find the right one. It's definitely not (only?) dynticks, hrtimers or HPET. APIC might be, but I can't unselect it, it's needed by another option.
Anybody any idea?
Thanks in advance

Slelect the timer to be 300 HZ instead of less.
1000Hz is also a good choice
disable the tckless option too
disable all unneeded modules, eventualy enable the empty categories so jou cn compile them later in ;-)
without changing the bzimage...
disable preemptive (no force d preemption) as this is known to make problems sometime,
jet still enable preempt the big kernel lock...
What's Your CPU/MoBo?

Alien Bob 07-24-2007 06:29 AM

I had this once when my SATA drive was detected as a IDE drive (this is entirely possible with current hardware that uses bridged SATA to IDE). The IDE driver grabs hold of the device and asa a result, DMA is never turned on. You are also unable to turn it on.
Let's suupose your drive is called hda.
Look at
Code:

hdparm /dev/hda
if your hard drive is detected as hda and check the status of the DMA. If it is off, and
Code:

hdparm -d1 /dev/hda
refuses to turn it on, then you have the problem I described where your disk should be using the SATA driver but instead is using the IDE driver.
This is not trivial to solve (apart from re-installing Slackware).
The kernel needs a parameter "hda=noprobe" so that the SATA driver gets a chance to probe the hardware. If that succeeds, your drive will become sda.
In /etc/lilo.conf, you would need an additional line:
Code:

append = "hda=noprobe"
The problem with an already installed system is that when hda changes to sda, your /etrc/lilo.conf and /etc/fstab (and possibly other files) will contain the wrong device names, and your Slackware will no longer start. You will need to do a "rescue boot" using the SLackware CD or DVD and fix the fstab and lilo.conf files.

Eric

ppr:kut 07-24-2007 09:24 AM

At Alien Bob:
I do have dma (sometimes at least..., depending on the kernel version I use).
My hdd is definitely ide, not sata, so calling it hda, might be accurate ;)

At SCerovec:
I have normally 1000Hz enabled, when I use my self-compiled kernel. Don't know what Slackware has enabled by default though. dynticks is disabled, as well as the high resolution timers, and the high precision event timers (HPET).
"Preempt the big kernel lock" is enabled, but I will try to unselect preemptive, although I never had problems with that.

Info:
My CPU is a Intel Pentium 4, 2,53 GHz (Single Core ;) and I have 1GB RAM
Should run fast as hell ;))

bioe007 07-24-2007 10:42 AM

so for the basics..

what does 'top' show ?

have you done:
Code:

diff -u <mykernel>.config <PV>.config > config.diff
? this can be very enlightening.

what CPU governor are you using?

whats your memory usage like?

swap? what is your swappiness set to?

are all your bus devices recognized? (lspci -v ?)

is your lapic working? (dmesg | grep lapic) (if you have one)

SCerovec 07-24-2007 11:59 AM

I would try a config from slackware 11.0 as default (2.6.18?)
From there I would build the kernel
Regarding Your CPU/MoBo I would check the lapic in the BIOS setup (1.1/1.3/1.5) an the apic=off acpi=off|ht or nolapic boot parameters too
Did you try the intel's tool ? What does it find?

ppr:kut 07-26-2007 03:49 AM

So I reconfigured the kernel with the configuration of 2.6.18 (Slack). Found a ISA/PCMCIA Bug, which I fixed. Now the system is a little bit faster than before, but still unusable.
lspci finds the same devices as under 2.4 and I can't find any usable in dmesg.
Memory is almost unused, Swap space is totally empty.
LAPIC is on, I'm trying now to turn that off, and I'll look if the "routeirq" stuff can also fix some things.
Via Top I found, that there's nearly no process blocking cpu. My Processor has almost nothing to do.
Also, from a visual point of view, it seems as if the system slows down right before init starts.
BTW, SCerovec, with Intel's tool, did you mean powertop?

ppr:kut 07-26-2007 04:18 AM

Neither routeirq nor nolapic did have any impact.
Somehow I could neither get no-apic (noapic, apic=off) nor no-acpi (same stuff as before) working, any ideas?

For the possibility that anybody else can find something I will post the dmesg here:

Code:

Linux version 2.6.19.7 (root@behemoth) (gcc version 3.4.6) #4 Wed Jul 25 18:34:38 CEST 2007
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
 BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000003f700000 (usable)
 BIOS-e820: 000000003f700000 - 000000003f710000 (ACPI data)
 BIOS-e820: 000000003f710000 - 000000003f7f0000 (ACPI NVS)
 BIOS-e820: 000000003f7f0000 - 000000003f800000 (reserved)
 BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
119MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000ff780
Entering add_active_range(0, 0, 259840) 0 entries of 256 used
Zone PFN ranges:
  DMA            0 ->    4096
  Normal      4096 ->  229376
  HighMem    229376 ->  259840
early_node_map[1] active PFN ranges
    0:        0 ->  259840
On node 0 totalpages: 259840
  DMA zone: 32 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 4064 pages, LIFO batch:0
  Normal zone: 1760 pages used for memmap
  Normal zone: 223520 pages, LIFO batch:31
  HighMem zone: 238 pages used for memmap
  HighMem zone: 30226 pages, LIFO batch:7
DMI 2.3 present.
ACPI: RSDP (v000 ACPIAM                                ) @ 0x000fae10
ACPI: RSDT (v001 A M I  OEMRSDT  0x12000417 MSFT 0x00000097) @ 0x3f700000
ACPI: FADT (v001 A M I  OEMFACP  0x12000417 MSFT 0x00000097) @ 0x3f700200
ACPI: MADT (v001 A M I  OEMAPIC  0x12000417 MSFT 0x00000097) @ 0x3f700390
ACPI: OEMB (v001 A M I  OEMBIOS  0x12000417 MSFT 0x00000097) @ 0x3f710040
ACPI: DSDT (v001  P4P8T P4P8T901 0x00000901 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 15:2 APIC version 20
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x81] disabled)
ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 1, 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: 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 40000000 (gap: 3f800000:c0380000)
Detected 2539.156 MHz processor.
Built 1 zonelists.  Total pages: 257810
Kernel command line: BOOT_IMAGE=Linux-2.6.19 ro root=306
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
PID hash table entries: 4096 (order: 12, 16384 bytes)
Console: colour dummy device 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 1026168k/1039360k available (2480k kernel code, 12644k reserved, 781k data, 216k init, 121856k highmem)
virtual kernel memory layout:
    fixmap  : 0xfffaa000 - 0xfffff000  ( 340 kB)
    pkmap  : 0xff800000 - 0xffc00000  (4096 kB)
    vmalloc : 0xf8800000 - 0xff7fe000  ( 111 MB)
    lowmem  : 0xc0000000 - 0xf8000000  ( 896 MB)
      .init : 0xc0432000 - 0xc0468000  ( 216 kB)
      .data : 0xc036c2f3 - 0xc042f9b4  ( 781 kB)
      .text : 0xc0100000 - 0xc036c2f3  (2480 kB)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 5080.10 BogoMIPS (lpj=2540053)
Security Framework v1.0.0 initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: After all inits, caps: 3febfbff 00000000 00000000 00000080 00000000 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
CPU: Intel(R) Pentium(R) 4 CPU 2.53GHz stepping 04
Checking 'hlt' instruction... OK.
ACPI: Core revision 20060707
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=1
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)
Boot video device is 0000:00:02.0
PCI quirk: region 0800-087f claimed by ICH4 ACPI/GPIO/TCO
PCI quirk: region 0480-04bf claimed by ICH4 GPIO
PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._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) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 11 12 14 15)
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
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
PCI: Ignore bogus resource 6 [0:0] of 0000:00:02.0
PCI: Bridge: 0000:00:1e.0
  IO window: d000-dfff
  MEM window: fe500000-fe5fffff
  PREFETCH window: disabled.
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: 131072 (order: 7, 524288 bytes)
TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: overridden by ACPI.
highmem bounce pool size: 64 pages
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
vesafb: framebuffer at 0xf0000000, mapped to 0xf8880000, using 3072k, total 8000k
vesafb: mode is 1024x768x16, linelength=2048, pages=4
vesafb: protected mode interface info at 00ff:44f0
vesafb: scrolling: redraw
vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
Console: switching to colour frame buffer device 128x48
fb0: VESA VGA frame buffer device
Real Time Clock Driver v1.12ac
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
loop: loaded (max 8 devices)
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH5: IDE controller at PCI slot 0000:00:1f.1
PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 16
ICH5: chipset revision 2
ICH5: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:DMA, hdb:DMA
    ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:pio, hdd:pio
Probing IDE interface ide0...
hda: WDC WD800BB-00CAA1, ATA DISK drive
hdb: PLEXTOR DVDR PX-712A, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
Probing IDE interface ide1...
hda: max request size: 128KiB
hda: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
hda: cache flushes not supported
 hda: hda1 hda2 hda3 hda4 < hda5 hda6 >
hdb: ATAPI 40X DVD-ROM DVD-R CD-R/RW drive, 8192kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
ide-floppy driver 0.99.newide
usbmon: debugfs is not available
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
PNP: No PS/2 controller found. Probing ports directly.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
md: linear personality registered for level -1
md: raid0 personality registered for level 0
md: raid1 personality registered for level 1
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
Using IPI Shortcut mode
ACPI: (supports S0 S1 S3 S4 S5<6>Time: tsc clocksource has been installed.
)
input: AT Translated Set 2 keyboard as /class/input/input0
input: ImPS/2 Generic Wheel Mouse as /class/input/input1
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
ReiserFS: hda6: found reiserfs format "3.6" with standard journal
ReiserFS: hda6: using ordered data mode
ReiserFS: hda6: journal params: device hda6, size 8192, journal first block 18, max trans len 1024,
max batch 900, max commit age 30, max trans age 30
ReiserFS: hda6: checking transaction log (hda6)
ReiserFS: hda6: Using r5 hash to sort names
VFS: Mounted root (reiserfs filesystem) readonly.
Freeing unused kernel memory: 216k freed
Adding 2008084k swap on /dev/hda5.  Priority:-1 extents:1 across:2008084k
Linux video capture interface: v2.00
saa7146: register extension 'dvb'.
ACPI: PCI Interrupt 0000:01:09.0[A] -> GSI 17 (level, low) -> IRQ 17
saa7146: found saa7146 @ mem f8d0c800 (revision 1, irq 17) (0x13c2,0x000e).
intel_rng: FWH not detected
ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1d.7 to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: debug port 1
PCI: cache line size of 128 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: irq 18, io mem 0xfe77bc00
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
USB Universal Host Controller Interface driver v3.0
dvb-ttpci: could not load firmware, file not found: dvb-ttpci-01.fw
dvb-ttpci: usually this should be in /usr/lib/hotplug/firmware or /lib/firmware
dvb-ttpci: and can be downloaded from http://www.linuxtv.org/download/dvb/firmware/
ACPI: PCI interrupt for device 0000:01:09.0 disabled
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 19, io base 0x0000ef00
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 20
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 20, io base 0x0000ef20
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 16, io base 0x0000ef40
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1f.5[B] -> GSI 17 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1f.5 to 64
usb 3-2: new low speed USB device using uhci_hcd and address 2
usb 3-2: configuration #1 chosen from 1 choice
Force feedback for Logitech force feedback devices by Johann Deneux <johann.deneux@it.uu.se>
input: Logitech Logitech Cordless RumblePad 2 as /class/input/input2
input: USB HID v1.10 Gamepad [Logitech Logitech Cordless RumblePad 2] on usb-0000:00:1d.1-2
intel8x0_measure_ac97_clock: measured 90098 usecs
intel8x0: clocking to 48000
input: PC Speaker as /class/input/input3
8139too Fast Ethernet driver 0.9.28
ACPI: PCI Interrupt 0000:01:03.0[A] -> GSI 22 (level, low) -> IRQ 21
eth0: RealTek RTL8139 at 0xd800, 00:13:d4:02:f9:b6, IRQ 21
eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected an Intel 865 Chipset.
agpgart: Detected 8060K stolen memory.
agpgart: AGP aperture is 128M @ 0xf0000000
ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 17 (level, low) -> IRQ 17
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
kjournald starting.  Commit interval 5 seconds
EXT3 FS on hda3, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
NTFS driver 2.1.27 [Flags: R/W MODULE].
NTFS volume version 3.1.
NTFS volume version 3.1.
eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
intel_rng: FWH not detected
eth0: no IPv6 routers present
atkbd.c: Unknown key pressed (translated set 2, code 0x82 on isa0060/serio0).
atkbd.c: Use 'setkeycodes e002 <keycode>' to make it known.
atkbd.c: Unknown key pressed (translated set 2, code 0xc0 on isa0060/serio0).
atkbd.c: Use 'setkeycodes e040 <keycode>' to make it known.
atkbd.c: Unknown key released (translated set 2, code 0xc0 on isa0060/serio0).
atkbd.c: Use 'setkeycodes e040 <keycode>' to make it known.


SCerovec 07-26-2007 12:01 PM

Could there be any chance of a bad block on the HDD?
Please run any check possible before scratching this one (i do work in a PC service and is sad how easy HDDs develop bad-blocks these days)

bioe007 07-26-2007 12:11 PM

Quote:

ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Processor #0 15:2 APIC version 20
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x81] disabled)
ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 1, 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: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode: Flat. Using 1 I/O APICs
looks good

Quote:

dvb-ttpci: could not load firmware, file not found: dvb-ttpci-01.fw
dvb-ttpci: usually this should be in /usr/lib/hotplug/firmware or /lib/firmware
dvb-ttpci: and can be downloaded from http://www.linuxtv.org/download/dvb/firmware/
never seen that - doesn't look good, but maybe irrelevant ?

what about the other stuff i asked?

mem/swap

also try
Code:

hdparam -t -T /dev/hda
hdparm -I /dev/hda # can also use -i

you might also try looking at these from both runlevel 3 vs. 4 and see if something in your desktop is hogging resources.

onebuck 07-26-2007 01:00 PM

Quote:

Originally Posted by bioe007
looks good

never seen that - doesn't look good, but maybe irrelevant ?

what about the other stuff i asked?

mem/swap

also try
Code:

hdparam -t -T /dev/hda
hdparm -I /dev/hda # can also use -i

you might also try looking at these from both runlevel 3 vs. 4 and see if something in your desktop is hogging resources.

Hi,

Quote:

also try
Code:

hdparam -t -T /dev/hda
hdparm -I /dev/hda # can also use -i


The hdparm option '-I' for getting information direct from device. The hdparm option 'i' is for information at boot from device.

Slackovado 07-26-2007 06:49 PM

Quote:

Originally Posted by ppr:kut
Neither routeirq nor nolapic did have any impact.
Somehow I could neither get no-apic (noapic, apic=off) nor no-acpi (same stuff as before) working, any ideas?

For the possibility that anybody else can find something I will post the dmesg here:

Looks to me like you have a dvb tuner in you computer or maybe one connected via a usb hub.
I'd pull the tuner out and also disconnect any usb devices and boot like that.
Than start connecting stuff gradually one piece at a time and see which one causes the trouble.
I had my dvb tuner crash xorg yesterday, locked up both keyboard and mouse.
Had to reboot the computer via remote ssh connection.

It's definitely some hardware that's causing it.

ppr:kut 07-30-2007 06:55 AM

So. I've taken the config of a Slack 10.2 2.6.13 kernel, and based on that I got a fully working kernel image. (Hurrraaaaayyyy!!!!!)
From first impressions (and diffs ;)) it seems as if APIC was the cause. I must have missed some options in the config somehow, and the boot parameters must have not worked.
I'll post again if I'm totally sure.
Thanks all of you!


All times are GMT -5. The time now is 01:59 AM.