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-06-2019, 07:08 AM   #1
700
Member
 
Registered: Jun 2019
Distribution: Slackware
Posts: 51

Rep: Reputation: Disabled
Just installed ICEwm. It's WPA gui doesn't seem to be able to scan for available access points?


Just installed ICEwm, and I couldn't establish an internet connection. I opened the WPA GUI client and told it to scan for available AP's but it turned up blank.
The status says it can't get a status from the wpa_supplicant.

I could connect to the internet in xfce. Am I using the wrong application to do configure these things?
 
Old 07-06-2019, 12:50 PM   #2
philanc
Member
 
Registered: Jan 2011
Posts: 308

Rep: Reputation: 273Reputation: 273Reputation: 273
I have been using IceWM for a long time. This is only a window manager --not an integrated desktop a la Xfce.

As far as I know, it only includes basic menu and panel functionality, with minimal cpu and net monitors. I don't think it includes any wireless connection manager.

If you run another network manager (what you call the WPA GUI client), I think it is a distinct application, and I don't see how IceWM would be involved.

What network manager do you use? maybe a knowledgeable user could help you with it.
 
1 members found this post helpful.
Old 07-06-2019, 12:54 PM   #3
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,399

Rep: Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336
Are we using networkmanager? call that. Alternatively, in a terminal, try
Code:
sudo iwlist wlan0 scan
 
1 members found this post helpful.
Old 07-06-2019, 07:01 PM   #4
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
you can use this https://wiki.archlinux.org/index.php/IceWM and add networkmanager, nm-applet to a startup file, if they got a sys tray it should show up in there and you should be able to get your wifi/net connection.

I have not played with ICEwm in so long I forgot how it works.
 
1 members found this post helpful.
Old 07-08-2019, 04:07 PM   #5
700
Member
 
Registered: Jun 2019
Distribution: Slackware
Posts: 51

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by business_kid View Post
Are we using networkmanager? call that. Alternatively, in a terminal, try
Code:
sudo iwlist wlan0 scan
I opened xterm and input the command as you said but it kept telling me I got the password wrong. I tried my user password and my root password but neither worked. I know I entered them correctly, I've retried about 12 times now. any idea what's causing this?

edit: ok, re-logged in as root and tried it. It retured a ton of "IE:unknown:" 's and then gave me something called "Cell 12" followed by what looks like a MAC address? lists a channel of 1, a frequency, quality, encryption as on. Says the ESSID is "" and lists the bit rate and mode and the rest is pretty much gibberish to me.

I tried running NetworkManager in xterm but it just told me that it's already running.

Last edited by 700; 07-08-2019 at 04:14 PM.
 
