Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:setting_up_wifi [2025/05/20 13:40] – [One simple way to connect to wifi] GNUser | wiki:setting_up_wifi [2025/05/30 12:52] (current) – [One simple way to connect to wifi] GNUser | ||
---|---|---|---|
Line 30: | Line 30: | ||
2. Make sure the //TC// and //ARCH// variables at the top of // | 2. Make sure the //TC// and //ARCH// variables at the top of // | ||
- | 3. Copy // | + | 3. Copy // |
- | Steps 4-6 are performed on the GNU/ | + | Steps 4-6 are performed on the GNU/ |
4. Make the // | 4. Make the // | ||
Line 50: | Line 50: | ||
| | ||
**Note #1:** | **Note #1:** | ||
- | If the driver for your wireless nic is not distributed with the linux kernel, then connecting to wifi on GNU/Linux is complex and beyond the scope of this simple | + | If the driver for your wireless nic is not distributed with the linux kernel, then connecting to wifi on GNU/Linux is complex and beyond the scope of this guide. |
**Note #2:** | **Note #2:** | ||
- | Checking which firmware file(s) | + | To find the name of the extension that provides |
$ tce-load -wi wireless-KERNEL bluetooth-KERNEL | $ tce-load -wi wireless-KERNEL bluetooth-KERNEL | ||
$ dmesg | grep firmware | $ dmesg | grep firmware | ||
Line 62: | Line 62: | ||
[ 747.236848] bluetooth hci0: Direct firmware load for intel/ | [ 747.236848] bluetooth hci0: Direct firmware load for intel/ | ||
[ 747.239327] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ | [ 747.239327] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ | ||
- | Some wireless nics require bluetooth drivers and firmware, which is why it is helpful to load // | + | Some wireless nics require bluetooth drivers and firmware, which is why it is helpful to load // |
- | Now that you know the firmware' | + | Now that you know the firmware' |
$ provides.sh iwlwifi-7260-17.ucode | $ provides.sh iwlwifi-7260-17.ucode | ||
firmware-iwlwifi.tcz | firmware-iwlwifi.tcz | ||
+ | $ $ provides.sh ibt-hw-37.7.10-fw-1.80.2.3.d.bseq | ||
+ | firmware-intel.tcz | ||
+ | |||
+ | If you don't have a TCL machine with an internet connection, not to worry: On any machine with an internet and web browser you can go to http:// | ||
**Note #3:** | **Note #3:** |