LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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 08-28-2014, 01:11 AM   #1
fragui
LQ Newbie
 
Registered: Aug 2014
Posts: 6

Rep: Reputation: Disabled
Unable to connect to a wireless network


Hello,

I have an HP ProBook 4540s with a network card (RTL8168evl/8111evl at 0xffffc9000001e000, b4:b5:2f:7). I have a dual boot system (windows 7 and Fedora 20). I have no problems using my home netowrk via wireless. However, when I try to connect to my school's wireless network with fedora, I'm not able to do so. I have no problem connecting when using Windows 7. I am able to see other networks. I tried typing in the SSID and everything but with no luck. My other classmates are able to connect to the network using linux OSs.
 
Old 08-28-2014, 03:30 AM   #2
Tekiano
LQ Newbie
 
Registered: Nov 2012
Posts: 12

Rep: Reputation: Disabled
It is possible that your school Access Point is configured on a channel that your Wifi Card is not configured to see.
The number of channels depends on a parameter that called Regdomain, Every country has its own configuration.
Try to find out how to configure this parameter on Fedora 20.
 
Old 08-28-2014, 11:57 AM   #3
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Try iwlist wlan0 scanning
 
Old 08-28-2014, 02:58 PM   #4
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member Response

Hi,

I believe that command from cli would be 'iwlist wlan0 scan'.

EDIT: man iwlist does show 'scanning' as an option, newer iwlist will also use 'scan'
Hope this helps.
Have fun & enjoy!

Last edited by onebuck; 08-28-2014 at 03:01 PM. Reason: correction
 
Old 08-28-2014, 04:30 PM   #5
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by onebuck View Post
Hi,

I believe that command from cli would be 'iwlist wlan0 scan'.

EDIT: man iwlist does show 'scanning' as an option, newer iwlist will also use 'scan'
Hope this helps.
Have fun & enjoy!
I thought they changed to scanning, but I do know there was a change.
 
Old 08-28-2014, 07:42 PM   #6
Fred Caro
Senior Member
 
Registered: May 2007
Posts: 1,007

Rep: Reputation: 167Reputation: 167
'iwlist wlan0 scan'

Substitute "wlan0" with your wifi, might be eth1 or so. Still if you get a signal result 'icon' on the gui you could left click on that to see if any more wifi's are present. Also how did your classmates connect using linux and are they using fed20.

Fred.
 
Old 08-29-2014, 08:29 AM   #7
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member Response

Hi,

You can truncate several of the iwlist options;
Quote:
From 'man iwlist';
DESCRIPTION
Iwlist is used to display some additional information from a wireless network interface that is not displayed by iwconfig(8). The main argument is
used to select a category of information, iwlist displays in detailed form all information related to this category, including information already
shown by iwconfig(8).

PARAMETERS
scan[ning]
Give the list of Access Points and Ad-Hoc cells in range, and optionally a whole bunch of information about them (ESSID, Quality, Frequency,
Mode...). The type of information returned depends on what the card supports.
Triggering scanning is a privileged operation (root only) and normal users can only read left-over scan results. By default, the way scanning
is done (the scope of the scan) is dependant on the card and card settings.
This command take optional arguments, however most drivers will ignore those. The option essid is used to specify a scan on a specific ESSID.
The option last do not trigger a scan and read left-over scan results.

freq[uency]/channel
Give the list of available frequencies in the device and the number of defined channels. Please note that usually the driver returns the total
number of channels and only the frequencies available in the present locale, so there is no one-to-one mapping between frequencies displayed
and channel numbers.

rate/bit[rate]
List the bit-rates supported by the device.

keys/enc[ryption]
List the encryption key sizes supported and list all the encryption keys set in the device.
Notice the bracket of options in the above quote to indicate the usable option.
Hope this helps.
Have fun & enjoy!
 
Old 08-29-2014, 09:11 AM   #8
fragui
LQ Newbie
 
Registered: Aug 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
Hey guys thanks for the quick responses. I tried iwlist (wlan0, eth0, and wlo1) scanning, I get Interface doesn't support scanning. I also tried the iwconfig (wlo1) which I believe is the interface I'm using
The message is:
IEEE 802.11bgn ESSIDff/any
Mode:Managed Access Point:Not-Associated Tx-Power=16 dBm
Retry Long limit:7 RTS thrff Fragment thrff
Power Managementff[/COLOR]

Again, thanks

Last edited by fragui; 08-29-2014 at 09:12 AM.
 
Old 08-29-2014, 09:12 AM   #9
fragui
LQ Newbie
 
Registered: Aug 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
sorry about the emojis there should be colons instead where the emojis are
haha
 
Old 08-29-2014, 09:21 AM   #10
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
something like this mite provide more info (although redundant with some of the above):
http://www.linuxquestions.org/questi...7/#post5194985
 
Old 08-29-2014, 12:20 PM   #11
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Try rfkill list
 
  


Reply



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
Unable to connect my wireless eth1(Intel PRO/Wireless 2200 Network connetion) antonio fernandez Linux - Wireless Networking 7 01-05-2011 03:24 PM
Unable to connect to Wireless network anujseth Linux - Newbie 4 05-13-2008 09:56 PM
unable to connect to wireless network pieterprovoost Linux - Wireless Networking 1 01-10-2008 03:48 PM
Wire network is ok but unable to connect to wireless and wireless card is not detect vitalstrike82 SUSE / openSUSE 4 11-01-2007 06:56 AM

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

All times are GMT -5. The time now is 03:02 AM.

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