Re: ipw2200 error 5
Zhu Yi <[email protected]>
| Newsgroups | gmane.linux.drivers.ipw2100.devel |
|---|---|
| Organization | Intel Corp. |
| Message-ID | <[email protected]> |
On Sat, 2006-08-05 at 23:22 +0200, Gunter Ohrner wrote: > Hi! > > I have a problem getting my new ipw2200bg mini pci card to work. > > ,----[ /var/log/messages ] > | ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, git-1.1.1 > | ipw2200: Copyright(c) 2003-2006 Intel Corporation > | ACPI: PCI Interrupt 0000:01:07.0[A] -> Link [LNKD] -> GSI 5 (level, > | low) -> IRQ 5 > | ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection > | ACPI: PCI interrupt for device 0000:01:07.0 disabled > | ipw2200: probe of 0000:01:07.0 failed with error -5 > `---- Please try attached patch and report back with your dmesg. Thanks, -yi ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ ipw2100-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ipw2100-devel
request_region.patch
(text/x-patch, 470 B)
--- a/drivers/net/wireless/ipw2200.c 2006-07-10 11:54:55.000000000 +0800
+++ b/drivers/net/wireless/ipw2200.c 2006-08-07 10:48:41.000000000 +0800
@@ -11516,7 +11516,7 @@ static int ipw_pci_probe(struct pci_dev
err = pci_request_regions(pdev, DRV_NAME);
if (err)
- goto out_pci_disable_device;
+ printk("pci_request_regions error: %d\n", err);
/* We disable the RETRY_TIMEOUT register (0x41) to keep
* PCI Tx retries from interfering with C3 CPU state */