LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 11-06-2011, 06:59 AM   #1
jldicicco
LQ Newbie
 
Registered: Sep 2008
Location: Benton, AR, United States
Distribution: Debian (squeeze)
Posts: 10
Blog Entries: 1

Rep: Reputation: 0
RALink RT3090 wireless card not working on new MS-1242-ID1 (Wind12 U200)


I just bought a MS-1242-ID1 (Wind12 U200) with the Debian (squeeze) installed on it. It has an RALink RT3090 wireless card, but the card does not seem to work with Debian. I have found the driver and firmware on the manufacturer's website (http://www.ralinktech.com/en/04_supp...ort.php?sn=501), but have no idea how to install it. I would be grateful for any assistance than can be offered. Thank you.
 
Old 11-13-2011, 05:00 AM   #2
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Get these two:
http://www.ralinktech.com/en/04_supp...e.php?sn=5015#
http://www.ralinktech.com/en/04_supp...e.php?sn=5029#

Extract 2010_1217_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO.zip and open a terminal in the extracted directory. Run:

Code:
make
su
make install
Now extract RT2860_Firmware_V26.zip and copy 'rt2860.bin' into '/lib/firmware' so it will end up at '/lib/firmware/rt2860.bin'.

Restart.
 
Old 11-13-2011, 10:37 PM   #3
jldicicco
LQ Newbie
 
Registered: Sep 2008
Location: Benton, AR, United States
Distribution: Debian (squeeze)
Posts: 10

Original Poster
Blog Entries: 1

Rep: Reputation: 0
That didn't seem to work.
 
Old 11-14-2011, 04:11 AM   #4
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Where did it fail ?
 
Old 11-14-2011, 05:44 PM   #5
jldicicco
LQ Newbie
 
Registered: Sep 2008
Location: Benton, AR, United States
Distribution: Debian (squeeze)
Posts: 10

Original Poster
Blog Entries: 1

Rep: Reputation: 0
This is what I got:

