Hello friends
For a laptop HP Pavilion g4-1387la was installed Debian 12 Desktop
The ethernet and wifi connections are possible.
But when only the WIFI is used (no ethernet cable connected) exists the problem that the internet speed is very slow. I put the same WIFI connection settings according with other laptops in the same LAN, all of them based with other Linux distributions. Of course the ipv4 is unique
The wireless card is as follows (let me know if you need more data - pls indicate me the command execute to share the info):
lspci -vq | grep -i wireless
02:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4313 802.11bgn Wireless Network Adapter (rev 01)
Subsystem: Hewlett-Packard Company BCM4313 802.11bgn Wireless Network Adapter
I had a similar problem about a WIFI connection through PeppermintOS based on Debian according with:
https://sourceforge.net/p/peppermintos/pepos/net/thread/b3d502f094/
The point is that theoretically the solution is install:
- firmware-b43-installer
- firmware-b43legacy-installer
When is opened the Synaptic Package Manager
tool does not appear both.
Thus the goal is get both packages to be installed as shown through PeppermintOS
To accomplish this goal was done the following tasks:
In the /etc/apt/sources.list.d
directory was executed the nano debian-backports.list
command and was added the following line:
deb http://deb.debian.org/debian bookworm-backports main contrib non-free-firmware
Once saved and closed the file was executed the apt update
command
But even if the OS is restarted the Synaptic Package Manager
tool does not show both packages. And just in case through:
- Settings â Repositories â Other Software
Appears the new repository as an item
How to accomplish this goal?
Thank You