Beosound Level is indeed strange. After removing the battery the microphone worked again. Some days later it stopped working. After the battery ran dry it works again ...
19 December, 2024
11 December, 2024
Bang and Olufsen's App ruins the products
Again! I am frustrated with the Bang and Olufsen app. The user experience is a nightmare. Especially after more or less random "updates" of the software. After every update something does not work ... again.
Bang and Olufsen's products turns useless after a software "update" in the app. This happens once a month or so after updates. Today Bang and Olufsen's Multiroom does not work.
My devices begin to malfunction after three years:
- The buttons for favorite choices on Beosound 2 do not work any more.
- The microphone on Beosound Level does not work.
10 December, 2024
[PROBLEM] Beosound Level: Microphone not working
(Worked a couple of hours, then the mic ceased to work!)
For the second time the microphone stopped working out of the blue. For weeks I tried restarts, factory resets and what not. On the web several posts recommended to take off the cover, and remove the battery for ten minutes.
Recipe:
- Remove the cover.
- Take a screwdriver and remove the 12 screws over the battery.
- Remove the battery.
- Wait 10 minutes.
- Put the battery back.
- Remount everything.
13 November, 2024
[SOLVED] Ubuntu: No Desktop Environment
Suddenly Ubuntu's desktop did not work. A "startx" command died too. But I could log into the command shell. The cure was a reinstall:
sudo apt install --reinstall ubuntu-desktop
A few moments later everything went back to normal.
12 November, 2024
Ubuntu and Logitech Gamer Keyboard
For years I used a terminal command in order to set the keyboard colors. But it's more practical to use Piper. For unknown reasons Piper would not show up in Ubuntu's software installer, however the solution was:
# sudo apt install piper
24 October, 2024
How to remove Logitech hub on a Mac
For weeks I tried to remove the Logitech Hub, that was not needed any more. Removing the programme seemed impossible. But then I found this recipe on github: https://gist.github.com/timotgl
# How to fully uninstall Logitech G HUB on macOS via terminal/command line # Tested on macOS version 12.3.1 (21E258) Monterey in April 2022 # with Logitech G HUB version 2022.3.242300 (released on 2022-03-22) installed. # 1. Make sure "Logitech G HUB" itself is not running. If it is, quit it. # 2. Open "Activity Monitor" and force-quit all processes named "lghub*". # 3. Delete system-wide files sudo rm -rf /Applications/lghub.app sudo rm /Library/LaunchAgents/com.logi.ghub.plist sudo rm /Library/LaunchDaemons/com.logi.ghub.updater.plist sudo rm -rf /Users/Shared/LGHUB sudo rm -rf /Users/Shared/.logishrd # 4. Delete files from user directory sudo rm -rf ~/Library/Application\ Support/lghub sudo rm ~/Library/Preferences/com.logi.ghub.helper.plist sudo rm ~/Library/Preferences/com.logi.ghub.plist
A few of the commandlines could not find the directory, then I added -rf to the terminal commands.
After this I ran htop, and the annoying process was gone. So was the app. Cool!
- Thank you Timotgl !!
BTW after deleting these directories &c. I had to restart the Mac, because a process tried to open the missing directories. But after a restart the problem was gone.
14 October, 2024
Hvordan eksporterer man en CSV fra sparkron?
Denne GUI er ikke nem at gennemskue, jeg fik svaret fra deres helpdesk:
- Klik på kontoen
- Vælg et datointerval
- Marker ALLE i tjekboksen
- Nederst på skærmen kommer: eksporter
11 October, 2024
How to start a video at a certain timestamp
If you want to start a video from a certain timestamp you can link to it like this:
https://video.multimusen.dk/github-workflow.mp4#t=468
Note the #t=468 - this is the timestamp in seconds. If you create a link that will open a new window, the result is a video opening where you please. Your link could look something along these lines:
<a
href="https://video.multimusen.dk/github-workflow.mp4#t=468"
target="_blank">
Text here
</a>
03 September, 2024
[WHY?] PowerPoint turns on the Cam on a MacBook
I don't know why MS PowerPoint wants automatic access to my webcam on my MacBook. However, it was an easy fix. I just removed the access to the built in webcam under the securiy settings. Why on earth should a presentation program claim access to a user cam??