Contents:
Excuse me, how do I retrieve the linux-hardened pkgbuild through gitea?
how to configure?
But have you configured any network?
i think first i need to disable connman?
Is your interface unblocked?
Is wifi soft-blocked in some way?
How is it even related?
Excuse me, how do I retrieve the linux-hardened pkgbuild through gitea?
how to configure?
But have you configured any network?
i think first i need to disable connman?
Is your interface unblocked?
Is wifi soft-blocked in some way?
How is it even related?
cfp_95 2022-09-14 11:45:08
Excuse me, how do I retrieve the linux-hardened pkgbuild through gitea?
I need the equivalent of:
asp update linux-hardened
asp export linux-hardened
I need the equivalent of:
asp update linux-hardened
asp export linux-hardened
phkrl 2022-09-14 11:59:22
git clone
cfp_95 2022-09-14 12:07:25
Ah, I thought there was a command line utility such as asp. Thank you
我係孫嘉晨 2022-09-14 12:35:54
cfp_95 2022-09-14 12:07:25
Ah, I thought there was a command line utility such as asp. Thank you
There is an yay aur helper in universe repo
ZESHANKHALID 2022-09-14 12:36:14
how can i enable NetworkManager in openrc,
ZESHANKHALID 2022-09-14 12:36:31
when i type rc-status ,
networkmanager showed as “inactive”
networkmanager showed as “inactive”
我係孫嘉晨 2022-09-14 12:38:02
ZESHANKHALID 2022-09-14 12:36:31
when i type rc-status ,
networkmanager showed as “inactive”
networkmanager showed as “inactive”
You have to configure NetworkManager to connect network
ZESHANKHALID 2022-09-14 12:38:25
我係孫嘉晨 2022-09-14 12:38:02
You have to configure NetworkManager to connect network
how to configure?
cfp_95 2022-09-14 12:38:32
ZESHANKHALID 2022-09-14 12:36:14
how can i enable NetworkManager in openrc,
I presume
# rc-update add NetworkManager default
我係孫嘉晨 2022-09-14 12:38:39
ZESHANKHALID 2022-09-14 12:38:25
how to configure?
Using nmtui or nmcli
ZESHANKHALID 2022-09-14 12:38:58
cfp_95 2022-09-14 12:38:32
I presume
# rc-update add NetworkManager default
# rc-update add NetworkManager default
done already but wont work
like kde network applet
cfp_95 2022-09-14 12:39:50
But have you configured any network? Like with nmtui
ZESHANKHALID 2022-09-14 12:40:29
cfp_95 2022-09-14 12:39:50
But have you configured any network? Like with nmtui
i had configured with connman
cfp_95 2022-09-14 12:40:48
Just run nmtui in your terminal. It is basically a GUI program
cfp_95 2022-09-14 12:41:04
Well, connman and NetworkManager are not the same
ZESHANKHALID 2022-09-14 12:41:50

nmtui doesn’t showing me any wifi
ZESHANKHALID 2022-09-14 12:42:10
i think first i need to disable connman??
cfp_95 2022-09-14 12:42:56
Is your interface unblocked? What is the output of ip a
ZESHANKHALID 2022-09-14 12:43:43
cfp_95 2022-09-14 12:42:56
Is your interface unblocked? What is the output of ip a
ZESHANKHALID 2022-09-14 12:44:16
cfp_95 2022-09-14 12:42:56
Is your interface unblocked? What is the output of ip a
i hd used sudo rfkill unblock wifi
cfp_95 2022-09-14 12:44:45
Your interface (wlan0) appears to be down
cfp_95 2022-09-14 12:44:57
Try
ip link set wlan0 up
ip link set wlan0 up
ZESHANKHALID 2022-09-14 12:45:13
cfp_95 2022-09-14 12:44:57
Try
ip link set wlan0 up
ip link set wlan0 up
alredy trid
cfp_95 2022-09-14 12:45:37
:/
ZESHANKHALID 2022-09-14 12:45:52
cfp_95 2022-09-14 12:44:57
Try
ip link set wlan0 up
ip link set wlan0 up
operation not possible due to rfkill
cfp_95 2022-09-14 12:46:53
Is wifi soft-blocked in some way? Like with Fn+F5 or something?
ZESHANKHALID 2022-09-14 12:47:04
cfp_95 2022-09-14 12:46:53
Is wifi soft-blocked in some way? Like with Fn+F5 or something?
no no
cfp_95 2022-09-14 12:48:13
Then idk :/
ZESHANKHALID 2022-09-14 12:48:59
any way to enable networkmanager while it was inactive
cfp_95 2022-09-14 12:49:04
Maybe you could try connecting through wpa_supplicant. I remember having similar issues in the past (on a Live ISO) and wpa_supplicant did work while others didn’t
cfp_95 2022-09-14 12:49:33
ZESHANKHALID 2022-09-14 12:48:59
any way to enable networkmanager while it was inactive
# rc-service NetworkManager restart
cfp_95 2022-09-14 12:50:34
But the problem here seems to be your interface, not NetworkManager
qontinuum 2022-09-14 12:50:38
我係孫嘉晨 2022-09-14 12:35:54
There is an yay aur helper in universe repo
How is it even related?
ZESHANKHALID 2022-09-14 12:50:44
cfp_95 2022-09-14 12:49:33
# rc-service NetworkManager restart
it will automatically restarted if network connection established ” showing
qontinuum 2022-09-14 12:51:03
ZESHANKHALID 2022-09-14 12:40:29
i had configured with connman
Bruh