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!


