* saa7164[0]: can't get MMIO memory @ 0x0 or 0x0
@ 2011-10-10 20:52 Lyle Sigurdson
2011-10-10 22:38 ` Andy Walls
0 siblings, 1 reply; 2+ messages in thread
From: Lyle Sigurdson @ 2011-10-10 20:52 UTC (permalink / raw)
To: linux-media
Hi all, and thanks for all your work. But, I'm having a problem.
Tuner card: Hauppauge! HVR-2250
Mainboard: MSNV-939
Distro: Slackware64 13.1 (kernel 2.6.33.4)
When I modprobe saa7164:
bowman kernel: saa7164[0]: can't get MMIO memory @ 0x0 or 0x0
bowman kernel: CORE saa7164[0] No more PCIe resources for subsystem: 0070:8851
bowman kernel: saa7164: probe of 0000:04:00.0 failed with error -22
It turns out that pci_resource_start and pci_resource_len are both returning
null.
What could be the cause of this? Is there a solution?
Lyle.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: saa7164[0]: can't get MMIO memory @ 0x0 or 0x0
2011-10-10 20:52 saa7164[0]: can't get MMIO memory @ 0x0 or 0x0 Lyle Sigurdson
@ 2011-10-10 22:38 ` Andy Walls
0 siblings, 0 replies; 2+ messages in thread
From: Andy Walls @ 2011-10-10 22:38 UTC (permalink / raw)
To: Lyle Sigurdson, linux-media
Lyle Sigurdson <lyle@sent.com> wrote:
>Hi all, and thanks for all your work. But, I'm having a problem.
>
>Tuner card: Hauppauge! HVR-2250
>Mainboard: MSNV-939
>Distro: Slackware64 13.1 (kernel 2.6.33.4)
>
>When I modprobe saa7164:
>bowman kernel: saa7164[0]: can't get MMIO memory @ 0x0 or 0x0
>bowman kernel: CORE saa7164[0] No more PCIe resources for subsystem:
>0070:8851
>bowman kernel: saa7164: probe of 0000:04:00.0 failed with error -22
>
>It turns out that pci_resource_start and pci_resource_len are both
>returning
>null.
>
>What could be the cause of this? Is there a solution?
>
> Lyle.
>--
>To unsubscribe from this list: send the line "unsubscribe linux-media"
>in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
Try upping your kernel's vmalloc space
1. cat /proc/meminfo | grep -i vmalloc
Observe the vmalloctotal you have and convert from kB to MB.
2. Add a vmalloc=NNN to your kernel commandline on boot. NNN should be the number of megabytes of address space to allow. Try 64 or 128 megabytes more than your current setting.
Regards,
Andy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-10-10 22:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-10 20:52 saa7164[0]: can't get MMIO memory @ 0x0 or 0x0 Lyle Sigurdson
2011-10-10 22:38 ` Andy Walls
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox