Quote |
insmod pcmcia_core insmode i82365 insmod ds lsmod Module Size Used by Not tainted ds 6228 0 (unused) i82365 12388 2 pcmcia_core 39460 0 [ds i82365] af_packet 13672 0 (autoclean) ... dmesg ... eth0: NE2000 found at 0x220, using IRQ 5. Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] [pm] Intel ISA PCIC probe: Ricoh RF5C296/396 ISA-to-PCMCIA at port 0x3e0 ofs 0x00, 2 sockets host opts [0]: none host opts [1]: none ISA irqs (scanned) = 3,4,7,9,10,11,15 status change on irq 15 pcic_probe PCI bridge probe: not found. Intel PCIC probe: not found. Databook TCIC-2 probe: not found. cardmgr -v cardmgr[611]: watching 2 sockets |
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 |
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 |
Quote |
kernel /boot/linux24 root=/dev/hda2 quiet vga=normal noacpi noscsi 3 nopcmcia frugal |
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 |
Quote |
insmod pcmcia_core insmod i82365 |
Quote |
insmod pcmcia_core insmod i82365 dmesg |
Code Sample |
dmesg | grep -i irq |
Code Sample |
ACPI: IRQ9 SCI: Edge set to Level Trigger. ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 *11) ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *7) ACPI: PCI Interrupt Link [LNKC] (IRQs 9 10 11) ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 *10 11) ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10 ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11 ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5 PCI: Using ACPI for IRQ routing ICH2M: not 100% native mode: will probe irqs later ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 usb-uhci.c: USB UHCI at I/O 0xdce0, IRQ 10 Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI ISAPNP enabled ttyS00 at 0x03f8 (irq = 4) is a 16550A parport0: irq 7 detected maestro3: Configuring ESS Maestro3(i) found at IO 0xEC00 IRQ 5 |
Code Sample |
include port 0x100-0x4ff , port 0x800-0x8ff, port 0xc00-0xcff include memory 0xc000-0xfffff include memory 0xa0000000-0xa0ffffff, memory 0x60000000-0x60ffffff include port 0xa00-0xaff exclude irq 4 exclude irq 7 |