tl;dr I added 'snd_driver_load="YES"' and now I am stuck at freebsd logo with loud fans.
I haven't been able to get audio to work on my new FreeBSD 13-CURRENT install. I had basically tried everything, reconnected everything and pressed every google, bsd forum and bug tracker link and done every fix in these links to no avail. The last thing I found was to add
I have encrypted swap and full disk encryption that I enabled in the GUI install.
Booting in from a FreeBSD USB stick and entering live CD mode and executing
Is there any way to fix this? Can I boot into my USB -> Live CD mode -> Mount the encrypted SSD and remove the horrible changes I did? How'd I go about mounting an encrypted (which I believe I decrypt before I even get to the boot menu) SSD? I have some experience in formatting USBs and hard drives but I have little to no experience with ZFS and other things such as zpool, so you know where I stand.
I do not have ssh access so I cannot copy entire logs but I can copy what's important, in this case I literally wrote the
I haven't been able to get audio to work on my new FreeBSD 13-CURRENT install. I had basically tried everything, reconnected everything and pressed every google, bsd forum and bug tracker link and done every fix in these links to no avail. The last thing I found was to add
snddriver_load="YES"
and I think it was to /boot/loader.conf. After this, whenever I boot regularly (multi user as per default) I get stuck at the beastie/freebsd logo for eternity and my computer starts to make lots of sounds (the fans). I've had this issue once before but then I rebooted and everything was fine. Now I have tried rebooting 50 times, turned of the electricity to the computer, removed dust (dust was an issue once before), lowered my CPU voltage in BIOS, increased CPU voltage in BIOS, reset CPU voltage in BIOS (I was unable to boot into anything but Windows before because FreeBSD and every Linux variant gave me watchdog errors and other errors which overclocking fixed), etc, etc. Usually when I get boot errors I just boot into single mode and I mount / and undo the /boot/loader.conf or the /etc/sysctl.conf thing that I changed. This time though I get kernel panic and I end up at db>
but there is no mouse control and the keyboard is not working. I can enable and disable numlock on my keyboard and the keyboard has backlighting but that is it.I have encrypted swap and full disk encryption that I enabled in the GUI install.
Booting in from a FreeBSD USB stick and entering live CD mode and executing
gpart show
shows me:
Code:
=> 40 937703008 ada0 GPT (447G)
40 1024 1 freebsd-boot (512K)
1064 984 - free - (492K)
2048 8388608 2 freebsd-swap (4.0G)
8390656 929310720 3 freebsd-zfs (443G)
937701376 1672 - free - (836K)
Is there any way to fix this? Can I boot into my USB -> Live CD mode -> Mount the encrypted SSD and remove the horrible changes I did? How'd I go about mounting an encrypted (which I believe I decrypt before I even get to the boot menu) SSD? I have some experience in formatting USBs and hard drives but I have little to no experience with ZFS and other things such as zpool, so you know where I stand.
I do not have ssh access so I cannot copy entire logs but I can copy what's important, in this case I literally wrote the
gpart show
output based on the output on my PC (I am writing this on another computer).