Discussione "Failed to start Light display manager..." Kali Linux, Raspberry Pi 3

Stato
Discussione chiusa ad ulteriori risposte.

xMartialTrickerx

Utente Gold
22 Febbraio 2010
396
61
84
231
Errore su Kali Linux "Failed to start Light display manager..."
Salve a tutti. Ho installato Kali Linux sul mio Raspberry pi 3, e funzionava alla perfezione sino a qualche giorno fa, fin quando ieri non ho installato dei drivers sbagliati per LCD (a quanto pare erano waveshare ma il mio LCD 3,5 è di un'altra marca) e dopo averli installati e reboottato, il raspberry da' continuamente quell'errore, suggerendo di controllare lo status con 'systemctl status lightdm.service'.
La schermata che appare quando inserisco tale comando è questa: http://puu.sh/uwztN/da74da664f.jpg .
Le ho provate di tutte, ho installato nuovamente i pacchetti lightdm, fatto update e upgrade, di tutto, ma ancora non riesco a liberarmene. Come posso fare?

NB: ho seguito questa guida per installare l'LCD (a quanto pare sbagliato o forse perchè il sistema operativo è Kali Linux)

[ PART 1: Driver installation for Raspberry Pi 3 B ]


1. Open the terminal and enter this to get a working driver package (older drivers don't seem to work!):


wget http://www.spotpear.com/download/diver24-5/LCD-show-160823-touch.tar.gz


2. Extract the driver with this command:


tar xvf LCD-show-160823-touch.tar.gz


3. Open the extracted folder with:


cd ./LCD-show


4. IMPORTANT!!! The "cmdline.txt" file in the driver folder needs to be modified, otherwise the pi will not boot up due to kernel panic!


Type:

nano cmdline.txt


Now, modify the text "root=/dev/mmcblk0p2" to "root=/dev/mmcblk0p7"

(so basically just change the "2" into a "7")


Close nano by pressing Ctrl + X, followed by "Y" and press Enter.

(Note: this txt can also be edited in Raspbian with the File Manager, so you don't need the nano command.)


5. In the terminal, execute:


./LCD35-show


The Pi will reboot and the touch screen will now be your display.


To switch back to external display on HDMI, execute the command in the terminal:


./LCD-hdmi
Grazie in anticipo.
 
Stato
Discussione chiusa ad ulteriori risposte.