Marcel Kaiser

Results 66 comments of Marcel Kaiser

> Test on LEXAR USB same thing > https://photos.app.goo.gl/C55WjhyKBRKy4icH7 > ![img_20190121_090333](https://user-images.githubusercontent.com/10478846/51460862-e9e7f380-1d5c-11e9-8bb4-e8eb6746fbca.jpg) Hi @trassiorf, it looks like FreeBSD takes to long to recognize the storage device. It appears after `mountroot`. Boot...

@trassiorf > Another question : > how can I setup the wifi interface (dhcp) ? Ethernet connection using DHCP is set up automatically. For Wifi start wifimgr (Openbox menu ->...

> It Is OFFTOPIC: trassiorf To enable wificard need to get its name: > pciconf -lv > Then > to /etc/rc.conf add: > kld_list=" iwm3168fw" > wlans_iwm0="wlan0"' > ifconfig_wlan0="WPA DHCP"...

> > please provide the vendor and device ID > > It was > > ``` > Card-2: Intel Dual Band Wireless-AC 3168NGW [Stone Peak] driver: iwlwifi > v: kernel...

Issue moved [here](https://github.com/nomadbsd/nomadbsd-adduser-gui/issues/1)

Hi @leandroramos8787, try to set `hw.psm.synaptics_support=0` in `/boot/loader.conf`.

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

Hi @probonopd, > Hence, one could run the autoconfiguration, launch Xorg, check its exit code, and diisplay initgfx's gfx_menu window only in case Xorg returned a non-zero exit code. I'm...

[Give it a try if you like](https://github.com/nomadbsd/NomadBSD/commit/a346f134aaca1cdc164346f63808abdb4d8919e3) Boot your NomadBSD and execute the following commands as root to install the new initgfx: ```` #!/bin/sh mv -i /etc/rc.d/initgfx ~/initgfx.old cd /usr/local/etc/X11/xorg.conf.d/...