Re: Proprietary WiFi drivers for live mode

2022-06-25 Thread Kristijonas Lukas Bukauskas
Hi Bijan,

thanks for your message.

On 2022-06-25 18:48, Bijan Soleymani wrote:
> On 6/25/2022 11:11 AM, Kristijonas Lukas Bukauskas wrote:
>> How do I get Wifi working right in live mode? I would prefer Debian, but
>> any Linux ready-to-use image would work for me.
>>
>> Thanks for any help!
> 
> You can install packages on the live CD. (sudo apt update, sudo apt
> install, etc.)
> 
> Whatever actions are required to get it to work on a full install you
> can do on the live CD (assuming you have enough RAM to hold stuff on
> ramdisk I guess).
> 
> As long as you don't need to reboot (which you shouldn't to load a
> kernel module) you should be fine.
> 
> Bijan


WiFi will be the only networking option. The installation guide [1]:

> apt-get install linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') 
> linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms
> modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
> modprobe wl

Would these packages be in 11.3.0-live+nonfree image?

I would really prefer building an image to the USB stick so that I could
use Wi-fi right after booting the system without a need to install
packages every single time (The laptop is used by someone else who isn't
that programming/configuring things/terminal-commands friendly).


[1] https://wiki.debian.org/wl#Installation
-- 
Kristijonas




signature.asc
Description: OpenPGP digital signature


Proprietary WiFi drivers for live mode

2022-06-25 Thread Kristijonas Lukas Bukauskas
Hello,

I have an old Dell laptop with Broadcom BCM43142 WiFi device
(https://wiki.debian.org/wl). It doesn't have a hard drive, so I
sometimes boot Debian from USB Memory Stick in live mode.
The problem is that WiFi doesn't work because of the proprietary drivers
it needs.

I tried booting it from live+nonfree image
(https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/11.3.0-live+nonfree/amd64/iso-hybrid/),
but still no luck (WiFi doesn't work). As I understand, the needed
drivers would load when installing the system, but they do not load in
live mode.

How do I get Wifi working right in live mode? I would prefer Debian, but
any Linux ready-to-use image would work for me.

Thanks for any help!

-- 
Kristijonas