Linksys AE3000 Installation

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
devsector

Linksys AE3000 Installation

Post by devsector »

Hello all,

I am having problems installing the driver for Linksys AE3000 on my system. I've been trying for 2 days and no results.

I searched this forum and google. I have found this so far: http://geekniggle.blogspot.com/2012/07/cisco-linksys-ae3000-wifi-usb-dongle.html & http://forums.justlinux.com/showthread.php?154203-Installing-driver-for-Cisco-AE3000-USB-adaptor

However, i still cannot get this thing working. I am tethering from my nexus 7 atm with limited bandwidth.

From those guides i make it up to this:
administrator@administrator-pc ~/Desktop/Linux/DPA_RT3573_LinuxSTA_V2.5.0.0_20111031 $ make install
make -C UTIL/ install
make[1]: Entering directory `/home/administrator/Documents/Linux/DPA_RT3573_LinuxSTA_V2.5.0.0_20111031/UTIL'
make -C /home/administrator/Documents/Linux/DPA_RT3573_LinuxSTA_V2.5.0.0_20111031/UTIL/os/linux -f Makefile.6 install
make[2]: Entering directory `/home/administrator/Documents/Linux/DPA_RT3573_LinuxSTA_V2.5.0.0_20111031/UTIL/os/linux'
make[2]: Makefile.6: No such file or directory
make[2]: *** No rule to make target `Makefile.6'. Stop.
make[2]: Leaving directory `/home/administrator/Documents/Linux/DPA_RT3573_LinuxSTA_V2.5.0.0_20111031/UTIL/os/linux'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/administrator/Documents/Linux/DPA_RT3573_LinuxSTA_V2.5.0.0_20111031/UTIL'
make: *** [install] Error 2
Can somebody who is more experienced help me get this working?

Thank you in advance.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
WharfRat

Re: Linksys AE3000 Installation

Post by WharfRat »

devsector,

I managed to compile the modules, but with a lot of warnings that I didn't like :(

In the ~/Desktop/Linux/DPA_RT3573_LinuxSTA_V2.5.0.0_20111031 directory does

Code: Select all

find -iname '*.ko*'
return anything :?:
devsector

Re: Linksys AE3000 Installation

Post by devsector »

WharfRat wrote:devsector,

I managed to compile the modules, but with a lot of warnings that I didn't like :(

In the ~/Desktop/Linux/DPA_RT3573_LinuxSTA_V2.5.0.0_20111031 directory does

Code: Select all

find -iname '*.ko*'
return anything :?:
It displays this:
administrator@administrator-pc ~/Documents/Linux/DPA_RT3573_LinuxSTA_V2.5.0.0_20111031 $ find -iname '*.ko*'
./MODULE/os/linux/.rt3573sta.ko.cmd
./MODULE/os/linux/rt3573sta.ko
./NETIF/os/linux/rtnet3573sta.ko
./NETIF/os/linux/.rtnet3573sta.ko.cmd
./UTIL/os/linux/.rtutil3573sta.ko.cmd
./UTIL/os/linux/rtutil3573sta.ko
WharfRat

Re: Linksys AE3000 Installation

Post by WharfRat »

I only get

Code: Select all

lapmint DPO_RT3573_LinuxSTA_V2.5.0.0 # find -iname '*.ko*'
./os/linux/.rt3573sta.ko.cmd
./os/linux/rt3573sta.ko
What does

Code: Select all

ls -lh
return :?:

This is mine

Code: Select all

lapmint DPO_RT3573_LinuxSTA_V2.5.0.0 # ls -l
total 104
drwxr-xr-x 4 root root  4096 May 25  2012 ate/
drwxr-xr-x 2 root root  4096 Oct 21 22:40 chips/
drwxr-xr-x 2 root root  4096 Oct 21 22:40 common/
drwxr-xr-x 5 root root  4096 May 25  2012 include/
-rwxr-xr-x 1 root root 14819 May 25  2012 iwpriv_usage.txt*
-rwxr-xr-x 1 root root 14134 May 25  2012 Makefile*
drwxr-xr-x 3 root root  4096 May 25  2012 os/
drwxr-xr-x 2 root root  4096 Oct 21 22:40 rate_ctrl/
-rwxr-xr-x 1 root root 13527 May 25  2012 README_STA_usb*
-rwxr-xr-x 1 root root   613 May 25  2012 RT2870STACard.dat*
-rwxr-xr-x 1 root root  1189 May 25  2012 RT2870STA.dat*
drwxr-xr-x 2 root root  4096 Oct 21 22:40 sta/
-rwxr-xr-x 1 root root 14253 May 25  2012 sta_ate_iwpriv_usage.txt*
drwxr-xr-x 2 root root  4096 Oct 21 22:40 tools/

