123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Wifi Fix for Armbian 20.10 on Tanix TX9s</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="Linux,Armbian,Single Board Computer,SBC,Raspberry Pi Alternative,Tanix,TX9s,Tutorial,How To,i12bretro,Wifi">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Wifi Fix for Armbian 20.10 on Tanix TX9s">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Wifi Fix for Armbian 20.10 on Tanix TX9s</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>Flash Armbian 20.10 to the Tanix TX9s</li>
- <li>Setup Armbian to use the meson-gxm-vega-s96.dtb</li>
- <li>Download the 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>
- <li>Once booted into Armbian, execute the following commands in terminal
- <div class="codeBlock"># install the downloaded file<br />
- sudo apt-get install linux-image-current-arm-64_20.11_arm64.deb<br />
- # reboot<br />
- sudo reboot now</div>
- </li>
- <li>After the system reboots wifi should be working</li>
- </ol>
- <p>Special thanks to balbes150 and Syeryoha Valok on the Armbian forums for these steps</p>
- </div>
- </div>
- </body>
- </html>
-
|