Linksys Wireless USB adapter - brand WUSB600N v2 - Its USB ID is 1737:0079 - Linksys adapter only detected as USB device in Ubuntu 10.04.1 LTS - but no wireless kernel modules are loaded during boot!

Asked by Ken Stupka

I am a complete newbie with Linux and am trying to get my wireless adapter to work.

I read the excellent document UBUNTU & WUSB600N v2 WORKS!. The document was easy to follow and well written but the problem is that the version of Ubunbtu is older than mine and the RT3572 file that I downloaded is a newer version. I tried adapting the instructions to my new versions of software but that didn't work.

I feel totally overwhelmed and if someone could give me simple instructions with the new versions I would be greatly appreciative.

The driver download file is 2010_0709_RT3572_Linux_STA_v2.4.1.tar.bz2
My Ubuntu version is: 10.04.1

Thanks,
Ken

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Solved by:
Mark Rijckenberg
Solved:
Last query:
Last reply:
Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#1

Hi,

Please first connect your network card to the wireless router using an ethernet cable (also known as a LAN cable).

In order to gather essential troubleshooting information about your wireless card, please follow this procedure:

Step 1: Open Terminal from "Applications->Accessories->Terminal"

Step 2: Please copy-paste the following command from the https://answers.launchpad.net/ubuntu website in Firefox into the Linux Terminal. Do NOT copy-paste from the Email message into the Terminal, as that will only copy PART of the command. The command STARTS with the word sudo and ENDS with the word restart. So please copy-paste the ENTIRE command below from Firefox into a Terminal, press <enter>, then enter password when sudo asks for password, then press enter again.

Tip: If you have a wheel mouse or 3 button mouse you do not need to type commands into the Terminal. Highlight the command written on the page. Move your cursor anywhere in the Terminal and press the wheel or middle button. Automatic Copy and paste! No spelling mistakes! No Typos! No other errors!

