Ubuntu Pastebin

Paste from robbocop1966 at Sun, 4 Jan 2015 19:13:19 +0000

Download as text
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
roberto@roberto-00000000000000000000000:~/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022$ make && sudo make install
make -C tools
make[1]: ingresso nella directory "/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/tools"
gcc -g bin2h.c -o bin2h
make[1]: uscita dalla directory "/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/tools"
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/tools/bin2h
cp -f os/linux/Makefile.6 /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/Makefile
make -C /lib/modules/3.13.0-43-generic/build SUBDIRS=/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux modules
make[1]: ingresso nella directory "/usr/src/linux-headers-3.13.0-43-generic"
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/crypt_md5.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/crypt_sha2.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/crypt_hmac.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/crypt_aes.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/crypt_arc4.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/mlme.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_wep.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/action.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_data.o
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_data.c: In function ‘RtmpPrepareHwNullFrame’:
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_data.c:3142:4: warning: passing argument 2 of ‘hex_dump’ from incompatible pointer type [enabled by default]
    hex_dump("null frame before", &longValue, 4);
    ^
In file included from /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/include/rt_config.h:66:0,
                 from /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_data.c:28:
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/include/rt_os_util.h:679:6: note: expected ‘unsigned char *’ but argument is of type ‘UINT32 *’
 void hex_dump(char *str, unsigned char *pSrcBufVA, unsigned int SrcBufLen);
      ^
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_data.c:3150:4: warning: passing argument 2 of ‘RTUSBReadMACRegister’ makes integer from pointer without a cast [enabled by default]
    RTMP_IO_READ32(pAd, pAd->NullBufOffset + TXWISize+ i, &longValue);
    ^
