i ordered a new D-Link DWA-140 Dongle for W-Lan connection on my old WDTV Gen1 and saw that the HW Revision is a new B3
Before i used an Belkin Dongle which worked well, but since i moved away from my old house i needed a W-Lan N Dongle with a stronger connection for connecting to my router.
The new D-Link DWA-140 Dongle doesnt even flash.
I found out that HW Revision B3 uses another VID/PID like the Versions B1 and B2 before.
Revision B1 and B2 worked for many people on the wdtv forums very well.
My Adapter has following PID/VID:
- Code: Select all
vendor: 07d1 ("D-Link System"), product: 3c15 ("DWA-140 RangeBooster N Adapter(rev.B3) [Ralink RT2870]")
{USB_DEVICE(0x07D1,0x3c15)}
So i assume the drivers dont work, since the PID/VID arent supported by the wireless-mod-rt.app.bin Files.
Does someone has maybe a solution on this ?
What i tested:
ext3-boot or
1.02.11_B-RAD.CC_WDLXTV-0.5.7.1
several wireless-mod-rt.app.bin Versions
RT2870STA.dat:
- Code: Select all
#The word of "Default" must not be removed
# Change only 2 lines: SSID=xxxxxxxxx and WPAPSK=yyyyyyyyyyyy
Default
CountryRegion=0
CountryRegionABand=7
CountryCode=
ChannelGeography=1
SSID=myssd
NetworkType=Infra
WirelessMode=0
Channel=0
BeaconPeriod=100
TxPower=100
BGProtection=0
TxPreamble=0
RTSThreshold=2347
FragThreshold=2346
TxBurst=1
PktAggregate=0
WmmCapable=1
AckPolicy=0;0;0;0
AuthMode=WPA2PSK
EncrypType=AES
WPAPSK=mypassword
PSMode=CAM
AutoRoaming=0
RoamThreshold=70
APSDCapable=0
APSDAC=0;0;0;0
HT_RDG=1
HT_EXTCHA=0
HT_OpMode=1
HT_MpduDensity=4
HT_BW=1
HT_BADecline=0
HT_AutoBA=1
HT_BADecline=0
HT_AMSDU=0
HT_BAWinSize=64
HT_GI=1
HT_MCS=33
HT_MIMOPSMode=3
HT_DisallowTKIP=1
IEEE80211H=0
TGnWifiTest=0
WirelessEvent=0
CarrierDetect=0
AntDiversity=0
BeaconLostTime=4
net.config
- Code: Select all
# Hostname for WDTV
HOST=wdtv
# attempt to set jumbo frames
MTU=1500
# Static IP Configuration
DHCP=no
IP=192.168.178.27
GW=192.168.178.1
NM=255.255.255.0
DNS1=192.168.178.1
DNS2=205.171.3.65
#Define WiFi driver config file
WLAN_CFG=RT2870STA.dat
#Define WiFi driver file
WLAN_LOAD=rt3070sta.ko
# Start Wireless Device
WLAN_UP=yes
#time to sleep while waiting for wireless association
WLAN_SLEEP=10
Best regards
bashizen


