On Fri, Jun 06, 2008 at 03:23:43PM +0200, Michael Buesch wrote: > On Friday 06 June 2008 08:51:53 Dale Walsh wrote: > > On Jun 06, 2008, at 00:12 AM, [EMAIL PROTECTED] wrote: > > > > > Dale Walsh wrote: > > >> > > >> I'm new to the list and new to firmware modification so hi everyone. > > >> > > >> I have a broadcom PCI card and I need to modify the vendor and > > >> product ID's, in case it matters it's a LinkSYS WMP300N. > > > How on Earth did you come up with this idea? > > > > I know that I need to change the ID's on the card for the driver to > > work properly, it's source is not available so I NEED to make these > > changes. > > Excuse me, you need what? > Can you explain? >
+1 to Michaels comments. From your initial post it sounds like you want your wireless NIC card to be picked up by a driver other than the one currently driving the hardware (perhaps to enable extra features like .11n as you subsequently mentioned), and to accomplish that you're trying to modify the pci device and vendor id on the card to match what the alternate driver detects. If thats correct, can't you just go int /System/Library/Extensions/<DriverName>/Contents/Info.plist for the two drivers in question and add/remove the relevant pci id? That would see far more sane than trying to actually modify the dev ids on the card itself. Neil > -- > Greetings Michael. > _______________________________________________ > Bcm43xx-dev mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/bcm43xx-dev -- /**************************************************** * Neil Horman <[EMAIL PROTECTED]> * Software Engineer, Red Hat ****************************************************/ _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
