Ubuntu Networking :: Ralink Rt3070 Can't Install?

Aug 19, 2010

I am trying to get my usb wireless to work on Ubuntu 10.4 I found a how to and followed it but when I did a Make install this is what I got.

make -C /home/ronald/Downloads/DPO_RT3070_LinuxSTA_V2.3.0.4_20100604/os/linux -f Makefile.6 install
mkdir: cannot create directory `/etc/Wireless': File exists
make[1]: Entering directory `/home/ronald/Downloads

[Code].....

View 5 Replies


ADVERTISEMENT

General :: Installing Ralink Rt2870 Rt3070 On Portable?

Jan 12, 2011

I have been installing via wiki instructions and I am stuck installing a USB wireless. Where should I be going with this?

PHP Code:

debianportable:/home/dave# modprobe rt73usb
debianportable:/home/dave# iwconfig
lo        no wireless extensions.
eth0      no wireless extensions.

[Code]....

View 14 Replies View Related

Ubuntu Networking :: RNX-ESYN1 Rt3070 Chipset (install) On 9.10?

Mar 7, 2010

I'm running ubuntu 9.10 and I'm trying to get my RNX-ESYN1 with rt3070 chipset to work. I've tried to download and install the newest drivers from ralink's page and when I type "lsusb" in a terminal I get this "Bus 001 Device 002: ID 148f:3070 Ralink Technology, Corp." so that means if it's plugged in and should work. In the network manager it shows only my PCI broadcom card, but not my USB stick. When I type in the "iwconfig" command I get the "ra0" but not in the network manager.

ra0 RT2870 Wireless ESSID:"" Nickname:""
Mode:Auto Frequency=2.412 GHz
Link Quality=10/100 Signal level:0 dBm Noise level:-143 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

[Code]...

and still nothing changed, I got it to work once, but I reinstalled my system and can't get it to work again. I don't know if I'm doing something wrong. Last time I did it, both of my wifi adapters were showing up in the network manager at once and were working great. I need my Ralink to use with the aircrack which doesn't work with my broadcom.

View 9 Replies View Related

Ubuntu Networking :: 10.10 - RT3070 Driver Install Error

Dec 21, 2010

I am trying to install this driver in ubuntu 10.10 for a week. I am getting this error when I type {sudo make}

cimi@cimi-pc:/etc/2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO$ sudo make
make -C tools
make[1]: Entering directory `/etc/2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/etc/2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/tools'
/etc/2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/tools/bin2h
cp -f os/linux/Makefile.6 /etc/2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/Makefile
make -C /lib/modules/2.6.35-23-generic-pae/build SUBDIRS=/etc/2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.35-23-generic-pae'
make[2]: *** No rule to make target `/etc/2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/.c', needed by `/etc/2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux/.o'. Stop.
make[1]: *** [_module_/etc/2010_0831_RT3070_Linux_STA_v2.4.0.1_DPO/os/linux] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.35-23-generic-pae'
make: *** [LINUX] Error 2

This is the last driver in ralink website. The built-in driver works but don't recognize my chipset and i wanna install this driver. My URL card is levelone wua-0603 usb [URL].

View 9 Replies View Related

Ubuntu Networking :: Ralink Rt2070 - Can't Install In 10.04?

Jan 18, 2011

It was recommended for my older Compaq desktop with a Celeron processor and 256mb of ram. I got the windows driver installer installed, but it was looking for a inf file and the driver I have on the cd is an executable file for an installer, so it wouldn't work. The cd also has a linux driver, but I do not know how to use terminal to install it. I'm at my wits end. I feel pretty stupid, because I know nothing about linux.

View 9 Replies View Related

Ubuntu Networking :: How To Install Ralink Driver

Feb 13, 2011

I downloaded a ralink driver for my wireless usb adapter and just need a bit of help installing the driver (RT3572USB)

View 9 Replies View Related

Ubuntu Networking :: 10.10 RNX-N250PC Ralink Chip RT3062 Driver Install

