LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 10-20-2005, 10:50 PM   #1
Distorted.Clarity
LQ Newbie
 
Registered: Oct 2005
Location: Jacksonville, FL
Posts: 25

Rep: Reputation: 0
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..
 
Old 10-20-2005, 11:05 PM   #2
zilvis
LQ Newbie
 
Registered: May 2005
Location: Lithuania
Distribution: Debian for ever!!!! suse for fun
Posts: 28

Rep: Reputation: 15
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...
 
Old 10-20-2005, 11:07 PM   #3
Slith(++1)
Member
 
Registered: Sep 2005
Posts: 36

Rep: Reputation: 15
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
 
Old 10-20-2005, 11:30 PM   #4
Distorted.Clarity
LQ Newbie
 
Registered: Oct 2005
Location: Jacksonville, FL
Posts: 25

Original Poster
Rep: Reputation: 0
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
 
Old 10-20-2005, 11:42 PM   #5
Slith(++1)
Member
 
Registered: Sep 2005
Posts: 36

Rep: Reputation: 15
Yea, linux lacks in the support area. I dont tell anyone to install it if they want everything to work just fine.
 
Old 10-20-2005, 11:45 PM   #6
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,797

Rep: Reputation: 282Reputation: 282Reputation: 282
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.
 
Old 10-20-2005, 11:49 PM   #7
zilvis
LQ Newbie
 
Registered: May 2005
Location: Lithuania
Distribution: Debian for ever!!!! suse for fun
Posts: 28

Rep: Reputation: 15
did you run make as root or super user? You will ALWAYS get errrors if run make that install something to system!
 
Old 10-20-2005, 11:54 PM   #8
Distorted.Clarity
LQ Newbie
 
Registered: Oct 2005
Location: Jacksonville, FL
Posts: 25

Original Poster
Rep: Reputation: 0
rt2400 .ko failed to build
make: *** [module] error 1
[root@localhost module]

thats my error message after running "make"
 
Old 12-13-2005, 09:14 AM   #9
[NL]_Target
Member
 
Registered: Aug 2003
Distribution: Arch Linux 0.7
Posts: 81

Rep: Reputation: 15
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!
 
Old 12-13-2005, 02:08 PM   #10
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
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.
 
Old 12-13-2005, 06:46 PM   #11
Slith(++1)
Member
 
Registered: Sep 2005
Posts: 36

Rep: Reputation: 15
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.
 
Old 12-13-2005, 07:31 PM   #12
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
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.
 
  


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
Need help to understand C4bo Debian 2 06-13-2005 06:53 AM
Help me Understand what I have to do... cjkeeme Linux - Networking 5 05-15-2005 02:05 PM
Understand | tuananhbirm Linux - General 3 01-10-2005 05:02 PM
understand 1.4 mAineAc Linux - Software 6 01-06-2005 01:59 AM
i don't understand... humanveal Linux - Software 17 05-20-2003 03:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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