In file included from /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/include/rt_config.h:61:0,
                 from /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_data.c:28:
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/include/rtmp.h:7214:10: note: expected ‘USHORT’ but argument is of type ‘USHORT *’
 NTSTATUS RTUSBReadMACRegister(
          ^
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_data.c:3151:4: warning: passing argument 2 of ‘hex_dump’ from incompatible pointer type [enabled by default]
    hex_dump("null frame after", &longValue, 4);
    ^
In file included from /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/include/rt_config.h:66:0,
                 from /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_data.c:28:
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/include/rt_os_util.h:679:6: note: expected ‘unsigned char *’ but argument is of type ‘UINT32 *’
 void hex_dump(char *str, unsigned char *pSrcBufVA, unsigned int SrcBufLen);
      ^
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_data.c:3021:8: warning: unused variable ‘MlmeRate’ [-Wunused-variable]
  UCHAR MlmeRate;
        ^
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/rtmp_init.o
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/rtmp_init.c: In function ‘NICInitializeAsic’:
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/rtmp_init.c:1826:11: warning: unused variable ‘apidx’ [-Wunused-variable]
  INT    i,apidx;
           ^
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/rtmp_init.c:1826:9: warning: unused variable ‘i’ [-Wunused-variable]
  INT    i,apidx;
         ^
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/rtmp_init_inf.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_tkip.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_aes.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_sync.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/eeprom.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_sanity.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_info.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_cfg.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_wpa.o
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_wpa.c: In function ‘PeerPairMsg3Action’:
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_wpa.c:1031:13: warning: unused variable ‘Cancelled’ [-Wunused-variable]
  BOOLEAN    Cancelled;
             ^
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_radar.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/spectrum.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/rtmp_timer.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/rt_channel.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_profile.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_asic.o
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_asic.c: In function ‘AsicGetAutoAgcOffsetForTemperatureSensor’:
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_asic.c:1188:28: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
   TxPowerTuningTableEntry0 = &TxPowerTuningTable[TuningTableIndex0 + TX_POWER_TUNING_ENTRY_OFFSET];
                            ^
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_asic.c:1201:28: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
   TxPowerTuningTableEntry1 = &TxPowerTuningTable[TuningTableIndex1 + TX_POWER_TUNING_ENTRY_OFFSET];
                            ^
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/cmm_cmd.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/ps.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/uapsd.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../rate_ctrl/ra_ctrl.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../rate_ctrl/alg_legacy.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../rate_ctrl/alg_ags.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../os/linux/rt_profile.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../chips/rtmp_chip.o
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../chips/rtmp_chip.c: In function ‘RTMPReadChannelPwr’:
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../chips/rtmp_chip.c:1380:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  UCHAR  Tx2ALC = 0, Tx2FinePowerCtrl = 0;
  ^
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../sta/assoc.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../sta/auth.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../sta/auth_rsp.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../sta/sync.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../sta/sanity.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../sta/rtmp_data.o
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../sta/rtmp_data.c: In function ‘STAHandleRxDataFrame’:
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../sta/rtmp_data.c:284:17: warning: unused variable ‘pFmeCtrl’ [-Wunused-variable]
  FRAME_CONTROL *pFmeCtrl = &pHeader->FC;
                 ^
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../sta/rtmp_data.c:283:8: warning: unused variable ‘OldPwrMgmt’ [-Wunused-variable]
  UCHAR OldPwrMgmt = PWR_ACTIVE;
        ^
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../sta/rtmp_data.c: In function ‘STAFindCipherAlgorithm’:
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../sta/rtmp_data.c:1740:4: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
    && (!ADHOC_ON(pAd))) || (ADHOC_ON(pAd) && (pAd->SharedKey[BSS0][KeyIdx].KeyLen == 0)))
    ^
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../sta/connect.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../sta/wpa.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../sta/sta_cfg.o
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../sta/sta_cfg.c: In function ‘set_quality’:
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../sta/sta_cfg.c:5548:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  BOOLEAN bInitial = FALSE;
  ^
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../common/rt_os_util.o
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../os/linux/sta_ioctl.o
In file included from /usr/src/linux-headers-3.13.0-43-generic/arch/x86/include/asm/string.h:2:0,
                 from include/linux/string.h:17,
                 from /usr/src/linux-headers-3.13.0-43-generic/arch/x86/include/asm/page_32.h:38,
                 from /usr/src/linux-headers-3.13.0-43-generic/arch/x86/include/asm/page.h:13,
                 from /usr/src/linux-headers-3.13.0-43-generic/arch/x86/include/asm/thread_info.h:11,
                 from include/linux/thread_info.h:54,
                 from /usr/src/linux-headers-3.13.0-43-generic/arch/x86/include/asm/preempt.h:6,
                 from include/linux/preempt.h:18,
                 from include/linux/spinlock.h:50,
                 from include/linux/seqlock.h:35,
                 from include/linux/time.h:5,
                 from include/linux/stat.h:18,
                 from include/linux/module.h:10,
                 from /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/include/os/rt_linux.h:31,
                 from /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/include/rtmp_os.h:44,
                 from /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/include/rtmp_comm.h:69,
                 from /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../os/linux/sta_ioctl.c:30:
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../os/linux/sta_ioctl.c: In function ‘rt_ioctl_giwscan’:
/usr/src/linux-headers-3.13.0-43-generic/arch/x86/include/asm/string_32.h:182:41: warning: array subscript is below array bounds [-Warray-bounds]
 #define memcpy(t, f, n) __builtin_memcpy(t, f, n)
                                         ^
include/net/iw_handler.h:542:3: note: in expansion of macro ‘memcpy’
   memcpy(stream + point_len, extra, iwe->u.data.length);
   ^
  CC [M]  /home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../os/linux/rt_linux.o
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../os/linux/rt_linux.c: In function ‘__RtmpOSFSInfoChange’:
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../os/linux/rt_linux.c:1141:20: error: incompatible types when assigning to type ‘int’ from type ‘kuid_t’
   pOSFSInfo->fsuid = current_fsuid();
                    ^
/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../os/linux/rt_linux.c:1142:20: error: incompatible types when assigning to type ‘int’ from type ‘kgid_t’
   pOSFSInfo->fsgid = current_fsgid();
                    ^
make[2]: *** [/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/../../os/linux/rt_linux.o] Errore 1
make[1]: *** [_module_/home/roberto/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux] Errore 2
make[1]: uscita dalla directory "/usr/src/linux-headers-3.13.0-43-generic"
make: *** [LINUX] Errore 2
roberto@roberto-00000000000000000000000:~/Scaricati/DPO_RT5572_LinuxSTA_2.6.1.3_20121022$ 
Download as text