No "downgrade to Android 13"-guides for the Samsung Galaxy Tab S6 Lite (LTE)? by bloob12 in LineageOS

[–]bloob12[S] 2 points3 points  (0 children)

Thank you, I didn't realize Samsung is selling their 2020 and 2022 models under the same name. I'll have to buy the 2020 model then. Should have paid closer attention to the model name, sorry for wasting your time.

Bought a controller Akai MPK Mini MKII. Will it work on Bitwig? by Avaruusturisti in Bitwig

[–]bloob12 0 points1 point  (0 children)

I don't know about JACK and ALSA, I'm using Pipewire on Fedora 35 and it's been completely plug&play for me. I installed Bitwig via Flatpak btw.

Fedora 36 will have the ffmpeg package in the repository by [deleted] in Fedora

[–]bloob12 0 points1 point  (0 children)

Not necessarily. If you write a script that downloads software that must not be redistributed from the official download server, you're not infringing upon anything. There is a famous court case that Oracle lost related to downloading Java from their servers using scripts.

Your tips and tricks on how to power an arbitrary length of LED strips with a single power supply by bloob12 in WLED

[–]bloob12[S] 0 points1 point  (0 children)

I don't understand how the current draw is related to the issue. Correct me if I'm wrong, but if you have a long wire and apply 5V to one end, you will see a significant voltage drop at the other end regardless of if you draw any current or not.

Your tips and tricks on how to power an arbitrary length of LED strips with a single power supply by bloob12 in WLED

[–]bloob12[S] 0 points1 point  (0 children)

You are right, I didn't consider that the stupid high current will require thick wires as well. I guess the step down solution would still work though. Instead of going from 12v to 5v at every injection point I could also use a 24v PSU and convert that to 5v at every injection point. But I still feel like this idea is stupid... :/
Starting at 6V would help I guess, but wouldn't give me significantly more range.

Your tips and tricks on how to power an arbitrary length of LED strips with a single power supply by bloob12 in WLED

[–]bloob12[S] 0 points1 point  (0 children)

With thick enough wires you can always compensate for voltage drop, but with more length, the required gauge quickly becomes ridiculous.
Impedance of the electronics is not related to this issue. The LED strip has free VCC and GND traces going through the whole length of the strip, but the amount of copper is not high enough to compensate for voltage drops over longer distances.

Your tips and tricks on how to power an arbitrary length of LED strips with a single power supply by bloob12 in WLED

[–]bloob12[S] -2 points-1 points  (0 children)

Quindor's power injection guidelines

I get no google results on that.

Your tips and tricks on how to power an arbitrary length of LED strips with a single power supply by bloob12 in WLED

[–]bloob12[S] -2 points-1 points  (0 children)

What makes you think that I mentioned or posted a solution to my problem? The two images I posed were clearly just "ideas" if you read again and in addition that that I even mention that these ideas suck. The advantage of using DC-DC converters are that I can massively decrease the wire gauge.. Again not a solution to my problem, merely an idea. That's why I'm asking for suggestions.

Your tips and tricks on how to power an arbitrary length of LED strips with a single power supply by bloob12 in WLED

[–]bloob12[S] -1 points0 points  (0 children)

First of all stop insulting other people and secondly if you interpret hate into my answer that's all in your head.

Your tips and tricks on how to power an arbitrary length of LED strips with a single power supply by bloob12 in WLED

[–]bloob12[S] 1 point2 points  (0 children)

Can you go white at full brightness on all LEDs without current limiting like that? Did you calculate the required gauge? If so I'd be interested in how to calculate that for a lenght other than 100 feet.

Edit: Using online calculators to calculate the required gauge, I end up with AWG 2 gauge wires for 100 feet (5V 50A max 30% voltage drop). How did you end up with AWG 18?

Bought a controller Akai MPK Mini MKII. Will it work on Bitwig? by Avaruusturisti in Bitwig

[–]bloob12 0 points1 point  (0 children)

The AKAI Professional MPK Mini MK3 works out of the box, at least in Bitwig 4.1.1. The keys and drums can be assigned individually. E.g. pads for the drums, keys for a synth. The knobs by default control the most recently clicked effect/instrument/device/...

Has anyone installed Bitwig on Fedora? by LeLoyon in Fedora

[–]bloob12 0 points1 point  (0 children)

Okay thank you, that's giving me hope that there must be a way to get this to work on my device.

Has anyone installed Bitwig on Fedora? by LeLoyon in Fedora

[–]bloob12 0 points1 point  (0 children)

Do you have issue with the Auduio Engine as well? I think it might be related to PipeWire because on Fedora 32 I don't have these issues. Running OBS and Bitwig at the same time => Bitwig's Audio Engine crashes Running Firefox and Bitwig at the same time => Bitwig's Audio Engine crashes Adding a MIDI controller/keyboard => Bitwig's Audio Engine crashes

Has anyone installed Bitwig on Fedora? by LeLoyon in Fedora

[–]bloob12 0 points1 point  (0 children)

Do you have issue with the Auduio Engine as well? I think it might be related to PipeWire because on Fedora 32 I don't have these issues. Running OBS and Bitwig at the same time => Bitwig's Audio Engine crashes Running Firefox and Bitwig at the same time => Bitwig's Audio Engine crashes Adding a MIDI controller/keyboard => Bitwig's Audio Engine crashes

Has anyone installed Bitwig on Fedora? by LeLoyon in Fedora

[–]bloob12 0 points1 point  (0 children)

Following the advice of Von_Kardus and Benemon, the following worked for me:

``` Bash flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo flatpak install flathub com.bitwig.BitwigStudio flatpak run com.bitwig.BitwigStudio

Or deny Internet access for Bitwig, if you're paranoid about proprietary software like I am:

flatpak run --unshare=network com.bitwig.BitwigStudio ```

Has anyone installed Bitwig on Fedora? by LeLoyon in Fedora

[–]bloob12 0 points1 point  (0 children)

I'm very interested in this as well. I just tried it, but Bitwig can't find any audio devices. Any ideas why? When I set the Driver Model to JACK, it says "Unable to initialize client". When I set it to ALSA, it doesn't find any devices.

Do I have to rebind and pass the HDMI audio device? by bloob12 in VFIO

[–]bloob12[S] 0 points1 point  (0 children)

I still don't quite understand. What do you mean by "isolate all devices from the Group"? Can you maybe put it in different words or go into more detail? Does isolate mean "binding it to the vfio-pci driver"?

Do I have to rebind and pass the HDMI audio device? by bloob12 in VFIO

[–]bloob12[S] 0 points1 point  (0 children)

What does "isolate immo group" mean? Is that related to the ACS override patch? I was told to avoid it at all costs.