[WBEL-users] Final Remaining Boot Annoyances

Daniel J. Summers daniel at djs-consulting.com
Thu Jul 7 20:38:53 CDT 2005


Daniel J. Summers wrote:

> Also, PCMCIA takes so long to initialize that rhgb pops up the virtual 
> console, and then actually switches the display back to the text-mode 
> console.  Here's what dmesg has to say about that...
>
> Yenta: CardBus bridge found at 0000:00:0a.0 [1462:0111]
> Yenta: Enabling burst memory read transactions
> Yenta: Using CSCINT to route CSC interrupts to PCI
> Yenta: Routing CardBus interrupts to PCI
> Yenta TI: socket 0000:00:0a.0, mfunc 0x00001002, devctl 0x44
> Yenta TI: socket 0000:00:0a.0 probing PCI interrupt failed, trying to fix
> Yenta TI: socket 0000:00:0a.0 no PCI interrupts. Fish. Please report.
> Yenta: ISA IRQ mask 0x0000, PCI irq 0
> Socket status: 00000720
> md: Autodetecting RAID arrays.
> md: autorun ...
> md: ... autorun DONE.
> cs: pcmcia_socket0: unable to apply power.
> cs: pcmcia_socket0: unable to apply power.
>
> and then
>
> cs: pcmcia_socket0: time out after reset.
> PCMCIA: socket 000001001c17e980: *** DANGER *** unable to remove 
> socket power
>
> which appears many, many times during the output.

This issue has been resolved, thanks to someone who contacted me after 
viewing my setup page.  The key lies in the shared memory used for the 
video.  Because of it, the kernel needs a reserve statement to make it 
skip this memory.  Adding

reserve=0x1e000000,0x20000000

to my "kernel" statement in the grub.conf did the trick.  Now, my entire 
kernel statement reads

kernel /boot/vmlinuz-2.6.9-5.EL ro root=LABEL=/ rhgb quiet 
reserve=0x1e000000,0x20000000

This didn't fix the "powernow-k8" errors, and MySQL is still starting 
up, but at boot time it says it's timing out.  Any ideas about these two 
issues?

-- 
*Daniel J. Summers*
E-mail - 	daniel at djs-consulting.com <mailto:daniel at djs-consulting.com>
*Web Sites:*
Business -  	http://www.djs-consulting.com <http://www.djs-consulting.com/>
Personal - 	http://www.djs-consulting.com/personal 
<http://www.djs-consulting.com/personal/>


GEEKCODE 3.12 GCS/IT d s-:+ a C++ L++ E--- W++ N++ o? K- w !O M--
V PS+ PE++ Y? !PGP t+ 5? X+ R* tv b+ DI++ D+ G- e h---- r+++ y++++


More information about the Whitebox-users mailing list