Azio AWD102N wireless card manual install question <RESOLVED

Questions about WIFI networks and devices
Forum rules
Before you post please read this

Azio AWD102N wireless card manual install question <RESOLVED

Postby ready_rover on Thu Feb 23, 2012 12:46 pm

I am a noob and had previous instructions for a different system to manually install but the former instructions no longer work. I was using Ubuntu 10.04 at the time before the last system board died. I am including all I have found in regard to needed info, but have to confess my ignorance in how to solve this connection problem. All help is appreciated deeply!

lspci -nnk | grep -iA2 net
00:07.0 Bridge [0680]: nVidia Corporation MCP61 Ethernet [10de:03ef] (rev a2)
Subsystem: ASRock Incorporation 939NF6G-VSTA Board [1849:03ef]
Kernel driver in use: forcedeth
--
01:08.0 Network controller [0280]: Ralink corp. Device [1814:3062]
Subsystem: Ralink corp. Device [1814:3062]
Kernel driver in use: rt2800pci

lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0409:005a NEC Corp. HighSpeed Hub
Bus 002 Device 002: ID 046d:c315 Logitech, Inc. Classic New Touch Keyboard
Bus 001 Device 004: ID 8564:1000
glinux@glinux-desktop ~ $ iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off

glinux@glinux-desktop ~ $ rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
glinux@glinux-desktop ~ $ sudo /usr/lib/linuxmint/mintWifi/mintWifi.py
[sudo] password for glinux:
-------------------------
* I. scanning WIFI PCI devices...
-- Ralink corp. Device 3062
==> PCI ID = 1814:3062
-------------------------
* II. querying ndiswrapper...
-------------------------
* III. querying iwconfig...
lo no wireless extensions.

eth0 no wireless extensions.

wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off

-------------------------
* IV. querying ifconfig...
eth0 Link encap:Ethernet HWaddr 00:25:22:f8:f6:ec
inet addr:192.168.1.72 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::225:22ff:fef8:f6ec/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:246955 errors:0 dropped:0 overruns:0 frame:0
TX packets:149127 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:351000229 (351.0 MB) TX bytes:12045755 (12.0 MB)
Interrupt:43 Base address:0xe000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:528 errors:0 dropped:0 overruns:0 frame:0
TX packets:528 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:42000 (42.0 KB) TX bytes:42000 (42.0 KB)

wlan0 Link encap:Ethernet HWaddr c8:3a:35:ca:47:70
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

-------------------------
* V. querying DHCP...
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service smbd reload

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the reload(8) utility, e.g. reload smbd
RTNETLINK answers: File exists
-------------------------
* VI. querying nslookup google.com...
Server: 192.168.1.254
Address: 192.168.1.254#53

Non-authoritative answer:
Name: google.com
Address: 74.125.47.113
Name: google.com
Address: 74.125.47.138
Name: google.com
Address: 74.125.47.139
Name: google.com
Address: 74.125.47.100
Name: google.com
Address: 74.125.47.101
Name: google.com
Address: 74.125.47.102

glinux@glinux-desktop ~ $





THIS is the method I was attempting to use from the previous installation but the second line with the web address returns "Page Not Found". There are 7 lines to the process. Thanks!

sudo apt-get install --reinstall linux-headers-$(uname -r) build-essential dkms
wget http://media.cdn.ubuntu-de.org/forum/at ... red.tar.gz
tar xvf DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217_prepared.tar.gz
cd DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217_prepared
sudo make
sudo make install
echo "blacklist rt2800pci" | sudo tee -a /etc/modprobe.d/blacklist.conf

Thanks in advance for your help!
Last edited by ready_rover on Thu Feb 23, 2012 6:03 pm, edited 1 time in total.
ready_rover
Level 1
Level 1
 
Posts: 2
Joined: Thu Feb 23, 2012 12:24 pm

Linux Mint is funded by ads and donations.
 

Re: Azio AWD102N wireless card manual install question

Postby mads on Thu Feb 23, 2012 3:57 pm

ready_rover wrote:...THIS is the method I was attempting to use from the previous installation but the second line with the web address returns "Page Not Found". There are 7 lines to the process. Thanks!

