LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-05-2009, 07:13 PM   #1
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
RT2860 WiFi installation.


I have just installed Debian (Command Line only, no DE, then installed X and FVWM), and I would like to set it up to use my RT2860-based Encore ENLWI-N WiFi card, so that I don't need this big cable hooked to my router.

I remember that in Fedora, I typed "yum install rt2860" and it installed, but apt-get didn't seem to have that.

I also installed nm-applet, but when I start it, it keeps repeating this message:

Code:
** (nm-applet:23191): WARNING **: <WARN> nma_bus_init(): could not acquire its service. dbus_acquire_service() says: 'Connection ":1.34" is not allowed to own the service "org.freedesktop.NetworkManagerInfo" due to security policies in the configuration file'
Maybe there is a better alternative to nm-applet, I just don't know of it.
 
Old 10-06-2009, 12:29 PM   #2
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
try: apt-get rt2860 non-free
the rt2860 source is in the nonfree section, will probably have to compile after downloading.
 
Old 10-06-2009, 01:03 PM   #3
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443

Original Poster
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
"apt-get install rt2860 non-free" didn't find anything.

I also wonder what is that open source rt2x00 stuff?

Last edited by MTK358; 10-06-2009 at 01:07 PM.
 
Old 10-06-2009, 05:11 PM   #4
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
it's located in testing non-free or unstable non-free at debian.org
 
Old 10-06-2009, 05:23 PM   #5
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443

Original Poster
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
for some reason it comes in ".dsc", I don't know what that is.
 
Old 10-06-2009, 06:17 PM   #6
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
add a line to /etc/apt/sources.list pointing to testing and apt-get install rt2860 should work
 
Old 10-06-2009, 07:05 PM   #7
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443

Original Poster
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
I don't really understand.
 
Old 10-06-2009, 08:58 PM   #8
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
open synaptic package manager, go to settings, repositories/third-party software and make sure debian testing is selected. then go to edit and select reload package information. then while still in synaptic do a search for rt2860.
 
Old 10-07-2009, 06:27 AM   #9
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443

Original Poster
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
I didn't have synaptic, but I installed it, and there is no such thing there.

I wonder if there is a way to do it with apt-get?

Last edited by MTK358; 10-07-2009 at 06:41 AM.
 
Old 10-07-2009, 07:05 AM   #10
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443

Original Poster
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
I downloaded this:

http://packages.debian.org/squeeze/a...ource/download

and ran this:

Code:
dpkg -i rt2860*.deb
I looked like it did something, but still no wireless (according to nm-applet, which gives a fatal error when not run as root, unlike in Fedora)
 
Old 10-07-2009, 12:45 PM   #11
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
this should help, look toward the bottom of the first post where it says update. http://forums.remote-exploit.org/bt4...-psk-dhcp.html

Last edited by colorpurple21859; 10-07-2009 at 12:47 PM.
 
Old 10-07-2009, 07:49 PM   #12
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443

Original Poster
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
I didn't really figure anything out there.
 
Old 10-08-2009, 12:41 PM   #13
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
open up a root terminal and do this:
Code:
cd /usr/src/modules/rt2860
make & make install
modprobe rt2860sta
that should install the rt2860 driver. then maybe can finsh setting up using the network manager.
 
Old 10-09-2009, 07:15 AM   #14
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443

Original Poster
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Didn't work. After doing all this, I'm not really sure if I want to keep Debian. Mostly because RPM and YUM install software so easily and painlessly, from the internet instead of CD, don't filter software into categories, and only install what's required. So I think that's it for this thread.
 
Old 10-14-2009, 04:37 AM   #15
AB9IL
LQ Newbie
 
Registered: Sep 2008
Posts: 7

Rep: Reputation: 0
Hello MKT358,

It seems your package manager approach doesn't work too well...How about getting the source straight from Ralink and building your driver? I'm using a RT2860 card in this computer and it is indeed a fine chipset. To install and configure it from source code, have a look at this tutorial page - I think it will help get you up and running:

http://www.ab9il.net/linuxwireless/rt2860.html

The more recent kernels have the rt2860 driver included, but you can always use a driver compiled from source if you prefer.
 
  


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
Ralink RT2860 device doesn't work leifmusik Linux - Wireless Networking 12 12-28-2009 04:21 PM
hdmi and RaLink RT2860 problems kristhor Linux - Hardware 3 10-03-2009 07:49 PM
rt2860 wireless update issue with Fedora 10 manuleka Linux - Newbie 2 03-12-2009 03:31 PM
RaLink RT2860 under Debian Etch sgoen1986 Linux - Hardware 2 11-28-2008 10:08 PM
Ralink RT2860 cccc Debian 3 10-28-2008 06:59 PM

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

All times are GMT -5. The time now is 09:27 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