[Bug 5557] lspci missing my pcmcia tv-card

bugme-daemon at bugzilla.kernel.org bugme-daemon at bugzilla.kernel.org
Tue Nov 15 12:20:08 EST 2005


http://bugzilla.kernel.org/show_bug.cgi?id=5557





------- Additional Comments From linux at brodo.de  2005-11-15 09:14 -------
OK, a few ideas:
1.) can you pass the option bios_override=1 to yenta_socket? if it is modular, do
modprobe yenta_socket bios_override=1, if it is built into the kernel, pass
yenta_socket.bios_override=1 to the kernel in the boot loader

2.) 
working: Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000)
broken: Allocating PCI resources starting at 50000000 (gap: 40000000:a0000000)
Can you try "hardcoding" (and don't add or remove an memory in the system
before, when, or after doing so, unless you use a "fresh" kernel) in
arch/i386/kernel/setup.c::register_memory(), where it reads:

        /* Fun with two's complement */
        pci_mem_start = (gapstart + round) & -round;



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.



More information about the linux-pcmcia mailing list