0300.html 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Wifi Fix for Armbian 20.10 on Tanix TX9s</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Linux,Armbian,Single Board Computer,SBC,Raspberry Pi Alternative,Tanix,TX9s,Tutorial,How To,i12bretro,Wifi">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Wifi Fix for Armbian 20.10 on Tanix TX9s">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Wifi Fix for Armbian 20.10 on Tanix TX9s</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <ol>
  25. <li>Flash Armbian 20.10 to the Tanix TX9s</li>
  26. <li>Setup Armbian to use the&nbsp;meson-gxm-vega-s96.dtb</li>
  27. <li>Download the&nbsp;linux-image-current-arm-64_20.11_arm64 deb package <a href="https://drive.google.com/file/d/16JowGocqH3h7yzs92EwHrWfCBMwRnqtJ/view?usp=sharing" target="_blank">Download</a></li>
  28. <li>Once booted into Armbian, execute the following commands in terminal
  29. <div class="codeBlock"># install the downloaded file<br />
  30. sudo apt-get install linux-image-current-arm-64_20.11_arm64.deb<br />
  31. # reboot<br />
  32. sudo reboot now</div>
  33. </li>
  34. <li>After the system reboots wifi should be working</li>
  35. </ol>
  36. <p>Special thanks to&nbsp;balbes150 and&nbsp;Syeryoha Valok on the Armbian forums for these steps</p>
  37. </div>
  38. </div>
  39. </body>
  40. </html>