I'm relatively new to BSD, and right now I'm test driving 15.0 in order to see if I can use it as my daily operating system. Thus far things seems promising, but last week I accidentally threw a monkey wrench into my own machine, by accidentally deleting the contents inside my /etc/rc.conf file.
Well, the first thing that I did was to find an example rc.conf file on the Internet, and then I copied and pasted that into my own blank rc.conf file. Next I rebooted and re did all of the sysrc commands I had used during the original installation, a few days earlier. This seemed to give me a working system, but now I seem to be experiencing a few odd quirks, such as my camera no longer working in Firefox, when it used to work before. I've tried to figure this out on my own, but I just don't seem to be smart enough to figure it out on my own. Also, I'm wondering if I may have created other conflicts in my system by adding too much gibberish into rc.conf.
Any information greatly appreciated.
Well, the first thing that I did was to find an example rc.conf file on the Internet, and then I copied and pasted that into my own blank rc.conf file. Next I rebooted and re did all of the sysrc commands I had used during the original installation, a few days earlier. This seemed to give me a working system, but now I seem to be experiencing a few odd quirks, such as my camera no longer working in Firefox, when it used to work before. I've tried to figure this out on my own, but I just don't seem to be smart enough to figure it out on my own. Also, I'm wondering if I may have created other conflicts in my system by adding too much gibberish into rc.conf.
Any information greatly appreciated.
Code:
hostname="Asus"
ifconfig_em0="DHCP"
ntpd_enable="YES"
ntpd_sync_on_start="YES"
powerd_enable="YES"
powerd_flags="-a hiadaptive -b adaptive"
dumpdev="NO"
sendmail_enable="NO"
syslogd_flags="-c -ss"
microcode_update_enable="YES"
hald_enable="YES"
dbus_enable="YES"
linux_enable="YES"
avahi_daemon_enable="YES"
fsck_enable="YES"
swapexd_enable="YES"
clean_tmp_X="YES"
clear_tmp_enable="YES"
devd_enable="YES"
devfs_system_ruleset="devfsrules_common"
tcp_drop_synfin="YES"
pf_enable="YES"
pf_rules="/etc/pf.conf"
pf_flags=""
pflog_enable="YES"
pflog_logfile="/var/log/pflog"
pflog_flags=""
ssh_enable="NO"
# kld_list+="nvidia nvidia-modeset"
moused_enable="YES"
ifconfig_re0="DHCP"
defaultrouter="192.168.1.1"
kld_list="nvidia-drm cuse"
lightdm_enable="Yes"
webcamd_enable="YES"
webcamd_0_flags="-d /dev/video0"
# webcamd_0_flags="-N vendor-0x046d-product-0x0825"
cupsd_enable="YES"
devfs_system_ruleset="system"