Nov 3, 2010

I'm trying to get a Rosewill RNX-N250PC wireless card w/ ralink rt3062 chip to work in a new build. I am able to see the card in Device Manager, but can't get the driver to work despite trying many of the suggestions I've read elsewhere. I installed build-essentials and downloaded the driver from ralink. I unzipped the folder, and started to follow README as well as this thread rt3062 [URL]. So, I've adjusted MODE and TARGET as instructed in Makefile. I also adjusted the following sections of red text from Makefile:

ifeq ($(PLATFORM),PC)
# Linux 2.6
LINUX_SRC = /lib/modules/$(2.6.35-22-generic)/build
# Linux 2.4 Change to your local setting
#LINUX_SRC = /usr/src/linux-2.4
LINUX_SRC_MODULE = /lib/modules/$(2.6.35-22-generic)/kernel/drivers/net/wireless/
CROSS_COMPILE =
endif

Then I set HAS_WPA_SUPPLICANT=y and HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y in /os/linux/config.mk in the driver folder.
Then I code: $ make (also tried sudo make with same result)
and get:
make -C tools
make[1]: Entering directory `/home/das/2010_07_16_RT3062_Linux_STA_v2.4.0.0/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/das/2010_07_16_RT3062_Linux_STA_v2.4.0.0/tools'
/home/das/2010_07_16_RT3062_Linux_STA_v2.4.0.0/tools/bin2h
cp -f os/linux/Makefile.6 /home/das/2010_07_16_RT3062_Linux_STA_v2.4.0.0/os/linux/Makefile
make -C /lib/modules//build SUBDIRS=/home/das/2010_07_16_RT3062_Linux_STA_v2.4.0.0/os/linux modules
make: *** /lib/modules//build: No such file or directory. Stop.
make: *** [LINUX] Error 2
das@desktop:~/2010_07_16_RT3062_Linux_STA_v2.4.0.0$

View 9 Replies View Related

CentOS 5 Networking :: Install Ralink RT61 Driver (Edimax EW-7128g)

Mar 23, 2009

I have just purchased an Edimax EW-7128g with Ralink RT61 chip and physically installed it in a system running CentOS 5.2. Trying to follow the installation instructions, I get the following:

[root@webtest Module]# make all
make -C /lib/modules/2.6.18-92.el5/build SUBDIRS=/root/drivers/2007_1210_RT61_Linux_STA_v1.1.2.0/Module modules
make: *** /lib/modules/2.6.18-92.el5/build: No such file or directory. Stop.
make: *** [all] Error 2

The problem is that although /lib/modules/2.6.18-92.el5/build exists, it appears to be a link:

[root@webtest Module]# ls -l /lib/modules/2.6.18-92.el5/build
lrwxrwxrwx 1 root root 43 Mar 23 15:34 /lib/modules/2.6.18-92.el5/build -> ../../../usr/src/kernels/2.6.18-92.el5-i686

View 7 Replies View Related

Ubuntu Networking :: Wifi Setup - Cannot Install The Driver And The "Ralink Wireless LAN"

Dec 29, 2010

I am dual booting with windows xp on a dell computer I recently acquired. I am running Ubuntu 10.10. The computer didn't have a wireless connection so I installed a wireless pci adapter from a company called ZONET. I installed it perfectly on windows xp, however, I cannot install the driver and the "Ralink Wireless LAN" on Ubuntu. I inserted the cd, and opened the setup.exe file with Wine Windows Program Loader (I have installed Wine 1.3 by following the instructions on http://www.winehq.org/download/deb and clicking on the link that says "click here".

I am currently temporarily connected to the internet by borrowing my main computers ethernet cable). I followed the instructions on the InstallShield Wizard only to have two windows pop up saying there is an error (see attached image).

View 9 Replies View Related

Ubuntu Networking :: Ralink Rt2500 USB Adapter And WPA?

Jan 22, 2010

I have a rt2500 wireless USB adapter ( WLI-U2-KG54-AI ). I tried to use it on 2 computers loaded with Ubuntu 9.10. It worked well in WEP mode, but I am now trying to connect to a WPA router and the connection fails (the network manager icon keeps rolling forever). WPA works well on those machines when using another wireless adapter (not rt2500 based). This adapter also works well with WPA under windows. Is this device supposed to work with Ubuntu in WPA mode

View 9 Replies View Related

Ubuntu Networking :: RaLink 3090 Will Not Work?

Jul 17, 2010

I am running Ubuntu 10.04 (32-bit) on a MSI A5000 which appears to have a RaLink RT3090 wireless card. So far everything seems to work except the Wireless card.

The problem is that no option for wireless appears in the network manager, it only shows the options for wired connection. This computer does have a button on the front to enable/disable wireless and I have confirmed that is is on, as there is a green indicator light showing this.

Can anyone tell me the status of the RaLink RT3090 with Ubuntu 10.04? I have looked through various posts here about getting this card working with earlier versions of the OS, where complicated procedures with mixed and apparently intermittent results are described. Do these measures also need to be followed with 10.04?

I have attempted several older solutions found in assorted threads here and I am still unable to get the card to even so much as show up in the network manager. The proceedure which seemed the most promising is here [URL]

View 2 Replies View Related

Ubuntu Networking :: Ralink 5390 Not Working

Feb 1, 2011

I've followed these instructions exactly but when I get here: Quote: Reboot and you should see an ra0 interface when you run the command 'ifconfig'

[Code]...

View 9 Replies View Related

Ubuntu Networking :: Ralink 2870usb Is Not Working?

May 16, 2011

i am trying to get skylink 802.1n usb wirless adapter working under ubuntu 10.4 lts.https://help.ubuntu.com/community/WifiDocs/WiFiHowTowell, it seemed to see something at first:

user@host:~$ lshw -C network
WARNING: you should run this program as super-user.
...

[code]....

View 2 Replies View Related

Fedora :: Installing Driver For Wireless Card RT3070

Oct 3, 2009

I am very new to Linux and need to install a driver for my wireless card. I am trying to install the RT3070 v2.0.1.0 driver from Ralink. I am running Fedora 2.6.29.4-167.fc11.i686.PAE. I have read the thread in the Solutions section about this driver, but unfortunately this is somewhat above my levels of comprehension, and I don't really know where to start.

Here is the output.
[chips@fedora wireless_utility]$ tar xvf RT3070_Linux_STA_v2.0.1.0.tar.bz2
tar: Record size = 8 blocks
2008_1225_RT3070_Linux_STA_v2.0.1.0/common/
2008_1225_RT3070_Linux_STA_v2.0.1.0/common/2870_rtmp_init.c
2008_1225_RT3070_Linux_STA_v2.0.1.0/common/action.c
2008_1225_RT3070_Linux_STA_v2.0.1.0/common/ba_action.c
2008_1225_RT3070_Linux_STA_v2.0.1.0/common/cmm_data.c
2008_1225_RT3070_Linux_STA_v2.0.1.0/common/cmm_data_2870.c
2008_1225_RT3070_Linux_STA_v2.0.1.0/common/cmm_info.c .....
cp: cannot stat `/home/chips/wireless_utility/2008_1225_RT3070_Linux_STA_v2.0.1.0/RT3070STA.dat': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/chips/wireless_utility/2008_1225_RT3070_Linux_STA_v2.0.1.0/os/linux'
make: *** [install] Error 2
[root@fedora 2008_1225_RT3070_Linux_STA_v2.0.1.0]#

