LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 05-01-2016, 07:18 PM   #1
nix84
Member
 
Registered: Apr 2014
Posts: 276

Rep: Reputation: Disabled
Networking connection with XFCE Fed 23


I have tried to set up a connection to a local AP but having no luck/brains. Went in via Applications>Settings>network settings and added what I thought was the SSID. Got the ssid via nmcli which returned the name of the establishment along with other sights. That name had a heading of SSID.
I entered that and the wifi etc into the tables presented but could not connect.
I tried running a bash script I wrote which showed that wifi was enabled, took the name and password but did not connect.
Intuitively I think I need something which I haven't done. Can someone help with either net manager commands or XFCE
 
Old 05-02-2016, 03:46 PM   #2
Doug G
Member
 
Registered: Jul 2013
Posts: 749

Rep: Reputation: Disabled
I use Fedora 23 w/xfce, and easiest for me is to use the panel network applet to set up wireless networking. Usually available wifi networks are detected and displayed, and all you need to do is enter credentials to connect.
 
1 members found this post helpful.
Old 05-02-2016, 05:04 PM   #3
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by nix84 View Post
Can someone help with either net manager commands or XFCE
Hi...

Out of curiosity, what type of connection are you trying to log into? If it's a TLS connection and you're getting the "15=4WAY_HANDSHAKE_TIMEOUT" error in dmesg, this might be the problem and solution.

Otherwise, if you would, please open a terminal and post the results of these commands...

Code:
lspci -nnk | grep -i net -A2
Code:
lsmod
Code:
iwconfig
Please also post anything relevant from...

Code:
dmesg
Regards...
 
Old 05-03-2016, 05:16 PM   #4
nix84
Member
 
Registered: Apr 2014
Posts: 276

Original Poster
Rep: Reputation: Disabled
Networking connection with XFCE Fed 23

@DougG: I too think that should be the best approach but when I went to fill in the fields I stumbled on BSSID/SSID. Ran nmcli command to get the SSID (which is what it came back with when it listed all the APs available) but it didn't work. Do you have a process / steps to follow when filling out the panels? i.e. how to get the info the panel requires.
 
Old 05-03-2016, 09:38 PM   #5
Doug G
Member
 
Registered: Jul 2013
Posts: 749

Rep: Reputation: Disabled
Quote:
Originally Posted by nix84 View Post
@DougG: I too think that should be the best approach but when I went to fill in the fields I stumbled on BSSID/SSID. Ran nmcli command to get the SSID (which is what it came back with when it listed all the APs available) but it didn't work. Do you have a process / steps to follow when filling out the panels? i.e. how to get the info the panel requires.
I've only had to enter ssid when connecting to a hidden network that doesn't broadcast the ssid. Otherwise, available networks are shown by simply clicking on the xfce network manager applet from the taskbar. For me, it's just choose the desired network, enter authentication when prompted, and connect.

Verify that the network-manager-applet dnf package is installed. I don't recall if I had to add the applet to the panel or if it automagically appeared.

I've never had to use nmcli to connect to a wifi connection, nor have I used the menu choice you referenced. I just checked it out and it looks like the same edit window you get if you right-click the NM applet and choose Edit Connections.

By the way, if you don't have it try the networkmanager-tui command line nmtui program. It's easier that nmcli for most common network manager tasks.
 
1 members found this post helpful.
Old 05-05-2016, 09:15 PM   #6
nix84
Member
 
Registered: Apr 2014
Posts: 276

Original Poster
Rep: Reputation: Disabled
Networking connection with XFCE Fed 23

@ardvark71:Here are some of what U requested (for lsmod & dmesg need to get more specific):
>>ls pci -nnk|grep net -A2
01:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8162 Fast Ethernet [1969:1090] (rev 10)
Subsystem: Toshiba America Info Systems Device [1179:ff1e]
Kernel driver in use: alx

