Search results

  1. T

    Solved Audio volume is too low

    After setting mixer pcm=1.0 volume became as loud as it should be. Thanks a lot!
  2. T

    Solved Audio volume is too low

    Hardware is fine, Fedora 39 on it can be quite loud.
  3. T

    Solved Audio volume is too low

    FreeBSD 14.0 fully updated, latest ports updated. Sound from analog line output works but the volume is too low. I cranked the physical volume control and these to the max: $ sysctl hw.snd.vpc_0db hw.snd.vpc_0db: 100 $ mixer vol vol.volume=1.00:1.00 vol.mute=0 What else can I try?
  4. T

    Favorite programming language(s)?

    Because this is a C-style idiom, in C++ they use operator new which uses the right types. No need to cast. And if you insist on using malloc still no casting to void * is involved
  5. T

    Favorite programming language(s)?

    Would be interesting to see examples where "casting to/from void * is required in C++.
  6. T

    Solved Radeon RX 6600 stopped working after recent updates

    Today I updated all ports, force-reinstalled them - and viola, graphics card started working. A nice present for International Women's Day even though I am not one :)
  7. T

    Solved Radeon RX 6600 stopped working after recent updates

    Thank you for trying to help. Of course I rebooted many times while tinkering with this problem. I think this particular card is not (yet) supported by updated drm-515-kmod. I'll wait for fixes, the developer seems to be active on Bugzilla.
  8. T

    Solved Radeon RX 6600 stopped working after recent updates

    # groups andrew andrew wheel operator video
  9. T

    Solved Radeon RX 6600 stopped working after recent updates

    andrew@obama:~$ ll /boot/modules/amdgpu.ko -r-xr-xr-x 1 root wheel 8581752 Feb 22 15:42 /boot/modules/amdgpu.ko andrew@obama:~$ ll /boot/modules/*dimgrey* -r-xr-xr-x 1 root wheel 275976 Jan 12 17:21 /boot/modules/amdgpu_dimgrey_cavefish_ce_bin.ko -r-xr-xr-x 1 root wheel 125496 Jan 12 17:21...
  10. T

    Solved Radeon RX 6600 stopped working after recent updates

    Update: tried the official port drm-515-kmod and lts-focal branch, in both cases got this error from X11: ... [ 41.095] (II) LoadModule: "amdgpu" [ 41.095] (WW) Warning, couldn't open module amdgpu [ 41.095] (EE) Failed to load module "amdgpu" (module does not exist, 0) [ 41.095]...
  11. T

    Solved Radeon RX 6600 stopped working after recent updates

    That was my failed experiment, will delete. Good idea, I'll try to use the normal ports procedures. The link doesn't work
  12. T

    Solved Radeon RX 6600 stopped working after recent updates

    I cloned the repo https://github.com/wulf7/drm-kmod.git, switched to the branch 515-lts-focal, built from the root and got a bunch of *.ko files: andrew@obama:drm-kmod$ find . -name \*.ko ./ttm/ttm.ko ./i915/i915kms.ko ./dmabuf/dmabuf.ko ./amd/amdgpu/amdgpu.ko ./radeon/radeonkms.ko ./drm/drm.ko...
  13. T

    Solved Radeon RX 6600 stopped working after recent updates

    Look normal? andrew@obama:~$ ll /boot/modules/amd* -r-xr-xr-x 1 root wheel 8581752 Jan 1 00:17 /boot/modules/amdgpu.ko -rw-r--r-- 1 root wheel 8621776 Feb 18 10:41 /boot/modules/amdgpu.ko-built -r-xr-xr-x 1 root wheel 275976 Jan 12 17:21 /boot/modules/amdgpu_dimgrey_cavefish_ce_bin.ko...
  14. T

    Solved Radeon RX 6600 stopped working after recent updates

    The crash at 0x2 is gone, but it seems it was kind of intermittent before. While playing with installing/reinstalling AMD related packages I remember I had 2 errors: either the fault at 0x2 or failure to load amdgpu.
  15. T

    Solved Radeon RX 6600 stopped working after recent updates

    Did not help. Xorg fails with the message that cannot load amdpgu since it does not exist. While kldstat clearly shows this module is loaded. dmesg shows that correct AMD firmware modules are also loaded. According to Bugzilla there are problems with drm-515-kmod which are being fixed. I guess...
  16. T

    Avidemux latest plugins

    FreeBSD ports look quite fresh: https://www.freshports.org/multimedia/avidemux-plugins/
  17. T

    Solved Radeon RX 6600 stopped working after recent updates

    FreeBSD 14.0 RELEASE-p5 Latest packages fully updated. Used to work just fine, now startx gives "Segmenation fault at address 0x2" Checking dmesg, loaded modules, xorg config - everything looks fine. What's going on with this card support?
  18. T

    NVIDIA vs AMD video card on new desktop build?

    Does it mean OpenCL is not supported? $ clinfo Number of platforms 2 Platform Name Clover Platform Vendor Mesa Platform Version OpenCL 1.1 Mesa 24.1.0-devel...
  19. T

    NVIDIA vs AMD video card on new desktop build?

    I have RX 6600 which works fine on FreeBSD 14. But I did not find how to enable OpenCL. Is it supported at all with this card?
Back
Top