View 14 Replies View Related

Ubuntu Networking :: Ralink WIFI Modem Not Working?

Apr 19, 2010

I cannt get connection of my WIFI modem on UBUNTU 9.10(new installed) but it works on ubuntu 9.04(installed through WUBI.exe) without any driver. below is my lsusb report on UBUNTU 9.10

[Code]....

View 1 Replies View Related

Ubuntu Networking :: AW-NE766 (Ralink 2860) Not Detected?

May 13, 2010

I have an EEEPC 1000HE that has an AzureWave AW-NE766 wireless card. As far as I know, the card is based on the Ralink 2860 chipset.

It always worked fine under eeebuntu 3.0, but I just installed Ubuntu NBR 10.4 and now it's not detected at all.

Kernel : 2.6.32-22-generic i686

lspci and lshw show no mention of wireless card at all. Network-manager and wicd both show wired connections, but no mention of wireless at all.

I followed the instructions on the "Solved" post to install the latest Ralink driver from Jan 29. It all went fine, except "ifconfig wlan0 up/down" and "ifconfig ra0 up/down" both return "ERROR while getting interface flags: No such device"

how to tell Ubuntu that I have a wireless card in there?

View 1 Replies View Related

Ubuntu Networking :: Ralink 802.11 N WLAN Usb - Does Not Recognize Any Network

