LinuxQuestions.org
Review your favorite Linux distribution.
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-01-2019, 11:13 AM   #31
700
Member
 
Registered: Jun 2019
Distribution: Slackware
Posts: 51

Original Poster
Rep: Reputation: Disabled

Quote:
Originally Posted by Paulo2 View Post
No need to decompress, the slackbuild will do it, just put the tarball
side by side with the SBo files.

Better way, install sbopkg, it downloads and installs automatically
with dependencies too.
Thanks
 
Old 07-01-2019, 11:36 AM   #32
700
Member
 
Registered: Jun 2019
Distribution: Slackware
Posts: 51

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Paulo2 View Post
The OP has a Broadcom cable interface that uses b44 driver, but that driver is
blacklisted by the broadcom-sta wl driver.

In this case, is there a way to both b44 and wl coexist?
Since each one will control a different card.

I have a notebook with Broadcom 4312 and the b43 driver works ok.
From SBo install both b43-firmware and b43-fwcutter, then run
'modprobe -r b43 bcma ssb' and then run 'modprobe b43 bcma ssb'
to reload. This works here.

edit-

You have to run
Code:
removepkg <pkg name>
to uninstall a package from the system.
In this case, 'removepkg broadcom-sta'
Ok, I've installed the firmware and fwcutter packages now. But I can't do the first modprobe command; it says:
Code:
modprobe: FATAL: module ssb is in use.
I could do the second one you told me though, the one without the -r argument.
I tried iwconfig and its added a wlan0. So I think it's working? Though it says encryption key is set to off.

Last edited by 700; 07-01-2019 at 11:39 AM.
 
Old 07-01-2019, 12:09 PM   #33
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by Paulo2 View Post
The OP has a Broadcom cable interface that uses b44 driver, but that driver is
blacklisted by the broadcom-sta wl driver.
I think that that is a bug in the broadcom-sta.SlackBuild. The 'b44' does not support wireless devices, it is meant for PCI ethernet.
The b43 and b44 modules both depend on the ssb driver. The 'ssb' driver is also blacklisted by the broadcom-sta package which is also incorrect.
 
2 members found this post helpful.
Old 07-01-2019, 01:06 PM   #34
Paulo2
Member
 
Registered: Aug 2012
Distribution: Slackware64 15.0 (started with 13.37). Testing -current in a spare partition.
Posts: 928

Rep: Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515
Quote:
Originally Posted by 700 View Post
Ok, I've installed the firmware and fwcutter packages now. But I can't do the first modprobe command; it says:
Code:
modprobe: FATAL: module ssb is in use.
I could do the second one you told me though, the one without the -r argument.
It works here, you could try only with ssb
modprobe -r ssb

Quote:
Originally Posted by 700 View Post
I tried iwconfig and its added a wlan0. So I think it's working? Though it says encryption key is set to off.
It's some time (years) I don't setup a wireless network at command line,
I just setup Networkmanager.

Run 'netconfig' and answer the questions, choosing NetworkManager.

Make /etc/rc.d/rc.networkmanager executable
Code:
chmod +x /etc/rc.d/rc.networkmanager
then run it
Code:
/etc/rc.d/rc.networkmanager restart
At console you can run nmtui utilities to configure the network,
and with X I think it depends on which desktop are you running.


edit- I think nmtui utilities are only in -current.

Last edited by Paulo2; 07-01-2019 at 01:31 PM.
 
1 members found this post helpful.
Old 07-01-2019, 01:56 PM   #35
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Quote:
Originally Posted by Paulo2 View Post
edit- I think nmtui utilities are only in -current.
Nope, they are in 14.2 as well.
 
Old 07-01-2019, 03:16 PM   #36
700
Member
 
Registered: Jun 2019
Distribution: Slackware
Posts: 51

Original Poster
Rep: Reputation: Disabled
Smile

Quote:
Originally Posted by Paulo2 View Post
It works here, you could try only with ssb
modprobe -r ssb


It's some time (years) I don't setup a wireless network at command line,
I just setup Networkmanager.

Run 'netconfig' and answer the questions, choosing NetworkManager.

Make /etc/rc.d/rc.networkmanager executable
Code:
chmod +x /etc/rc.d/rc.networkmanager
then run it
Code:
/etc/rc.d/rc.networkmanager restart
At console you can run nmtui utilities to configure the network,
and with X I think it depends on which desktop are you running.


edit- I think nmtui utilities are only in -current.
But why would running it with just ssb alone make it work when it says ssb is what's stopping it from running the command?

Anyway, I ran xfce and it's working now.
Thanks for your help!

Big thanks to everyone who helped me out in this thread! Appreciate it!

Edit: well that was a premature celebration, just tried connecting to one of the listed networks and now it just says:

Connection failure
Failed to add/activate connection

(7) The access point /org/freedesktop/Network manager/Access point/8 was not in the scan list.

Lol.

Last edited by 700; 07-01-2019 at 03:20 PM.
 
Old 07-01-2019, 05:10 PM   #37
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
You might have to configure network manager to use dhclient instead of dhcpcd.

See /etc/NetworkManager/conf.d/00-dhcp-client.conf
 
1 members found this post helpful.
Old 07-01-2019, 05:11 PM   #38
Paulo2
Member
 
Registered: Aug 2012
Distribution: Slackware64 15.0 (started with 13.37). Testing -current in a spare partition.
Posts: 928

Rep: Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515
I never saw that error.

My wireless connection is pretty stable, working for months,
but sometimes it just doesn't connect and stays trying to connect.

What I do (and works) is, at console, run nmtui and delete the saved
wireless connection, and recreate it. Maybe you could try this.


edit- or what Richard Cranium said.
I just saw my dhcp client and it is the Slackware recommended (dhcpcd),
not the NetworkManager recommended (dhclient).

Last edited by Paulo2; 07-01-2019 at 05:15 PM.
 
1 members found this post helpful.
Old 07-01-2019, 05:42 PM   #39
700
Member
 
Registered: Jun 2019
Distribution: Slackware
Posts: 51

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Richard Cranium View Post
You might have to configure network manager to use dhclient instead of dhcpcd.

See /etc/NetworkManager/conf.d/00-dhcp-client.conf
Ok, any likely reason why it's not working with dhcpcd?
 
Old 07-01-2019, 06:50 PM   #40
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
There's little rhyme or reason why one works and the other doesn't. ¯\_(ツ)_/¯
 
1 members found this post helpful.
Old 07-03-2019, 05:22 PM   #41
700
Member
 
Registered: Jun 2019
Distribution: Slackware
Posts: 51

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Richard Cranium View Post
There's little rhyme or reason why one works and the other doesn't. ¯\_(ツ)_/¯
Thanks, that fixed it!
Works perfectly now.

Thought out of curiosity, if I wanted to connect to the internet through the terminal without starting X, then how would I go about doing that?
 
Old 07-03-2019, 06:51 PM   #42
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 700 View Post
Thought out of curiosity, if I wanted to connect to the internet through the terminal without starting X, then how would I go about doing that?
nmtui is the console version of Network Manager.
 
1 members found this post helpful.
Old 07-03-2019, 07:10 PM   #43
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
I usually leave the wifi interface turned off until I want to use it. To activate from the terminal, I run:
Code:
nmcli radio wifi on
before using nmtui.
 
2 members found this post helpful.
Old 07-03-2019, 09:01 PM   #44
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Quote:
Originally Posted by 700 View Post
Thanks, that fixed it!
Works perfectly now.
Well, I'm happy to see that you didn't think any of my posts were helpful.
 
1 members found this post helpful.
Old 07-05-2019, 03:41 PM   #45
700
Member
 
Registered: Jun 2019
Distribution: Slackware
Posts: 51

Original Poster
Rep: Reputation: Disabled
Smile

Quote:
Originally Posted by Richard Cranium View Post
Well, I'm happy to see that you didn't think any of my posts were helpful.
sorry about that. Still fairly new to the whole forum thing so I forgot to click it a few times.
Fixed now. Your posts were extremely helpful!
 
  


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] No package 'x11' found No package 'xext' found No package 'xdamage' found No package 'xfixes' found No package 'x11-xcb' found Jigsaw Linux From Scratch 14 02-23-2021 08:35 PM
[SOLVED] I've just installed a program but my terminal says it's not installed. Moeman Linux - Newbie 18 08-03-2017 12:42 PM
RPM package manager says package needs to be installed. But I already installed it! nick623 Linux - Software 2 05-24-2005 02:15 AM
rpm -ivh says installed rpm -e says not installed ??? skog Fedora 3 12-22-2004 03:52 PM
Just Installed Mandrake 10.0 but no iwconfig wcn Linux - Wireless Networking 1 05-08-2004 08:30 PM

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

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