Page 2 of 6

Re: D Series Alternative WiFi Dongle HW

Posted: Mon Nov 21, 2011 4:28 pm
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?

Re: D Series Alternative WiFi Dongle HW

Posted: Mon Nov 21, 2011 5:32 pm
by nspierbundel
Try the 2870 from my link

Re: D Series Alternative WiFi Dongle HW

Posted: Mon Nov 21, 2011 9:10 pm
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..

Re: D Series Alternative WiFi Dongle HW

Posted: Mon Nov 21, 2011 9:52 pm
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?

Re: D Series Alternative WiFi Dongle HW

Posted: Mon Nov 21, 2011 10:15 pm
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.

Re: D Series Alternative WiFi Dongle HW

Posted: Mon Nov 21, 2011 10:26 pm
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

Re: D Series Alternative WiFi Dongle HW

Posted: Mon Nov 21, 2011 10:26 pm
by juusso
erdem_ua wrote: Could you believe that I don't tried the @tv widget hacks yet? :-)
ImageImageImage

Image

Re: D Series Alternative WiFi Dongle HW

Posted: Mon Nov 21, 2011 11:01 pm
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.

Re: D Series Alternative WiFi Dongle HW

Posted: Sun Dec 18, 2011 7:15 pm
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.

Re: D Series Alternative WiFi Dongle HW

Posted: Wed Dec 21, 2011 12:33 am
by nspierbundel
try
<code>
iwpriv ra0 e2p 0208=04e8
iwpriv ra0 e2p 020a=2018
</code>

Daniel