A Wikiful of Hacks: Hacks.Wiki is an experiment to organise quick hacks, notes, bookmarks and tools into an easy-to-build-and-maintain “Digital Garden”.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

165 lines
5.1 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1">
  5. <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
  6. <link rel="icon" href="/public/logo.png">
  7. <link rel="stylesheet" href="/public/style.css">
  8. <title>🎧 Chromebox-Audio | Hacks.Wiki - Today I Learned...</title>
  9. <link href="/+/feed.rss" rel="alternate" title="Hacks.Wiki - Today I Learned..." 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">
  10. <meta property="og:site_name" content="Hacks.Wiki - Today I Learned..." />
  11. <meta property="og:title" content="Chromebox-Audio" />
  12. <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" />
  13. <meta property="og:image" content="" />
  14. <meta property="og:url" content="https://hacks.wiki/Chromebox-Audio" />
  15. <meta property="og:type" content="website" />
  16. <meta name="twitter:title" content="Chromebox-Audio" />
  17. <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" />
  18. <meta name="twitter:image" content="" />
  19. <meta name="twitter:card" content="summary_large_image" />
  20. <meta name="twitter:creator" content="" />
  21. <meta name="twitter:site" content="" />
  22. <meta name="twitter:image:alt" content="Chromebox-Audio" />
  23. </head>
  24. <body>
  25. <div class="container is-max-desktop px-3" dir="auto" style="margin-bottom: 50vh;">
  26. <div class="columns pt-5">
  27. <div class="column">
  28. <a class="icon-text title is-5 pt-2" href="/">
  29. <span class="icon"><img alt="logo" src="/public/logo.png"/></span>
  30. <span>Hacks.Wiki - Today I Learned...</span>
  31. </a>
  32. </div>
  33. </div>
  34. <div dir="auto" class="title is-1 has-text-weight-bold">🎧 Chromebox-Audio</div>
  35. <div class="content">
  36. <div class="columns subtitle is-size-7">
  37. <div class="column">
  38. <span class="icon-text">
  39. <span class="icon"> <i class="fa-solid fa-clock"></i> </span>
  40. <span>Monday 27 February 2023</span>
  41. </span>
  42. </div>
  43. </div>
  44. <div class="view">
  45. <p dir="auto">&#x1f3a7; 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>
  46. <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">&#34;options snd-intel-dspcfg dsp_driver=1&#34;</span> &gt; /etc/modprobe.d/inteldsp.conf
  47. </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>
  48. <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>
  49. <h1> See Also </h1>
  50. <ul>
  51. <li>
  52. <a href="/Mounting%20BTRFS%20subvolumes" dir="auto">🗄️ Mounting BTRFS subvolumes</a> <time class="has-text-grey is-size-7">Monday 27 February 2023</time>
  53. </li>
  54. </ul>
  55. </div>
  56. </div>
  57. <footer class="mt-6 p-3 py-5">
  58. <hr/>
  59. <nav class="breadcrumb has-bullet-separator">
  60. <ul>
  61. <li>
  62. <a href="/&#43;/tags" class="icon-text has-text-grey-dark">
  63. <span class="icon">
  64. <i class="fa-solid fa-tags"></i>
  65. </span>
  66. <span>Hashtags</span>
  67. </a>
  68. </li>
  69. <li>
  70. <a href="/&#43;/recent" class="icon-text has-text-grey-dark">
  71. <span class="icon">
  72. <i class="fa-solid fa-clock-rotate-left"></i>
  73. </span>
  74. <span>Recent</span>
  75. </a>
  76. </li>
  77. <li>
  78. <a href="/&#43;/feed.rss" class="icon-text has-text-grey-dark">
  79. <span class="icon">
  80. <i class="fa-solid fa-rss"></i>
  81. </span>
  82. <span>RSS</span>
  83. </a>
  84. </li>
  85. <li>
  86. <a href="/Home" class="icon-text has-text-grey-dark">
  87. <span class="icon">
  88. 🏡
  89. </span>
  90. <span>Home</span>
  91. </a>
  92. </li>
  93. </ul>
  94. </nav>
  95. </footer>
  96. </div>
  97. </body>
  98. </html>