If you are trying to get a device working with ndiswrapper, please help ndiswrapper project wiki by contributing your findings. See HowToContribute

FindMyChipset

From NDISWrapper
Revision as of 14:49, 6 January 2010 by Brinley (Talk | contribs) (Created page with 'To identify what chipset you have, open up a terminal and type the following. lspci -v | less Then, scroll to find your wireless device and note down its details. For USB dev…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

To identify what chipset you have, open up a terminal and type the following.

lspci -v | less

Then, scroll to find your wireless device and note down its details.

For USB devices, type

lsusb


For example executing lspci -v you get

01:01.0 Ethernet controller: Marvell Technology Group Ltd. 88w8335 [Libertas] 802.11b/g Wireless (rev 03)
       Subsystem: Netgear Device 6b00
       Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 10
       Memory at fbef0000 (32-bit, non-prefetchable) [size=64K]
       Memory at fbee0000 (32-bit, non-prefetchable) [size=64K]
       Capabilities: <access denied>

Then the chipset for your device is "Marvell Technology Group Ltd. 88w8335 [Libertas] 802.11b/g Wireless (rev 03)"