| Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
11-06-2011, 06:59 AM
|
#1
|
|
LQ Newbie
Registered: Sep 2008
Location: Benton, AR, United States
Distribution: Debian (squeeze)
Posts: 10
Rep:
|
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.
|
|
|
|
11-13-2011, 10:37 PM
|
#3
|
|
LQ Newbie
Registered: Sep 2008
Location: Benton, AR, United States
Distribution: Debian (squeeze)
Posts: 10
Original Poster
Rep:
|
That didn't seem to work.
|
|
|
|
11-14-2011, 04:11 AM
|
#4
|
|
Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,707
|
Where did it fail ?
|
|
|
|
11-14-2011, 05:44 PM
|
#5
|
|
LQ Newbie
Registered: Sep 2008
Location: Benton, AR, United States
Distribution: Debian (squeeze)
Posts: 10
Original Poster
Rep:
|
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#
|
|
|
|
|
11-17-2011, 11:51 AM
|
#6
|
|
Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,707
|
Ok, you need to install development tools, for example, you are missing gcc (C compiler).
|
|
|
|
11-18-2011, 12:49 AM
|
#7
|
|
LQ Newbie
Registered: Sep 2008
Location: Benton, AR, United States
Distribution: Debian (squeeze)
Posts: 10
Original Poster
Rep:
|
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.
|
|
|
|
11-24-2011, 06:32 PM
|
#8
|
|
LQ Newbie
Registered: Sep 2008
Location: Benton, AR, United States
Distribution: Debian (squeeze)
Posts: 10
Original Poster
Rep:
|
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.
|
|
|
|
11-24-2011, 08:14 PM
|
#9
|
|
Senior Member
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,071
Rep:
|
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
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
|
|
|
|
12-03-2011, 12:59 PM
|
#10
|
|
LQ Newbie
Registered: Sep 2008
Location: Benton, AR, United States
Distribution: Debian (squeeze)
Posts: 10
Original Poster
Rep:
|
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.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:20 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|