| 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. |
|
 |
|
02-07-2004, 11:45 AM
|
#1
|
|
Member
Registered: Feb 2004
Posts: 49
Rep:
|
Please help the n00b.
Somebody please help me. I'm totally new to Linux and I just installed RedHat yesterday. I have this Wireless LAN Adapter that I want to install, but I don't know wtf I'm doing. I have all the files but I can't figure out how to do anything. I desperately cry out: PLEASE HELP ME!!!
Seriously, take baby steps with me here if you have to. I have AIM, ICQ, Yahoo IM and MSN Messenger of which all to reach me instantly. If somebody is willing to help me here, Let me know.
|
|
|
|
02-07-2004, 12:46 PM
|
#2
|
|
Member
Registered: Feb 2004
Posts: 49
Original Poster
Rep:
|
Update: OK, so I figured out how to get to the terminal and navigate through that. Now I need to figure out where the kernel is so I can finish the 'make config' command.
|
|
|
|
02-07-2004, 04:34 PM
|
#3
|
|
Member
Registered: Sep 2003
Posts: 91
Rep:
|
What are you trying to compile?? Usually the commands are "configure", "make" and "make install". Ususally you don't need the kernel but you do need either kernel headers or the complete kernel source to compile.
More info would be helpful.
Good Luck
Alan
|
|
|
|
02-08-2004, 01:52 AM
|
#4
|
|
Member
Registered: Feb 2004
Posts: 49
Original Poster
Rep:
|
Actually, I believe I have figured out what paths I needed to type in in order to start the 'make config', but I think my install is missing the development components and, therefore, won't compile.
I kept getting errors, something like 'file missing' or 'file not found'. I'll try to be more indepth when I get a chance to work on it again. That unfortunately won't be until tomorrow night.
EDIT: Also, if anybody knows of a few different places to d/l RH9, that'd be great. I'm trying to d/l it through bit torrent and it says it would take me another 2-3 days to finish it. I have broadband, it shouldn't be that slow for all 3 discs. If anybody knows of some places that have higher bandwidth that I can d/l the isos from, please let me know.
Last edited by NssOne; 02-08-2004 at 01:55 AM.
|
|
|
|
02-08-2004, 08:41 AM
|
#5
|
|
Senior Member
Registered: Jan 2002
Location: Southern California
Distribution: Slackware 14.0
Posts: 1,874
Rep:
|
|
|
|
|
02-08-2004, 10:43 AM
|
#6
|
|
Member
Registered: Feb 2004
Posts: 49
Original Poster
Rep:
|
Wow, I'm grateful. Thank you very much. With this, I'll have the ISOs downloaded tonight and hopefully I'll be able to add on those development components.
|
|
|
|
02-08-2004, 11:13 PM
|
#7
|
|
Member
Registered: Feb 2004
Posts: 49
Original Poster
Rep:
|
I have a new problem. The last step of my installation requires me to insert the default gateway. I'm using both a Linksys router and WAP. I'm having trouble figuring out how to set the default gateway addy and getting it to connect to the WAP and log onto the network. Please help me some more.
|
|
|
|
02-08-2004, 11:24 PM
|
#8
|
|
Member
Registered: Sep 2003
Posts: 91
Rep:
|
Default gateway should be the IP of your router. The command is "route add default gw IP.of.the.router" from the command line as root.
Good Luck
Alan
|
|
|
|
02-08-2004, 11:35 PM
|
#9
|
|
Member
Registered: Feb 2004
Posts: 49
Original Poster
Rep:
|
Could I be doing the ifconfig wrong? I'm not sure what IP I should be putting in there.
|
|
|
|
02-08-2004, 11:44 PM
|
#10
|
|
Member
Registered: Sep 2003
Posts: 91
Rep:
|
In my system, I set a static address for my card with
"ifconfig wlan0 192.168.1.10"
then add the card parameters with iwconfig
"iwconfig wlan0 mode Managed channel 6 essid XXXXX " (XXXX=my essid)
then set default gateway
"route add default gw 192.168.1.1"
Good Luck
Alan
|
|
|
|
02-08-2004, 11:51 PM
|
#11
|
|
Member
Registered: Feb 2004
Posts: 49
Original Poster
Rep:
|
Well here's the bit of instructions I'm at and what it's trying to tell me to do.
Code:
run '/sbin/ifconfig ra0 inet YOUR_IP up'
run '/sbin/route add default gw YOUR_DEFAULT_GW dev ra0'
(where [YOUR_IP] like [192.168.1.1], [YOUR_DEFAULT_GW] like [192.168.1.254])
- run '/usr/local/bin/RaConfig' to start the Configuring Utility.
EDIT: I'm not getting the same error messages, but I'm getting no response out of mozilla when I try to connect to a website. I think I'm setting up the wrong GW. Please more help :/
Last edited by NssOne; 02-08-2004 at 11:56 PM.
|
|
|
|
02-09-2004, 08:10 AM
|
#12
|
|
Member
Registered: Sep 2003
Posts: 91
Rep:
|
I would just use an arbitrary IP for "Your_IP" like 192.168.1.10 and your gateway should be 192.168.1.1 if you're using a Linksys router. Your router documentation should tell you what it's IP is.
Once this is entered, try to ping your router from your wireless machine. Do "ping -c 4 IP.of.the.router"- this should give you some times in the output, not a message of "network unreachable".
Good Luck
Alan
|
|
|
|
02-09-2004, 11:42 AM
|
#13
|
|
Member
Registered: Feb 2004
Posts: 49
Original Poster
Rep:
|
I tried the ping and this is what I got:
Code:
4 packets transmitted, 0 received , +4 errors, 100% packet loss, time 3142ms, pipe 3
Yes, 192.168.1.1 is the device IP of my router. But I'm not just using a router, I'm using a WAP. My router is wired. I think part of my poblem is the IP address of the WAP, but I'm not sure.
EDI: I also tried the 'iwconfig', but I get an 'Error for wireless request "Set Mode" (8B06) : .....'
Last edited by NssOne; 02-09-2004 at 11:50 AM.
|
|
|
|
02-09-2004, 12:10 PM
|
#14
|
|
Member
Registered: Feb 2004
Posts: 49
Original Poster
Rep:
|
WOOOOOOOT!!!! IT WORKS NOW!!!!
:sigh: Well, unfortunately, I don't know exactly what I did to make it work, but it connects to the internet.
But unfortunately it's not so much that it's working as it's what I needed to do to make it work. I'm basically writing a report on how I'm turning this into a wireless media server. Well, thanks again for your helps.
EDIT: Ummm... no it did work, but now i doesn't again. where's the smilie of the guy putting a gun to his head in frustration?
EDIT II: Why do I have to add in all the IP stuff again? Why won't it save it? Any explanations? I'm sorry if I'm being such a bother with this, but it's getting to me.
Last edited by NssOne; 02-09-2004 at 12:27 PM.
|
|
|
|
02-09-2004, 01:17 PM
|
#15
|
|
Member
Registered: Sep 2003
Posts: 91
Rep:
|
OK now I'm confused. What does your wireless access point connect to. My setup is wireless router/wireless USB card for remote computer; card connects to router.
As root what does "iwconfig wlan0 (or eth0 whichever is correct)" show?
Alan
|
|
|
|
| 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
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
Help-A-n00b
|
fesago90 |
Linux - Newbie |
3 |
11-09-2004 10:44 PM |
|
n00b needs help
|
Kerpele |
Linux - Networking |
3 |
09-21-2004 12:13 AM |
|
To n00b?
|
Grisnak |
Slackware |
27 |
11-27-2003 02:18 AM |
|
Such a n00b
|
Quinner |
Linux - Newbie |
4 |
11-05-2003 12:55 PM |
|
n00b help.
|
rhadamanthys |
Slackware |
1 |
02-06-2003 02:19 AM |
All times are GMT -5. The time now is 04:34 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
|
|