Please help me Changing VID and PID Values for Lexosys Nano
Posted: Mon Mar 03, 2014 7:42 am
I have bought Lexosys Nano 150N to change PID and VID and use it with my Samsung B series TV
I have bought this as a user reported that it has worked in the below link in the comments section
http://woikr.com/home-entertainment/usi ... ternet-tv/
In Linux Mint 16 WIFI scanning,connecting and internet is working with the adapter but while using wpriv ra0 e2p 208=04E8 same message as below comes
s-desktop linux # iwpriv ra0 e2p 208=04E8
ra0 no private ioctls.
I have tried on below operating system versions
ubuntu-13.10-desktop-i386
ubuntu-8.10-desktop-i386
ubuntu-12.04.2-desktop-i386
ubuntu-12.04.3-desktop-i386
ubuntu-12.04.4-desktop-i386
ubuntu-12.04-desktop-i386
At present I am using Linux mint 16 based on ubuntu 13.10 kernel version
s-desktop linux # uname -r
3.11.0-12-generic
All the above operating systems giving the same error as
s-desktop linux # iwpriv ra0 e2p 208=04E8
ra0 no private ioctls.
s-desktop linux # iwpriv ra0 e2p 20A=2018
ra0 no private ioctls.
I have also tried to add my USB ID in rtusb_dev_id.c if I do that then after entering iwpriv ra0 e2p 208=04E8 then the cusor goes to next line without giving any output and remains like that blinking
At this time if I remove the adapter it gives a error message as
Interface doesn't accept private ioctl...
set (8BE2): Network is down
I have also used the driver and Ubuntu version suggested in the below link which is taken from a Russian forum
viewtopic.php?f=62&t=6450&start=0
What I have done is
1.I have plug in the adapter to verify the the PID and VID values so and issued comman as below
s-desktop ~ # lsusb
Bus 001 Device 012: ID 0bda:8179 Realtek Semiconductor Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
2.Noted the values 0bda:8179 Realtek Semiconductor Corp
3.Downloaded the driver which has roperted to work with this adapter in the above link 2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO.bz2
Extracted it and renamed the folder as DRIVER_ROOT
4.Navigated to /home/s/Desktop/DRIVER_ROOT/os/linux and changed the parameters in the file config.mk as below
# Support ATE function
HAS_ATE=y
# Support Wpa_Supplicant
HAS_WPA_SUPPLICANT=y
# Support Native WpaSupplicant for Network Maganger
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
Verified that MODULE_LICENSE("GPL"); is there in usb_main_dev.c it is as below
MODULE_AUTHOR("Paul Lin <paul_lin@ralinktech.com>");
MODULE_DESCRIPTION("RT2870 Wireless Lan Linux Driver");
MODULE_LICENSE("GPL");
#ifdef CONFIG_STA_SUPPORT
#ifdef MODULE_VERSION
MODULE_VERSION(STA_DRIVER_VERSION);
#endif
#endif /* CONFIG_STA_SUPPORT */
5.I have issued the following commands
# sudo apt-get update
# sudo apt-get upgrade
# sudo apt-get install build-essential
# sudo apt-get install linux-headers-$(uname -r)
6.navigated to DRIVER_ROOT
s-desktop ~ # cd /home/s/Desktop/DRIVER_ROOT
Issued make
s-desktop DRIVER_ROOT # make
Issued make install
s-desktop DRIVER_ROOT # make install
make -C /home/s/Desktop/DRIVER_ROOT/os/linux -f Makefile.6 install
mkdir: cannot create directory ?/etc/Wireless?: File exists
make[1]: Entering directory `/home/s/Desktop/DRIVER_ROOT/os/linux'
rm -rf /etc/Wireless/RT2870STA
mkdir /etc/Wireless/RT2870STA
cp /home/s/Desktop/DRIVER_ROOT/RT2870STA.dat /etc/Wireless/RT2870STA/.
install -d /lib/modules/3.11.0-12-generic/kernel/drivers/net/wireless/
install -m 644 -c rt5370sta.ko /lib/modules/3.11.0-12-generic/kernel/drivers/net/wireless/
/sbin/depmod -a 3.11.0-12-generic
make[1]: Leaving directory `/home/s/Desktop/DRIVER_ROOT/os/linux'
7.Navigated to and confirmed module is loaded
s-desktop DRIVER_ROOT # cd /home/s/Desktop/DRIVER_ROOT/os/linux
s-desktop linux # insmod rt5370sta.ko
s-desktop linux # lsmod | grep rt
rt5370sta 722559 0
parport_pc 31981 0
parport 40795 3 lp,ppdev,parport_pc
8.issued commands to change values
s-desktop linux # iwpriv ra0 e2p 208=04E8
ra0 no private ioctls.
s-desktop linux # iwpriv ra0 e2p 20A=2018
ra0 no private ioctls.
Please help me I am trying this from 5 days but unable to change the values
Thanks in advance
I have bought this as a user reported that it has worked in the below link in the comments section
http://woikr.com/home-entertainment/usi ... ternet-tv/
In Linux Mint 16 WIFI scanning,connecting and internet is working with the adapter but while using wpriv ra0 e2p 208=04E8 same message as below comes
s-desktop linux # iwpriv ra0 e2p 208=04E8
ra0 no private ioctls.
I have tried on below operating system versions
ubuntu-13.10-desktop-i386
ubuntu-8.10-desktop-i386
ubuntu-12.04.2-desktop-i386
ubuntu-12.04.3-desktop-i386
ubuntu-12.04.4-desktop-i386
ubuntu-12.04-desktop-i386
At present I am using Linux mint 16 based on ubuntu 13.10 kernel version
s-desktop linux # uname -r
3.11.0-12-generic
All the above operating systems giving the same error as
s-desktop linux # iwpriv ra0 e2p 208=04E8
ra0 no private ioctls.
s-desktop linux # iwpriv ra0 e2p 20A=2018
ra0 no private ioctls.
I have also tried to add my USB ID in rtusb_dev_id.c if I do that then after entering iwpriv ra0 e2p 208=04E8 then the cusor goes to next line without giving any output and remains like that blinking
At this time if I remove the adapter it gives a error message as
Interface doesn't accept private ioctl...
set (8BE2): Network is down
I have also used the driver and Ubuntu version suggested in the below link which is taken from a Russian forum
viewtopic.php?f=62&t=6450&start=0
What I have done is
1.I have plug in the adapter to verify the the PID and VID values so and issued comman as below
s-desktop ~ # lsusb
Bus 001 Device 012: ID 0bda:8179 Realtek Semiconductor Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
2.Noted the values 0bda:8179 Realtek Semiconductor Corp
3.Downloaded the driver which has roperted to work with this adapter in the above link 2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO.bz2
Extracted it and renamed the folder as DRIVER_ROOT
4.Navigated to /home/s/Desktop/DRIVER_ROOT/os/linux and changed the parameters in the file config.mk as below
# Support ATE function
HAS_ATE=y
# Support Wpa_Supplicant
HAS_WPA_SUPPLICANT=y
# Support Native WpaSupplicant for Network Maganger
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
Verified that MODULE_LICENSE("GPL"); is there in usb_main_dev.c it is as below
MODULE_AUTHOR("Paul Lin <paul_lin@ralinktech.com>");
MODULE_DESCRIPTION("RT2870 Wireless Lan Linux Driver");
MODULE_LICENSE("GPL");
#ifdef CONFIG_STA_SUPPORT
#ifdef MODULE_VERSION
MODULE_VERSION(STA_DRIVER_VERSION);
#endif
#endif /* CONFIG_STA_SUPPORT */
5.I have issued the following commands
# sudo apt-get update
# sudo apt-get upgrade
# sudo apt-get install build-essential
# sudo apt-get install linux-headers-$(uname -r)
6.navigated to DRIVER_ROOT
s-desktop ~ # cd /home/s/Desktop/DRIVER_ROOT
Issued make
s-desktop DRIVER_ROOT # make
Issued make install
s-desktop DRIVER_ROOT # make install
make -C /home/s/Desktop/DRIVER_ROOT/os/linux -f Makefile.6 install
mkdir: cannot create directory ?/etc/Wireless?: File exists
make[1]: Entering directory `/home/s/Desktop/DRIVER_ROOT/os/linux'
rm -rf /etc/Wireless/RT2870STA
mkdir /etc/Wireless/RT2870STA
cp /home/s/Desktop/DRIVER_ROOT/RT2870STA.dat /etc/Wireless/RT2870STA/.
install -d /lib/modules/3.11.0-12-generic/kernel/drivers/net/wireless/
install -m 644 -c rt5370sta.ko /lib/modules/3.11.0-12-generic/kernel/drivers/net/wireless/
/sbin/depmod -a 3.11.0-12-generic
make[1]: Leaving directory `/home/s/Desktop/DRIVER_ROOT/os/linux'
7.Navigated to and confirmed module is loaded
s-desktop DRIVER_ROOT # cd /home/s/Desktop/DRIVER_ROOT/os/linux
s-desktop linux # insmod rt5370sta.ko
s-desktop linux # lsmod | grep rt
rt5370sta 722559 0
parport_pc 31981 0
parport 40795 3 lp,ppdev,parport_pc
8.issued commands to change values
s-desktop linux # iwpriv ra0 e2p 208=04E8
ra0 no private ioctls.
s-desktop linux # iwpriv ra0 e2p 20A=2018
ra0 no private ioctls.
Please help me I am trying this from 5 days but unable to change the values
Thanks in advance