>>iwconfig
wlp2s0 IEEE 802.11bgn ESSIDff/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry short limit:7 RTS thr=2347 B Fragment thrff
Power Managementff
lo no wireless extensions.
enp1s0 no wireless extensions.
Connection was specified in OP as local access point, i.e. wifi.
@DougG: regarding accessing panels via Applications>... In the panel I entered "wifi" then under the left most tab I put in the AP in "'s for the SSID which helps when there is embedded blanks--dah!
Tried "1:<AP name> for the BSSID and passwd then under wifi security clicked on WPA2-personnal(? anyway its not enterprise the other alternative). Still no connection. Since the connection is supposed to be automatic (1st panel) if available, am lost with this approach.
I have no Taskbar like with Gnome and where/what is xfce network manager applet? Forgot to do a whereis on network manager applet.
Did U have to install the task bar or have I not made the connection mentally with the menu feature?
Sorry for the delay between responses but the AP is not real convenient and I have been putting in excess time trying to solve this- i.e. no rest for the wicked
 
Old 05-05-2016, 09:39 PM   #7
Doug G
Member
 
Registered: Jul 2013
Posts: 749

Rep: Reputation: Disabled
Quote:
Did U have to install the task bar or have I not made the connection mentally with the menu feature?
Well, in XFCE lingo it's panel, not taskbar. I installed the default XFCE desktop that ships with Fedora, which installed a full-width panel across the top of the screen, and a smaller popup panel at the bottom. The network manager applet icon on my system is a computer-looking icon which changes to something like phone signal bars when connected to my wifi router.

I should mention I installed Fedora 23 from the XFCE spin dvd and didn't install xfce after some other DE was already running.

Last edited by Doug G; 05-05-2016 at 09:41 PM.
 
Old 05-06-2016, 06:31 PM   #8
nix84
Member
 
Registered: Apr 2014
Posts: 276

Original Poster
Rep: Reputation: Disabled
Networking connection with XFCE Fed 23

That is strange cuz I got XFCE spin of F23 too but no bars for me??
I scripted a bit and have a bash/nmcli which at least created a profile and connected to a xfinitywifi site as a test. It is kinda kool as it does everything I can do manually by keying 2 digits.
Will now test for real here at the Access Point. Let u know how it goes.
 
Old 05-09-2016, 07:46 PM   #9
nix84
Member
 
Registered: Apr 2014
Posts: 276

Original Poster
Rep: Reputation: Disabled
@Doug G: I guess our XFCE came via different routes but was wondering how U got the network panel to show up in the taskbar like panel? When I ran that panel I had nothing about networks in it (unless I was missing it like toolbar/taskbar/panel seemed a bit strange to me. Is it something that is in that long list of Sessions and Startup?
 
Old 05-10-2016, 12:18 PM   #10
Doug G
Member
 
Registered: Jul 2013
Posts: 749

Rep: Reputation: Disabled
Quote:
Originally Posted by nix84 View Post
@Doug G: I guess our XFCE came via different routes but was wondering how U got the network panel to show up in the taskbar like panel? When I ran that panel I had nothing about networks in it (unless I was missing it like toolbar/taskbar/panel seemed a bit strange to me. Is it something that is in that long list of Sessions and Startup?
I didn't have to do these steps, my install came with the Network Applet icon when installed. Anyway, in the xfce panel right-click panel -> panel -> panel preferences -> items. Click on Notification Area then the Edit button and that's where I see Network Manager Applet.

hth,

Last edited by Doug G; 05-10-2016 at 12:19 PM.
 
1 members found this post helpful.
Old 05-11-2016, 06:47 PM   #11
nix84
Member
 
Registered: Apr 2014
Posts: 276

Original Poster
Rep: Reputation: Disabled
Networking connection with XFCE Fed 23

@Doug G: Thanks again. Think it was that last post of yours which tipped me into playing with Panel some more. So, finally got connected and it is working without using nmcli. Hope to get that working too. Gotta get that Midori browser to accept queries now.
 
  


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
[SOLVED] Slackware 14 - No Networking Icon on XFCE Top Right Panel lkraemer Slackware 7 10-04-2012 10:19 AM
Linux Mint 7 Gloria XFCE Networking Problem orc_dragoon Linux Mint 1 08-18-2009 02:24 AM
Upgrade Fed 6 to Fed 8 using only the *.iso ericcarlson Fedora 1 11-18-2007 02:25 AM
fed core 2.6.5 w/ 3c900b and rtl-8129 no connection sanguinary Linux - Newbie 8 09-16-2004 02:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

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