Quote:
jeremy@jldicicco-notebook:~$ dir
20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO Desktop Documents Downloads Music Pictures Public RT2860_Firmware_V26 Templates Videos
jeremy@jldicicco-notebook:~$ cd 20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO
jeremy@jldicicco-notebook:~/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO$ make
make -C tools
make[1]: Entering directory `/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/tools'
gcc -g bin2h.c -o bin2h
make[1]: gcc: Command not found
make[1]: *** [all] Error 127
make[1]: Leaving directory `/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/tools'
make: *** [build_tools] Error 2
jeremy@jldicicco-notebook:~/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO$ su
Password:
root@jldicicco-notebook:/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO# make install
make -C /home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux -f Makefile.6 install
mkdir: cannot create directory `/etc/Wireless': File exists
make[1]: Entering directory `/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux'
rm -rf /etc/Wireless/RT2860STA
mkdir /etc/Wireless/RT2860STA
cp /home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/RT2860STA.dat /etc/Wireless/RT2860STA/.
install -d /lib/modules/2.6.32-5-686/kernel/drivers/net/wireless/
install -m 644 -c rt3090sta.ko /lib/modules/2.6.32-5-686/kernel/drivers/net/wireless/
install: cannot stat `rt3090sta.ko': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux'
make: *** [install] Error 2
root@jldicicco-notebook:/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO# cd /home/jeremy/
root@jldicicco-notebook:/home/jeremy# dir
20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO Desktop Documents Downloads Music Pictures Public RT2860_Firmware_V26 Templates Videos
root@jldicicco-notebook:/home/jeremy# cd RT2860_Firmware_V26
root@jldicicco-notebook:/home/jeremy/RT2860_Firmware_V26# cp rt2860.bin /lib/firmware
root@jldicicco-notebook:/home/jeremy/RT2860_Firmware_V26#
 
Old 11-17-2011, 11:51 AM   #6
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Ok, you need to install development tools, for example, you are missing gcc (C compiler).
 
Old 11-18-2011, 12:49 AM   #7
jldicicco
LQ Newbie
 
Registered: Sep 2008
Location: Benton, AR, United States
Distribution: Debian (squeeze)
Posts: 10

Original Poster
Blog Entries: 1

Rep: Reputation: 0
This is what I got after installing gcc:
Quote:
oot@jldicicco-notebook:/home/jeremy# cd 20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO
root@jldicicco-notebook:/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO# make
make -C tools
make[1]: Entering directory `/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/tools'
/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/tools/bin2h
cp -f os/linux/Makefile.6 /home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/Makefile
make -C /lib/modules/2.6.32-5-686/build SUBDIRS=/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux modules
make: *** /lib/modules/2.6.32-5-686/build: No such file or directory. Stop.
make: *** [LINUX] Error 2
root@jldicicco-notebook:/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO# su
root@jldicicco-notebook:/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO# make install
make -C /home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux -f Makefile.6 install
mkdir: cannot create directory `/etc/Wireless': File exists
make[1]: Entering directory `/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux'
rm -rf /etc/Wireless/RT2860STA
mkdir /etc/Wireless/RT2860STA
cp /home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/RT2860STA.dat /etc/Wireless/RT2860STA/.
install -d /lib/modules/2.6.32-5-686/kernel/drivers/net/wireless/
install -m 644 -c rt3090sta.ko /lib/modules/2.6.32-5-686/kernel/drivers/net/wireless/
install: cannot stat `rt3090sta.ko': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux'
make: *** [install] Error 2
root@jldicicco-notebook:/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO# cd /home/jeremy/
root@jldicicco-notebook:/home/jeremy# dir
20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO Desktop Documents Downloads Music Pictures Public RT2860_Firmware_V26 Templates Videos
root@jldicicco-notebook:/home/jeremy# cd RT2860_Firmware_V26
root@jldicicco-notebook:/home/jeremy/RT2860_Firmware_V26# cp rt2860.bin /lib/firmware/rt2860.bin
root@jldicicco-notebook:/home/jeremy/RT2860_Firmware_V26#
---------- Post added 11-18-11 at 02:50 AM ----------

Last edited by jldicicco; 11-18-2011 at 12:53 AM.
 
Old 11-24-2011, 06:32 PM   #8
jldicicco
LQ Newbie
 
Registered: Sep 2008
Location: Benton, AR, United States
Distribution: Debian (squeeze)
Posts: 10

Original Poster
Blog Entries: 1

Rep: Reputation: 0
I installed gcc. This is what I got:

Quote:
root@jldicicco-notebook:/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO# makemake -C tools
make[1]: Entering directory `/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/tools'
/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/tools/bin2h
cp -f os/linux/Makefile.6 /home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/Makefile
make -C /lib/modules/2.6.32-5-686/build SUBDIRS=/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux modules
make: *** /lib/modules/2.6.32-5-686/build: No such file or directory. Stop.
make: *** [LINUX] Error 2
root@jldicicco-notebook:/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO# su
root@jldicicco-notebook:/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO# make install
make -C /home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux -f Makefile.6 install
mkdir: cannot create directory `/etc/Wireless': File exists
make[1]: Entering directory `/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux'
rm -rf /etc/Wireless/RT2860STA
mkdir /etc/Wireless/RT2860STA
cp /home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/RT2860STA.dat /etc/Wireless/RT2860STA/.
install -d /lib/modules/2.6.32-5-686/kernel/drivers/net/wireless/
install -m 644 -c rt3090sta.ko /lib/modules/2.6.32-5-686/kernel/drivers/net/wireless/
install: cannot stat `rt3090sta.ko': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux'
make: *** [install] Error 2
root@jldicicco-notebook:/home/jeremy/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO#
[COLOR="Silver"]

---------- Post added 11-24-11 at 08:33 PM ----------

Last edited by jldicicco; 11-24-2011 at 06:37 PM.
 
Old 11-24-2011, 08:14 PM   #9
baronobeefdip
Senior Member
 
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267

Rep: Reputation: 32
i have had some problems getting my Ralink wireless card to work on my COMPAQ notebook, since it's newer hardware Linux kernel that came by default with most distros don't have the modules in it for use even if you did install the firmware it won't work. what you do is find your wireless chipset sometimes the firmware it needs by issuing the command
Code:
lspci
it takes a few minutes but look for your wireless card but you can direct it into a text file with the >> command like so
Code:
lspci >> /home/user/Desktop/lspci.txt
so depending on your distro will be the way you will have to install the new kernel. sometimes the right way to install them will be in the repos (ubuntu, debian, fedora and opensuse) but for others your going to have to compile it from source which is more time consuming heres the site where you can download the latest stable kernel

http://kernel.org

good luck
 
Old 12-03-2011, 12:59 PM   #10
jldicicco
LQ Newbie
 
Registered: Sep 2008
Location: Benton, AR, United States
Distribution: Debian (squeeze)
Posts: 10

Original Poster
Blog Entries: 1

Rep: Reputation: 0
SO far, nothing has worked and I keep getting the message on the GUI "Wireless is disabled by hardware switch." This is crazy-making! Any more ideas would be greatly appreciated. Thanks to everyone so far for their recommendations.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Ralink RT3090 G1d30n Slackware 2 08-16-2011 06:02 AM
ralink and Ubuntu (RT3090 and 10.4.2, specifically) wireless problems moxieman99 Ubuntu 2 06-10-2011 12:11 PM
[SOLVED] Debian Squeeze: RaLink RT3090 wireless card unable to obtain IP address Chais Linux - Wireless Networking 1 06-05-2011 12:25 PM
RALink RT3090 wireless card refuses to do anything I tell it to do! prushik Linux - Hardware 3 12-16-2010 05:09 AM
RaLink RT3090 Wireless help TrueBlue Linux - Networking 1 07-29-2010 05:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 04:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration