quinta-feira, 28 de julho de 2016

Configuração Raspberry Pi

Configurado a imagem 2016-05-27-raspbian-jessie-lite.img em um cartão de 2GB. Esta versão não tem ambiente gráfico.

Configuração do teclado
sudo dpkg-reconfigure keyboard-configuration

Configuração do Time Zone
sudo dpkg-reconfigure tzdata

Para acessar o RBP via ssh do notebook, foi seguido este tutorial
Share a wireless connection via ethernet in GNOME 3.14

em seguida foi configurado o Adaptador Wireless USB da Intelbras. Este dispositivo usa o driver rt2870.bin presente no pacote firmware-ralink que já vem instalado no raspbian. As demais configurações foi seguindo este tutorial
Get the Ralink 28xx USB Dongle Running on Raspbian 7 (Raspberry Pi)

Para finalizar foi feito uma transmissão em FM usado rpitx.

RBP B+ com Adaptador Wireless Intelbras e a antena do transmissor FM


[16/06/2021]
ver também Locale

[20/11/2024]
conf do console
dpkg-reconfigure console-setup


[16/05/2025]
localectl status
dpkg-reconfigure locales

 

The Hard Way
    Edit /etc/locale.gen as root. If /etc/locale.gen does not exist, create it. An example /etc/locale.gen is below.
    Run /usr/sbin/locale-gen as root
A sample /etc/locale.gen
------------------------8<------------------------
# C.UTF-8 UTF-8
# en_GB.UTF-8 UTF-8
# en_US.UTF-8 UTF-8
pt_BR.UTF-8
------------------------8<------------------------

Saida do comando  localectl status
System Locale: LANG=pt_BR.UTF-8
                            LANGUAGE=pt_BR:pt:en
     VC Keymap: (unset)             
     X11 Layout: br
      X11 Model: pc105

Nenhum comentário: