LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-26-2008, 07:48 PM   #1
jus71n742
Member
 
Registered: Apr 2008
Distribution: Ubuntu 8.04 64bit/ 32bit, FreeBSD 8
Posts: 185

Rep: Reputation: 30
Wireless Card drivers


I need the drivers for a wireless card.
The card is an Encore electronics 802.11 N wireless
Guess a better question would be is there a way to use the cd and install it?
Any help is greatly appreciated

NVM I found the drivers

but how would I go installing them if they aren't tar.gz ...they came from a windows .zip file

Last edited by jus71n742; 11-26-2008 at 10:45 PM.
 
Old 11-27-2008, 09:07 AM   #2
monsm
Member
 
Registered: Feb 2005
Location: London, UK
Distribution: Gentoo
Posts: 568

Rep: Reputation: 37
You probably have to login as root to install it.

From the command line 'cd' to the folder where the tar.gz file is, then run: "tar -xvf ./<tar.gz filename>"

Check if there is a readme file in there with further instructions. It would normally be.

Mons
 
Old 11-27-2008, 09:37 AM   #3
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
Here is a tutorial from ubuntu using the ndiswrapper with windows drivers. There is also a link at the bottom to check and see if you have a native driver availible. I am referring you to this tutorial because it is written more complete than I could have done.

http://ubuntuforums.org/showthread.php?t=112526

If there is something in the tutorial you do not understand post a question back and I will try and answer.

Last edited by Larry Webb; 11-27-2008 at 09:39 AM.
 
Old 11-29-2008, 05:33 PM   #4
jus71n742
Member
 
Registered: Apr 2008
Distribution: Ubuntu 8.04 64bit/ 32bit, FreeBSD 8
Posts: 185

Original Poster
Rep: Reputation: 30
Ok I have no idea how to load the drivers with out a working internet connection...I have downloaded them with the laptop and moved them to the Tower. I would have to build the drivers if I follow what the readme file says and again ...lots easier with a wired internet connection. (think this might be one of those instances when Windows has the upper hand) I tried compiling since I have all the compilers but I continue to receive errors
 
Old 12-01-2008, 09:28 AM   #5
monsm
Member
 
Registered: Feb 2005
Location: London, UK
Distribution: Gentoo
Posts: 568

Rep: Reputation: 37
Unfortunately, wireless is probably the worst area and it still require lots of work. Some wireless cards are better supported than others.
My guess is that you are missing some dependency. Try to post the error here. And yes, you do have to follow the readme file as closely as possible.
E.g. to compile a driver like this you often require the source code for your current driver to be installed too. Don't know if that is the case with this one.

Mons
 
Old 12-01-2008, 11:03 AM   #6
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
If you are using windows drivers you need to have "ndiswrapper" installed.
 
Old 12-01-2008, 06:49 PM   #7
jus71n742
Member
 
Registered: Apr 2008
Distribution: Ubuntu 8.04 64bit/ 32bit, FreeBSD 8
Posts: 185

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by Larry Webb View Post
If you are using windows drivers you need to have "ndiswrapper" installed.
ok I will do that ....no I don't have the Windows drivers, I downloaded the Linux package from the site.
 
Old 12-08-2008, 11:44 PM   #8
jus71n742
Member
 
Registered: Apr 2008
Distribution: Ubuntu 8.04 64bit/ 32bit, FreeBSD 8
Posts: 185

Original Poster
Rep: Reputation: 30
So after installing nswrapper....use that to compile the files and install the drivers? Or use nswrapper much like envyng to find the appropriate drivers? Thought about it but I am getting kind of confused lol. Still trying though haha
 
Old 12-09-2008, 05:10 AM   #9
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
Quote:
Originally Posted by jus71n742 View Post
So after installing nswrapper....use that to compile the files and install the drivers? Or use nswrapper much like envyng to find the appropriate drivers?

Stop, did you already install a linux driver for the wireless card? If so we need to get it working. In your earlier post you said you downloaded and could not get it working. What working?

I was thinking you had downloaded 'Windows drivers'.

Last edited by Larry Webb; 12-09-2008 at 05:12 AM.
 
Old 12-09-2008, 08:11 AM   #10
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Take 2 steps back and post the output of lspci so we can see what chip is actually in the wireless card.
 
Old 12-09-2008, 03:01 PM   #11
jus71n742
Member
 
Registered: Apr 2008
Distribution: Ubuntu 8.04 64bit/ 32bit, FreeBSD 8
Posts: 185

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by Larry Webb View Post
Stop, did you already install a linux driver for the wireless card? If so we need to get it working. In your earlier post you said you downloaded and could not get it working. What working?


I was thinking you had downloaded 'Windows drivers'.
NOOO I didn't download the windows drivers....I downloaded the Linux ones from the site. No I have not gotten then installed that is what is confusing me. I went through the step by step instructions and it just confused me. It tells me basically to make any changes I deem necessary and then compile the drivers and then install them so yeah I got a little confised lol. Here is where I found the instructions for the drivers for
Linux:
http://www.encore-usa.com/product_do...d=81_2&pid=269

That is pretty much exactly where I am right now....just have the drivers downloaded and not installed.

Oh and I think why everyone is confused including me is that the file that was downloaded when I dwnlded from the site ...all of them were .zip files and I just extracted them to a location.

Last edited by jus71n742; 12-09-2008 at 03:03 PM.
 
Old 12-09-2008, 03:10 PM   #12
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
Ok do as farslayer says - first do you know how to get to 'terminal' and use it as 'root'?
 
Old 12-09-2008, 05:56 PM   #13
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Quote:
Originally Posted by README File for driver
This is a linux device driver for Ralink RT2860 ABGN WLAN Card
HOW-TO RT2860 Wireless Driver with Linux Kernel 2.6.27
http://www.ab9il.net/linuxwireless/rt2860.html


You will need to compile those drivers.

I'm a bit confused why your Wired internet is not working on that system and also why you can't compile the drivers on the system you wish to use them on...
 
Old 12-09-2008, 09:31 PM   #14
jus71n742
Member
 
Registered: Apr 2008
Distribution: Ubuntu 8.04 64bit/ 32bit, FreeBSD 8
Posts: 185

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by farslayer View Post
HOW-TO RT2860 Wireless Driver with Linux Kernel 2.6.27
http://www.ab9il.net/linuxwireless/rt2860.html


You will need to compile those drivers.

I'm a bit confused why your Wired internet is not working on that system and also why you can't compile the drivers on the system you wish to use them on...

The Wired connection is 2 floors below me lol in my dad's computer room and the desktop is WAY to big to lug down there.

Yes I know how to do things like leave GUI and use the sudo command...from there is where I get confused.

Last edited by jus71n742; 12-09-2008 at 09:37 PM.
 
Old 12-10-2008, 02:34 AM   #15
jus71n742
Member
 
Registered: Apr 2008
Distribution: Ubuntu 8.04 64bit/ 32bit, FreeBSD 8
Posts: 185

Original Poster
Rep: Reputation: 30
Ok I followed your tutorial and it helped quite a bit and I thank you for that....but I have a small problem...I got to the modprobe section annnnd it suddenly can't find the file it should be able to find
I ran the make && make install command and it ran and just as the tutorial said there was a couple errors and I went on and it was seeming to load. Then I hit the modprobe -a and nothing is found....even when I installed the ndiswrapper as well.

Here is the output:
Code:
justin@justin-desktop:~/documents/DPO_RT2860_Linux_STA_V1.4.0.0_20071119$ sudo make && make install
make -C tools
make[1]: Entering directory `/home/justin/documents/DPO_RT2860_Linux_STA_V1.4.0.0_20071119/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/justin/documents/DPO_RT2860_Linux_STA_V1.4.0.0_20071119/tools'
/home/justin/documents/DPO_RT2860_Linux_STA_V1.4.0.0_20071119/tools/bin2h
cp -f os/linux/Makefile.6 os/linux/Makefile
make V=1  -C  /lib/modules/2.6.24-16-generic/build SUBDIRS=/os/linux modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic'
test -e include/linux/autoconf.h -a -e include/config/auto.conf || (		\
	echo;								\
	echo "  ERROR: Kernel configuration is invalid.";		\
	echo "         include/linux/autoconf.h or include/config/auto.conf are missing.";	\
	echo "         Run 'make oldconfig && make prepare' on kernel src to fix it.";	\
	echo;								\
	/bin/false)
mkdir -p /os/linux/.tmp_versions ; rm -f /os/linux/.tmp_versions/*
make -f scripts/Makefile.build obj=/os/linux
scripts/Makefile.build:41: /os/linux/Makefile: No such file or directory
make[2]: *** No rule to make target `/os/linux/Makefile'.  Stop.
make[1]: *** [_module_/os/linux] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-16-generic'
make: *** [LINUX] Error 2
justin@justin-desktop:~/documents/DPO_RT2860_Linux_STA_V1.4.0.0_20071119$ sudo depmod -a
justin@justin-desktop:~/documents/DPO_RT2860_Linux_STA_V1.4.0.0_20071119$ sudo modprobe RT2860
FATAL: Module RT2860 not found.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Wireless card Drivers SabrinaMP Linux - Wireless Networking 2 06-26-2008 12:17 PM
wireless card drivers mbvo Linux - Hardware 4 02-23-2008 12:04 PM
Installing Wireless Card Drivers ddzc Linux - Hardware 18 09-26-2006 12:06 PM
Installing Wireless Card Drivers ddzc Linux - Hardware 5 04-13-2006 08:13 AM
wireless card drivers MooMooFarm Linux - Hardware 3 04-18-2004 05:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 11:46 PM.

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