All public logs

Jump to navigation Jump to search

Combined display of all available logs of Fundamental Ramen. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 07:00, 20 June 2026 Tacoball talk contribs created page LLM/Intel Pro Arc B70/2026-06-18 (Created page with "== Install Ubuntu 24.04.04 Desktop == <syntaxhighlight lang="bash"> sudo apt update sudo apt install openssh-server </syntaxhighlight> == Check B70 connection == <syntaxhighlight lang="bash"> # Check eGPU connection boltctl list # Check hardware dectection sudo dmesg | grep -i 'xe ' # Check pci devices lspci | grep -i 'vga\|display' # Check card detail (sudo is required) sudo lspci -vvv -s 05:00.0 # Check linux device & owner/group ls -l /dev/dri </syntaxhighlight...")