Page 28 of 44
Re: [How-To] Alternatives of Samsung WiFi Link Stick
Posted: Mon Nov 28, 2011 9:38 pm
by nspierbundel
Ty
I lookedup a previous link i posted and most 125 pens are 3070, can someone with a working stick post rev no and chip type?
Re: [How-To] Alternatives of Samsung WiFi Link Stick
Posted: Sun Dec 11, 2011 10:04 pm
by coticj
Is there a way to compile the 3070 driver for the C650-series?
Re: [How-To] Alternatives of Samsung WiFi Link Stick
Posted: Mon Dec 12, 2011 1:32 am
by juusso
Somewhere Erdem posted rt3070 driver for D series already. You should try it...
Re: [How-To] Alternatives of Samsung WiFi Link Stick
Posted: Thu Dec 15, 2011 6:45 am
by coticj
Hey juuso, do you maybe have a link, as all I can find is this thread?
Re: [How-To] Alternatives of Samsung WiFi Link Stick
Posted: Mon Dec 19, 2011 9:47 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:
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: [How-To] Alternatives of Samsung WiFi Link Stick
Posted: Wed Dec 21, 2011 12:39 am
by nspierbundel
dwa-125 rev a3
http://www.wikidevi.com/wiki/D-Link_DWA-125_rev_A3
RT5370 maybe not compatible to use e2p
can you do a full hex dump as described a couple pages earlier ?
Daniel
Re: [How-To] Alternatives of Samsung WiFi Link Stick
Posted: Wed Dec 21, 2011 2:26 am
by cjason
nspierbundel wrote:
RT5370 maybe not compatible to use e2p
can you do a full hex dump as described a couple pages earlier ?
Daniel
If by full hex dump you mean running that little script that try all EEPROM addresses via "iwpriv ra0 e2p {addr}", I already done it and it's not useful.
It contains nothing but "ra0 e2p:0" and so on until "ra0 e2p:b128". After 1hour or so I just stop the script with ^c...
Interesting thing is that now I try to do the same thing with another dongle - "Edimax EW-7711UAn" and same results: VID and PID not changed.
This model is clearly mentioned on wiki page so I started to think is a driver fault so I tried using several versions of Ralink driver (v2.4.0.1, v2.5.0.1, v2.5.0.3). Same thing.
What am I doing wrong??? My distro is a Debian - "Linux debian 2.6.32-5-amd64 #1 SMP Thu Nov 3 05:54:18 UTC 2011 x86_64 GNU/Linux".