PDA

View Full Version : Raspberrypi 4 autologin



thefugue
2020-10-08, 10:13
Hi! I can't seem to make autologin work. I want to be able to access my raspberrypi with my mac. But it seems like wifi connection will only work after user has been logged in.

I tried to follow these instructions here: https://medium.com/@defsecone/kali-linux-installation-on-headless-raspberry-pi-1856d9c61983

But it did not work. I've been searching for information for more than 2 days now. I feel desperate.

Thanks in advance!

linuxl00ser
2020-12-27, 12:04
Hi! I can't seem to make autologin work. I want to be able to access my raspberrypi with my mac. But it seems like wifi connection will only work after user has been logged in.

I tried to follow these instructions here: https://medium.com/@defsecone/kali-linux-installation-on-headless-raspberry-pi-1856d9c61983

But it did not work. I've been searching for information for more than 2 days now. I feel desperate.

Thanks in advance!


Hi there,

I wanted to run my R4 headless with vnc and wifi, but all the instructions with wpa_supplicant did not work.
Fortunately, something has now worked and I can access the R4 with vnc and ssh.
1. login with kali / kali
2. Configure your network
3. sudo nano / etc / lightdm / lightdm.conf
under [seat: *]
are you changing
autologin-user = kali
autologin-user-timeout = 0
4. reboot

bye,
ll

krafg
2021-03-07, 17:30
sudo nano /etc/lightdm/lightdm.conf

autologin-user=kali
autologin-user-timeout=0

"kali" is your user

keep uncomment these lines.