[lwlan-user] Sony VAIO PCG-V505AP - Unknown device 3872

Matthew Miller linux-wlan-user@lists.linux-wlan.com
Fri, 23 May 2003 09:11:17 -0400


On Fri, May 23, 2003 at 01:18:46PM +0100, Tor Magnus Castberg wrote:
> Right, so what's so special about this one then? For one I noticed that any
> other card that's mentioned on the net seems to be a "Unknown device 3873"
> not "3872". The only other mention of this problem, with apparently the same
> device numer, I've found is on this list and that didn't have any reply.

That was me. And it turns out I just solved this problem -- I figured, hmmm,
maybe there's *not* so much special. And in fact, the orinoco_pci driver
works fine when told about 3872. Just apply the following trivial patch, and
poof, orinoco_pci will load (and work). I've sent this to the driver
maintainer, and he's applied it, so it should get in the main kernel
eventually. Until then:


--- linux-2.4.20/drivers/net/wireless/orinoco_pci.c.orig	2003-05-21 11:40:59.000000000 -0400
+++ linux-2.4.20/drivers/net/wireless/orinoco_pci.c	2003-05-21 11:41:52.000000000 -0400
@@ -359,6 +359,7 @@
 }
 
 static struct pci_device_id orinoco_pci_pci_id_table[] __devinitdata = {
+	{0x1260, 0x3872, PCI_ANY_ID, PCI_ANY_ID,},
 	{0x1260, 0x3873, PCI_ANY_ID, PCI_ANY_ID,},
 	{0,},
 };


-- 
Matthew Miller           mattdm@mattdm.org        <http://www.mattdm.org/>
Boston University Linux      ------>                <http://linux.bu.edu/>