D-Link DWL-520+

D-Link DWL-520+

I buy wireless network adapter to make my internet connection…
But here is terrible truth: I can’t find QNX6 driver for this hardware… :cry:

Who can tell me something helpfull about this problem?

Hi AG,
If the DWL-520+ is near enough the same as the DWL-520, then the Prism driver supplied with QNX 6.2.1 should work.

Here is the script that I use to get my Netgear card working (also Prism based):

slay io-net
/sbin/io-net -p tcpip -d /lib/dll/devn-prism.so channel=10,ssid=linksys,station=qnx,verbose
sleep 5
/sbin/ifconfig en0 192.168.1.146 netmask 255.255.255.0
/sbin/route flush
/sbin/route add 0.0.0.0 192.168.1.1

(Thanks to Hugh Brown @ QSS for help with this.)

You can change the IP, SSID and Channel to suit your needs.

HTH

Garry

DWL-520+ != DWL-520 :frowning:
D-link change chipset when upgrade this Wi-Fi card…
devn-prism.so fails to find hardware…

I belive this one has a acx100 chipset…

to phearbear: Yes…
Is this chipset supported by devn-prism.so?
Is someone writes own driver for this hardware?

pci -vvvv

PCI version = 2.10 ... Class = Network (Unknown) Vendor ID = 104ch, Texas Instruments Device ID = 8400h, Unknown Unknown PCI index = 0h Class Codes = 028000h Revision ID = 0h Bus number = 0 Device number = 9 Function num = 0 Status Reg = 210h Command Reg = 7h I/O space access enabled Memory space access enabled Bus Master enabled Special Cycle operations ignored Memory Write and Invalidate disabled Palette Snooping disabled Parity Checking disabled Data/Address stepping disabled SERR# driver disabled Fast back-to-back transactions to different agents disabled Header type = 0h Single-function BIST = 0h Build-in-self-test not supported Latency Timer = 20h Cache Line Size= 8h un-cacheable PCI IO Address = e000h length 32 enabled PCI Mem Address = d7010000h 32bit length 4096 enabled PCI Mem Address = d7000000h 32bit length 65536 enabled CardBus CIS Pointer = c02h Subsystem Vendor ID = 1186h Subsystem ID = 3b01h Max Lat = 0ns Min Gnt = 0ns PCI Int Pin = INT A Interrupt line = 10 Capabilities Pointer = 40h Capability ID = 1h Capabilities = 7e02h - 0h Device Dependent Registers: 0x40: 01 00 02 7e 00 00 00 00 00 00 00 00 00 00 00 00 0x50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0xF0: 02 00 00 00 f4 00 10 00 0a 00 0f 00 02 00 00 00 ...

I will hopefully begin porting the ACX100 driver soon if I can get my pccard to work correctly with devp-pccard.

If it will help you: