Hi

Im trying to change id on me wifi usb stick, i have followed the guide on page 2.

Here are a part of the terminal window

mario@mario-laptop:~/Downloads/ralink/ralink$ sudo insmod os/linux/rt5370sta.ko
mario@mario-laptop:~/Downloads/ralink/ralink$ lsmod | grep rt
rt5370sta 706354 0
agpgart 31724 2 ttm,drm
parport 32635 2 ppdev,lp
mario@mario-laptop:~/Downloads/ralink/ralink$ sudo ifconfig ra0 up
SIOCSIFFLAGS: Operation not permitted
mario@mario-laptop:~/Downloads/ralink/ralink$ iwpriv
lo no private ioctls.

eth0 no private ioctls.

pan0 no private ioctls.

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

mario@mario-laptop:~/Downloads/ralink/ralink$ sudo iwpriv ra0 e2p 208=148F
ra0 e2p:
[0x208]:148F
mario@mario-laptop:~/Downloads/ralink/ralink$ sudo iwpriv ra0 e2p 20A=5370
ra0 e2p:
[0x20A]:5370
mario@mario-laptop:~/Downloads/ralink/ralink$

Does it look ok?
the changes wont stick, if i run lsusb direct after i see what no change have been done to the id.

Can the chip that holds the id bee write protected?