Search found 3 matches

by jlarocco
2024-03-13 02:40
Forum: Testing And Unstable
Topic: [Testing - Trixie] Where is the broadcom-sta-dkms driver package?
Replies: 7
Views: 1335

Re: [Testing - Trixie] Where is the broadcom-sta-dkms driver package?


Hello,

I'm not sure what to make of this, but I'm also running testing, and I was able to install broadcom-sta-dkms.

I had to enable 'nonfree' and 'non-free-firmware' in /etc/apt/sources.list:

deb http://deb.debian.org/debian/ testing main non-free-firmware contrib non-free

@jlarocco:
I suspect your installation is not a current Debian Testing.

This is the log from my Debian Testing (Trixie); note: I obscured the repository address and port:

# cat /etc/debian_version
trixie/sid ...
by jlarocco
2024-03-11 17:57
Forum: Testing And Unstable
Topic: [Testing - Trixie] Where is the broadcom-sta-dkms driver package?
Replies: 7
Views: 1335

Re: [Testing - Trixie] Where is the broadcom-sta-dkms driver package?

I'm not sure what to make of this, but I'm also running testing, and I was able to install broadcom-sta-dkms.

I had to enable 'nonfree' and 'non-free-firmware' in /etc/apt/sources.list:
deb http://deb.debian.org/debian/ testing main non-free-firmware contrib non-free
by jlarocco
2023-12-24 04:21
Forum: Beginners Questions
Topic: Can not run configure command: "No such file or directory"
Replies: 7
Views: 8448

Re: Can not run configure command: "No such file or directory"

Their website says to build with meson.

Code: Select all

meson setup _build
meson compile -C _build
meson install -C _build