LinuxQuestions.org
Help answer threads with 0 replies.
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 11-13-2009, 01:08 PM   #106
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33

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?
 
Old 11-13-2009, 01:13 PM   #107
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
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
Code:
lspci
Check for lines that refer to your wireless NIC and post the output.

If the NIC is external, type
Code:
lsusb
Check for lines that refer to your wireless NIC and post the output.

Kind regards,

Eric
 
Old 11-13-2009, 01:17 PM   #108
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
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
 
Old 11-13-2009, 01:20 PM   #109
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
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:
Code:
lspci
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
 
Old 11-13-2009, 01:36 PM   #110
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
there are too many lines, they got out of the screen.
how can i see the lines that are off screen? (on the top)
 
Old 11-13-2009, 01:39 PM   #111
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
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?
 
Old 11-13-2009, 01:42 PM   #112
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
eric is gone, i'm screwed
 
Old 11-13-2009, 01:49 PM   #113
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
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:
Code:
iwconfig
Post the output.

Kind regards,

Eric
 
Old 11-13-2009, 01:53 PM   #114
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
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?>
 
Old 11-13-2009, 01:57 PM   #115
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Great, at this time execute the following command and post the output here:
Code:
iwlist wlan2 scan
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.
 
Old 11-13-2009, 02:01 PM   #116
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
iwlist wlan2 scan ->
wlan2 no scan results.

yes i had wap2 security.
 
Old 11-13-2009, 02:02 PM   #117
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
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.
 
Old 11-13-2009, 02:04 PM   #118
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
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:
 
Old 11-13-2009, 02:05 PM   #119
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Could you try:
Code:
iwlist wmaster0 scan
to see if that one comes up with something?

Kind regards,

Eric
 
Old 11-13-2009, 02:05 PM   #120
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
yes, i'm close enough.
yes i think it's a router (though i'm not 100% sure)
 
  


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
problem with update divnypatron Ubuntu 3 06-27-2007 10:30 PM
problem with update.. natarajrhce Linux - Enterprise 1 12-22-2006 10:31 PM
YAST Update problem, won't update anymore sir_shunt SUSE / openSUSE 7 04-11-2006 12:55 PM
I have problem to update with the update function under fedora core 2 babyboss Fedora 4 08-10-2005 07:34 AM
Update Fedora2 using "yum update" problem chinaundead Fedora 9 04-27-2004 09:25 AM

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

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