LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-15-2018, 12:48 PM   #1
Myphre
LQ Newbie
 
Registered: Oct 2018
Posts: 21

Rep: Reputation: Disabled
Question Problem with WIFI - Cant Conect, 'reason = 3'?


Hi!
Im new in Linux and now i have instaled Slackware. Unfortully, i cant log in in my wifi to update mine VGA and start the graphic mode - at least, was my probem with Debian.
I have tried some guides, but all of then apoint to the same thing - like to use wicd or wpa_supplicant- and i cant understand my problem.

Sorry for my english.

My Laptop is an Acer Aspire 5 A515-51G - 58VH. I will post soon the lspci output here, I totally forgot to write. My PC is in dual boot with Win10, and win10 knows the Qualcoom Atheros QCA9377 and the Realtek PCIe GBE Family Controller - network adapter

I cant put the photo of the problem, but he says he "could not set interface 'p2p-dev-win0' Up". He can connect with my WIFI, but he, in the next line, says: 'CTRL-EVENT-DISCONECTED bssid: (number he associeted in the last line) reason = 3 locally_generated=1 '


Thx for the help !
 
Old 10-15-2018, 12:55 PM   #2
average_user
Member
 
Registered: Dec 2010
Location: Warsaw, Poland
Distribution: Slackware
Posts: 560

Rep: Reputation: 220Reputation: 220Reputation: 220
Post output of ifconfig -a. It looks like you don't have p2p-dev-win0 interface that wpa_supplicant is trying to use. You might have luck with wlan0.
 
Old 10-15-2018, 02:35 PM   #3
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
The easiest thing to do would be to switch to Network Manager. To do that, you'd first want to reset your networking by running netconfig and picking loopback. Then run netconfig again and select Network Manager. For the first time, you'll either need to reboot or start Network Manager manually (/etc/rc.d/rc.networkmanager start).

Once that is done, you should be able to open up the wireless icon in your tray or run nmcli from the command line to be able to connect to your wireless network.

wicd is not included in a full install of Slackware and if you want it (it's an alternative to Network Manager) you'd need to install it out of the extra/ directory on your install media or favorite mirror. wpa_supplicant can be used if you want to connect to a network without using wicd or Network Manager. It does take some more effort to do it that way.
 
1 members found this post helpful.
Old 10-16-2018, 08:15 PM   #4
Myphre
LQ Newbie
 
Registered: Oct 2018
Posts: 21

Original Poster
Rep: Reputation: Disabled
Smile

Quote:
Originally Posted by bassmadrigal View Post
The easiest thing to do would be to switch to Network Manager. To do that, you'd first want to reset your networking by running netconfig and picking loopback. Then run netconfig again and select Network Manager. For the first time, you'll either need to reboot or start Network Manager manually (/etc/rc.d/rc.networkmanager start).

Once that is done, you should be able to open up the wireless icon in your tray or run nmcli from the command line to be able to connect to your wireless network.

wicd is not included in a full install of Slackware and if you want it (it's an alternative to Network Manager) you'd need to install it out of the extra/ directory on your install media or favorite mirror. wpa_supplicant can be used if you want to connect to a network without using wicd or Network Manager. It does take some more effort to do it that way.
Thx! Solve my problem
 
Old 10-16-2018, 10:17 PM   #5
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,900

Rep: Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050
Quote:
Originally Posted by Myphre View Post
Thx! Solve my problem
What exactly did you do to solve your problem? Once you post back, please mark the thread as solved as well.
 
Old 10-19-2018, 02:32 PM   #6
Myphre
LQ Newbie
 
Registered: Oct 2018
Posts: 21

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by mralk3 View Post
What exactly did you do to solve your problem? Once you post back, please mark the thread as solved as well.

I had followed that: run netconfig and select Network Manager

After, i followed that site: https://nullr0ute.com/2016/09/connec...nd-line-nmcli/
or: # nmcli radio ( show if ur wifi is enable or not)
# nmcli device wifi rescan
# nmcli device wifi list
# nmcli -ask device wifi connect SSID-Name //(In C, after // is for comments, in terminal code i dont know yet what to use... but.. i think
'nmcli -ask wifi connect WIFI_Name' works too)
In the next line will ask your password
U are online :)
 
Old 10-19-2018, 03:05 PM   #7
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,900

Rep: Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050
You can also accomplish the same thing with "nmtui" if you are using network manager. I personally find nmtui to be more functional for people and nmcli better in a shell script. Maybe it is just me, but nmcli has some cryptic command options that I cannot ever remember.
 
  


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] Problem: Can't conect to my Wi Fi in Slackware 14 sgc12 Slackware 5 04-07-2018 11:16 AM
[SOLVED] Problem connecting to WIFI with usb WIFI adapter on debian stretch beric Linux - Hardware 0 09-19-2017 07:44 AM
WiFi Signal Lost After Conect Itself THE PHANTOM Linux - Networking 1 05-01-2017 08:44 AM
Static WiFi problem in Dual Booted System. Dynamic WiFi working Shahbaz E Linux - Newbie 3 01-22-2016 09:21 PM
wifi won't conect santiagosilva Linux - Wireless Networking 3 09-09-2006 03:43 PM

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

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