LLM/Intel Pro Arc B70/2026-06-18: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 July 2026

20 June 2026

  • curprev 07:0007:00, 20 June 2026Tacoball talk contribs 6,137 bytes +6,137 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..."