Forum Comments
FFC connector pinout?
In Interceptor Carrier Board
Bill Nagel
First week member
May 14, 2022
This is the FFC connector we use: https://www.lcsc.com/product-detail/FFC-FPC-Connectors_JUSHUO-AFC07-S40ECC-00_C11097.html
3
0
FFC connector pinout?
In Interceptor Carrier Board
Enabling usbboot mode
In Interceptor Carrier Board
Bill Nagel
First week member
May 14, 2022
You actually can update the bootloader/boot config without the IO board. Refer to /sbin/boot.sh to see how our installer accomplishes this.
1
2
Controlling Fan Speed
In Interceptor Carrier Board
PoE Board Frequently Asked Questions
In Interceptor Carrier Board
Interceptor won't power on
In Interceptor Carrier Board
Getting WiFi working
In Interceptor Carrier Board
Bill Nagel
First week member
Mar 28, 2022
Easiest way to configure wifi: ``` wpa_passphrase <ssid> <passphrase> | sudo tee /etc/wpa_supplicant/wpa_supplicant-wlan0.conf sudo systemctl enable wpa_supplicant@wlan0 ``` It will default to DHCP. To set a static IP, bring up the system settings tool by clicking the clock in the upper right.
1
0
How to reconfigure ethernet ports and how to set WiFi?
In Interceptor Carrier Board
Bill Nagel
First week member
Mar 28, 2022
@Bill Kreutz If you switched to NetworkManager as you indicate in another thread, you might have to fix your /etc/resolv.conf file.
0
How to reconfigure ethernet ports and how to set WiFi?
In Interceptor Carrier Board
What is password for admin@interceptor
In Interceptor Carrier Board
What is password for admin@interceptor
In Interceptor Carrier Board
Bill Nagel
First week member
Mar 27, 2022
If you haven't forgotten your password, and just want to change it, you only need to type `passwd` from the terminal.
0
0
How to reconfigure ethernet ports and how to set WiFi?
In Interceptor Carrier Board
Bill Nagel
First week member
Mar 27, 2022
This is what works for me: ``` wpa_passphrase <ssid> <passphrase> | sudo tee /etc/wpa_supplicant/wpa_supplicant-wlan0.conf sudo systemctl enable wpa_supplicant@wlan0 ``` /etc/systemd/network/wlan0.conf is already configured for DHCP. If you don't want to use systemd-networkd, you can disable it: `systemctl disable systemd-networkd`.
0
4
What is password for admin@interceptor
In Interceptor Carrier Board
Bill Nagel
First week member
Mar 27, 2022
The installer prompts you for a password for admin. If you have forgotten the password, select "Bash" from the boot menu. Then you can change the admin password as follows (mmcblk0p2 below assumes you installed to eMMC). ``` mount /dev/mmcblk0p2 /mnt chroot /mnt passwd admin exit umount /mnt exit ```
0
0
How to reconfigure ethernet ports and how to set WiFi?
In Interceptor Carrier Board
How to reconfigure ethernet ports and how to set WiFi?
In Interceptor Carrier Board
40 Pin FFC & GPIO
In Interceptor Carrier Board
Bill Nagel
Admin
More actions