LLM/Intel Pro Arc B70: Difference between revisions

From Fundamental Ramen
< LLM
Jump to navigation Jump to search
Line 10: Line 10:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
# Check eGPU connection
# Check eGPU connection (for eGPU only)
boltctl list
boltctl list



Revision as of 07:46, 20 June 2026

Install drivers

Check proper Ubuntu version

Check device connection

# Check eGPU connection (for eGPU only)
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

Install PPA drivers

Diary