How to install connman(internet connection manager and its tray icon - the one used in fce96) in my fossapup 9.5?
Installing connman for fossapup 9.5 (Solved)
Moderators: 666philb, Forum moderators
- puppylinux
- Posts: 6
- Joined: Sun Dec 17, 2023 7:00 am
- Has thanked: 1 time
- Been thanked: 1 time
Installing connman for fossapup 9.5 (Solved)
BTW I use puppy
- puppylinux
- Posts: 6
- Joined: Sun Dec 17, 2023 7:00 am
- Has thanked: 1 time
- Been thanked: 1 time
Re: Installing connman for fossapup 9.5
There is one available in the PPM ............ does this not work for you?
Reason: deleted dead image link
- puppylinux
- Posts: 6
- Joined: Sun Dec 17, 2023 7:00 am
- Has thanked: 1 time
- Been thanked: 1 time
Re: Installing connman for fossapup 9.5
Jasper wrote: Sun Dec 17, 2023 7:32 amThere is one available in the PPM ............ does this not work for you?
Forgot to mention. I have tried it, but it is having problems with connecting wifi. USB tethering and ethernet works fine
Reason: deleted dead image link
BTW I use puppy
- puppylinux
- Posts: 6
- Joined: Sun Dec 17, 2023 7:00 am
- Has thanked: 1 time
- Been thanked: 1 time
Re: Installing connman for fossapup 9.5
@Jasper Here is the screenshot of error
- Attachments
-
- Screenshot_2023-12-17_13-17-52.png (38.87 KiB) Viewed 456 times
BTW I use puppy
Re: Installing connman for fossapup 9.5
There is an update to wpa_supplicant-2.10, which does require compiling.
Not sure if that would help
Hopefully someone who is running FP96-CE can extract the application for you and share it.
Alternatively, FP96-CE-4 is an updated build of FP95.
You could try this OS instead?
- puppylinux
- Posts: 6
- Joined: Sun Dec 17, 2023 7:00 am
- Has thanked: 1 time
- Been thanked: 1 time
Re: Installing connman for fossapup 9.5
Thanks @Jasper for helping me figure out the problem.
The problem was with wpa_supplicant. I've solved it by creating a file wpa_supplicant.conf in /etc/dbus-1/system.d/
Code: Select all
<!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy user="root">
<allow own="fi.w1.wpa_supplicant1"/>
<allow send_destination="fi.w1.wpa_supplicant1"/>
<allow send_interface="fi.w1.wpa_supplicant1"/>
<allow receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
</policy>
<policy context="default">
<deny own="fi.w1.wpa_supplicant1"/>
<deny send_destination="fi.w1.wpa_supplicant1"/>
<deny receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
</policy>
</busconfig>
Now it works perfectly.
I've tried FCE96CE and I love it. But building a savefile from scratch takes a long time and patience .
BTW I use puppy