Search results

  1. NapoleonWils0n

    insufficient privileges to load firmware image nvidia_gsp_tu10x_fw

    cheers mate dont want to tempt fate but this combination seems to work /boot/loader.conf hw.nvidia.registry.EnableGpuFirmware=0 /etc/rc.conf kld_list="nvidia-modeset nvidia-drm linux linux64 i915kms ext2fs mac_priority fusefs vmm nmdm" using the following in loader.conf just crashes the...
  2. NapoleonWils0n

    insufficient privileges to load firmware image nvidia_gsp_tu10x_fw

    tried this fix from this post hw.nvidia.registry.EnableGpuFirmware=0 in loader.conf on its own and with hw.nvidiadrm.modeset=1 didnt worked latest nvidia driver just crashes the system really lame, have to switch back to Ubuntu :(...
  3. NapoleonWils0n

    insufficient privileges to load firmware image nvidia_gsp_tu10x_fw

    fixed the virtual_oss issue by removing -T /dev/sndstat on the nvidia side tried this kld_list="nvidia nvidia-modeset nvidia-drm nvidia_gsp_tu10x_fw linux linux64 i915kms ext2fs mac_priority fusefs vmm nmdm" still crashes tried seeting the following in loader.conf hw.nvidiadrm.modeset=1...
  4. NapoleonWils0n

    Solved virtual_oss stopped working after the latest quarterly update

    removed -T /dev/sndstat /etc/rc.conf changed from virtual_oss_dsp="-T /dev/sndstat -S -Q 0 -C 2 -c 2 -r 48000 -b 16 -s 1024 -P /dev/dsp1 -R /dev/null -w vdsp.wav -l dsp -t vdsp.ctl" to virtual_oss_dsp="-S -Q 0 -C 2 -c 2 -r 48000 -b 16 -s 1024 -P /dev/dsp1 -R /dev/null -w vdsp.wav -l dsp...
  5. NapoleonWils0n

    Solved virtual_oss stopped working after the latest quarterly update

    this looks like the issue Starting Virtual OSS config dsp ...virtual_oss: illegal option -- T /etc/rc.conf virtual_oss_dsp="-T /dev/sndstat -S -Q 0 -C 2 -c 2 -r 48000 -b 16 -s 1024 -P /dev/dsp1 -R /dev/null -w vdsp.wav -l dsp -t vdsp.ctl"
  6. NapoleonWils0n

    Solved virtual_oss stopped working after the latest quarterly update

    virtual_oss has stopped working for me after the latest quarterly update doas pkg install virtual_oss /etc/rc.conf # virtual oss virtual_oss_enable="YES" virtual_oss_configs="dsp" virtual_oss_dsp="-T /dev/sndstat -S -Q 0 -C 2 -c 2 -r 48000 -b 16 -s 1024 -P /dev/dsp1 -R /dev/null -w vdsp.wav...
  7. NapoleonWils0n

    insufficient privileges to load firmware image nvidia_gsp_tu10x_fw

    Loading nvidia-drm.ko via /etc/rc.conf is perfectly fine and strongly recommended. But you need hw.nvidiadrm.modeset=1 in your /boot/loader.conf to make nvidia-drm.ko to work. thats even worse it crashes the system as soon as i open a video /boot/loader.conf hw.nvidiadrm.modeset=1...
  8. NapoleonWils0n

    insufficient privileges to load firmware image nvidia_gsp_tu10x_fw

    still getting crashes after loading nvidia_gsp_tu10x_fw.ko on my Dell XPS 15 2019 playing a video with either Firefox or mpv just freezes the system and i have to do a hard shutdown have to switch back to linux
  9. NapoleonWils0n

    insufficient privileges to load firmware image nvidia_gsp_tu10x_fw

    fixed the issue of the nvidia_gsp_tu10x_fw not being loaded by loading the module in my kld_list in my rc.conf /etc/rc.conf added nvidia_gsp_tu10x_fw to the kld_list kld_list="nvidia-modeset nvidia-drm nvidia_gsp_tu10x_fw linux linux64 i915kms ext2fs mac_priority fusefs vmm nmdm" no errors...
  10. NapoleonWils0n

    insufficient privileges to load firmware image nvidia_gsp_tu10x_fw

    upgraded to the latest quarterly branch im getting this error in dmesg and crashes using mpv to play some youtube video firmware_get_flags: insufficient privileges to load firmware image nvidia_gsp_tu10x_fw the only google search result is this posts on the forum by T-Aoki...
  11. NapoleonWils0n

    Solved quarterly now using Nvidia 570.124.04 and Cuda 12.8

    Just upgraded to the latest quarterly branch and the nvidia driver and cuda have got an upgrade Nvidia 570.124.04 and Cuda 12.8 im going install the matching Nvidia driver in a Rocky Linux jail with the nvidia-cuda-toolkit 12.8 and see if i can get cuda working in the jail cuda in a jail...
  12. NapoleonWils0n

    starting wayland (wayfire) fails using nvidia card [Found 0 GPUS]

    hi mate i think when i did the tutorial using git worked but since an update to wlroots you need dwl 0.7 https://codeberg.org/dwl/dwl/releases so i just download the dwl 0.7 tar.gz https://codeberg.org/dwl/dwl/archive/v0.7.tar.gz i have used swaybg with labwc for the wallpaper but i dont...
  13. NapoleonWils0n

    Google Gemini gem search the Freebsd Handbook, Forum, Youtube and Vermaden's site

    You can export the results as a google docs as well 1 - click the share button under the results, and select "Export to Docs" 2 - then click the "Open Docs" button in the bottom left of the window 3 - that opens the google doc with the results in a new tab For brownie points you can...
  14. NapoleonWils0n

    Google Gemini gem search the Freebsd Handbook, Forum, Youtube and Vermaden's site

    Google Gemini has a feature called the Gem manager This allows you to create your own gems which are custom prompts for Gemini So you can create a Gemini prompt that searches the Freebsd Handbook, Forum, Youtube and vermaden's site you can also set it to exclude Google results so you only get...
  15. NapoleonWils0n

    Solved Is Rust now killing C++ and eventually C with it ?

    Ubuntu 25.10 plans to swap GNU coreutils for Rust https://www.theregister.com/2025/03/19/ubuntu_2510_rust/ Efforts are afoot to replace the GNU coreutils with Rust ones in the version after next of Ubuntu, 25.10 – which also means changing the software license. The next version of Ubuntu...
  16. NapoleonWils0n

    Shell zsh check os with ostype and uname

    i have 3 jails that use nullfs to mount the home directory each jail has zsh installed and so they all use the zsh config files i need a way to check the os, so i can have different shell config for each jail so they can have different shell paths XDG_RUNTIME_DIR directories, or use X11 or...
  17. NapoleonWils0n

    what format does the forum use for text and code in the editor

    i keep all my how to guides in org mode format and when posting them on the forum it involves lots of manual copying and pasting of the text it would really speed things up if i could convert my org mode files using pandoc to the forums "text format" https://pandoc.org/ im just wondering...
  18. NapoleonWils0n

    How to codec AVS2/AVS3 (libuavs3d) for ffmpeg ?

    as a workaround you could create a linux jail and then install ffmpeg in that
  19. NapoleonWils0n

    starting wayland (wayfire) fails using nvidia card [Found 0 GPUS]

    if you follow the video and my notes you should be fine if you have any problems give me a shout you will want to install the dwlb package for the bar dwlb-s20240516 Feature-complete bar for DWL sudo pkg install dwlb
  20. NapoleonWils0n

    starting wayland (wayfire) fails using nvidia card [Found 0 GPUS]

    here you go mate also attached my build of dwl as a zip dwl install https://github.com/NapoleonWils0n/cerberus/blob/master/dwl/dwl-freebsd.org dwl files i have alterted https://github.com/NapoleonWils0n/cerberus/tree/master/dwl/dwl-freebsd-config patches...
Back
Top