sudo apt-get update; sudo apt-get install hwinfo grep; sudo lshw -C network; rfkill list; sudo iwlist scanning; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nn; lsusb; sudo lshw -short; uname -a; dmesg | egrep 'acx|at76|ath|b43|bcm|CX|eth|ipw|irmware|isl|lbtf|ndiswrapper|NPE|ound|prism|rtl|rt2|rt3|witch|wl'; iwconfig; grep b43 /etc/modprobe.d/*; grep wl /etc/modprobe.d/*; sudo hwinfo --netcard ; sudo lsmod; sudo /etc/init.d/networking restart

Step 3: Please post results (copy/paste terminal output) on this thread. The troubleshooters here need to see the full Terminal output from running the above command.

Regards,

Mark

Revision history for this message
Ken Stupka (kenstupka) said :
#2

Mark,
I don't have a wireless card; it is a USB adapter and cannot connect
directly via cable.

Thanks,
Ken

Revision history for this message
Ken Stupka (kenstupka) said :
#3

Mark,
As I mentioned, I don't have a card and cannot connect a cable but I do
have the terminal output from when I tried the "Make". I have it pasted
below.

Many thanks,
Ken

ken@ken-desktop:~/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1$ make
make -C tools
make[1]: Entering directory
`/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory
`/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/tools'
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/tools/bin2h
cp -f os/linux/Makefile.6
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/Makefile
make -C /lib/modules/2.6.32-24-generic/build
SUBDIRS=/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux
modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-24-generic'
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_md5.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_sha2.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_hmac.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.o
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.c:
In function ‘AES_GTK_KEY_WRAP’:
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.c:2265:
warning: the frame size of 1100 bytes is larger than 1024 bytes
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.c:
In function ‘WscDecryptData’:
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.c:1592:
warning: the frame size of 1364 bytes is larger than 1024 bytes
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.c:
In function ‘WscEncryptData’:
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.c:1522:
warning: the frame size of 1364 bytes is larger than 1024 bytes
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_arc4.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.o
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.c:
In function ‘BssTableSortByRssi’:
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.c:6112:
warning: the frame size of 1720 bytes is larger than 1024 bytes
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_wep.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/action.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_data.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/rtmp_init.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_tkip.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_aes.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_sync.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/eeprom.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_sanity.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_info.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_cfg.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_wpa.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/dfs.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/spectrum.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/rtmp_timer.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/rt_channel.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_profile.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_asic.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_cmd.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../sta/assoc.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../sta/auth.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../sta/auth_rsp.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.o
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.c:
In function ‘PeerBeacon’:
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.c:1764:
warning: the frame size of 1308 bytes is larger than 1024 bytes
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.c:
In function ‘PeerBeaconAtJoinAction’:
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.c:1094:
warning: the frame size of 1300 bytes is larger than 1024 bytes
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.c:
In function ‘PeerBeaconAtScanAction’:
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.c:764:
warning: the frame size of 1268 bytes is larger than 1024 bytes
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.c:
In function ‘MlmeStartReqAction’:
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.c:581:
warning: the frame size of 1064 bytes is larger than 1024 bytes
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../sta/sanity.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../sta/rtmp_data.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../sta/connect.o
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../sta/connect.c:
In function ‘CntlOidScanProc’:
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../sta/connect.c:356:
warning: the frame size of 1748 bytes is larger than 1024 bytes
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../sta/wpa.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../sta/ags.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../sta/sta_cfg.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/rtmp_init_inf.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_profile.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.o
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c:
In function ‘rt_ioctl_siwencode’:
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c:1484:
warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’
or ‘!’ to ‘~’
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c:
In function ‘rt_ioctl_iwaplist’:
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c:604:
warning: the frame size of 1288 bytes is larger than 1024 bytes
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c:
In function ‘RTMPIoctlE2PROM’:
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c:6052:
warning: the frame size of 1348 bytes is larger than 1024 bytes
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c:
In function ‘RTMPIoctlMAC’:
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c:5853:
warning: the frame size of 1344 bytes is larger than 1024 bytes
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c:
In function ‘rt_ioctl_siwmlme’:
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c:1984:
warning: the frame size of 1652 bytes is larger than 1024 bytes
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.o
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:
In function ‘RtmpOSNetDevDetach’:
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:1694:
warning: initialization discards qualifiers from pointer target type
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:
In function ‘RtmpOSNetDevAttach’:
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:1731:
warning: initialization discards qualifiers from pointer target type
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_main_dev.o
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_main_dev.c:
In function ‘MainVirtualIF_close’:
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_main_dev.c:117:
warning: unused variable ‘Cancelled’
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/ba_action.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../sta/dls.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.o
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:
In function ‘RTMPFreeTxRxRingMemory’:
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:234:
warning: passing argument 3 of ‘RTMPFreeUsbBulkBufStruct’ from
incompatible pointer type
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:62:
note: expected ‘UCHAR **’ but argument is of type ‘struct __TX_BUFFER **’
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:241:
warning: passing argument 3 of ‘RTMPFreeUsbBulkBufStruct’ from
incompatible pointer type
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:62:
note: expected ‘UCHAR **’ but argument is of type ‘struct __TX_BUFFER **’
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:278:
warning: passing argument 3 of ‘RTMPFreeUsbBulkBufStruct’ from
incompatible pointer type
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:62:
note: expected ‘UCHAR **’ but argument is of type ‘struct __HTTX_BUFFER **’
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:
In function ‘NICInitTransmit’:
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:507:
warning: passing argument 3 of ‘RTMPFreeUsbBulkBufStruct’ from
incompatible pointer type
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:62:
note: expected ‘UCHAR **’ but argument is of type ‘struct __TX_BUFFER **’
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:
In function ‘RTMPAllocTxRxRingMemory’:
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:566:
warning: passing argument 3 of ‘RTMPAllocUsbBulkBufStruct’ from
incompatible pointer type
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:34:
note: expected ‘VOID **’ but argument is of type ‘struct __HTTX_BUFFER **’
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:596:
warning: passing argument 3 of ‘RTMPAllocUsbBulkBufStruct’ from
incompatible pointer type
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:34:
note: expected ‘VOID **’ but argument is of type ‘struct __TX_BUFFER **’
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:610:
warning: passing argument 3 of ‘RTMPAllocUsbBulkBufStruct’ from
incompatible pointer type
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:34:
note: expected ‘VOID **’ but argument is of type ‘struct __TX_BUFFER **’
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:628:
warning: passing argument 3 of ‘RTMPAllocUsbBulkBufStruct’ from
incompatible pointer type
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:34:
note: expected ‘VOID **’ but argument is of type ‘UCHAR **’
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/rtusb_io.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/rtusb_bulk.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/rtusb_data.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_data_usb.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/ee_prom.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/ee_efuse.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/rtmp_mcu.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../chips/rt30xx.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/rt_rf.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../chips/rt35xx.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../common/rtusb_dev_id.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_usb.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_usb_util.o
  CC [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/../../os/linux/usb_main_dev.o
  LD [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/rt3572sta.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/rt3572sta.mod.o
  LD [M]
/home/ken/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1/os/linux/rt3572sta.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-24-generic'
ken@ken-desktop:~/WUSB600N-2/2010_0709_RT3572_Linux_STA_v2.4.0.1$

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#4

I suggest following this solution procedure:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/408165/comments/60

Here is another possible solution:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/408165/comments/70

I do not have any other suggestions.....

Revision history for this message
Ken Stupka (kenstupka) said :
#5

GOD BLESS YOU!!!!!! I got it to work.
 From one of the sources that you referenced, all I had to do from the
steps that I pasted below:
1. add the line {USB_DEVICE(0x1737,0x0079)}, /* WUSB600Nv2 */ to the
/*rtusb_dev_id.c */file
2. reexecute the /*make */and /*make install */
3. add rt3572sta.ko to the inc/modules file

