LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 07-03-2017, 11:47 PM   #31
Marcelo_Belfalas
Member
 
Registered: Apr 2012
Location: Brazil
Distribution: Slackware64-current multilib
Posts: 32

Rep: Reputation: 18

Hi! It won't help much, but I'll tell it anyway since this thread is familiar to me.

I started in Slackware back in 2010, never had installed a OS different from Windows in my life and never used Linux either. A friend of mine had been using Slackware since 2000 and told he would help me with any problems, so... Best decision in my life I ever made, learned so much just installing the system...

My notebook was a Dell Inspiron and had a broadcom card too (bcm4313). Back in the day the kernel still didn't have it builtin, so I resorted to broadcom-sta, and it worked, but had to remember to rebuild it every time I updated the kernel. But since the kernel included support for it with brcmsmac I never had any problem.

Well, my point is, I had problems with Slackware because of drivers and such, all of them was because of my lack of knowledge. But I enjoyed the ride learning and exploring the inner workings of the system. After this I can go to any distro and know what it is doing, and any problem at all is easy to figure out. Slackware makes this by being such a rock solid distro, that 99.9% of the problems you encounter on the way must have been you that did something wrong, so it is so much easier to backtrack and learn.

Trying to help:
In the arch wiki
Quote:
BCM4306 rev.3, BCM4311, BCM4312 and BCM4318 rev.2 have been noticed to experience problems with b43-firmware. Use b43-firmware-classic for these cards instead.
Don't know if rworkman b43-firmware from slackbuilds is the classic version....
 
2 members found this post helpful.
Old 07-08-2017, 07:52 PM   #32
Cellar_Dweller
LQ Newbie
 
Registered: Jun 2017
Posts: 16

Original Poster
Rep: Reputation: Disabled
Post Update: Can't Configure wlan0

After some thought, I performed the following after logging in as root:
Code:
rmmod wl
modprobe b43
This turns on the WiFi indicator light on my Dell Latitude.
When I go into Network Manager after these actions, it recognizes
my Wifi ESSID and gives me a green check mark for my security recognition.
Network Manager pauses when I click my ESSID and the KDE wallet prompts
me for my (non wifi) password. At least I assume this is the non wifi password.
It then tries to address and configure my wlan0, which fails and reads
"not connected". One step closer to figuring out the wifi I suppose.

For anyone who is still hanging around, thank you.
 
Old 07-08-2017, 09:04 PM   #33
Gordie
Member
 
Registered: Aug 2007
Location: Nolalu, Ontario, Canada
Distribution: Slackware64-Current
Posts: 871

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
Quote:
Originally Posted by Cellar_Dweller View Post
Network Manager pauses when I click my ESSID and the KDE wallet prompts
me for my (non wifi) password. At least I assume this is the non wifi password.
It then tries to address and configure my wlan0, which fails and reads
"not connected". One step closer to figuring out the wifi I suppose.

For anyone who is still hanging around, thank you.
Try your wifi password and see what happens
 
1 members found this post helpful.
Old 07-08-2017, 11:18 PM   #34
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 Cellar_Dweller View Post
After some thought, I performed the following after logging in as root:
Code:
rmmod wl
modprobe b43
I imagine there's a way to prioritize which module would load over the other, but my google-fu skills are lacking tonight... but you should be able to blacklist the wl module, which will hopefully mean that the b43 module should be selected automatically. Just add blacklist wl to /etc/modprobe.d/blacklist to have it blacklisted.

Quote:
Originally Posted by Cellar_Dweller View Post
This turns on the WiFi indicator light on my Dell Latitude.
When I go into Network Manager after these actions, it recognizes
my Wifi ESSID and gives me a green check mark for my security recognition.
Network Manager pauses when I click my ESSID and the KDE wallet prompts
me for my (non wifi) password. At least I assume this is the non wifi password.
It then tries to address and configure my wlan0, which fails and reads
"not connected". One step closer to figuring out the wifi I suppose.

For anyone who is still hanging around, thank you.
If you haven't already, try switching the default dhcp client for Network Manager from dhcpcd to dhclient. You can do this under /etc/NetworkManager/conf.d/00-dhcp-client.conf. Just comment out the dhcpcd line and uncomment the dhclient line. If you did already do that, try swapping it.
 
