My mate @drakonis referred me to the following:
Tag Archives: intel
Intel Processors and Chipsets by Code Name
Today I discovered Intel Processors and Chipsets by Code Name while I was reading about Cascade Lake which was released back in 2019.
Intel PCI Vendor ID: 8086
lol. Today I learned that Intel’s PCI Vendor ID is 8086. That’s funny because Intel’s seminal microprocessor was the Intel 8086.
Stuttering audio on Ubuntu on Asus ROG Strix Z690-F Motherboard
My new computer ‘charm‘ wasn’t playing audio, there was just some incomprehensible and quiet static coming out of the speakers (I was testing with this). I ran this search and found this and ran this:
# apt install libavcodec-dev
Then I edited /etc/modprobe.d/alsa-base.conf
and added:
# 2022-03-24 jj5 - SEE: https://askubuntu.com/a/1059492 options snd-hda-intel position_fix=1
And I edited /etc/pulse/default.pa
and changed:
# 2022-03-24 jj5 - NEW: load-module module-udev-detect tsched=1 # 2022-03-24 jj5 - OLD: #load-module module-udev-detect
And I edited /etc/pulse/daemon.conf
and added this at the end:
; 2022-03-24 jj5 - SEE: https://ubuntuforums.org/showthread.php?t=766860&p=4816308#post4816308 default-sample-rate = 48000 default-fragments = 8 default-fragment-size-msec = 10
I also read this and ran this:
# apt install inxi # inxi -SMA # apt-get install --reinstall alsa-base pulseaudio $ mv ~/.config/pulse ~/.config/pulse.bak
Then after a reboot or two (and enabling USB Audio in BIOS) it started working! Probably didn’t need most of that, but I’m happy to have a solution.
Intel Processor Names and Numbers
Today I discovered Intel Processor Names and Numbers. Documentation about how Intel names its CPU chips.
Intel Linux graphics firmware
I got this error on my Debian Stretch system:
i915 0000:00:02.0: firmware: failed to load i915/kbl_dmc_ver1_01.bin (-2)
I found instructions to fix the error here.