nomadbsd / NomadBSD

Livesystem based on FreeBSD
http://nomadbsd.org
BSD 2-Clause "Simplified" License
364 stars 43 forks source link

NomadBSD dies when i touch the touchpad #23

Open leandroramos8787 opened 5 years ago

leandroramos8787 commented 5 years ago

Hello, i was trying to install NomadBSD on a MacBook Pro 4,1 but it dies when i touch the touchpad and the machine restarts abruptly.

This happens on 1.2 and 1.3, on amd64 and mac imgs.

Please help :(

mrclksr commented 5 years ago

Hi @leandroramos8787,

try to set hw.psm.synaptics_support=0 in /boot/loader.conf.

leandroramos8787 commented 5 years ago

Hi @leandroramos8787,

try to set hw.psm.synaptics_support=0 in /boot/loader.conf.

Hi, thanks for the reply.

The solution is to comment out wsp_load="YES" in /boot/loader.conf.

The wsp driver was the problem.

mrclksr commented 5 years ago

Thank you for the feedback. Does the touchpad work without the wsp driver?

leandroramos8787 commented 5 years ago

Yes it works, i can move the cursor and to do left click with the touchpad button

3ux1n3 commented 4 years ago

How do I edit that file ??

bsdlme commented 4 years ago

@3ux1n3: right click on the desktop, select terminals/sakura, then enter

 sudo ee /boot/loader.conf

enter your password then edit the file and leave the editor by pressing Esc and Enter after each other. Then save the file from the menu that pops up.