Re: Bluetooth and Webcam stopped working after upgrading to Bullseye

Matus UHLAR - fantomas <[email protected]> Tue, 3 Oct 2023 12:13:44 +0200
Newsgroups gmane.linux.debian.user.laptop
Message-ID <ZRvpWJBCU8CtWY7/@fantomas.sk>
On 03.10.23 06:40, Alexsander wrote:
>I checked and /lib/firmware does contain many iwlwifi-*.ucode files. 
>Also, /lib is a symlink to /usr/lib, but my /usr and / are on the same 
>partition.
>
>lsmod does show iwlwifi.
>
>"modprobe -r iwlwifi" gives me  "modprobe: FATAL: Module iwlwifi is in use."

You need to unconfigure wi-fi interface to unload the module.


>On 02/10/2023 12:57, Marvin Renich wrote:
>>* Alexsander Farias de Oliveira <[email protected]> [231002 08:27]:
>>>  Hi!
>>>
>>>I appreciate very much your effort to help. Unfortunately, it didn't
>>>work. Installing blueman on my system didn't bring any additional
>>>library and didn't bring back my bluetooth device.
>>Just to be sure, does /lib/firmware contain a number of iwlwifi-*.ucode
>>files?
>>
>>Is /lib a symlink to /usr/lib?  If so, do you have /usr on a separate
>>partition that gets mounted by the initrd?
>>
>>After booting, does the output of lsmod contain iwlwifi?
>>
>>Does «modprobe -r iwlwifi» followed by «modprobe iwlwifi» fix it?