As described by Intel, this particular wireless card needs some hacking, because Debian installer does not contain the necessary firmware: https://www.intel.com/content/www/us/en/support/articles/000058910/wireless/intel-wireless-products.html However, following their instructions did not solve the problem. I’ve tried this one too, without success: https://m7c1.com/posts/install-killer-ax1650-drivers-and-get-wifi-with-only-a-usb-and-a-debian-netinstaller From the kernel log file it seems that something’s fishy with the […]
Daily Archives: August 4, 2021
11 posts
name: staging on: push: branches: - 'gh-pages' jobs: docker-compose-down: runs-on: ubuntu-latest steps: - name: compose-down uses: appleboy/ssh-action@master with: USERNAME: admin HOST: vpn.presto.com KEY: ${{ secrets.MY_KEY }} port: 22 script: | cd /repo/mydashboard ls -la docker-compose down This is the output for the Github action: ======CMD====== cd /repo/dashboard ls -la docker-compose […]