seuchato
Group: Members
Posts: 20
Joined: Aug. 2006 |
|
Posted: Dec. 08 2006,20:08 |
|
Hi roberts
Thanks for your reply, here are the results from your suggestions: First I tested the options you suggetsted isolated, one by one
>Does the boot option pci=assign-busses help? No it did not >Have you tried some of these other boot time options: >pnpbios=off neither >pci=bios neither
>Are you sure no irq conflict? pretty much yes, see also below
>one way to check is with >dmesg | grep -i irq
Quote | ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI ISAPNP enabled ne.c: ISAPnP reports Generic PNP at i/o 0x220, irq 5. eth0: NE2000 found at 0x220, using IRQ 5. ISA irqs (scanned) = 3,4,7,9,10,11,15 status change on irq 15
|
here are the kernel options and combinations I tested:
Quote | #Not working: #kernel /boot/linux24 root=/dev/hda2 quiet vga=normal noacpi noscsi 3 frugal #kernel /boot/linux24 root=/dev/hda2 quiet vga=normal noacpi noscsi pci=assign-busses 3 frugal #kernel /boot/linux24 root=/dev/hda2 quiet vga=normal noacpi noscsi pnpbios=off 3 frugal #kernel /boot/linux24 root=/dev/hda2 quiet vga=normal noacpi noscsi pci=bios 3 frugal kernel /boot/linux24 root=/dev/hda2 quiet vga=normal noacpi noscsi pci=bios pci=assign-busses pnpbios=off 3 frugal
|
all above: no success :-[ this one boots actually
Quote | kernel /boot/linux24 root=/dev/hda2 quiet vga=normal noacpi noscsi 3 nopcmcia frugal
|
This is my /etc/pcmcia/config.opts, I left /etc/pcmcia/config untouched
Quote | cat /etc/pcmcia/config.opts #
include port 0x100-0x4ff, port 0x800-0x8ff, port 0xc00-0xcff include memory 0xc0000-0xfffff include memory 0xa0000000-0xa0ffffff, memory 0x60000000-0x60ffffff
include port 0xa00-0xaff
exclude irq 4 exclude irq 5 exclude irq 7
|
if I do
Quote | insmod pcmcia_core insmod i82365
|
dmesg lists above output still showing irq 4 and 7. Is that right?
|