LXDE
Moderator: M. Eerie
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
LXDE
ncmprhnsbl, You did a great on Nemesis and it looks super great. I install it on a 16gb thumb drive. I think I will stay with it if I can get WiFi to work. I will be doing testing in the next few weeks.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
LXDE
Well I ran nmtui and setup WiFi and show it was there but it didn't show up in the pannel just the wired connection. I reboot but it not in nmtui and WiFi setting were gone.
What do I need to do?
What do I need to do?
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
LXDE
Here is what I came up with.
Picture 1 here what it look at start.

Picture 2 now here what it after edit.

Picture 3 now it show it there.

Picture 4 now it not there but it did save.

What is wrong?
Picture 1 here what it look at start.

Picture 2 now here what it after edit.

Picture 3 now it show it there.

Picture 4 now it not there but it did save.

What is wrong?
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.
LXDE
Hi Jack.
You can setup your default WiFi options by editing network file in the config folder of your boot drive.
There you can adjust:
Connection=wireless
Interface=wlan0
ESSID=your_network_name
Gateway='xxx.xxx.x.x' (i.e. 192.168.0.1)
Security=wpa
Key='your_wpa_password'
and so on.
IMPORTANT: Be sure there is a line that reads:
Ignore=no
at the top of the file. Otherwise the settings will be ignored
Hope it helps.
You can setup your default WiFi options by editing network file in the config folder of your boot drive.
There you can adjust:
Connection=wireless
Interface=wlan0
ESSID=your_network_name
Gateway='xxx.xxx.x.x' (i.e. 192.168.0.1)
Security=wpa
Key='your_wpa_password'
and so on.
IMPORTANT: Be sure there is a line that reads:
Ignore=no
at the top of the file. Otherwise the settings will be ignored
Hope it helps.
> Does not compute_ 
https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=102066#p102066
https://forum.porteus.org/viewtopic.php?p=102306#p102306
https://forum.porteus.org/viewtopic.php?p=72741#p72741

https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=102066#p102066
https://forum.porteus.org/viewtopic.php?p=102306#p102306
https://forum.porteus.org/viewtopic.php?p=72741#p72741
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
LXDE
@M. Eerie
Thanks, I will try this later when I get awake. This might work with Porteus Mate too..
Thanks, I will try this later when I get awake. This might work with Porteus Mate too..
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
LXDE
Well that didn't work so I don't know what to do.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.
LXDE
Jack,
Have you tried to boot without saved changes? I mean, "base_only" and config/network should work. (I'm on Nemesis side, so I don't know how to do it in Porteus MATE)
Have you tried to boot without saved changes? I mean, "base_only" and config/network should work. (I'm on Nemesis side, so I don't know how to do it in Porteus MATE)
> Does not compute_ 
https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=102066#p102066
https://forum.porteus.org/viewtopic.php?p=102306#p102306
https://forum.porteus.org/viewtopic.php?p=72741#p72741

https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=102066#p102066
https://forum.porteus.org/viewtopic.php?p=102306#p102306
https://forum.porteus.org/viewtopic.php?p=72741#p72741
- ncmprhnsbl
- DEV Team
- Posts: 4253
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
LXDE
is this a hardware/kernel driver issue?
Code: Select all
lspci | grep Wireless (or maybe Wifi)
Code: Select all
ip link
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
LXDE
I ran both and "lspci | grep wireless" didn't have any output and the "ip link" didn't any WiFi. I need to buy 100 feet of cat 5 but since I retired in 2018 I'm on tight income.ncmprhnsbl wrote: ↑01 Sep 2021, 00:53is this a hardware/kernel driver issue?Code: Select all
lspci | grep Wireless (or maybe Wifi)
Code: Select all
ip link
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.
- ncmprhnsbl
- DEV Team
- Posts: 4253
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
LXDE
or use lspci | grep -i wi (-i = --ignore-case)
or simply lspci and eyeball it for a wifi related entry..
or simply lspci and eyeball it for a wifi related entry..
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
- Ed_P
- Contributor
- Posts: 8908
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
LXDE
So many options.

Code: Select all
guest@porteus:~$ sudo lspci | grep less
Password:
01:00.0 Network controller: Intel Corporation Wireless 3165 (rev 79)
guest@porteus:~$
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
LXDE
Well I try this one porteus-nemesis-v3.5-lxde-x86_64.iso and guest what WiFi work great and I didn't even have to set it up but just enter set a the password. I need to get a small web browser.
I might have to upgrade the packages.
I might have to upgrade the packages.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.
- ncmprhnsbl
- DEV Team
- Posts: 4253
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
LXDE
still sounds like a kernel/hardware issue... you could try using the old kernel(from that iso) with the new base.
i would think it's near impossible to upgrade packages from that old iso, since, for one, i believe it's based on manjaro openrc, which no longer exists.
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
LXDE
I will try what you told me later. I will hope for the best.ncmprhnsbl wrote: ↑02 Sep 2021, 02:52still sounds like a kernel/hardware issue... you could try using the old kernel(from that iso) with the new base.
i would think it's near impossible to upgrade packages from that old iso, since, for one, i believe it's based on manjaro openrc, which no longer exists.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.