sudo apt-get install --reinstall linux-headers-$(uname -r) build-essential dkms
wget http://media.cdn.ubuntu-de.org/forum/at ... red.tar.gz
tar xvf DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217_prepared.tar.gz
cd DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217_prepared
sudo make
sudo make install
echo "blacklist rt2800pci" | sudo tee -a /etc/modprobe.d/blacklist.conf

Thanks in advance for your help!

Hi. This method is almost like the above. The difference is that you download the driver directly from the Ralink site.

1) Go to Ralink's Linux Download page, click on "RT3062PCI/mPCI/CB/PCIe(RT3060/RT3062/RT3562/RT3592)" and download the driver (DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217.tgz)
Note: You'll be asked to provide a name and an email address
2) Righ click the tgz archive and select "Extract Here". The tgz archive will be extracted to a folder called "DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217"
3) Right click this folder and select "Open in Terminal"
4) Now in Terminal, run these:
Code: Select all
cd os/linux
gedit config.mk

The last command opens the text file "config.mk". Here you need to edit two lines (just replace 'n' with 'y'), like this:

Before:
# Support Wpa_Supplicant
HAS_WPA_SUPPLICANT=n

# Support Native WpaSupplicant for Network Maganger
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n

After:
# Support Wpa_Supplicant
HAS_WPA_SUPPLICANT=y

# Support Native WpaSupplicant for Network Maganger
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y


Save the file and close Gedit.

5) Back in Terminal, run these commands:
Code: Select all
cd ../../
sudo make
sudo make install
echo "blacklist rt2800pci" | sudo tee -a /etc/modprobe.d/blacklist.conf


6) Reboot
User avatar
mads
Level 6
Level 6
 
Posts: 1302
Joined: Wed Nov 03, 2010 3:44 pm

Re: Azio AWD102N wireless card manual install question <RESO

Postby ready_rover on Thu Feb 23, 2012 6:12 pm

MADS You Rock! Works like a charm, no lag, etc....I have been a Windoze user since 3.1 and although I've just begun a career change into the A+, Networking, Security, WinServer, CCNA route my skillset is extremely shallow with Linux and Mac. I don't know if 'spoiled' is the correct word and I'm not into the "my OS is better" arguments...I have simply become accustomed to the bloat of Windows due to its fewer steps and less complicated installation processes. Again here is my ignorance..nothing is complicated when you understand it...the real question behind the question is how much interest does one have in understanding a wonderful, freedom-giving operating system if the cost is the time in educating yourself instead of a dollar amount. For me, seeing a future time when I will be in the "server world" the Linux skillset is unavoidable and I welcome the path leading there.

I appreciate your time so very much.

ready_rover
ready_rover
Level 1
Level 1
 
Posts: 2
Joined: Thu Feb 23, 2012 12:24 pm

Re: Azio AWD102N wireless card manual install question <RESO

Postby mads on Thu Feb 23, 2012 7:58 pm

ready_rover wrote:MADS You Rock! Works like a charm, no lag, etc....I have been a Windoze user since 3.1 and although I've just begun a career change into the A+, Networking, Security, WinServer, CCNA route my skillset is extremely shallow with Linux and Mac. I don't know if 'spoiled' is the correct word and I'm not into the "my OS is better" arguments...I have simply become accustomed to the bloat of Windows due to its fewer steps and less complicated installation processes. Again here is my ignorance..nothing is complicated when you understand it...the real question behind the question is how much interest does one have in understanding a wonderful, freedom-giving operating system if the cost is the time in educating yourself instead of a dollar amount. For me, seeing a future time when I will be in the "server world" the Linux skillset is unavoidable and I welcome the path leading there.

I appreciate your time so very much.

ready_rover

ready_rover, I am sure with your background and attitude that won't take long.
Glad I could be of help. :D
User avatar
mads
Level 6
Level 6
 
Posts: 1302
Joined: Wed Nov 03, 2010 3:44 pm


Return to Wireless

Who is online

Users browsing this forum: seeley and 7 guests