Dec 27, 2010

I bought an USB-WLAN stick, which does not recognize any network. A Ralink 802.11 bg WLAN Stick works fine, but the Ralink 802.11 n WLAN Stick does not work unfortunately. Both get recognized by the nm-applet of network manager but only the first one recognizes my network and is able to connect to it.

[Code]....

View 2 Replies View Related

Ubuntu Networking :: Asus Pce-n13, RaLink/RT2860 Not Active?

Feb 5, 2011

Just built a new computer and I think I somehow need to activate my wireless card to get it working.The hardware seems to show up. I get "Wireless Networks" in my network manager but it is grayed out and says disconnected. I think it is an easy fix I just cannot find it.

[Code]...

View 4 Replies View Related

Ubuntu Networking :: Ralink .dat File Fine Tuning ?

Feb 12, 2011

Ralink's drivers for wireless adapters [url] with .dat-file to configure default properties of used WiFi adapter (at my case - RT2870.dat).

Example is below.

I'd want to fine tune adapters (I have two of them) to get maximum performance for streams between two WiFi clients connected to my router (JWNR2000 at my case).

At the moment I have changed WirelessMode=6 to force 802.11n mode (and it does work). Speed between WiFi-clients is about 3MB/s now. I want more How to?

Code:

View 1 Replies View Related

Ubuntu Networking :: Working Wifi Does Not Connect. Ralink 11.04 10.10?

Aug 4, 2011

I have new emachine 1401 and I can't get it to connect to wireless. It does detect networks but when connecting keeps asking for password over and over and never connects. I don't have wired connection at all and the wifi router is not managed by me, so I'm retyping output through my windows xp samsung netbook which works over the same wireless network...

I have tries some other solutions I found around here (install bcmwl-kernel-source, rt3090-dkms_2.4.0.4, blacklist rt2800pci...) so it's not original configuration but behaves exactly the same.

[Code]..

View 2 Replies View Related

Ubuntu Networking :: 64 Bit Rt5390sta Ralink Wireless Not Working?

Sep 1, 2011

I installed the driver from Ralink (2011_0406_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO) and followed the instructions in other threads and my card does not work. I am getting this message.

"$ dmesg | grep -e rt5 -e wlan

[ 14.454006] rt5390sta: module license 'unspecified' taints kernel. I have also installed the Ralink RutilT program using synaptic. I can see my wireless device and many others around me but I can't connect.

View 9 Replies View Related

Ubuntu Networking :: Ralink Wireless G Pcmcia Wifi Card

Mar 11, 2010

I just purchased a RALINK WIRELESS G PCMCIA WIFI CARD VISTA/LINUX (UBUNTU)â€.
It is supposed to be UBUNTU plug and play out of the box with no driver downloads needed.

I installed it but could not find a way to search the active Wi-Fi networks available like on my Actiontec card on windows xp. The wireless router/ethernet I have is an Actiontec setup for Qwest-DSL and Actiontec is the name of the wireless network.

Strangely I tried to choose setup a "new network" and entered Actiontec as the network name and it found the network and said it was connected to it. However the internet still is not working?

