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.
|
 |
|
11-13-2009, 01:08 PM
|
#106
|
Member
Registered: Nov 2009
Posts: 522
Original Poster
Rep:
|
it's very difficult for me to get access to a cable, i'd have to ask someone and this could take hours.
can we try to make the wireless work instead?
|
|
|
11-13-2009, 01:13 PM
|
#107
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
We could try if your NIC is detected correctly and if all the necessary commands are available. I assume the are.
First you'll need to check if the wireless is properly detected. Is the wireless card an on-board NIC or an external one, like USB or PCMCIA?
If on-board, type
Check for lines that refer to your wireless NIC and post the output.
If the NIC is external, type
Check for lines that refer to your wireless NIC and post the output.
Kind regards,
Eric
|
|
|
11-13-2009, 01:17 PM
|
#108
|
Member
Registered: Nov 2009
Posts: 522
Original Poster
Rep:
|
i have no idea what you're talking about, i'm not familiar with these names/abbreviations.
what shall i do, given that i don't know if it's nic or whatever
|
|
|
11-13-2009, 01:20 PM
|
#109
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
Okay, did you have to plugin something like an USB modem to have wireless? Or did you have wireless just like that? Without having to plug anything in? If you didn't have to plugin some device to have a wireless connection then type:
That command gives you a list. In that list you look for lines that contain lines like these (of course they could be different on your computer). Just the lines that contain the word Wireless, post that here.
Code:
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
05:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
Kind regards,
Eric
|
|
|
11-13-2009, 01:36 PM
|
#110
|
Member
Registered: Nov 2009
Posts: 522
Original Poster
Rep:
|
there are too many lines, they got out of the screen.
how can i see the lines that are off screen? (on the top)
|
|
|
11-13-2009, 01:39 PM
|
#111
|
Member
Registered: Nov 2009
Posts: 522
Original Poster
Rep:
|
i think this is the one you're looking for :
Quote:
02:00.0 Network controller: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection (rev 02)
|
but i don't have access to all lines so i can't tell if there are others.
what do i do now?
|
|
|
11-13-2009, 01:42 PM
|
#112
|
Member
Registered: Nov 2009
Posts: 522
Original Poster
Rep:
|
eric is gone, i'm screwed 
|
|
|
11-13-2009, 01:49 PM
|
#113
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
Don't panic
Nature called so I had to respond
Ok, now that we know the card is detected, run the following commands and post the output of each. We'll take it one step at a time because the information of the command is needed for the following command.
The first one:
Post the output.
Kind regards,
Eric
|
|
|
11-13-2009, 01:53 PM
|
#114
|
Member
Registered: Nov 2009
Posts: 522
Original Poster
Rep:
|
iwconfig results :
lo : no wireless connection
eth2 no wireless co
wmaster0 no wire co
wlan2 <quite a lot of stuff here : which line do you want?>
|
|
|
11-13-2009, 01:57 PM
|
#115
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
Great, at this time execute the following command and post the output here:
In the output of that command you'll need to get the stuff that references to your wireless (if you know the name of your wireless access point, if not post them all).
To save you from typing a lot of stuff; if you know which is your access point, you'll need the address and the ESSID. They look like this:
Code:
Address: 00:1A:2B:13:7A:42
ESSID:"JAZZTEL_89"
Also, a question, did you have security enabled on your wireless, like WEP or WAP2 or something?
Kind regards,
Eric
Last edited by EricTRA; 11-13-2009 at 02:01 PM.
|
|
|
11-13-2009, 02:01 PM
|
#116
|
Member
Registered: Nov 2009
Posts: 522
Original Poster
Rep:
|
iwlist wlan2 scan ->
wlan2 no scan results.
yes i had wap2 security.
|
|
|
11-13-2009, 02:02 PM
|
#117
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
No scan results? Damn, that's bad. Check your router, is it on? Are you close enough to have a signal?
Last edited by EricTRA; 11-13-2009 at 02:06 PM.
|
|
|
11-13-2009, 02:04 PM
|
#118
|
Member
Registered: Nov 2009
Posts: 522
Original Poster
Rep:
|
iwconfig results :
lo : no wireless connection
eth2 no wireless co
wmaster0 no wire co
wlan2 --> one of the lines here say : "access point: not-associated"
does that answer your question ?
Quote:
To save you from typing a lot of stuff; if you know which is your access point, you'll need the address and the ESSID. They look like this:
|
|
|
|
11-13-2009, 02:05 PM
|
#119
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
Could you try:
Code:
iwlist wmaster0 scan
to see if that one comes up with something?
Kind regards,
Eric
|
|
|
11-13-2009, 02:05 PM
|
#120
|
Member
Registered: Nov 2009
Posts: 522
Original Poster
Rep:
|
yes, i'm close enough.
yes i think it's a router (though i'm not 100% sure)
|
|
|
All times are GMT -5. The time now is 03:04 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
|
|