InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   10.X (http://infinitemac.com/forumdisplay.php?f=36)
-   -   Device ID's (http://infinitemac.com/showthread.php?t=5913)

TheTony 04-08-2010 01:07 AM

Device ID's
 
How do yuo find your device id's? i went into osx86 tools and found a big list of junk but i dont know where to find the ID's. I want to put my device id into a kext so it will work.

Imkantus 04-08-2010 01:50 AM

Using Linux you can get Device & Vendor IDs of your PCI components using "lspci -nn" command - there is an Darwin-/OS X-port of lspci avaible here: http://www.insanelymac.com/forum/ind...owtopic=113219
Using Windoze, you can get IDs - even subset for some components like wireless cards from the device-manager, somewhere in the further details...

TheTony 04-08-2010 02:18 PM

i found these im not sure if these are ids though

USB\VID_0BDA&PID_8198&REV_0200
USB\VID_0BDA&PID_8198

Imkantus 04-08-2010 05:17 PM

Well 0x0BDA is the Vendor ID & 0x8198 is the Product ID of your USB device in this case (don't mess this with informations from PCI database) - you might want to add 0x81980BDA to your kext...

TheTony 04-15-2010 03:12 AM

And where would
I add this?

Imkantus 04-15-2010 05:17 PM

Maybe to Info.plist? I am not familiar with using Realtek USB Wireless devices.... ;)
Thought you would know yourself where you want to add those IDs. :p


Apart from that your device should be RTL8187B - doesn't the manufacturers driver work by default?
http://www.realtek.com.tw/downloads/...Downloads=true

TheTony 04-15-2010 10:10 PM

i tried the default, I've tried everything! The device manager wont even open for me, it just bounces on the dock forever.