D Series Alternative WiFi Dongle HW

This forum is for information related with D series hardware.

User avatar
erdem_ua
SamyGO Admin
Posts: 3125
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: D Series Alternative WiFi Dongle HW

Post by erdem_ua »

It says
NVM is Efuse and the information is too less to bring up interface. Force to use EEPROM Buffer Mode
ERROR!!! E2PROM: WRONG VERSION 0x2, should be 1
phy mode> Error! The chip does not support 5G band 0!
Where to find v1?
nspierbundel
Posts: 84
Joined: Thu Sep 29, 2011 3:08 pm

Re: D Series Alternative WiFi Dongle HW

Post by nspierbundel »

Try the 2870 from my link
User avatar
erdem_ua
SamyGO Admin
Posts: 3125
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: D Series Alternative WiFi Dongle HW

Post by erdem_ua »

I think they all wrong, I inspect the source and saw something like that, MAX_EEPROM_SIZE is 1024...

At the other hand, we make a connection without encryption with using rt3070sta from linux kernel...
I think trying to make it allowing WPA and WEP connections is better...
We don't needed to use Samsungs drivers..
nspierbundel
Posts: 84
Joined: Thu Sep 29, 2011 3:08 pm

Re: D Series Alternative WiFi Dongle HW

Post by nspierbundel »

Tommorrow I will disable the link, feel free to take what you want.
Can you help me with the @tv widget hack? It installs but doesnt copy anything to usb ext3 777. Is this default behaviour after speciffic firmware version or should it just work when installed?
User avatar
erdem_ua
SamyGO Admin
Posts: 3125
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: D Series Alternative WiFi Dongle HW

Post by erdem_ua »

I also found similar binaries from my ubuntu 9.10 VM and they are v2 too.

Could you believe that I don't tried the @tv widget hacks yet? :-)
I have other things in mind. Don't know how it's working actually.
nspierbundel
Posts: 84
Joined: Thu Sep 29, 2011 3:08 pm

Re: D Series Alternative WiFi Dongle HW

Post by nspierbundel »

Try ralink site. Ive downloaded firmware from there before.

Actualy i.cant believe it :mrgreen:
Maybe someone else can confirm how @tv hack works
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: D Series Alternative WiFi Dongle HW

Post by juusso »

erdem_ua wrote: Could you believe that I don't tried the @tv widget hacks yet? :-)
ImageImageImage

Image
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
User avatar
erdem_ua
SamyGO Admin
Posts: 3125
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: D Series Alternative WiFi Dongle HW

Post by erdem_ua »

Installed some minutes ago ;-)

Edit:
Samsung Open Source wrote: Samsung said that rt3572sta.ko is not compiled from open sourced codes...

- For ensuring of protecting of Ralink's intellectual property,
it is impossible to deliver for rt3572sta without Ralink's agreement.
( Ralink doesn't have delivered of rt3572sta.ko including Samsung. )
- Other MODULE_LICENSE(GPL)kernel modules are uploaded according to GPL v2 license agreements.
I made modinfo and saw there is no license info at file... Weird.
cjason
Posts: 7
Joined: Sun Dec 18, 2011 7:04 pm

Re: D Series Alternative WiFi Dongle HW

Post by cjason »

Hello.

Got myself a DWA-125 (rev. A3, FW ver: 1.50) and after few hours of trying, I was finally able to get the drivers working.

lsusb

Code: Select all

Bus 003 Device 003: ID 2001:3c19 D-Link Corp. 
iwpriv ra0

Code: Select all

ra0       Available private ioctls :
          set              (8BE2) : set 1024 char  & get   0      
          connStatus       (0004) : set 1024 char  & get 2047 char 
          driverVer        (0005) : set 1024 char  & get 2047 char 
          bainfo           (0006) : set 1024 char  & get 2047 char 
          descinfo         (0007) : set 1024 char  & get 2047 char 
          radio_off        (000A) : set 1024 char  & get 2047 char 
          radio_on         (000B) : set 1024 char  & get 2047 char 
          show             (0015) : set 1024 char  & get 2047 char 
          adhocEntry       (0016) : set 1024 char  & get 2047 char 
          bbp              (8BE3) : set 2047 char  & get 2047 char 
          mac              (8BE5) : set 1024 char  & get 1024 char 
          rf               (8BF3) : set 2047 char  & get 2047 char 
          e2p              (8BE7) : set 1024 char  & get 1024 char 
          stat             (8BE9) : set   0       & get 2047 char 
          get_site_survey  (8BED) : set   0       & get 1024 char 
usb-devices

Code: Select all

T:  Bus=03 Lev=01 Prnt=01 Port=04 Cnt=01 Dev#=  3 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=2001 ProdID=3c19 Rev=01.01
S:  Manufacturer=Ralink
S:  Product=11n Adapter
S:  SerialNumber=1.0
C:  #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=450mA
I:  If#= 0 Alt= 0 #EPs= 7 Cls=ff(vend.) Sub=ff Prot=ff Driver=rt2870
The problem is when I try to modify VID and PID using those two commands on wiki page.

Code: Select all

iwpriv ra0 e2p 208=04E8
iwpriv ra0 e2p 20A=2018
They return:

Code: Select all

ra0       e2p:208=04E8
ra0       e2p:20A=2018
The VID and PID are NOT changed. What seems to be the problem? Or just might be different EEPROM addresses in this A3 hardware revision?

Thanks.
nspierbundel
Posts: 84
Joined: Thu Sep 29, 2011 3:08 pm

Re: D Series Alternative WiFi Dongle HW

Post by nspierbundel »

try
<code>
iwpriv ra0 e2p 0208=04e8
iwpriv ra0 e2p 020a=2018
</code>

Daniel

Post Reply

Return to “[D] Hardware”