1 members found this post helpful.
Old 07-10-2017, 10:37 AM   #35
Cellar_Dweller
LQ Newbie
 
Registered: Jun 2017
Posts: 16

Original Poster
Rep: Reputation: Disabled
Question Path doesn't exist...

Quote:
If you haven't already, try switching the default dhcp client for Network Manager from dhcpcd to dhclient. You can do this under /etc/NetworkManager/conf.d/00-dhcp-client.conf. Just comment out the dhcpcd line and uncomment the dhclient line. If you did already do that, try swapping it.
What if that path doesn't exist?
When I altered this last time, I had to insert the dhcp = dhclient line myself into the file /etc/NetworkManager/NetworkManager.conf

At the time of my alteration, the only items present were:
Code:
[main]
plugin=keyfile

[keyfile]
hostname=myhostname
I have altered it so that it now reads:
Code:
[main]
plugin=keyfile
dhcp=dhclient

[keyfile]
hostname=myhostname
Is this erroneous? Should I have a conf.d directory?
Quite confusing.

Additionally my /NetworkManager directory contains a /systemconnections directory which has a file by the name of my wifi ssid.
I don't really know what's going on in there.

-CD
 
Old 07-10-2017, 12:18 PM   #36
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
Oops, I forgot you were still on 14.1. That conf.d folder is a new thing for 14.2. A default NetworkManager.conf should contain the below (with the hostname matching your computer's name):

Code:
jbhansen@craven-moorhead:~$ cat /etc/NetworkManager/NetworkManager.conf
# /etc/NetworkManager/NetworkManager.conf
#
# See NetworkManager.conf(5) for more information on this file

[main]
plugins=keyfile
dhcp=dhcpcd

[keyfile]
hostname=craven-moorhead
I'm not sure why your initial one didn't contain the dhcp line. But with making this change, have you had any better luck connecting to your wireless network?
 
Old 07-12-2017, 11:23 PM   #37
ibmercurial
Member
 
Registered: Sep 2004
Location: Harriman Tennessee
Distribution: mx17
Posts: 72

Rep: Reputation: 24
network manager

I always forget to select security (wpa 1/2 etc.) and the pre-shared key (psk), in the lower right hand corner of the network manager dialog box. if fwcutter, the firmware, wicd, and network manager are installed, and ifconfig -a shows wlan0, then you should be able to connect without blacklisting anything, or editing any config files wpa_supplicant included, unless you need to for some reason other than connecting to the internet. Not sure if 14.1 handles this so easily because I do remember blacklisting several modules a long time ago. we don't have to do that in later slackware releases
 
Old 07-16-2017, 11:45 AM   #38
Cellar_Dweller
LQ Newbie
 
Registered: Jun 2017
Posts: 16

Original Poster
Rep: Reputation: Disabled
Smile Update : A Friend's Device!

I have found a temporary way to solve my problem.
By using my friend's unused 802.11 b/g WiFi card, I am able to connect to my network using network manager.
I have not been able to ascertain the direct problem with my 4311 chipset wlan0 interface.
Instead I use the aforementioned WiFi card as a work-around for now.
Without the card, the same problem still exists. Network Manager still tries to configure the original card, but fails each time. Should I mark this thread as solved? I do not feel as though the problem has been solved, as much as it has been avoided.

I'd like to thank everyone who stuck around.
I have performed all of the ideas in this thread with the exception of the last one at this point.

Any other comments or ideas?

-CD
 
  


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] Broadcom BCM43142 802.11b/g/n Wireless on Slackware 14.1 Parameter Linux - Networking 5 08-28-2015 04:21 PM
[SOLVED] Broadcom BCM43142 802.11b/g/n Wireless on Slackware 14.1 gusgorman Linux - Networking 4 11-20-2013 05:26 AM
Trying to connect to wireless LAN with a Broadcom 4313 802.11b/g/n on Slackware 13.37 prestoned Slackware 4 04-04-2012 10:06 AM
Broadcom Corporation BCM4313 802.11b/g LP-PHY (rev 01) f14 on dell laptop navets Fedora 5 05-16-2011 04:17 AM
Configure BroadCom 802.11b/g wireless for Slackware 12.1 ? TheAlmighty Linux - Laptop and Netbook 5 05-09-2009 05:41 PM

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

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