devsector

Re: Linksys AE3000 Installation

Post by devsector »

WharfRat wrote:I only get

Code: Select all

lapmint DPO_RT3573_LinuxSTA_V2.5.0.0 # find -iname '*.ko*'
./os/linux/.rt3573sta.ko.cmd
./os/linux/rt3573sta.ko
What does

Code: Select all

ls -lh
return :?:

This is mine

Code: Select all

lapmint DPO_RT3573_LinuxSTA_V2.5.0.0 # ls -l
total 104
drwxr-xr-x 4 root root  4096 May 25  2012 ate/
drwxr-xr-x 2 root root  4096 Oct 21 22:40 chips/
drwxr-xr-x 2 root root  4096 Oct 21 22:40 common/
drwxr-xr-x 5 root root  4096 May 25  2012 include/
-rwxr-xr-x 1 root root 14819 May 25  2012 iwpriv_usage.txt*
-rwxr-xr-x 1 root root 14134 May 25  2012 Makefile*
drwxr-xr-x 3 root root  4096 May 25  2012 os/
drwxr-xr-x 2 root root  4096 Oct 21 22:40 rate_ctrl/
-rwxr-xr-x 1 root root 13527 May 25  2012 README_STA_usb*
-rwxr-xr-x 1 root root   613 May 25  2012 RT2870STACard.dat*
-rwxr-xr-x 1 root root  1189 May 25  2012 RT2870STA.dat*
drwxr-xr-x 2 root root  4096 Oct 21 22:40 sta/
-rwxr-xr-x 1 root root 14253 May 25  2012 sta_ate_iwpriv_usage.txt*
drwxr-xr-x 2 root root  4096 Oct 21 22:40 tools/

Code: Select all

administrator@administrator-pc ~/Documents/Linux/DPA_RT3573_LinuxSTA_V2.5.0.0_20111031 $ ls -lh
total 84K
-rwxr-xr-x  1 administrator administrator  37K Nov  3  2011 config.mk
-rwxr-xr-x  1 administrator administrator  148 Oct 31  2011 cp_module.sh
-rwxr-xr-x  1 administrator administrator  147 Oct 31  2011 cp_util.sh
-rwxr-xr-x  1 administrator administrator  392 Oct 31  2011 Makefile
-rwxr-xr-x  1 administrator administrator 1.4K Oct 31  2011 Makefile.clean
-rwxr-xr-x  1 administrator administrator  14K Oct 31  2011 Makefile.inc
drwxr-xr-x 11 administrator administrator 4.0K Nov  3  2011 MODULE
drwxr-xr-x  6 administrator administrator 4.0K Nov  3  2011 NETIF
drwxr-xr-x  5 administrator administrator 4.0K Nov  3  2011 UTIL
WharfRat

Re: Linksys AE3000 Installation

Post by WharfRat »

That's odd, I guess I got the wrong source or something from that link :roll:

Did you escalate your privileges :?: The modules are there so it should install.
devsector

Re: Linksys AE3000 Installation

Post by devsector »

WharfRat wrote:That's odd, I guess I got the wrong source or something from that link :roll:

