Search found 116 matches

by lospala
2023-09-26 22:30
Forum: Docs, HowTos, Tips & Tricks
Topic: [HowTo] Install Pipewire on Mate Desktop Envirenment
Replies: 8
Views: 16051

Re: [HowTo] Install Pipewire on Mate Desktop Envirenment

mrmazda wrote: 2023-09-25 16:30 Does Youtube audio work in Firefox in this configuration?
Yes it does. After reading previous posts I tested on a fresh install of Debian and after installing pipewire-audio and reboot pipewire appears enabled, so this post became obsolete.
by lospala
2023-09-25 11:12
Forum: Docs, HowTos, Tips & Tricks
Topic: [HowTo] Install Pipewire on Mate Desktop Envirenment
Replies: 8
Views: 16051

[HowTo] Install Pipewire on Mate Desktop Envirenment

In Debian Bookworm, with Mate Desktop Environment Pulseaudio is the audio server installed by default. I had some troubles when trying to connect my cell phone to make it sound in Debian so I tried Pipewire and It goes fine now.

Important: I could not guarantee that this procedure works in other D.E that come with Pulseaudio by default

Firstly you should deactivate Pulseaudio typing in a terminal (as user):

systemctl --user --now disable pulseaudio.{socket,service}

systemctl --user mask ...
by lospala
2023-09-13 20:01
Forum: Beginners Questions
Topic: [Solved] Is it possible to add a label on a fstab created by UUID?
Replies: 5
Views: 3309

Re: Is it possible to add a label on a fstab created by UUID?


Hello,
If you mean the device name (/dev/sda1, /dev/sdb1, etc), it's not possible (AFAIK).

If you mean to specify a different label for each file system, it is possible. For example, you may configure the label "sda1" for the file system in the partition /dev/sda1 . If the same device is recognized at boot as /dev/sdb1, you will find that its label is "sda1". I don't know if it's worth it.


Hello Aki

I tried to mean device name like /dev/sdx sorry for the misunderstanding of the label ...
by lospala
2023-09-11 23:32
Forum: Beginners Questions
Topic: [Solved] Is it possible to add a label on a fstab created by UUID?
Replies: 5
Views: 3309

[Solved] Is it possible to add a label on a fstab created by UUID?

Hi
Al tough I posted this problem before: I have a 120 gb sdd containing sda1 (home partition) and sda2 (root partition)
Additionally I have a mechanical 4tb hdd (sdb1)
Bookwworm when booting randomly swaps sda1 with sdb1 labels and despite this is not a big problem, I would like to know if based upon the actual fstab (created by Debian installer by UUID) it would be possible to add a label to force sda1 to appear permantly labelled as sda1 and if the answer is yea how would I do it..

Here ...
by lospala
2023-08-27 22:13
Forum: Beginners Questions
Topic: [Networking] Issue with adding Pipewire PPA: AttributeError when executing 'add-apt-repository'
Replies: 9
Views: 3179

Re: [Networking] Issue with adding Pipewire PPA: AttributeError when executing 'add-apt-repository'

jmgibson1981 wrote: 2023-07-14 18:31 For pulse you needed the pulseaudio-module-bluetooth package. Maybe similar here? Or does pipewire do it natively?

to get Bluetooth working on pipe wire you must install libspa-0.2-bluetooth

Code: Select all

sudo apt install libspa-0.2-bluetooth
If not Wayland like Mate DE you must install

Code: Select all

sudo apt install libpipewire-0.3-modules-x11
by lospala
2023-08-23 10:37
Forum: General Questions
Topic: Wifi suddenly stopped working
Replies: 12
Views: 9965

Re: Wifi suddenly stopped working

on a terminal type

Code: Select all

sudo journalctl  -b  -p3
to see in red what error have been detected on boot
by lospala
2023-08-19 15:26
Forum: Beginners Questions
Topic: [Software] [Solved] How to install Realtek 8761b Bluetooth driver with dkms
Replies: 21
Views: 16831

Re: [Solved] How to install Realtek 8761b Bluetooth driver by dkms with dkms

Hi Aki

