Questions tagged [raspi-config]

raspi-config is the raspbian configuration tool for the Raspberry Pi.

217 questions
25
votes
4 answers

How to enable auto-login?

So I just installed raspbian jessie lite on my pi 2. But I can't get it to login automatically. I first tried with raspi-config, which didn't work. Then after googling a bit, I found a tutorial which I'm suppose to edit inittab but when I try to…
Yemto
  • 359
  • 1
  • 3
  • 3
7
votes
2 answers

How to get raspi-config on Ubuntu 20.04

Is using raspi-config on Ubuntu an anti-pattern or there's an equivalent package made just for Ubuntu? I'd like to use it to easily control OverlayFS for example. Is this possible with Ubuntu on RPi 4?
dzhi
  • 171
  • 1
  • 1
  • 4
4
votes
2 answers

Unable to change hostname on Raspberry pi 3

I have a Raspberry pi 3b that I am trying to change the hostname from the default of raspberry. Every time I change it and then reboot, the hostname is still raspberrypi. os-release yields: PRETTY_NAME="Raspbian GNU/Linux 10…
Dale
  • 43
  • 5
3
votes
2 answers

Cloning Pi Image

I've been searching for a way to make this process easier.. I have a project where we have to configure 1200 RPI's exactly the same.. Obviously I don't want to clone each card one at a time I'm trying to find the best solution. We do have access to…
Monergy
  • 131
  • 1
2
votes
1 answer

Block Access to raspi-config

I want to let one of my friends use my Raspberry Pi remotely, but I don't want him to have access to raspi-config to change settings. Is there any way to block access to raspi-config or set a separate password??
E.Kh
  • 23
  • 2
2
votes
1 answer

Set Resolution for Old Sony TV

I am using an old sony TV, the resolution is coming up very flickery, is there any way to change the hertz rate and resolution. PI is selecting 1920 x 1080 TV says 1080i @ 50hz But its so flickery, ive played around with config.txt. Does anyone have…
Welsh King
  • 123
  • 3
2
votes
2 answers

Where can I learn about the raspi-config noint parameters?

I recently learned about the raspi-config noint parameter from here. This is perfect for my needs but now I need to figure out which parameters to send. I'm trying to change two things: the resolution and the keyboard layout. Where can I learn what…
GFL
  • 129
  • 2
1
vote
1 answer

Expand Raspbian File System on First Boot

Edit: This question was originally about debugging /usr/bin/raspi-config --expand-rootfs. What I was really trying to do was expand the Raspbian file system the first time a newly flashed card was booted. I'm still not sure why what I was doing…
Bob Brown
  • 1,037
  • 8
  • 12
1
vote
0 answers

raspi-config shows blank screen

I have (had) a Discord bot living on my Raspbery Pi 3 B+, and all was well for about a week. Then the bot crashed mysteriously (and the Pi stopped responding to SSH). I plugged the Pi into a monitor and poked around the filesystem a bit and…
Dragonite
  • 11
  • 2
1
vote
0 answers

raspi-config does not allow me to select anything

I have configured my Raspberry Pi zero to have an ssh connection. When I log into that connection, I can access the terminal and all the commands I try work, except when I try to use raspi-config. It opens, and I can highlight one of the options and…
cat40
  • 111
  • 4
1
vote
0 answers

mjpeg quality question

In the uv4l-raspicam.conf file is there a way to improve the mpeg quality? I've adjusted the quality parameter from 70 to 100 but I can see no difference in the output. Thank you Jim encoding = mjpeg width = 1920 height = 1080 framerate =…
1
vote
4 answers

advanced options I2C not showing

why do you think the options under A6 are not showed? I need to enable the I2C options to use a LCD. I DON'T understand what is happening.
Diego D.M.O.
  • 23
  • 1
  • 4
1
vote
3 answers

Kiosk Webclient

I've a dashboard on the web and want to show it on a screen. So I'm thinking about making a portable kiosk style webclient on raspberry pi with raspberrian. The site has some javascript which draws charts. Now i'm experencing performance trouble…
Boas Enkler
  • 215
  • 3
  • 7
1
vote
1 answer

Run raspi-config non-interactively - skip whiptail dialogs

I'm running raspi-config on remote hosts non-interactively, using Ansible. Since there is no TTY attached, opening dialogs with whiptail will make the system get stuck. Versions: Debian: Bookworm raspi-config: 20231216 As an example, when running…
1
vote
2 answers

What does changing the hostname in raspi-config actually do?

I want to write a script that will achieve the same effect as changing the hostname in raspi-config. However, I am not entirely sure what raspi-config does when the hostname is changed (via 1 System Options > S4 Hostname). I assume that at least the…
Greenonline
  • 2,740
  • 4
  • 23
  • 36
1
2