Old 07-08-2019, 06:00 PM   #6
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
Make sure network manager is turned on via the service /etc/rc.d/rc.networkmanager (you'll have to start that as root).

In an xterm, run the "nmtui" command, which will provide a menu driven interface .
 
1 members found this post helpful.
Old 07-08-2019, 06:23 PM   #7
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
I just installed it, opened a terminal.
Code:
nm-applet
got wifi make sure /etc/rc.d/rc.networkmanager is executable.
 
Old 07-09-2019, 10:07 AM   #8
700
Member
 
Registered: Jun 2019
Distribution: Slackware
Posts: 51

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Richard Cranium View Post
Make sure network manager is turned on via the service /etc/rc.d/rc.networkmanager (you'll have to start that as root).

In an xterm, run the "nmtui" command, which will provide a menu driven interface .
Ok, I've opened nmtui and under "edit connection", it only lists one connection, as opposed to the multiple it could detect in xfce. Now I tried selecting activate connection but it just gave me an empty list. It doesn't even list the only connection shown when I select "edit connection". How do i connect to it? and how do I scan for access points to see what connections I can connect to?
 
Old 07-09-2019, 07:11 PM   #9
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
I opened xterm and input the command as you said but it kept telling me I got the password wrong. I tried my user password and my root password but neither worked. I know I entered them correctly, I've retried about 12 times now. any idea what's causing this?
This is because sudo isn't set up by default on Slackware (nor should it be). sudo is a way for you to run certain programs (or all programs, if desired) with elevated permissions without needing to switch to the root user. It is a security risk as that user will now have root access to those programs, and depending on what programs they're given access to, it may allow them to gain additional access or break something important. Also, if that user account is compromised, the attacker might have access to the system to do nefarious things. You can set sudo to either require the user's password or not require a password at all.

However, in at least the *buntu distros, sudo is setup by default for the main user as the primary way to run programs with elevated permissions, so many people will setup their users to be able to use sudo. The root user is not setup by default on this systems and so sudo is the only way to elevate permissions.

It's not wrong to set up your user to use sudo (and many do, including me), but if you do it, you should be aware of potential security implications.

As to your other issue with Network Manager, I would recommend resetting your networking and then select Network Manager to run your network. To reset everything, run netconfig as root and select loopback. This will reset everything back to defaults. Then run netconfig again and select Network Manager. You may need to reboot the system or manually start the Network Manager service to get it to run. You can manually start Network Manager by running the following:

Code:
/etc/rc.d/rc.networkmanager start
Then try nmtui on the console or nm-applet inside your DE/WM and see if it works.
 
1 members found this post helpful.
Old 07-09-2019, 07:23 PM   #10
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
yes, I installed it the other day as someone else? was having this very same issue.
as bassmadrigal said,
Code:
sudo chmod +x /etc/rc.d/rc.networkmanager
sudo /etc/rc.d/rc.networkmanager start (or restart)
#open a terminal, or use the one you already should have open then 
#type:
nm-applet
Look down in your system tray, and you should see it.

Last edited by BW-userx; 07-09-2019 at 07:24 PM.
 
1 members found this post helpful.
Old 07-09-2019, 07:30 PM   #11
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
yes, I installed it the other day as someone else? was having this very same issue.
as bassmadrigal said,
Code:
sudo chmod +x /etc/rc.d/rc.networkmanager
sudo /etc/rc.d/rc.networkmanager start (or restart)
#open a terminal, or use the one you already should have open then 
#type:
nm-applet
Look down in your system tray, and you should see it.
This user does not have sudo set up, so your commands would fail on his system if he tries to run them as a normal user. OP should run su - before running chmod and rc.networkmanager (but they should exit the root shell before running nm-applet, since it wouldn't connect to the X session).

Also, just making Network Manager executable and starting it may still cause issues if the other network options are not reset using netconfig.
 
Old 07-09-2019, 09:38 PM   #12
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
what do you mean he does not have sudo setup yet? what Kind of slack box is he running, - as well as su passwd then, and then exit and then run nm-applet , and I just seen your code block and that title, then remembered someone else (?) having this same issue, I don't remember the user OP name, but yeah, I didn't read everything you wrote before hand. so yeah, what you said.

belay my last.

Last edited by BW-userx; 07-09-2019 at 09:42 PM.
 
Old 07-10-2019, 12:49 AM   #13
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
what do you mean he does not have sudo setup yet? what Kind of slack box is he running,
A stock one
 
1 members found this post helpful.
Old 07-10-2019, 06:59 AM   #14
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
Sounds like he started turning the key before checking the oil.

Post Install
https://docs.slackware.com/slackware:beginners_guide

Last edited by BW-userx; 07-10-2019 at 07:07 AM.
 
Old 07-10-2019, 01:40 PM   #15
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,399

Rep: Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336
He hasn't been in since post #8. Maybe we oughtn't to beat the guy up so much for a simple enough error.
 
  


Reply

Tags
icewm, slackware -current



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] List number of available open/wep/wpa networks from "iwlist scan" Steff86 Programming 13 07-19-2010 04:08 PM
iwlist scan: not finding all wireless access points schneidz Linux - Software 2 10-14-2008 05:54 AM
iwlist scan: not finding all wireless access points schneidz Linux - Wireless Networking 6 10-13-2008 12:17 AM
impossible to scan access points with linux? jeru Linux - Wireless Networking 2 09-15-2004 02:11 AM

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

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