View previous topic :: View next topic |
Author |
Message |
kahuna_lx n00b
Joined: 09 Jan 2004 Posts: 27 Location: $HOME
|
Posted: Mon Mar 07, 2005 1:20 am Post subject: Linux Kernel 2.6.11 stops on loading |
|
|
Hi all,
I've a problem with Linux Kernel 2.6.11-vanilla, it stops on system bootup for about 10-15 seconds when IDE drivers are loading,
and the fan begins to turn.
Code: |
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH4: IDE controller at PCI slot 0000:00:1f.1
PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
PCI: setting IRQ 11 as level-triggered
ACPI: PCI interrupt 0000:00:1f.1[A] -> GSI 11 (level, low) -> IRQ 11
ICH4: chipset revision 3
ICH4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0x1840-0x1847, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0x1848-0x184f, BIOS settings: hdc:DMA, hdd:pio
Probing IDE interface ide0...
hda: TOSHIBA MK4021GAS, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: UJDA750 DVD/CDRW, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15 ------------------------>>>>>>>>>> Here the system bootup stops
Probing IDE interface ide2...
Probing IDE interface ide3...
Probing IDE interface ide4...
ide4: Wait for ready failed before probe !
Probing IDE interface ide5...
hda: max request size: 128KiB
hda: 78140160 sectors (40007 MB), CHS=65535/16/63, UDMA(100)
hda: cache flushes supported
/dev/ide/host0/bus0/target0/lun0: p1 p2 p3 p4 < p5 p6 >
hdc: ATAPI 24X DVD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
|
The kernel configuration it's the same that Linux Gentoo Dev-sources 2.6.8-r3, in this older kernel the system boots immediately.
What happens ?? What I can do ??
Thanks a lot. |
|
Back to top |
|
|
MasterX Veteran
Joined: 26 Jun 2003 Posts: 1165
|
Posted: Mon Mar 07, 2005 1:32 am Post subject: |
|
|
Do you have two harddisk?
Why do you have hda and hdc?
Maybe this is the reason for the delay |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Mon Mar 07, 2005 1:33 am Post subject: |
|
|
It doesn't stop, it pauses - there is quite a difference.
You say the config is the same as for your old kernel - so did you run oldconfig or menuconfig ?
If not, expect things to break. _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
bollucks l33t
Joined: 27 Oct 2004 Posts: 606
|
Posted: Mon Mar 07, 2005 2:23 am Post subject: |
|
|
Turn off this option:
< > generic/default IDE chipset support |
|
Back to top |
|
|
kahuna_lx n00b
Joined: 09 Jan 2004 Posts: 27 Location: $HOME
|
Posted: Mon Mar 07, 2005 2:30 pm Post subject: |
|
|
I've a DVD/CDRW combo and one harddisk.
Sorry, I mean that the system pauses on bootup.
I turned off generic/default IDE chipset support and now the Kernel boots immediatly.
Thanks for all! |
|
Back to top |
|
|
|