Items 1-12 out of 1173 displayed
There was a last post I didn't really believed because there wasn't any explanation, but it solved my problem.
I did sudo apt purge timidity-daemon
then rebooted. Sound was back.
To...
I would use a .rules file.
First, find out the ID_VENDOR_ID
and the ID_MODEL_ID
of your...
There is a bug in the gvfs backed of both OS's you are using that forces the initial contact with a server using SMB1. There is no SMB1 on the server since it was disabled for security reasons...
First ensure your system's libraries are update by running:
$ sudo apt update
$ sudo apt upgrade
Then manually install the Depends that are...
This was answered by the original user
You need to install automake
since m4
is a dependency:
sudo apt-get install autotools-dev...