WiFi: Difference between revisions
First version of page overhaul, add sections for Qualcomm, Broadcom and Mediatek wifi |
Add links |
||
Line 15: | Line 15: | ||
You need to find the firmware files for your device, the main file is called <code>wcnss.mdt</code> and there should also be more files which are called <code>wcnss.b00</code>, <code>wcnss.b01</code>, etc. Copy them all onto your device info <code>/lib/firmware/postmarketos</code>. | You need to find the firmware files for your device, the main file is called <code>wcnss.mdt</code> and there should also be more files which are called <code>wcnss.b00</code>, <code>wcnss.b01</code>, etc. Copy them all onto your device info <code>/lib/firmware/postmarketos</code>. | ||
Then you can run as root <code>echo 1 > /dev/wcnss_wlan</code> and <code>echo sta > /sys/module/wlan/parameters/fwpath</code>. Check the output of <code>ip link</code> and a <code>wlan0</code> interface should have appeared! Now you can use NetworkManager | Then you can run as root <code>echo 1 > /dev/wcnss_wlan</code> and <code>echo sta > /sys/module/wlan/parameters/fwpath</code>. Check the output of <code>ip link</code> and a <code>wlan0</code> interface should have appeared! Now you can use NetworkManager to [[#Connecting_to_APs|connect to a WiFi]]! | ||
If that didn't work, please check the Debugging | If that didn't work, please check the [[#Debugging|debugging]] section how to find out what went wrong. | ||
For packaging, see [[Device_specific_package#Proprietary_firmware_or_userland_blobs|that page]] and add the <code>wcnss-wlan</code> package (which runs the two commands above at boot automatically) as a dependency to the WiFi subpackage. | For packaging, see [[Device_specific_package#Proprietary_firmware_or_userland_blobs|that page]] and add the <code>wcnss-wlan</code> package (which runs the two commands above at boot automatically) as a dependency to the WiFi subpackage. |
Revision as of 12:15, 30 September 2019
General information
To get wireless LAN working, most WiFi chips need a proprietary firmware blob. While it would be more secure to replace that with open source software in the long term, it isn't feasible right now, so we try to get it working with that closed source firmware.
A great place to start looking for information about many available WiFi chips is this kernel.org page. It often provides driver sources and the required firmware blobs as well. For a start if you want Internet working try the USB Internet guide.
Instead of mounting Android's firmware partition, we package the files ourselves (see the FAQ). |
Useful links:
Qualcomm WiFi
Devices with Qualcomm WiFi chips are usually very easy to get working.
You need to find the firmware files for your device, the main file is called wcnss.mdt
and there should also be more files which are called wcnss.b00
, wcnss.b01
, etc. Copy them all onto your device info /lib/firmware/postmarketos
.
Then you can run as root echo 1 > /dev/wcnss_wlan
and echo sta > /sys/module/wlan/parameters/fwpath
. Check the output of ip link
and a wlan0
interface should have appeared! Now you can use NetworkManager to connect to a WiFi!
If that didn't work, please check the debugging section how to find out what went wrong.
For packaging, see that page and add the wcnss-wlan
package (which runs the two commands above at boot automatically) as a dependency to the WiFi subpackage.
Test your packaging by flashing a new rootfs which includes your changes and see if WiFi works without any manual configuration.
Broadcom WiFi
TODO: This section needs expansion. |
Devices with Broadcom WiFi chips usually have the path to the firmware hardcoded in the kernel, mostly to /system/vendor/firmware
.
In most cases you should be able to set CONFIG_BCMDHD_FW_PATH
and CONFIG_BCMDHD_NVRAM_PATH
in the kernel config. In other cases, you need to patch the kernel and change the path to /lib/firmware/postmarketos
(see this patch.
You can use the command git grep "lib/firmware/postmarketos" device/linux-*
in pmaports to find how it's done for other devices.
Mediatek WiFi
TODO: No device with a Mediatek SoC actually has WiFi working yet. Further debugging is needed to get it working. |
Devices with Mediatek WiFi chips are much more complicated to get working. On MT6589 devices, there is a tool called 6620_launcher
which (probably) loads the firmware from the filesystem into the kernel. This tool is a binary included in the Android installation and linked against the bionic libc. There is a source code version of the tool available which can be compiled on a normal Linux system. On the Fairphone 1, the order for initialization should be the following (based on the init.rc files from Android):
# Install the files mt6628_ant_m1.cfg mt6628_patch_e1_hdr.bin mt6628_patch_e2_0_hdr.bin mt6628_patch_e2_1_hdr.bin WIFI_RAM_CODE_MT6628 WMT.cfg into /system/etc/firmware/ (path could be patched in the kernel sources) insmod mtk_hif_sdio.ko insmod mtk_stp_wmt.ko insmod mtk_stp_uart.ko insmod mtk_stp_gps.ko insmod mtk_stp_bt.ko insmod mtk_wmt_wifi.ko mknod /dev/stpwmt c 190 0 mknod /dev/stpgps c 191 0 mknod /dev/stpbt c 192 0 mknod /dev/wmtWifi c 153 0 insmod wlan_mt6628.ko 6620_launcher -p /system/etc/firmware/ echo 1 > /dev/wmtWifi
The MediaDeb project has made systemd unit files running more or less the commands above on two of their supported devices:
- wifi_loader.service: runs
mt6620_loader.sh
(which doesmknod
) & runswifi_loader
bin - mt6620_launcher.service: runs 6620_launcher (
/usr/sbin/6620_launcher -b 4000000 -p /lib/firmware/ -d /dev/ttyMT2
) - wifi.service: runs
echo 1 > /dev/wmtWifi
Debugging
- Find the wifi device name with
ip link
(wlan0
on most phones) - Try to start the wlan interface with
ip link set wlan0 up
.
When that worked, you're done with this section. Otherwise look in the following places for errors (such as missing firmware files):
dmesg
tail /var/log/firmwareload.log
If there is nothing helpful in these files, continue reading. The original OS may run a userspace application, that enables the wifi driver by doing essentially echo 1 > /dev/wcnss_wlan
and echo sta > /sys/module/wlan/parameters/fwpath
or execute similar commands. This was the case for wcnss-wlan
(see aports/main/wcnss-wlan
for how we packaged it).
Try to compare your sysfs and dmesg
output with the one of a known working ROM after you have connected to a wireless network. Look for differences in /sys/module/wlan/
.
Connecting to APs
In #388 we enabled NetworkManager. You might need to set your wlan interface to unmanaged in NetworkManager to configure it manually. |
postmarketOS currently configures the wpa_supplicant service to start on boot. This service will fail to start unless /etc/wpa_supplicant/wpa_supplicant.conf
has been defined. This can be configured using the wpa_passphrase
utility:
$ wpa_passphrase YOUR_SSID YOUR_PASSPHRASE | sudo tee /etc/wpa_supplicant/wpa_supplicant.conf
Note: If you are connecting to a hidden wireless network, make sure to add line "scan_ssid=1" after the ssid line in your generated conf file
Next you'll need to set up the networking
service by adding interfaces to /etc/network/interfaces
. In some cases, the loopback device may need to precede the wlan interface:
auto lo iface lo inet loopback auto wlan0 iface wlan0 inet dhcp
Finally, set the networking service to start on boot:
$ sudo rc-update add networking default
Note that on some systems (e.g. the RX51 [this seems not to be required on RX-51 as of 16th May 2018 but YMMV]) you may have to configure wpa_supplicant to use the Linux kernel wireless extensions by editing /etc/conf.d/wpa_supplicant
:
wpa_supplicant_args="-Dwext"
You will have to reboot, or manually restart the aforementioned services, before your device will connect to the access point.
Using NetworkManager command line
It is possible to use NetworkManager to connect to a wifi access point using nmcli or nmtui command line.
$ sudo nmcli device wifi list ifname wlan0
$ sudo nmcli device wifi connect "$SSID" password "$PASSWORD" ifname wlan0
Start WIFI manually
If you experience problems or just want to test wifi you can start wpa supplicant (using -Dwext or nl80211 driver) and the dhcp service:
sudo wpa_supplicant -u -Dnl80211 -B -c /etc/wpa_supplicant/wpa_supplicant.conf -iwlan0 sudo udhcpc -i wlan0