When I rebooted the adapter came to life - I have never been so damn
happy to see a blue light in my life.

Many thanks to you and all the folks on your forum - what a class group
of folks.

KCS

4. Add your USB ID in file
"2009_1214_RT3572_LinuxSTA_V2.3.0.0/common/rtusb_dev_id.c" under
section: #ifdef RT35xx
    See below (second last line) for detailed information:

#ifdef RT35xx
 {USB_DEVICE(0x148F,0x3572)}, /* Ralink 3572 */
 {USB_DEVICE(0x1740,0x9801)}, /* EnGenius 3572 */
 {USB_DEVICE(0x0DF6,0x0041)}, /* Sitecom 3572 */
 {USB_DEVICE(0x0DF6,0x0042)},
 {USB_DEVICE(0x04BB,0x0944)}, /* I-O DATA 3572 */
 {USB_DEVICE(0x1690,0x0740)}, /* 3572 */
 {USB_DEVICE(0x1690,0x0744)}, /* 3572 */
 {USB_DEVICE(0x5A57,0x0284)}, /* Zinwell 3572 */
 {USB_DEVICE(0x167B,0x4001)}, /* 3572 */
 {USB_DEVICE(0x1737,0x0079)}, /* WUSB600Nv2 */
#endif // RT35xx //

5. Finally do "make" and after that "sudo make install" to install the
driver. Now the driver is loaded with kernel module
    rt3572sta.ko
    That can be shown with the command "iwconfig". The output should
give your the information that the wireless device "ra0" is
    not ready to use.

6. To get the driver loaded after reboot edit the file "/etc/modules"
and type at the last line the name of the kernel module you
    want to get loaded at start-up. In this case the name: rt3572sta.ko

Revision history for this message
Best Mark Rijckenberg (markrijckenberg) said :
#6

You are welcome. If the issue is still solved, please set the thread status to "solved". Thanks.

Revision history for this message
Ken Stupka (kenstupka) said :
#7

Thanks Mark Rijckenberg, that solved my question.

Revision history for this message
Les Brook (les-brook2) said :
#8

Chaps,

there is only two things wrong with this.......Ken's version of Ubuntu is 10.04.1
and the version of the driver.......is: 2010_0709_RT3572_Linux_STA_v2.4.1.tar.bz2

My version of Ubuntu is 10.10 and the driver that I am downloading and modifying .......is:
2010_0915_RT3572_Linux_STA_v2[1].4.0.2.tar.bz2

If 10.10 does not have the file os/linux/../../common/cmm_mac_usb.o which is where my "make" fails then I'm guessing I'm not going to get anywhere.....??

Or does the driver 2010_0915_RT3572_Linux_STA_v2[1].4.0.2.tar.bz2 look for the file common/cmm_mac_usb.o and if it doesn't exist....creat it and continue with the compile?

Or am I asking the hard questions?

Regards

Les