I have changed the post Title as per your suggestion. I also hope it might be useful for other members or anyone in Internet
I keep your amended syntax as a manual
Thanks once more for your help
Best regards
by lospala
2023-08-18 19:31
Forum: Beginners Questions
Topic: [Software] [Solved] How to install Realtek 8761b Bluetooth driver with dkms
Replies: 21
Views: 16831

Re: [Software] Every kernel upgrade bluetooth drivers dissapear


lospala :
To sort it out, replace the content of the file named dkms.conf in 20200610_LINUX_BT_DRIVER/usb/bluetooth_usb_driver with:



Cheers it works !!!

I edited dkms.conf with root privilege and pasted into it the syntax you gave me.
I could build the package and followed all steps.
I did this on a backup of a just installed Debian with almost no packages. I rebooted and paired easily the headphones
After that I upgraded to kernel 6.1.38-4 and upon reboot I could connect headphones ...
by lospala
2023-08-17 21:21
Forum: Beginners Questions
Topic: [Software] [Solved] How to install Realtek 8761b Bluetooth driver with dkms
Replies: 21
Views: 16831

Re: [Software] Every kernel upgrade bluetooth drivers dissapear

Aki wrote: 2023-08-17 17:39 What is the content of the file named /var/lib/dkms/rtk_btusb/20200610/build/make.log ?

Code: Select all

administrador@debian:~$ LC_ALL==C cat /var/lib/dkms/rtk_btusb/20200610/build/make.log
DKMS make.log for rtk_btusb-20200610 for kernel 6.1.0-10-amd64 (x86_64)
jue 17 ago 2023 18:16:37 -03
make: *** make: *** M=///build:No such file or directory.  Stop
administrador@debian:~$ 



Thanks
by lospala
2023-08-17 09:50
Forum: Beginners Questions
Topic: [Software] [Solved] How to install Realtek 8761b Bluetooth driver with dkms
Replies: 21
Views: 16831

Re: [Software] Every kernel upgrade bluetooth drivers dissapear

#14 Post by Aki » 2023-08-16 06:56

Hope this help. Let me know.


Hi Aki

I followrd all steps but I come to this point and I cannot follow
Firstly I moved the rtl8761usb.conf as well as the other two files within the folder downloaded with git (rtl8761usb) to the folder 20200610_LINUX_BT_DRIVER/usb/bluetooth_usb_driver
When I try to to build module from this last folder but _I get this output;

root@debian:/home/administrador/Escritorio/20200610_LINUX_BT_DRIVER/usb/bluetooth_usb_driver ...
by lospala
2023-08-16 12:05
Forum: Beginners Questions
Topic: [Software] [Solved] How to install Realtek 8761b Bluetooth driver with dkms
Replies: 21
Views: 16831

Re: [Software] Every kernel upgrade bluetooth drivers dissapear

Thanks a lot. I will try to do it carefully Ana I let you know.
Kind regards
by lospala
2023-08-15 14:51
Forum: Beginners Questions
Topic: [Software] [Solved] How to install Realtek 8761b Bluetooth driver with dkms
Replies: 21
Views: 16831

Re: [Software] [Closed] Every kernel upgrade bluetooth drivers dissapear



Just one last check. What is the output of the following command ?



Firstly I say thanks for your support

I made a mistake when I pasted the code saying that no btusb was found because after checking in the Debianfresh install that Debian installer detected the dongle and installed
firmware-realtek I returned to the actual Debian backup by cloning the entire hdd.

This Debian backup has kernel 6.1.38-3 and it has installed the bluetooth driver . My mistake was to put in a terminal the ...
by lospala
2023-08-14 22:35
Forum: Beginners Questions
Topic: [Software] [Solved] How to install Realtek 8761b Bluetooth driver with dkms
Replies: 21
Views: 16831

Re: [Software] [Closed] Every kernel upgrade bluetooth drivers dissapear


Hello,

Your device (with chipset Realtek 8761b):
[/code] seems to be supported in the kernel shipped with Debian Bookworm [ 1 ]:



I must tell you that Debian was installed upon release date and I bought Realtek Bluetooth dongle on August. I keep a backup of the latest upgrade (just when relevant changes are made) and a copy of the previous Debian install (previous to those changes). In none of them firmware-realtek was installed. To test if Kernel supported this dongle i did this ...
by lospala
2023-08-14 14:29
Forum: Beginners Questions
Topic: [Software] [Solved] How to install Realtek 8761b Bluetooth driver with dkms
Replies: 21
Views: 16831

Re: [Software] [Closed] Every kernel upgrade bluetooth drivers dissapear

As usually happens when you take your car to the mechanic, the failure disappears. I just found the driver download link :D


https://archive.org/download/mpow_mpbh4 ... BLinux.tgz
by lospala
2023-08-13 23:05
Forum: Beginners Questions
Topic: [Software] [Solved] How to install Realtek 8761b Bluetooth driver with dkms
Replies: 21
Views: 16831

Re: [Software] [Closed] Every kernel upgrade bluetooth drivers dissapear

#7 Post by Aki » 2023-08-13 12:35

What's the URL where it can be downloaded ?
Hello
I spent all afternoon looking for the link but I don't remember where I downloaded it from or found it. Luckily I saved a copy on Dropbox. I give you the link

https://www.dropbox.com/scl/fi/mo3n6pbd ... 1c4ce&dl=0

Thanks
by lospala
2023-08-13 14:34
Forum: Beginners Questions
Topic: [Software] [Solved] How to install Realtek 8761b Bluetooth driver with dkms
Replies: 21
Views: 16831

Re: [Software] [Closed] Every kernel upgrade bluetooth drivers dissapear

Thank you AKI

You are right. Every install is out of the kernel
The bluetooth dongle is marked as MTS-BT5PRO
As per the vendor website the firmware is Realtek 8761b
The driver I have downloaded from Internet is LINUX_DRIVER-20230803T190513Z-001.zip
Below the output of lsusb (I see there 8771)

administrador@debian:~$ LC_ALL=C lsusb
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 2357:011e TP-Link AC600 wireless Realtek RTL8811AU [Archer T2U Nano]
Bus ...
by lospala
2023-08-13 13:16
Forum: Beginners Questions
Topic: [Software] [Solved] How to install Realtek 8761b Bluetooth driver with dkms
Replies: 21
Views: 16831

Re: [Software] [Closed] Every kernel upgrade bluetooth drivers dissapear

I close this post as after one week of searching I see that there is no Realtek 8761 or 8771 package working with dkms so far and . I'm not that expert to build my own one.
Rgds
by lospala
2023-08-11 22:39
Forum: Beginners Questions
Topic: [Software] [Solved] How to install Realtek 8761b Bluetooth driver with dkms
Replies: 21
Views: 16831

Re: [Software] Every kernel upgrade bluetooth drivers dissapear

Thank you
I spent a lot of time searching how to and where and I found a firmware (the only one located)

Code: Select all

git clone https://aur.archlinux.org/rtl8761usb.git
But when I try to install it with sudo dkms install dkms.conf it shows a log that says not rules at all
I cannot find inside the folder any instruction of what to do to install it.
Anyway I will keep on trying and searching
Regards
by lospala
2023-08-11 16:09
Forum: Beginners Questions
Topic: [Software] [Solved] How to install Realtek 8761b Bluetooth driver with dkms
Replies: 21
Views: 16831

[Software] [Solved] How to install Realtek 8761b Bluetooth driver with dkms

Hi
I have bought a Bluetooth Dongle 5.0 (chipset Realtek 8761B). . I installed the firmware as per below code and everything went fine.
After that I upgraded kernel two times and after every upgrade Bluetooth stopped working as if there were no firmware. The only solution was installing firmware again and
removing the previous Bluetooth connections and creating new ones.
I believed that installing the firmware as per below code, they will be maintained upon every kernel upgrade like the case is ...
by lospala
2023-08-07 17:27
Forum: Graphical Environments & Desktops
Topic: MATE Audio Sink problems in bookworm
Replies: 4
Views: 1254

Re: MATE Audio Sink problems in bookworm

I also think it's a problem of Mate DE I'm new with Debian but I have experienced the same problem with Ubuntu Mate 20.04 but not with 18.04
Before changing the dongle I had to remove and reinsert the old one from the USB port every time I needed headphones connected. This is not the orthodox solution.