Difference between revisions of "Pidora-Headless-Mode"
(Headless mode is a system configuration in which the display device, keyboard, or mouse is lacking.) |
(Headless mode is a system configuration in which the display device, keyboard, or mouse is lacking.) |
||
Line 1: | Line 1: | ||
− | + | == What is headless mode? == | |
− | |||
Headless mode is a system configuration in which the display device, keyboard, or mouse is lacking. | Headless mode is a system configuration in which the display device, keyboard, or mouse is lacking. | ||
− | Enabling headless mode on Pidora | + | == Enabling headless mode on Pidora == |
− | |||
− | /boot | + | If you would like to enable headless mode, you will need to create a file named "headless" in the following directory on your SD card. |
+ | |||
+ | /boot | ||
There are two possible configuration for headless-mode "DHCP" configuration and "Static" configuration. | There are two possible configuration for headless-mode "DHCP" configuration and "Static" configuration. | ||
− | DHCP Configuration | + | === DHCP Configuration === |
If you would like to obtain an ip address dynamically via DHCP | If you would like to obtain an ip address dynamically via DHCP | ||
− | + | create an empty file in the boot directory named "headless" | |
− | Static Configuration | + | === Static Configuration === |
If you would like to specify a specific IP address you will need to include the IP Address, Netmask and Gateway. | If you would like to specify a specific IP address you will need to include the IP Address, Netmask and Gateway. | ||
Create a file called "headless" and include the following information | Create a file called "headless" and include the following information | ||
− | Sample headless file Static Configuration | + | === Sample headless file Static Configuration === |
− | IPADDR=192.168.1.105 | + | IPADDR=192.168.1.105 |
− | NETMASK=255.255.255.0 | + | NETMASK=255.255.255.0 |
− | GATEWAY=192.168.1.1 | + | GATEWAY=192.168.1.1 |
− | Headless Mode is enable | + | == Headless Mode is enable how do I find out what my ip-address? == |
− | After you have enabled headless mode with either the DHCP configuration or Static IP configuration, the ip address that has been assigned to Raspberry Pi will be played through the speakers 2 minutes after you have powered the Raspberry Pi, 30 seconds after the ip information has been played it will also flash your ip address through Pi's LED lights. | + | After you have enabled headless mode with either the DHCP configuration or Static IP configuration, the ip address that has been assigned to Raspberry Pi will be played through the speakers "'''2 minutes'''" after you have powered the Raspberry Pi, 30 seconds after the ip information has been played it will also flash your ip address through Pi's LED lights. |
More information about ip-read and ip-flash: | More information about ip-read and ip-flash: | ||
+ | |||
https://github.com/ctyler/ip-info/blob/master/README.md | https://github.com/ctyler/ip-info/blob/master/README.md |
Revision as of 15:08, 21 May 2013
Contents
What is headless mode?
Headless mode is a system configuration in which the display device, keyboard, or mouse is lacking.
Enabling headless mode on Pidora
If you would like to enable headless mode, you will need to create a file named "headless" in the following directory on your SD card.
/boot
There are two possible configuration for headless-mode "DHCP" configuration and "Static" configuration.
DHCP Configuration
If you would like to obtain an ip address dynamically via DHCP create an empty file in the boot directory named "headless"
Static Configuration
If you would like to specify a specific IP address you will need to include the IP Address, Netmask and Gateway. Create a file called "headless" and include the following information
Sample headless file Static Configuration
IPADDR=192.168.1.105 NETMASK=255.255.255.0 GATEWAY=192.168.1.1
Headless Mode is enable how do I find out what my ip-address?
After you have enabled headless mode with either the DHCP configuration or Static IP configuration, the ip address that has been assigned to Raspberry Pi will be played through the speakers "2 minutes" after you have powered the Raspberry Pi, 30 seconds after the ip information has been played it will also flash your ip address through Pi's LED lights.
More information about ip-read and ip-flash: