Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
10-20-2005, 10:50 PM
|
#1
|
LQ Newbie
Registered: Oct 2005
Location: Jacksonville, FL
Posts: 25
Rep:
|
Help me understand what this is saying.
I have just started using Fedora 4 (first time using Linux, trying to stop using winblows)
my wifi card is not detected by fedora but i found some info as per a Google search (noob here but very computer smart).. i downloaded the driver needed but with the how to i cant make out what it is asking me to do.. i have only used Linux for about a total of 8hrs so far
here is the how to: linux-militia.net/howtos/asus/asuswifi.html
(sorry you have to copy and past because i need 5 posts before i can post a link)
maybe rewrite it in noob lingo or previous winblows user lingo..
___
on a side note... don't worry i will be snaggin some ebooks and noob guides once i get this figured out.. just need to get online with the mofo for now..
|
|
|
10-20-2005, 11:05 PM
|
#2
|
LQ Newbie
Registered: May 2005
Location: Lithuania
Distribution: Debian for ever!!!! suse for fun
Posts: 28
Rep:
|
if you want to know what it does read all the source code you've just downloaded if you understand c++ of course, make command means compile (you can read it in text editor too) other commands you can examine yourself by typing man and command i.e. man cd, hope i helped you...
|
|
|
10-20-2005, 11:07 PM
|
#3
|
Member
Registered: Sep 2005
Posts: 36
Rep:
|
Ok basically download the driver to your machine, or in your case put it on there with a usb/floppy/cd.
Then press ctrl + alt + f1
login as user: 'root' with the root password
use the command 'cd' to change directory to were the driver is. Read up on this command if you dont know how to use it as well as the 'ls' command as it could also be helpful
untar the 'tar' file with the command 'tar -xzvf asus_wifi@home.tar.gz'
Now once you have gotten that far you should be able to figure the rest out your self.
Basically where it says '[root@sonic-linux Utility]# ./Configure'
you enter what ever is after the hash(#)
good luck
|
|
|
10-20-2005, 11:30 PM
|
#4
|
LQ Newbie
Registered: Oct 2005
Location: Jacksonville, FL
Posts: 25
Original Poster
Rep:
|
im getting errors when running "make" so its not installing properly
starting to hate fedora..
i did have suse installed before but it had some installed issues.. that caused me problems but i could use my wifi.. maybe i will just go back to that
|
|
|
10-20-2005, 11:42 PM
|
#5
|
Member
Registered: Sep 2005
Posts: 36
Rep:
|
Yea, linux lacks in the support area. I dont tell anyone to install it if they want everything to work just fine.
|
|
|
10-20-2005, 11:45 PM
|
#6
|
Senior Member
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,797
|
Quote:
Originally posted by Distorted.Clarity
im getting errors when running "make" so its not installing properly
|
Maybe you should post the commands that you issue and the error messages. Will help solving the problem.
|
|
|
10-20-2005, 11:49 PM
|
#7
|
LQ Newbie
Registered: May 2005
Location: Lithuania
Distribution: Debian for ever!!!! suse for fun
Posts: 28
Rep:
|
did you run make as root or super user? You will ALWAYS get errrors if run make that install something to system!
|
|
|
10-20-2005, 11:54 PM
|
#8
|
LQ Newbie
Registered: Oct 2005
Location: Jacksonville, FL
Posts: 25
Original Poster
Rep:
|
rt2400 .ko failed to build
make: *** [module] error 1
[root@localhost module]
thats my error message after running "make"
|
|
|
12-13-2005, 09:14 AM
|
#9
|
Member
Registered: Aug 2003
Distribution: Arch Linux 0.7
Posts: 81
Rep:
|
This might be totally off topic, but might be appreciated by the topic starter;
Ubuntu Linux has extensive Wireless support. My notebook was online the first time I booted (on the unsecured network from my neighboors though, not my own network..) so maybe you could try Ubuntu Linux.
Good luck with your problem!
|
|
|
12-13-2005, 02:08 PM
|
#10
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809
|
Quote:
Originally Posted by Slith(++1)
Yea, linux lacks in the support area. I dont tell anyone to install it if they want everything to work just fine.
|
Hmmm--I find quite the opposite. Various websites, and Forums such as this are VERY useful---the advice available for free would cost more than my annual salary if I paid Microsoft for it.
Here's the paradox: Linux has a steeper learning curve and more sand-traps, but also arguable has MORE support available to deal with the issues.
|
|
|
12-13-2005, 06:46 PM
|
#11
|
Member
Registered: Sep 2005
Posts: 36
Rep:
|
Quote:
Originally Posted by pixellany
Hmmm--I find quite the opposite. Various websites, and Forums such as this are VERY useful---the advice available for free would cost more than my annual salary if I paid Microsoft for it.
Here's the paradox: Linux has a steeper learning curve and more sand-traps, but also arguable has MORE support available to deal with the issues.
|
Yes, your right. But, I was refering to hardware support from venders.
|
|
|
12-13-2005, 07:31 PM
|
#12
|
Senior Member
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290
|
Distorted clarity, you need to post more lines of output than that. The little snippet you posted tells us nothing. Post about a dozen or so lines before that.
|
|
|
All times are GMT -5. The time now is 04:09 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
|
|