Did you escalate your privileges :?: The modules are there so it should install.
I tried to 'sudo' them all. Still the same :(

Is there any way you could do a step by step command list which i can copy then paste in my terminal to get this working? I am a bit lost from those guides.
WharfRat

Re: Linksys AE3000 Installation

Post by WharfRat »

I can see from your directory list that the error is caused because you don't have an /os/linux directory that shows in my list :?

make[2]: Entering directory `/home/administrator/Documents/Linux/DPA_RT3573_LinuxSTA_V2.5.0.0_20111031/UTIL/os/linux'

All I did was download the file and extract it

Code: Select all

unzip DR_USB_N66_Linux_1005.zip

Code: Select all

cd Linux/

Code: Select all

tar -jxvf DPO_RT3573_LinuxSTA_V2.5.0.0.tar.bz2

Code: Select all

cd DPO_RT3573_LinuxSTA_V2.5.0.0/

Code: Select all

make
I didn't want to make install on this machine, but it looks like it would work.
devsector

Re: Linksys AE3000 Installation

Post by devsector »

WharfRat wrote:I can see from your directory list that the error is caused because you don't have an /os/linux directory that shows in my list :?

make[2]: Entering directory `/home/administrator/Documents/Linux/DPA_RT3573_LinuxSTA_V2.5.0.0_20111031/UTIL/os/linux'

All I did was download the file and extract it

Code: Select all

unzip DR_USB_N66_Linux_1005.zip

Code: Select all

cd Linux/

Code: Select all

tar -jxvf DPO_RT3573_LinuxSTA_V2.5.0.0.tar.bz2

Code: Select all

cd DPO_RT3573_LinuxSTA_V2.5.0.0/

Code: Select all

make
I didn't want to make install on this machine, but it looks like it would work.
I just did a fresh install on my system. I logged in, did: sudo apt-get update

then i started to do this installation.

Here is the output:

Code: Select all

admin@mint ~/Downloads/Linux $ cd DPO_RT3573_LinuxSTA_V2.5.0.0/
admin@mint ~/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0 $ make
make -C tools
make[1]: Entering directory `/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/tools'
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/tools/bin2h
cp -f os/linux/Makefile.6 /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/Makefile
make -C /lib/modules/3.2.0-4-amd64/build SUBDIRS=/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux modules
make[1]: Entering directory `/usr/src/linux-headers-3.2.0-4-amd64'
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/crypt_md5.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/crypt_sha2.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/crypt_hmac.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/crypt_aes.o
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/crypt_aes.c: In function ‘AES_Key_Wrap’:
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/crypt_aes.c:1466:6: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat]
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/crypt_aes.c: In function ‘AES_Key_Unwrap’:
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/crypt_aes.c:1561:6: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat]
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/crypt_arc4.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/mlme.o
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/mlme.c: In function ‘MlmeResetRalinkCounters’:
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/mlme.c:562:3: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/mlme.c:562:3: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/cmm_wep.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/action.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/cmm_data.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/rtmp_init.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/rtmp_init_inf.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/cmm_tkip.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/cmm_aes.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/cmm_sync.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/eeprom.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/cmm_sanity.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/cmm_info.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/cmm_cfg.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/cmm_wpa.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/cmm_radar.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/spectrum.o
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/spectrum.c: In function ‘PeerMeasureReportAction’:
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/spectrum.c:1972:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat]
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/rtmp_timer.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/rt_channel.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/cmm_profile.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/cmm_asic.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/cmm_cmd.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../rate_ctrl/ra_ctrl.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../rate_ctrl/alg_legacy.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../rate_ctrl/alg_ags.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../os/linux/rt_profile.o
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../os/linux/rt_profile.c: In function ‘STA_MonPktSend’:
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../os/linux/rt_profile.c:402:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat]
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../chips/rtmp_chip.o
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../chips/rtmp_chip.c: In function ‘RTMPReadChannelPwr’:
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../chips/rtmp_chip.c:1336:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../sta/assoc.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../sta/auth.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../sta/auth_rsp.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../sta/sync.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../sta/sanity.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../sta/rtmp_data.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../sta/connect.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../sta/wpa.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../sta/sta_cfg.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/rt_os_util.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../os/linux/sta_ioctl.o
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../os/linux/sta_ioctl.c: In function ‘rt_ioctl_giwscan’:
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../os/linux/sta_ioctl.c:1003:20: warning: array subscript is below array bounds [-Warray-bounds]
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../os/linux/rt_linux.o
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../os/linux/rt_linux.c: In function ‘duplicate_pkt’:
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../os/linux/rt_linux.c:508:3: warning: passing argument 1 of ‘memmove’ makes pointer from integer without a cast [enabled by default]
In file included from /usr/src/linux-headers-3.2.0-4-common/arch/x86/include/asm/string.h:4:0,
                 from /usr/src/linux-headers-3.2.0-4-common/include/linux/string.h:21,
                 from /usr/src/linux-headers-3.2.0-4-common/include/linux/bitmap.h:8,
                 from /usr/src/linux-headers-3.2.0-4-common/include/linux/cpumask.h:11,
                 from /usr/src/linux-headers-3.2.0-4-common/arch/x86/include/asm/paravirt.h:14,
                 from /usr/src/linux-headers-3.2.0-4-common/arch/x86/include/asm/irqflags.h:60,
                 from /usr/src/linux-headers-3.2.0-4-common/include/linux/irqflags.h:15,
                 from /usr/src/linux-headers-3.2.0-4-common/arch/x86/include/asm/system.h:11,
                 from /usr/src/linux-headers-3.2.0-4-common/arch/x86/include/asm/processor.h:17,
                 from /usr/src/linux-headers-3.2.0-4-common/arch/x86/include/asm/thread_info.h:22,
                 from /usr/src/linux-headers-3.2.0-4-common/include/linux/thread_info.h:53,
                 from /usr/src/linux-headers-3.2.0-4-common/include/linux/preempt.h:9,
                 from /usr/src/linux-headers-3.2.0-4-common/include/linux/spinlock.h:50,
                 from /usr/src/linux-headers-3.2.0-4-common/include/linux/seqlock.h:29,
                 from /usr/src/linux-headers-3.2.0-4-common/include/linux/time.h:8,
                 from /usr/src/linux-headers-3.2.0-4-common/include/linux/stat.h:60,
                 from /usr/src/linux-headers-3.2.0-4-common/include/linux/module.h:10,
                 from /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/include/os/rt_linux.h:18,
                 from /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/include/rtmp_os.h:42,
                 from /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/include/rtmp_comm.h:56,
                 from /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../os/linux/rt_linux.c:35:
