<!DOCTYPE html> <html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <link rel="icon" href="/public/logo.png"> <link rel="stylesheet" href="/public/style.css"> <title>🎧 Chromebox-Audio | Hacks.Wiki - A wikiful of hacks</title> <link href="/+/feed.rss" rel="alternate" title="Hacks.Wiki - A wikiful of hacks" type="application/rss+xml"><link href='https://hacks.wiki/+/activitypub/@hacks' rel='alternate' type='application/activity+json'><link rel="stylesheet" href="public/custom.css"><link rel="manifest" href="/manifest.json"> <meta property="og:site_name" content="Hacks.Wiki - A wikiful of hacks" /> <meta property="og:title" content="Chromebox-Audio" /> <meta property="og:description" content="If you have to use a Chromebox with GNU/Linux, the sound might not work right away. To get Intel Corporation Sunrise Point-LP HD Audio working, do do the following : Once you reboot, you should be ab" /> <meta property="og:image" content="" /> <meta property="og:url" content="https://hacks.wiki/Chromebox-Audio" /> <meta property="og:type" content="website" /> <meta name="twitter:title" content="Chromebox-Audio" /> <meta name="twitter:description" content="If you have to use a Chromebox with GNU/Linux, the sound might not work right away. To get Intel Corporation Sunrise Point-LP HD Audio working, do do the following : Once you reboot, you should be ab" /> <meta name="twitter:image" content="" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:creator" content="abhasabhinav" /> <meta name="twitter:site" content="abhasabhinav" /> <meta name="twitter:image:alt" content="Chromebox-Audio" /> </head> <body> <div class="container is-max-desktop px-3" dir="auto" style="margin-bottom: 50vh;"> <div class="columns pt-5"> <div class="column"> <a class="icon-text title is-5 pt-2" href="/"> <span class="icon"><img alt="logo" src="/public/logo.png"/></span> <span>Hacks.Wiki - A wikiful of hacks</span> </a> </div> </div> <div dir="auto" class="title is-1 has-text-weight-bold">🎧 Chromebox-Audio</div> <div class="content"> <div class="columns subtitle is-size-7"> <div class="column"> <span class="icon-text"> <span class="icon"> <i class="fa-solid fa-clock"></i> </span> <span>Monday 27 February 2023</span> </span> </div> </div> <div class="view"> <p dir="auto">🎧 If you have to use a Chromebox with GNU/Linux, the sound might not work right away. To get <strong>Intel Corporation Sunrise Point-LP HD Audio</strong> working, do do the following:</p> <pre tabindex="0" style="color:#f8f8f2;background-color:#282a36;"><code><span style="display:flex;"><span style="white-space:pre;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1</span><span> <span style="color:#8be9fd;font-style:italic">echo</span> <span style="color:#f1fa8c">"options snd-intel-dspcfg dsp_driver=1"</span> > /etc/modprobe.d/inteldsp.conf </span></span></code></pre><p dir="auto">Once you reboot, you should be able to use Audio over HDMI or the built-in headphone jack.</p> <p dir="auto"><a href="/+/tag/chromebox" class="tag is-info is-light">#chromebox</a> <a href="/+/tag/linux" class="tag is-info is-light">#linux</a> <a href="/+/tag/audio" class="tag is-info is-light">#audio</a></p> <h1> See Also </h1> <ul> <li> <a href="/Mounting%20BTRFS%20subvolumes" dir="auto">🗄️ Mounting BTRFS subvolumes</a> <time class="has-text-grey is-size-7">Monday 27 February 2023</time> </li> </ul> </div> </div> <footer class="mt-6 p-3 py-5"> <hr/> <nav class="breadcrumb has-bullet-separator"> <ul> <li> <a href="/+/tags" class="icon-text has-text-grey-dark"> <span class="icon"> <i class="fa-solid fa-tags"></i> </span> <span>Hashtags</span> </a> </li> <li> <a href="/+/recent" class="icon-text has-text-grey-dark"> <span class="icon"> <i class="fa-solid fa-clock-rotate-left"></i> </span> <span>Recent</span> </a> </li> <li> <a href="/+/feed.rss" class="icon-text has-text-grey-dark"> <span class="icon"> <i class="fa-solid fa-rss"></i> </span> <span>RSS</span> </a> </li> <li> <a href="/Home" class="icon-text has-text-grey-dark"> <span class="icon"> 🏡 </span> <span>Home</span> </a> </li> </ul> </nav> </footer> </div> </body> </html>