View 1 Replies View Related

Ubuntu Networking :: Ralink Wireless G Pcmcia Wifi Card?

Mar 11, 2010

Has anyone ever heard of this card or have knowledge of how to configure it to allow me to get on the internet?

View 1 Replies View Related

Ubuntu Networking :: Ralink Usb 3070 On Acer Aspire One Running 10.04?

Jul 22, 2010

I have an Acer Aspire One ZG5, which is running (Desktop Version) 10.04. I've been happily using the built in wifi adapter, but now I've got a new wireless hub that supports 802.11n and I want to exploit the higher connection speed. I've bought a wireless usb that has no external markings, however, using 'lsusb' I've managed to establish it contains ralink 3070. Any ideas how I get this to work? When I plug in the wireless dongle from another laptop I get two connections available for use in network manager, but when I plug this one in nothing seems to happen.

[Code]...

View 3 Replies View Related

Ubuntu Networking :: Can't Connect Wireless / Ralink 3070 Chipset?

Aug 18, 2010

this is my first attempt to get into Linux (10.04 Lucid Lynx), and I'm eager to learn. The problem is however that i can't connect to the internet using my USB wifi dongle (Jensen 25150). I've tried what this link says:I've tried to blacklist rt2800usb, rt2x00lib, rt2x00usb and rt2870sta and to load "/etc/modules/rt3070sta", but no luck in that, so I simply do not know what to do next. Perhaps I haven't blacklisted them the right way? I've typed in the commands and saved Gedit and closed it. Is that the right way?

View 2 Replies View Related

Ubuntu Networking :: Enabling Wireless With RaLink In Zotac HD-ND22

Mar 10, 2011

I just want to setup adhoc network using the wireless card that came with the box but I'm having a hard time getting it up. I have gone through a lot of posts about wireless troubleshooting but nothing has solved it. Left clicking the network manager tray icon always says wireless network is disconnected. "Enable Wireless" is checked.

Some info:

Code:
rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

[Code]....

View 4 Replies View Related

Ubuntu Networking :: Getting Ralink RT2070 Wireless USB Card To Work?

Mar 31, 2011

I been having trouble getting my rt2070 wireless usb card to work on my desktop. I am using Ubuntu 10.10.

[URL]

Pastebin of dmesg: [URL]

Code:
Representative portion in case pastebin wipes this entry:
[ 234.984025] hub 1-0:1.0: Cannot enable port 8. Maybe the USB cable is bad?
[ 234.984041] hub 1-0:1.0: unable to enumerate USB device on port 8

[Code].....

View 9 Replies View Related

Ubuntu Networking :: Ralink Wireless Adaptor Doesn't Work 10.04

Jul 30, 2011

I've ubuntu 10.04 and I can't connect to router wi-fi with my new wireless adaptor usb (ralink 2870). I've tried various guides but nothing. The adaptor work fine with Windows and other linux distributions.

View 5 Replies View Related

Ubuntu Networking :: Ralink RT2070 Internet Speed Slow?

Aug 5, 2011

I'm running 11.04. I have brought a new WiFi adapter, ralink rt2070. When I browse the internet, it takes a long time to load a webpage. When I download updates, it goes at 3,060 BYTES a second. Is there any solution? I'm using the default rt2800usb driver.

View 9 Replies View Related

Fedora Networking :: Ralink Driver Keeps Resetting F15 / Fix It?

Jun 25, 2011

Well, I reinstalled after this update fiasco we just had and now I am having issues with my driver resetting. I open terminal and type in:

Quote:

sudo rmmod rt2800usb

Finishes properly. I then pull my USB device, plug it back in, new driver kicks in. Wireless then works fine. However, upon reboot, it's back to using the rt2800usb driver, which doesn't work. So I head back to terminal and repeat the step above and all's well after.

I am fairly new to Fedora, so how can I actually get Fedora to completely blacklist the rt2800usb driver?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved