I downloaded the updated Software and using different Ubuntu and Linux forums.... I am very close to getting the sofware to install Linux mint 17.2 / Ubuntu 14.04 Trusty. 32 bit
Here is the hardware list from the Terminal command....
here is the website and drivers... http://www.mediatek.com/en/products/...ongle/mt7612u/
$ lsusb
Bus 002 Device 002: ID 0e8d:7612 MediaTek Inc. <<<<<................................ is the Device I am trying to get working...
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0bda:0151 Realtek Semiconductor Corp. Mass Storage Device (Multicard Reader)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
is the error I get after running
$ make
make -C tools
make[1]: Entering directory `/home/akhj/Downloads/DPO/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/akhj/Downloads/DPO/tools'
/home/akhj/Downloads/DPO/tools/bin2h
chipset = mt7662u
chipset = mt7632u
chipset = mt7612u
cp -f os/linux/Makefile.6 /home/akhj/Downloads/DPO/os/linux/Makefile
make -C /lib/modules/3.19.0-31-generic/build SUBDIRS=/home/akhj/Downloads/DPO/os/linux modules
make[1]: Entering directory `/usr/src/linux-headers-3.19.0-31-generic'
CC [M] /home/akhj/Downloads/DPO/os/linux/../../sta/sync.o
/home/akhj/Downloads/DPO/os/linux/../../sta/sync.c: In function rtmp_dbg_sanity_diff:
/home/akhj/Downloads/DPO/os/linux/../../sta/sync.c:1069:10: error: SelReg undeclared (first use in this function)
&SelReg,
^
/home/akhj/Downloads/DPO/os/linux/../../sta/sync.c:1069:10: note: each undeclared identifier is reported only once for each function it appears in
/home/akhj/Downloads/DPO/os/linux/../../sta/sync.c: In function PeerBeaconAtScanAction:
/home/akhj/Downloads/DPO/os/linux/../../sta/sync.c:1425:4: warning: format %d expects argument of type int, but argument 4 has type ULONG [-Wformat=]
DBGPRINT(RT_DEBUG_OFF, ("%s P2P_SCANNING: %s [%d]\n", __FUNCTION__, ie_list->Ssid, Idx));
^
/home/akhj/Downloads/DPO/os/linux/../../sta/sync.c: In function PeerBeaconAtJoinAction:
/home/akhj/Downloads/DPO/os/linux/../../sta/sync.c:1581:13: error: SelReg undeclared (first use in this function)
if ( SelReg == 0 )
^
/home/akhj/Downloads/DPO/os/linux/../../sta/sync.c:1805:26: warning: format %d expects argument of type int, but argument 4 has type ULONG [-Wformat=]
DBGPRINT(RT_DEBUG_OFF, ("%s P2P_SCANNING: %s [%d]\n", __FUNCTION__, ie_list->Ssid, Idx));
^
/home/akhj/Downloads/DPO/os/linux/../../sta/sync.c: In function PeerBeacon:
/home/akhj/Downloads/DPO/os/linux/../../sta/sync.c:1933:25: warning: format %d expects argument of type int, but argument 4 has type ULONG [-Wformat=]
DBGPRINT(RT_DEBUG_INFO, ("%s PASSIVE SCANNING: %s [%d]\n", __FUNCTION__, bcn_ie_list->Ssid, Bssidx));
^
/home/akhj/Downloads/DPO/os/linux/../../sta/sync.c:2117:11: error: SelReg undeclared (first use in this function)
if ( SelReg == 0 )
^
make[2]: *** [/home/akhj/Downloads/DPO/os/linux/../../sta/sync.o] Error 1
make[1]: *** [_module_/home/akhj/Downloads/DPO/os/linux] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.19.0-31-generic'
make: *** [LINUX] Error 2
any one want to tackle this one? Oh by the way it's an (STA) RT2870STA.dat issue possibly or kernel defeating frustration.....
Here is the hardware list from the Terminal command....
here is the website and drivers... http://www.mediatek.com/en/products/...ongle/mt7612u/
$ lsusb
Bus 002 Device 002: ID 0e8d:7612 MediaTek Inc. <<<<<................................ is the Device I am trying to get working...
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0bda:0151 Realtek Semiconductor Corp. Mass Storage Device (Multicard Reader)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
is the error I get after running
$ make
make -C tools
make[1]: Entering directory `/home/akhj/Downloads/DPO/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/akhj/Downloads/DPO/tools'
/home/akhj/Downloads/DPO/tools/bin2h
chipset = mt7662u
chipset = mt7632u
chipset = mt7612u
cp -f os/linux/Makefile.6 /home/akhj/Downloads/DPO/os/linux/Makefile
make -C /lib/modules/3.19.0-31-generic/build SUBDIRS=/home/akhj/Downloads/DPO/os/linux modules
make[1]: Entering directory `/usr/src/linux-headers-3.19.0-31-generic'
CC [M] /home/akhj/Downloads/DPO/os/linux/../../sta/sync.o
/home/akhj/Downloads/DPO/os/linux/../../sta/sync.c: In function rtmp_dbg_sanity_diff:
/home/akhj/Downloads/DPO/os/linux/../../sta/sync.c:1069:10: error: SelReg undeclared (first use in this function)
&SelReg,
^
/home/akhj/Downloads/DPO/os/linux/../../sta/sync.c:1069:10: note: each undeclared identifier is reported only once for each function it appears in
/home/akhj/Downloads/DPO/os/linux/../../sta/sync.c: In function PeerBeaconAtScanAction:
/home/akhj/Downloads/DPO/os/linux/../../sta/sync.c:1425:4: warning: format %d expects argument of type int, but argument 4 has type ULONG [-Wformat=]
DBGPRINT(RT_DEBUG_OFF, ("%s P2P_SCANNING: %s [%d]\n", __FUNCTION__, ie_list->Ssid, Idx));
^
/home/akhj/Downloads/DPO/os/linux/../../sta/sync.c: In function PeerBeaconAtJoinAction:
/home/akhj/Downloads/DPO/os/linux/../../sta/sync.c:1581:13: error: SelReg undeclared (first use in this function)
if ( SelReg == 0 )
^
/home/akhj/Downloads/DPO/os/linux/../../sta/sync.c:1805:26: warning: format %d expects argument of type int, but argument 4 has type ULONG [-Wformat=]
DBGPRINT(RT_DEBUG_OFF, ("%s P2P_SCANNING: %s [%d]\n", __FUNCTION__, ie_list->Ssid, Idx));
^
/home/akhj/Downloads/DPO/os/linux/../../sta/sync.c: In function PeerBeacon:
/home/akhj/Downloads/DPO/os/linux/../../sta/sync.c:1933:25: warning: format %d expects argument of type int, but argument 4 has type ULONG [-Wformat=]
DBGPRINT(RT_DEBUG_INFO, ("%s PASSIVE SCANNING: %s [%d]\n", __FUNCTION__, bcn_ie_list->Ssid, Bssidx));
^
/home/akhj/Downloads/DPO/os/linux/../../sta/sync.c:2117:11: error: SelReg undeclared (first use in this function)
if ( SelReg == 0 )
^
make[2]: *** [/home/akhj/Downloads/DPO/os/linux/../../sta/sync.o] Error 1
make[1]: *** [_module_/home/akhj/Downloads/DPO/os/linux] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.19.0-31-generic'
make: *** [LINUX] Error 2
any one want to tackle this one? Oh by the way it's an (STA) RT2870STA.dat issue possibly or kernel defeating frustration.....