Skip to content

Commit 225828d

Browse files
authored
Add rfkill details (fixes home-assistant#5471) (home-assistant#5472)
1 parent 2665cbe commit 225828d

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

source/_docs/installation/hassbian.markdown

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@ redirect_from: /getting-started/hassbian/
1212

1313
Hassbian is our customized operating system for the Raspberry Pi Zero, 2,3 and 3B+. It is one of the easiest ways of installing Home Assistant.
1414

15-
- [Install Hassbian][install]
16-
- [Customize your installation][customize]
17-
- [Pi specific integrations][integrations]
18-
- [Learn how to perform common tasks][common]
15+
- [Install Hassbian](/docs/hassbian/installation/)
16+
- [Customize your installation](/docs/hassbian/customization/)
17+
- [Pi specific integrations](/docs/hassbian/common-tasks/)
18+
- [Learn how to perform common tasks](/docs/hassbian/integrations/)
1919

20-
[install]: /docs/hassbian/installation/
21-
[customize]: /docs/hassbian/customization/
22-
[common]: /docs/hassbian/common-tasks/
23-
[integrations]: /docs/hassbian/integrations/

source/_docs/installation/hassbian/installation.markdown

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ footer: true
1010
redirect_from: /docs/hassbian/installation/
1111
---
1212

13-
One of the easiest ways to install Home Assistant on your Raspberry Pi Zero, 2 ,3 and 3B+ is by using Hassbian: a Raspberry Pi image with Home Assistant built-in. The image will install the latest version of Home Assistant on initial boot (~10 minutes).
13+
One of the easiest ways to install Home Assistant on your Raspberry Pi Zero, 2, 3 and 3B+ is by using Hassbian: a Raspberry Pi image with Home Assistant built-in. The image will install the latest version of Home Assistant on initial boot (~10 minutes).
1414

1515
1. [Download the Hassbian image][image-download]
1616
2. Use [Etcher][etcher] to flash the image to your SD card
@@ -52,8 +52,20 @@ network={
5252
psk="YOUR_PASSWORD"
5353
}
5454
```
55+
5556
You may need to adjust the country code depending upon where you are. A list of codes can be found [here](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements).
5657

58+
If you are running in trouble with your Wifi connection (for [further details](https://www.raspberrypi.org/forums/viewtopic.php?t=207882)), check the output of the following command:
59+
60+
```bash
61+
$ sudo rfkill list
62+
0: phy0: Wireless LAN
63+
Soft blocked: yes
64+
Hard blocked: no
65+
```
66+
67+
To unblock it, exceute `$ sudo rfkill unblock wifi`.
68+
5769
### {% linkable_title Technical Details %}
5870

5971
- Home Assistant is installed in a virtual Python environment at `/srv/homeassistant/`

0 commit comments

Comments
 (0)