/usr/src/linux-headers-3.2.0-4-common/arch/x86/include/asm/string_64.h:58:7: note: expected ‘void *’ but argument is of type ‘sk_buff_data_t’
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../os/linux/rt_linux.c:510:3: warning: passing argument 1 of ‘memmove’ makes pointer from integer without a cast [enabled by default]
In file included from /usr/src/linux-headers-3.2.0-4-common/arch/x86/include/asm/string.h:4:0,
                 from /usr/src/linux-headers-3.2.0-4-common/include/linux/string.h:21,
                 from /usr/src/linux-headers-3.2.0-4-common/include/linux/bitmap.h:8,
                 from /usr/src/linux-headers-3.2.0-4-common/include/linux/cpumask.h:11,
                 from /usr/src/linux-headers-3.2.0-4-common/arch/x86/include/asm/paravirt.h:14,
                 from /usr/src/linux-headers-3.2.0-4-common/arch/x86/include/asm/irqflags.h:60,
                 from /usr/src/linux-headers-3.2.0-4-common/include/linux/irqflags.h:15,
                 from /usr/src/linux-headers-3.2.0-4-common/arch/x86/include/asm/system.h:11,
                 from /usr/src/linux-headers-3.2.0-4-common/arch/x86/include/asm/processor.h:17,
                 from /usr/src/linux-headers-3.2.0-4-common/arch/x86/include/asm/thread_info.h:22,
                 from /usr/src/linux-headers-3.2.0-4-common/include/linux/thread_info.h:53,
                 from /usr/src/linux-headers-3.2.0-4-common/include/linux/preempt.h:9,
                 from /usr/src/linux-headers-3.2.0-4-common/include/linux/spinlock.h:50,
                 from /usr/src/linux-headers-3.2.0-4-common/include/linux/seqlock.h:29,
                 from /usr/src/linux-headers-3.2.0-4-common/include/linux/time.h:8,
                 from /usr/src/linux-headers-3.2.0-4-common/include/linux/stat.h:60,
                 from /usr/src/linux-headers-3.2.0-4-common/include/linux/module.h:10,
                 from /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/include/os/rt_linux.h:18,
                 from /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/include/rtmp_os.h:42,
                 from /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/include/rtmp_comm.h:56,
                 from /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../os/linux/rt_linux.c:35:
/usr/src/linux-headers-3.2.0-4-common/arch/x86/include/asm/string_64.h:58:7: note: expected ‘void *’ but argument is of type ‘sk_buff_data_t’
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../os/linux/rt_linux.c: In function ‘ClonePacket’:
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../os/linux/rt_linux.c:662:20: warning: assignment makes integer from pointer without a cast [enabled by default]
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOsPktInit’:
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../os/linux/rt_linux.c:681:2: warning: assignment makes integer from pointer without a cast [enabled by default]
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../os/linux/rt_linux.c: In function ‘wlan_802_11_to_802_3_packet’:
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../os/linux/rt_linux.c:708:15: warning: assignment makes integer from pointer without a cast [enabled by default]
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../os/linux/rt_main_dev.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../rate_ctrl/alg_grp.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/ba_action.o
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/ba_action.c: In function ‘convert_reordering_packet_to_preAMSDU_or_802_3_packet’:
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/ba_action.c:1553:2: warning: assignment makes integer from pointer without a cast [enabled by default]
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/rt_led.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/cmm_mac_usb.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/rtusb_io.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/rtusb_data.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/cmm_data_usb.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/rtmp_mcu.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/ee_prom.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/ee_efuse.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/rt_rf.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/rtusb_bulk.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../os/linux/rt_usb.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../chips/rt28xx.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../chips/rt30xx.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../chips/rt35xx.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../chips/rt3593.o
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../chips/rt3593.c: In function ‘RT3593_ChipSwitchChannel’:
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../chips/rt3593.c:855:16: warning: comparison of distinct pointer types lacks a cast [enabled by default]
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../chips/rt3593.c:872:16: warning: comparison of distinct pointer types lacks a cast [enabled by default]
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../chips/rt3593.c:890:15: warning: comparison of distinct pointer types lacks a cast [enabled by default]
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/rtusb_dev_id.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../os/linux/rt_usb_util.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../os/linux/usb_main_dev.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/frq_cal.o
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/frq_cal.c: In function ‘FrequencyCalibration’:
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/frq_cal.c:198:18: warning: comparison of distinct pointer types lacks a cast [enabled by default]
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/frq_cal.c:211:18: warning: comparison of distinct pointer types lacks a cast [enabled by default]
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/frq_cal.c:227:18: warning: comparison of distinct pointer types lacks a cast [enabled by default]
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/frq_cal.c:252:18: warning: comparison of distinct pointer types lacks a cast [enabled by default]
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/frq_cal.c:265:18: warning: comparison of distinct pointer types lacks a cast [enabled by default]
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/frq_cal.c:281:18: warning: comparison of distinct pointer types lacks a cast [enabled by default]
  LD [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/rt3573sta.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/rt3573sta.mod.o
  LD [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/rt3573sta.ko
make[1]: Leaving directory `/usr/src/linux-headers-3.2.0-4-amd64'
cp -f /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/rt3573sta.ko /tftpboot
cp: cannot create regular file `/tftpboot': Permission denied
make: *** [LINUX] Error 1
admin@mint ~/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0 $ cd DPO_RT3573_LinuxSTA_V2.5.0.0/
bash: cd: DPO_RT3573_LinuxSTA_V2.5.0.0/: No such file or directory
admin@mint ~/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0 $ make
make -C tools
make[1]: Entering directory `/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/tools'
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/tools/bin2h
cp -f os/linux/Makefile.6 /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/Makefile
make -C /lib/modules/3.2.0-4-amd64/build SUBDIRS=/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux modules
make[1]: Entering directory `/usr/src/linux-headers-3.2.0-4-amd64'
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/rtmp_mcu.o
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/rtusb_dev_id.o
  LD [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/rt3573sta.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/rt3573sta.mod.o
  LD [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/rt3573sta.ko
make[1]: Leaving directory `/usr/src/linux-headers-3.2.0-4-amd64'
cp -f /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/rt3573sta.ko /tftpboot
cp: cannot create regular file `/tftpboot': Permission denied
make: *** [LINUX] Error 1
admin@mint ~/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0 $ sudo make -j10
[sudo] password for admin: 
make -C tools
make[1]: Entering directory `/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/tools'
gcc -g bin2h.c -o bin2h
cp -f os/linux/Makefile.6 /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/Makefile
make -C /lib/modules/3.2.0-4-amd64/build SUBDIRS=/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux modules
make[1]: Entering directory `/usr/src/linux-headers-3.2.0-4-amd64'
make[1]: Leaving directory `/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/tools'
/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/tools/bin2h
  CC [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/../../common/rtmp_mcu.o
  LD [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/rt3573sta.o
  Building modules, stage 2.
  MODPOST 1 modules
  LD [M]  /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/rt3573sta.ko
make[1]: Leaving directory `/usr/src/linux-headers-3.2.0-4-amd64'
cp -f /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux/rt3573sta.ko /tftpboot
admin@mint ~/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0 $ sudo make install
make -C /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux -f Makefile.6 install
make[1]: Entering directory `/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux'
rm -rf /etc/Wireless/RT2870STA
mkdir /etc/Wireless/RT2870STA
cp /home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/RT2870STA.dat /etc/Wireless/RT2870STA/.
install -d /lib/modules/3.2.0-4-amd64/kernel/drivers/net/wireless/
install -m 644 -c rt3573sta.ko /lib/modules/3.2.0-4-amd64/kernel/drivers/net/wireless/
/sbin/depmod -a 3.2.0-4-amd64
make[1]: Leaving directory `/home/admin/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux'
admin@mint ~/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0 $ sudo depmod -a
admin@mint ~/Downloads/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0 $ sudo modprobe -v rt3573sta
insmod /lib/modules/3.2.0-4-amd64/kernel/drivers/net/wireless/rt3573sta.ko 
The light is blinking but the UI for it is a bunch of boxes. Going to reboot now to see if this solves the problem.

Actually my whole UI is a bunch of boxes now....characters are not showing up.
devsector

Re: Linksys AE3000 Installation

Post by devsector »

Reboot fixed my characters, however.

It seems like i cant authenticate my password for my wifi network....weird.

Do you know what is causing that? I am putting in the right password...
WharfRat

Re: Linksys AE3000 Installation

Post by WharfRat »

Are you sure you're using the correct password :?:

Try changing the wireless password in the router setup page to something simple to test it.
devsector

Re: Linksys AE3000 Installation

Post by devsector »

WharfRat wrote:Are you sure you're using the correct password :?:

Try changing the wireless password in the router setup page to something simple to test it.
I've used my phone as a hotspot with a simple password like 12345678 to test, still no results.

Is there any other known solutions to this?
WharfRat

Re: Linksys AE3000 Installation

Post by WharfRat »

devsector wrote:
WharfRat wrote:Are you sure you're using the correct password :?:

Try changing the wireless password in the router setup page to something simple to test it.
I've used my phone as a hotspot with a simple password like 12345678 to test, still no results.

Is there any other known solutions to this?
I've never used a phone so I'm at a total loss with this. My guess would be the encryption as there were warnings from /crypt_aes.c.

Code: Select all

./common/crypt_aes.c:1466:6: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat]
Again, that's just a guess as some warnings are sometimes superfluous due to a minor mismatch in a function definition.
devsector

Re: Linksys AE3000 Installation

Post by devsector »

WharfRat wrote:
devsector wrote:
WharfRat wrote:Are you sure you're using the correct password :?:

Try changing the wireless password in the router setup page to something simple to test it.
I've used my phone as a hotspot with a simple password like 12345678 to test, still no results.

Is there any other known solutions to this?
I've never used a phone so I'm at a total loss with this. My guess would be the encryption as there were warnings from /crypt_aes.c.

Code: Select all

./common/crypt_aes.c:1466:6: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat]
Again, that's just a guess as some warnings are sometimes superfluous due to a minor mismatch in a function definition.
You're going to laugh at this but i was putting in my network password instead of my mint pw after i chose which connection.

The correct way is.... ->select network ->enter mint password -> enter network password ......... lmao

Issue solved and all is well!!!! Thank you for the help!
Locked

Return to “Beginner Questions”