Wiil Broadcom Wifi Card work with Garuda?

Simply open add/remove software and type "anbox" in the search field. Obviously it is installed, so simply select to remove it in the Pamac GUI.

Once it is uninstalled reboot and run the last command again to check if the anbox-container-manager.service is now gone.

Just a question.

Did you specifically install anbox?

I might have chose that in post install with Garuda Assistant.

I cannot find 'add/remove software' anywhere. Is this something that needs to be installed?

In terminal

sudo pacman -R anbox
[sudo] password for rr:
error: target not found: anbox

I think it may be anbox-git you need to uninstall. That package is in the AUR or possibly Chaotic-AUR.

I am only currently on my cell, so it is much harder to check on these things.

sudo pacman -R anbox-git
[sudo] password for rr:
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing anbox-git breaks dependency 'anbox-git' required by anbox-support

I am going to have contact the Devs. This could possibly be an unexpected side effect of recent changes.

OK, thanks. Post it when you get reply.

1 Like

In the interim, until a full answer is forthcoming you can disable the anbox service from running.

sudo systemctl disable --now anbox-container-manager.service

Also:

sudo systemctl --global disable --now anbox-session-manager

Please post the output if there are any errors from those commands. After running those commands do a reboot (not strictly required), then try to get your wifi working again.

2 Likes
sudo systemctl disable --now anbox-container-manager.service
[sudo] password for rr:
Removed /etc/systemd/system/multi-user.target.wants/anbox-container-manager.service.
sudo systemctl --global disable --now anbox-session-manager
Failed to connect to bus: $DBUS_SESSION_BUS_ADDRESS and $XDG_RUNTIME_DIR not defined (consider using --machine=<user>@.host --user to connect to bus of other user)

The second command I am not super familiar with global settings, so I will discuss that with Devs.

Please restart and post:

inxi -n

2 Likes

after reboot

inxi -n
Network:   Device-1: Intel Ethernet I219-V driver: e1000e
IF: eno1 state: up speed: 100 Mbps duplex: full mac: 2c:f0:5d:a4:fd:b8
Device-2: Intel Wireless-AC 9260 driver: iwlwifi
Device-3: Intel Wireless-AC 9260 Bluetooth Adapter type: USB driver: btusb
IF-ID-1: anbox0 state: down mac: 12:16:ac:18:1f:d8

Time for the hatchet then.

Try:

sudo pacman -Rns anbox-support anbox-git

I'm not sure if that will fail because of other interdependencies or not (guess we'll find out).

1 Like
sudo pacman -Rns anbox-support anbox-git
[sudo] password for rr:         
checking dependencies...

Packages (4) anbox-image-gapps-magisk-2018.07.19-17  lxc-git-4.0.0.r1702.gf1c64634c-1
anbox-git-1:r1348.ad377ff-1  anbox-support-1.1.0-1

Total Removed Size:  467.54 MiB

:: Do you want to remove these packages? [Y/n] Y
:: Processing package changes...
(1/4) removing anbox-support                                       [------------------------------------] 100%
(2/4) removing anbox-git                                           [------------------------------------] 100%
(3/4) removing lxc-git                                             [------------------------------------] 100%
(4/4) removing anbox-image-gapps-magisk                            [------------------------------------] 100%
:: Running post-transaction hooks...
( 1/11) Syncing all file systems...
( 2/11) Reloading system manager configuration...
( 3/11) Reloading device manager configuration...
( 4/11) Arming ConditionNeedsUpdate...
( 5/11) Refreshing PackageKit...
( 6/11) Foreign/AUR package notification
=> No foreign/AUR packages found.
( 7/11) Orphaned package notification...
ddcutil 1.1.0-1
( 8/11) Checking for .pacnew and .pacsave files...
( 9/11) Updating pkgfile database...
(10/11) Updating the desktop file MIME type cache...
(11/11) Syncing all file systems...

Reboot now.

Then please post again:

inxi -n
1 Like

after reboot

inxi -n
Network:   Device-1: Intel Ethernet I219-V driver: e1000e
IF: eno1 state: up speed: 100 Mbps duplex: full mac: 2c:f0:5d:a4:fd:b8
Device-2: Intel Wireless-AC 9260 driver: iwlwifi
Device-3: Intel Wireless-AC 9260 Bluetooth Adapter type: USB driver: btusb
1 Like

Much better.

Is your adapter showing up on your taskbar now with WiFi AP's showing?

1 Like

In Network Assistant WiFi shows enabled. But in top right corner where connections are I still see only wired connection

This is much progress.

Unfortunately. I no longer have more time to work on this.

I'm sure this can be made workable now. I just don't have any more time for this today.

2 Likes

Thanks a ton anyway.

1 Like