LXDE

Arch based Porteus community project

Moderator: M. Eerie

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

LXDE

Post#1 by Jack » 28 Aug 2021, 02:14

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.

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

LXDE

Post#2 by Jack » 28 Aug 2021, 22:54

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?
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.

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

LXDE

Post#3 by Jack » 30 Aug 2021, 07:03

Here is what I came up with.

Picture 1 here what it look at start.
Image

Picture 2 now here what it after edit.
Image

Picture 3 now it show it there.
Image

Picture 4 now it not there but it did save.
Image

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.

User avatar
M. Eerie
Moderator
Moderator
Posts: 622
Joined: 31 Aug 2017, 21:18
Distribution: Nemesis Xfce/MATE x64

LXDE

Post#4 by M. Eerie » 30 Aug 2021, 10:32

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.
> Does not compute_ 🖖

https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=84002#p84002
https://forum.porteus.org/viewtopic.php?p=77174#p77174
https://forum.porteus.org/viewtopic.php?f=39&t=8584

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

LXDE

Post#5 by Jack » 30 Aug 2021, 13:10

@M. Eerie

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.

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

LXDE

Post#6 by Jack » 30 Aug 2021, 18:51

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.

User avatar
M. Eerie
Moderator
Moderator
Posts: 622
Joined: 31 Aug 2017, 21:18
Distribution: Nemesis Xfce/MATE x64

LXDE

Post#7 by M. Eerie » 31 Aug 2021, 12:35

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)
> Does not compute_ 🖖

https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=84002#p84002
https://forum.porteus.org/viewtopic.php?p=77174#p77174
https://forum.porteus.org/viewtopic.php?f=39&t=8584

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3936
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

LXDE

Post#8 by ncmprhnsbl » 01 Sep 2021, 00:53

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

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

LXDE

Post#9 by Jack » 01 Sep 2021, 21:06

ncmprhnsbl wrote:
01 Sep 2021, 00:53
is this a hardware/kernel driver issue?

Code: Select all

lspci | grep Wireless (or maybe Wifi)

Code: Select all

ip link
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.
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.

User avatar
Ed_P
Contributor
Contributor
Posts: 8367
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

LXDE

Post#10 by Ed_P » 01 Sep 2021, 21:25

Jack wrote:
01 Sep 2021, 21:06
I ran both and "lspci | grep wireless" didn't have any output
Did you try: lspci | grep Wi ?
Ed

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3936
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

LXDE

Post#11 by ncmprhnsbl » 01 Sep 2021, 22:38

or use lspci | grep -i wi (-i = --ignore-case)
or simply lspci and eyeball it for a wifi related entry..
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

User avatar
Ed_P
Contributor
Contributor
Posts: 8367
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

LXDE

Post#12 by Ed_P » 01 Sep 2021, 23:47

So many options. :D

Code: Select all

guest@porteus:~$ sudo lspci | grep less
Password: 
01:00.0 Network controller: Intel Corporation Wireless 3165 (rev 79)
guest@porteus:~$ 
Ed

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

LXDE

Post#13 by Jack » 02 Sep 2021, 01:00

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 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.

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3936
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

LXDE

Post#14 by ncmprhnsbl » 02 Sep 2021, 02:52

Jack wrote:
02 Sep 2021, 01:00
Well I try this one porteus-nemesis-v3.5-lxde-x86_64.iso and guest what WiFi work great
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

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

LXDE

Post#15 by Jack » 02 Sep 2021, 03:13

ncmprhnsbl wrote:
02 Sep 2021, 02:52
Jack wrote:
02 Sep 2021, 01:00
Well I try this one porteus-nemesis-v3.5-lxde-x86_64.iso and guest what WiFi work great
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.
I will try what you told me later. I will hope for the best.
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.

Post Reply