LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 03-31-2017, 05:37 PM   #16
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

There has been frequent issues with Network Manager connecting and disconnecting. Many of them are related to the dhcp client the program is using. You can try and change it from the default dhcpcd to dhclient and see if that solves your problem.

Have a look at /etc/NetworkManager/conf.d/00-dhcp-client.conf and comment out the dhcpcd line and uncomment the dhclient line. You might need to restart your Network Manager process (/etc/rc.d/rc.networkmanager restart) or it could work on the next connection attempt.

Good luck!
 
Old 03-31-2017, 05:56 PM   #17
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
The firmware gets updates. And if you have an early generation of the chipset, that could break it's functionality. My hp stream 11 that I got in Nov 2014 didn't have decent wireless firmware until July 2015. That plus the latest driver from github made networking rock solid without dongles.
 
Old 04-08-2017, 06:23 PM   #18
interndan
Member
 
Registered: Aug 2004
Location: near Marion, Ill
Distribution: Slackware 15 64bit on Desktop Slackwarearm on Raspberry PI v1b
Posts: 381

Rep: Reputation: 38
I just went through this. I had to downgrade b43 and fwcutter to the version from 13.37. I have also found over the years that wicd works better than network manager.
 
1 members found this post helpful.
Old 04-08-2017, 07:40 PM   #19
slackartist
Member
 
Registered: Oct 2015
Location: Where the buffalo's roam
Distribution: Slackware Current Multilib
Posts: 161
Blog Entries: 20

Rep: Reputation: 26
when i was using my laptop with linux it was with ubuntu then i went to arch where they have a user repository (AUR) and they have a popular package there that I got use to. Ponce has a package broadcom-sta not sure if my inspiron requires it i cant rememeber in sbopkg
 
Old 04-11-2017, 03:17 AM   #20
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,058

Rep: Reputation: Disabled
We need to first identify the card, including its exact model. Please type this command as root and post its output:
Code:
lspci -knn | grep -iA3 Network

Last edited by Didier Spaier; 04-11-2017 at 03:31 AM.
 
Old 04-14-2017, 02:53 PM   #21
rob.rice
Senior Member
 
Registered: Apr 2004
Distribution: slack what ever
Posts: 1,076

Rep: Reputation: 205Reputation: 205Reputation: 205
you could have someone phucking with your wifi connection
way too common on public hotspots
about the only thing you can do in this case is to spoof your mac address
this only works if the attack is ageist you and not your ap
 
Old 04-14-2017, 03:03 PM   #22
rob.rice
Senior Member
 
Registered: Apr 2004
Distribution: slack what ever
Posts: 1,076

Rep: Reputation: 205Reputation: 205Reputation: 205
Quote:
Originally Posted by BW-userx View Post

it is ridiculous to not have rfkill the pkg be installed.
my wifi was being blocked by rfkill I just ran "rfkill unblock all"
and it worked
even though there is no rfkill package there is enough rfkill there to work with in an every thing install
 
Old 04-14-2017, 04:01 PM   #23
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by rob.rice View Post
my wifi was being blocked by rfkill I just ran "rfkill unblock all"
and it worked
even though there is no rfkill package there is enough rfkill there to work with in an every thing install
yep that is the ole' catch 22
I've complained about that --
No logic in that one.
 
Old 04-14-2017, 09:37 PM   #24
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
Quote:
Originally Posted by BW-userx View Post
it is ridiculous to not have rfkill the pkg be installed.
Umm... but it is included. It's under the n/ series.

http://packages.slackware.com/?r=sla...5-x86_64-1.txz

It's been included in Slackware since 13.37. It was added on 22 JAN 2011.
 
1 members found this post helpful.
Old 04-15-2017, 04:40 PM   #25
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by bassmadrigal View Post
Umm... but it is included. It's under the n/ series.

http://packages.slackware.com/?r=sla...5-x86_64-1.txz

It's been included in Slackware since 13.37. It was added on 22 JAN 2011.
then all that means is Slackware has Stopped being ridiculous on that one sense 22 JAN 2011

Beers on you, everyone is invited. yea!!

Last edited by BW-userx; 04-15-2017 at 04:50 PM.
 
Old 04-15-2017, 05:10 PM   #26
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
Quote:
Originally Posted by BW-userx View Post
then all that means is Slackware has Stopped being ridiculous on that one sense 22 JAN 2011
What else is it being ridiculous on?

Quote:
Beers on you, everyone is invited. yea!!
Sorry, if we're having a party at my house, it will be BYOB. But you'll have to work around my remodeling mess.
 
Old 04-15-2017, 05:13 PM   #27
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by bassmadrigal View Post
What else is it being ridiculous on?



Sorry, if we're having a party at my house, it will be BYOB. But you'll have to work around my remodeling mess.
I have no idea. but if there is something then I am in the clear of not making a false statement to that effect.

BYOB??? --- what about the snacks or pizza?

and how about we make it to drunken tripping over your remodeling mess?

Last edited by BW-userx; 04-15-2017 at 05:15 PM.
 
  


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
wpa_supplicant Slack14 Broadcom B43 cannot connect brgr88 Linux - Wireless Networking 2 03-27-2014 09:35 PM
[SOLVED] Debian - no access points from iwlist wlan0 scan using Broadcom card and b43 module ehrenbrav Linux - Wireless Networking 3 02-28-2010 02:54 PM
Suse 11.1 and wireless Card Broadcom B43 olva SUSE / openSUSE 7 01-03-2009 06:30 AM
Can't connect to wifi nets since updated to 2.6.24) with b43, atmel and madwif [SkG] Linux - Wireless Networking 1 02-18-2008 03:02 PM
WiFi - Broadcom 4306 on kernel 2.6.24 (b43 module) juchem Linux - Wireless Networking 4 02-07-2008 02:09 PM

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

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