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
ADVERTISEMENT
Jul 17, 2011
Just a short note on getting this card to work in Fedora 14 (and presumably Fedora 15) 64bit. First of all, none of the rpm packages which you might choose will work because none of them are for this chipset. First, one goes to the Rosewill website, finds the driver for this card as a compressed tar file. After downloading it and extracting, you will find in the parent directory a Makefile and README_STA_PRI.
The instructions in README_STA_PRI, if followed carefully, will do the job except for one thing: there is a mistake in the os/linux/config.mk file that needs to be fixed. In the $(PLATFORM),PC 2.4 branch, change -imarch=i686 to -march=core2 and more importantly, in the 2.6 branch, add -march=core2 to the EXTRA_CFLAGS and add export CFLAGS (which would otherwise not be done). In the main Makefile, as per the instructions, I set HAS_WPA_SUPPLICANT=y and HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y so that the Network Manager can control the card.
In the instructions, wps_supplicant is not where they indicate (it is in /usr/sbin/) and the configuration file which I used was in /etc/wpa_supplicant/wpa_supplicant.conf, not the one in the dbus-1/system directory. The wpa_supplicant command was run before the make and before "insmod rt3562.ko", and it generated a bunch of error messages because the card had not be recognized yet. The error messages didn't seem to matter.
The card was already in the machine and when "insmod rt3562.ko" was executed, the card was instantly recognized and the network manager set it up and put it into play without any further fuss or muss.
View 1 Replies
View Related
Oct 29, 2010
other forums to get my Zonet ZEW1642D to work on my new install of Ubuntu Studio 10.10. None of the how-tos I've found APPEAR to have worked although I guess I'm not entirely sure how I would know. There is a pair of computers at the top right of my screen by the date/time. When I right click there the following are all checked:
Enable Networking
Enable Wireless
Enable Notifications
but when I click Connection Information Auto eth0 is the only connection that comes up (which must be the wired connection I'm using to submit this) Here are the things I've tried:
1) README_STA included in the driver files downloaded from the Ralink website although I must admit this was a bit over my head
2) http://ubuntuforums.org/showthread.php?t=1045703
3) http://www.hyperborea.org/journal/20...i-ralink-3062/
[Code]....
View 9 Replies
View Related
Aug 13, 2011
just trying Fedora 15 and can't get the RT3062 driver to work, when i try Make command i get this:
Code:
make -C tools
make[1]: Entering directory `/home/raiden/DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217/tools'
gcc -g bin2h.c -o bin2h
make[1]: gcc: Command not found
make[1]: *** [all] Error 127
[Code]...
View 2 Replies
View Related
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
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
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
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
Dec 28, 2010
I'm very new to openSUSE, so I need easy, clear instructions on how to install the driver for RaLink RT2561T wi-fi card. I have the driver and everything, I just don't have a clue on how to install it!
View 5 Replies
View Related
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
View Related
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
Apr 17, 2010
I am having some difficulties installing a wireless usb adapter on Fedora 12. the usb adapter is: Netgear WN111v2 Wireless-N USB adapter and it has the chipset: Atheros AR9100AP. I did a intensive search on the web but i don't know how to go further. These are the steps i've tried. I installed NdisWrapper and tried the following:
[code]...
But i really have no clue what to do further. I also found this site, which seems to have all the answers: [URL]... But i have no idea how it works. I copied all the firmware files to right directory. But what is the next step?
View 1 Replies
View Related
Feb 2, 2010
I had a problem with using ndiswrapper to install Windows driver on Netgear WN511TA wireless adapter card. Problem solved by replacing Netgear WN511TA with Airlink101 AWLC6080 PCMCIA wireless adapter to work in my triple-boot XP Pro/Ubuntu Karmic/openSUSE 11.2 Toshiba laptop and using the latest Linux driver version 2.3.0.0 dated January 29, 2010 from Ralinktech site. I followed driver instruction in a Ubuntuforums tutorial (Howto: Ralink RT2860(m) PCI(e) RT2860...on Intrepid).
I am wondering if I can use the same Linux driver (RT2860sta) for openSUSE 11.2 on my triple-boot XP Pro/Karmic/openSUSE laptop, ie. copying over instead of building and compiling driver from source again, because I don't quite understand the build instruction given in the README file of Ralink's Linux driver file. Specifically, I don't know how to "define the GCC and LD (?) of the target machine, and define the compiler flags CFLAGS(?), modify your need (?)", etc. I already have gcc, cpp and make installed on the Ubuntu and openSUSE parts of my machine. I did try ndiswrapper in openSUSE but it doesn't work for the Windows version of the latest Ralink driver (error: invalid driver rt2860.inf).
View 9 Replies
View Related
Jun 23, 2011
I just performed a fresh install of Suse 11.4. It worked great except that the network communication would cut in and out intermittently. I managed to solve the problem posting it here for other users and for future suse releases. I will give the hardware I am running, the symptoms and the fix:
Hardware
=======
Motherboard: Gigabyte GA-H67MA-UD2H-B3
Ethernet controller: Realtek RTL8111E
Default module: r8169 (run lsmod to see loaded modules)
[Code].....
1) First make sure that linux kernel source is installed in your system (yast software management)
2) ensure that gcc is installed (yast software management)
3) Download the latest linux driver for RTL8111E from the realtek website The one that I am running is the 8168 driver version 8.024.00
4) unzip the tarball (creates a directory called "r8168-x.xxx.xx")
5) As root run the autorun.sh from inside the newly created "r8168-x.xxx.xx" directory
View 9 Replies
View Related
Jan 11, 2010
I am trying to install a RaLink RT2570 USB Enhanced Driver for my Linksys WUSB54G that I found the driver here:I understand that I have to install full kernel source (I'm running CentOS 5.4 i386). I installed the source by the following commands that I found on the web:Install kernel headers: # yum install kernel-devel Kernel-headersInstall kernel source code:
# cd /tmp
# wget http://mirror.centos.org/centos/5/updates/SRPMS/kernel-2.6.18-164.10.1.el5.src.rpm
# rpm -ivh kernel-2.6.18-164.10.1.el5.src.rpm
[code]....
View 3 Replies
View Related
May 13, 2010
I just installed ubuntu and I have no wifi connection. How would I download and intsall a copy from my Win XP boot?
View 2 Replies
View Related
Mar 19, 2010
Has anyone tried to install Karmic on a laptop that has HP's new Linux on a chip OS installed? I think it's a scaled down Splashtop desktop and at least a portion of the OS is hardware based. I sure wonder what would happen if/when I try to install grub and Ubuntu.
View 7 Replies
View Related
Feb 3, 2011
I have got a server which has a motherboard with nvidia mediashield raid built in, with Centos installed it picked up the raid 5 array that i had configured as one drive so the os install was straight forward. When i booted the netinstaller of opensuse 11.3 run though the setup, when getting to the partition setup is was picking up the three hdd as seperate drives and not one, so i got to a certain point and aborted the installation and i re run the installer, the raid status said the array was degarded or something which i knew there was nothing wrong with it as i had set it up only about 2 weeks ago and there was one drive missing aswell. So i removed the array and re configured the array and rebooted and the raid status said healthy again as it was before on centos, then i run the opensuse installer again and it went though the process again but completely stop at "Searching for linux partitions" , cursor was working fine , but nothing else was so i had to press reset.
This was my problem, i know kind of what the problem is, but what i want to know is , i thought opensuse is based on rhel same as centos but how comes centos has the drivers for the raid chip i have in my board and opensuse has not.
View 5 Replies
View Related
Feb 2, 2010
We've just bought a new Lenovo ThinkPad T510 in the UK, which includes the Qualcomm Gobi 2000 3G broadband chip on a mini PCI card, attached to a WWAN antenna (around the screen?).
I've done a lot of searching, and was not able to find a way to get this chip to work in Ubuntu 9.10. Can anyone point me in the right direction or provide some help here?
View 1 Replies
View Related
Aug 19, 2011
Good afternoon, I have a PC with Kubuntu 10.04 and a PCI Wireless Mymax MWA/PCI-150N RT3060F chip, I am not able to install, configure the system, I downloaded the driver on the site [URL]... php? s = 2, RT3062PCI/mPCI/CB/PCIe (RT3060/RT3062/RT3562/RT3592) and follow the procedures but it still fails, the card comes up in the connections but no signal scans.
View 9 Replies
View Related
Aug 25, 2011
This is my first time here and I'm very much a beginner to Linux. I installed Fedora 14 and found out I didn't have wireless. I found this beautiful guide online posted by Stoat:
[URL]
but unfortunately, I live in an apartment and can only get access to wireless internet. I hope I'm posting in the correct place. Anyways, this is my setup:
$ uname -r
2.6.35.14-95.fc14.x86_64
$lspci
Network Controller: Broadcom Corporation BCM43225 802.11b/g/n
View 2 Replies
View Related
Sep 4, 2010
I have built-in-motherboard Ethernet with this MArvell 88e8059 chip. During CentOS 5.5 install it didnt find it. then i found some page here on forums which said how to install sk98lin driver, and several people reported it working after that. Their chips were 8056 and others.. So i decided that should probably work in my case too, i installed it, and then i could see it in Network COnfiguration manager.
But during reboot, it cannot obtain IP information, and in Network Config manager it is "Inactive", setting it to Active fails to obtain IP again...
View 7 Replies
View Related
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
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
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
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
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
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
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
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