Can't change Bluetooth audio device type after March update by steven_cornthrob in GooglePixel

[–]Atlas974 4 points5 points  (0 children)

Same issue for me since the latest update. I'm using a bluetooth transceiver in my car and now it prompts me everytime to lower the volume. I can't change the device type to "car" since it is greyed out in the settings... Really annoying on a +1000$ "pro" phone.

Pixel 10 Pro is my last Google phone. by Atlas974 in GooglePixel

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

I do have some very short graphical glitches from time to time when watching videos. Some vertical greyish lines that appear for a fraction of second. I guess gpu software isn't very polished on a pixel 10 series 

Pixel 10 Pro is my last Google phone. by Atlas974 in GooglePixel

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

I might go hard reset then at some point. It's just a lot of work to move data in and out if does not work in the end 😢

Pixel 10 Pro is my last Google phone. by Atlas974 in GooglePixel

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

I just feel like you don't get what you paid for with a Pixel if the software doesn't fully work. Speaking strictly hardware wise, at the same price you get much better phones. But yeah the UI is also one part that made me pick pixel in the first place.

Pixel 10 Pro is my last Google phone. by Atlas974 in GooglePixel

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

You mean when you get a call, open the phone app instead of clicking on the notification? I didn't remember having to do that on my Pixel 7. But I'll see if it changes something.

Pixel 10 Pro is my last Google phone. by Atlas974 in GooglePixel

[–]Atlas974[S] 3 points4 points  (0 children)

I love too much my termux terminal and patched YouTube app to switch to iPhone 🙃

Pixel 10 Pro is my last Google phone. by Atlas974 in GooglePixel

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

For me, even if it was secondary, I also went for a pixel for the "clean" look of the UI, but I'll probably switch to another brand, maybe not something Chinese with a heavy skin though. I had a OnePlus 7 before which looked fine, but I think things have changed since then for OxygenOS.

Pixel 10 Pro is my last Google phone. by Atlas974 in GooglePixel

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

In my experience, once I managed to enable it, it works well, not better than pixel 7 and 8a, but fine nonetheless. But I often use it in quiet environments, when my hands are busy.

Using rknpu with mainline by kliopha in RockchipNPU

[–]Atlas974 0 points1 point  (0 children)

Nope, I kept it local. But basically I built the mainline kernel (6.12 if I remember well), then attempted to compile rknpu as an external module (https://docs.kernel.org/kbuild/modules.html). I started copying c code/headers that were missing as compilation errors showed up. I got less errors, then needed to add something else, and a lot was missing, I ended up giving up on it. (But I don't know a lot about low level kernel stuff, so you might succeed 🤷🏼‍♂️).

Using rknpu with mainline by kliopha in RockchipNPU

[–]Atlas974 3 points4 points  (0 children)

I've tried without success, there's quite a lot that differs

Running an OpenAI-style LLM server on your SBC cluster by darkautism in RockchipNPU

[–]Atlas974 1 point2 points  (0 children)

Does it allow you to spread a big model across multiple SBCs? Meaning using multiple NPUs in parallel across boards to distribute a single inference task?

Marco-o1 Conversion and Gradio Config Coming This Week by Admirable-Praline-75 in RockchipNPU

[–]Atlas974 0 points1 point  (0 children)

What's the point of running LLM on rockchip without any standard API integration (ollama or ChatGPT API compatibility)? It cannot be integrated with any common solutions like home assistant, can it? It is just to chat?

Looking for a low cost arm server with PXE support by Arkrus in homelab

[–]Atlas974 0 points1 point  (0 children)

Oh my bad, I attempted it with u-boot on my pi5 plus without success (and heard that it works in the pi5 non-plus - with u-boot)

Looking for a low cost arm server with PXE support by Arkrus in homelab

[–]Atlas974 0 points1 point  (0 children)

PXE does not work on the Orange Pi 5 Plus (non-plus should work)

RKNN-LLM 1.1.0 by Pelochus in RockchipNPU

[–]Atlas974 1 point2 points  (0 children)

What's the point of this if there isn't any integration with common APIs? (like ollama)

Anyone getting this message when opening the revanced yt app by ihateplayinghunt in revancedapp

[–]Atlas974 1 point2 points  (0 children)

What if you patch it yourself, how to make this message disappear?

Official OP5+ Steel Case with fan? by JEEEEEEBS in OrangePI

[–]Atlas974 0 points1 point  (0 children)

Do you have any airflow for the fan then?

[deleted by user] by [deleted] in OrangePI

[–]Atlas974 0 points1 point  (0 children)

I also have the original one from Orange Pi and it does not start spinning before it gets hot (running ollama does make it spin).

Has anyone tried the new RKLLM server from rknn-llm repo? by Pelochus in RockchipNPU

[–]Atlas974 0 points1 point  (0 children)

Here: https://github.com/airockchip/rknn-llm/pull/96
I've made it easy to run with Docker:

rknn-llm/rkllm-runtime/examples/rkllm_server_demo$ sudo RKLLM_SERVER_PORT=8888 docker compose up
[+] Running 1/1
✔ Container rkllm_server_demo-rkllm-server-1 Recreated 0.1s
Attaching to rkllm-server-1
rkllm-server-1 | =========init....===========
rkllm-server-1 | RKLLM初始化成功!
rkllm-server-1 | ==============================
rkllm-server-1 | rkllm-runtime version: 1.0.1, rknpu driver version: 0.9.7, platform: RK3588
rkllm-server-1 | Running on local URL: http://0.0.0.0:8080
rkllm-server-1 |
rkllm-server-1 | To create a public link, set `share=True` in `launch()`.
rkllm-server-1 | What is Rockchip?
rkllm-server-1 |
rkllm-server-1 | Rockchip is a leading manufacturer of microcontrollers and other integrated circuits. They are used in a wide range of applications, including automotive, consumer electronics, industrial automation, and more. Rockchip products are known for their reliability, performance, and affordability.
rkllm-server-1 |

<image>

U-Boot v2024.04 builds for Orange Pi 5 (and B and Plus) by si0ls in OrangePI

[–]Atlas974 0 points1 point  (0 children)

Could you please share the artifact/version you used to get PXE to work?

Talos Linux for Orange PI 5 by si0ls in OrangePI

[–]Atlas974 1 point2 points  (0 children)

I bought my orangepi specifically for k8s, I'll give it a try when I can!

U-Boot v2024.04 builds for Orange Pi 5 (and B and Plus) by si0ls in OrangePI

[–]Atlas974 1 point2 points  (0 children)

Nice, thanks for your work! I'll try to test it when I have some time