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

D-Link DWL-G630 revB

From NDISWrapper
Revision as of 16:10, 6 June 2010 by Brinley (Talk | contribs) (Report from psequeira)

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

D-Link DWL-G630 rev B

  • Chipset: Texas Instruments ACX 111
  • Device ID: 104c:9066
  • Driver: [[1]]

Info

First, just followed standard setup procedures:

  • download and unzip driver
  • install with ndiswrapper -i <path_to_unzipped_drivers>/WinXP/TNET1130.INF
  • added module alias with ndiswrapper -m

This allowed me to have my wlan0 available, so I could now setup my network configuration. In Ubuntu, I had to uninstall the Network Manager and configure the adapter manually by editing /etc/network/interfaces for it to work properly. No encryption option other than WEP seems to work.

Below I copy some additional option about my system in case you find it useful.

# lspci -nn -vv 
02:00.0 Network controller [0280]: Texas Instruments ACX 111 54Mbps Wireless Interface [104c:9066]
      Subsystem: D-Link System Inc Device [1186:3b08]
      Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-ParErr- Stepping- SERR- FastB2B- DisINTx-
      Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium>TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
      Interrupt: pin A routed to IRQ 18
      Region 0: Memory at 30020000 (32-bit, non-prefetchable)[disabled] [size=8K]
      Region 1: Memory at 30000000 (32-bit, non-prefetchable)[disabled] [size=128K]
      Capabilities: <access denied>
# lshal
udi = '/org/freedesktop/Hal/devices/pci_104c_9066'
info.parent = '/org/freedesktop/Hal/devices/pci_1179_617' (string)
info.product = 'ACX 111 54Mbps Wireless Interface'  (string)
info.subsystem = 'pci'  (string)
info.udi = '/org/freedesktop/Hal/devices/pci_104c_9066' (string)
info.vendor = 'Texas Instruments'  (string)
linux.hotplug_type = 2  (0x2)  (int)
linux.subsystem = 'pci'  (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1e.0/0000:01:0b.0/0000:02:00.0' (string)
pci.device_class = 2  (0x2)  (int)
pci.device_protocol = 0  (0x0)  (int)
pci.device_subclass = 128  (0x80)  (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1e.0/0000:01:0b.0/0000:02:00.0' (string)
pci.product = 'ACX 111 54Mbps Wireless Interface'  (string)
pci.product_id = 36966  (0x9066)  (int)
pci.subsys_product_id = 15112  (0x3b08)  (int)
pci.subsys_vendor = 'D-Link System Inc'  (string)
pci.subsys_vendor_id = 4486  (0x1186)  (int)
pci.vendor = 'Texas Instruments'  (string)
pci.vendor_id = 4172  (0x104c)  (int)