Search results

  1. cederom

    bluetooth Could not connect to HC: 5

    I have the same problem with Beats Flex bluetooth headset (backend_bt: Could not connect to HC: 5). Connection can be made (with hccontrol) but no audio (HC: 5 at this point). Other headsets work fine on the same machine/setup (i.te. JBL 220, JBL RUN, JBL Xtreme2, Panasonic). I have no...
  2. cederom

    bhyve Bhyve Error 134

    Hey there, I have encountered exactly the same problem on FreeBSD 13.2-RELEASE-p8 GENERIC amd64.. the machine was working fine until recently it stopped working.. it starts shows the bios logo and crashes with error 134, debug flag does not help nothing more shows up in the log. Clearly not an...
  3. cederom

    Solved FreeBSD 13 does not shut down my laptop

    sysctl hw.efi.poweroff=0 worked for me too! tanks :-)
  4. cederom

    FreeBSD on VisionFive2 board with RISC-V RV64GC StarFive JH7110 SoC

    There is a thread on RV Space Forum about porting BSD to that board: https://forum.rvspace.org/t/freebsd-support/1313/
  5. cederom

    bhyve nested bhyve virtual machines

    So I bought second hand USB 3.0 PCI-E controller (Dell's NEC uPD720200 USB 3.0 Host Controller), passed it to bhyve, attached my device over USB 3.0 Unitek HUB, works like a charm, thank you :-)
  6. cederom

    bhyve nested bhyve virtual machines

    Allright.. so I have tried on the same machine, VirtualBox on Windoze, it reports VT-X/AMD-V ready, Debian inside runs Android Studio and the Virtual Device Emulator (as opposed to bhyve)... but it did not even fully boot the Android in long time lol. You are probably right this is only a...
  7. cederom

    bhyve nested bhyve virtual machines

    The answer to a question on why someone would need a nested virtualization is simple when you need to run Linux on FreeBSD during mobile applications development and then run Android emulator inside Linux to test your application. There are many other situations where we are forced to use Linux...
  8. cederom

    bhyve How do I forcibly stop a VM under vm-bhyve?

    What if my machine is marked "Locked" and poweroff -f returns errno = 37? Any clues? :-)
  9. cederom

    FreeBSD on VisionFive2 board with RISC-V RV64GC StarFive JH7110 SoC

    No drivers yet, loads forever, but this one works! :cool: https://github.com/robn/freebsd-vf2 FreeBSD/riscv (generic) (rcons) login: root Password: Jan 17 00:19:30 generic login[1352]: ROOT LOGIN (root) ON rcons FreeBSD 14.0-CURRENT #0 main-n259905-231d75568f16: Sun Jan 1 07:57:08 UTC 2023...
  10. cederom

    FreeBSD on VisionFive2 board with RISC-V RV64GC StarFive JH7110 SoC

    No luck with FreeBSD-14.0-CURRENT-riscv-riscv64-GENERICSD-20230114-7583c633e0aa-260062.img either. https://download.freebsd.org/snapshots/riscv/riscv64/ISO-IMAGES/14.0/FreeBSD-14.0-CURRENT-riscv-riscv64-GENERICSD-20230114-7583c633e0aa-260062.img.xz Loading kernel... /boot/kernel/kernel...
  11. cederom

    FreeBSD on VisionFive2 board with RISC-V RV64GC StarFive JH7110 SoC

    Hello world :-) I just got my VisionFive2 board (powerful rPI like with RISC-V CPU)! :-) Here are the details: https://www.waveshare.com/wiki/VisionFive2 Onboard RV64GC ISA Quad-core 64-bit JH7110 SoC, operating frequency up to 1.5GHz, VisionFive 2 supports OpenCL 3.0, OpenGL ES 3.2, and...
  12. cederom

    Shrink UFS filesystem

    Thanks Phishfry, the problem is 1GB of RAM that limits compilation.. and the memdisk.. it was impossible to shrink with growfs or gpart.. so I have created a new EC2 instance with smaller disk, started the instance, shut down the inctance, increased disk size by 2GB, then in working instance I...
  13. cederom

    Shrink UFS filesystem

    Yea, I need to create some swap space on EC2 AWS image that comes with no swap, would be good to know how to make it the righteous way :-)
  14. cederom

    The USB audio, the Witch and the KVM

    HotPlug / Devd would be nice feature in PulseAudio and Bluetooth Headset using virtual_oss. Until now I had to restart PA by hand on each Bluetooth attach/detach. Another extremely useful feature that comes from real life would be DEVD detection of Bluetooth connected devices - then devd could...
  15. cederom

    Chromium audio

    I already knew all that. Still you need long hours to rebuild browser even if everything around is ready. I thought you may know how to speed up browser build. Clearly package flavors would come handy here :-)
  16. cederom

    Chromium audio

    I was complaining that building whole web browser takes lots of time, then you replied with that cancelled poudriere. What was that gonna prove? Is there any faster way for local web browser build or no?
  17. cederom

    Chromium audio

    Could you please provide full invocation of poudriere bulk build that will allow me to select audio backend and build that Chrome package for me in 38 seconds ? I am not familiar with poudriere but I have jails and port tree ready. Also my poudriere (version 3.3.7_1) bulk does not know -b...
  18. cederom

    Chromium audio

    This requires tremendous port rebuild.. sad these options cannot coexist at the same time so user can chose what to use with one binary fetched by pkg like it is with Firefox..
  19. cederom

    Chromium audio

    Well, I usually use Firefox, but some web conferencing works only in Chrome(ium). SNDIO is really PITA. Setting AUDIODEVICE does not seem to work with my bluetooth headset. What is more Chromium does not seem to allow changing audio backend on the fly like Firefox can with CUBEB so I can select...
Back
Top