driver

  1. stephen.wall

    UART on an SPI bus?

    I have a system running FreeBSD (currently at 12.3, 13.1 upgrade under development) that has a SPI bus, which is working with the FreeBSD spibus driver, to which is connected an ns8250-compatible DUART. There are, in fact, 6 DUARTs on the bus, with chip selects operated by gpio pins. We have...
  2. A

    Solved SDL2 LibGL error: faild to load radeonsi...

    Hi, I am having trouble executing a really simple sdl2 program I have written to test my sdl2 dev environment. It's really simple: #include <stdio.h> #include <SDL2/SDL.h>...
  3. A

    How to interface with the graphics card on freebsd.

    Hello, I would like to know how to draw something without X.org on a modern graphics card under FreeBSD. I have a 2560x1440 monitor and a Radeon RX 6800 TX. // As an example setup. I'm more interested in embedded systems, but it would be interesting to see if the process is the same for a...
  4. A

    Can the xf86-input-usbtablet driver be ported to FreeBSD?

    After moving over from Ubuntu to FreeBSD around the beginning of this year, one of my few disappointments has been that my HUION Inspiroy H950P was not supported and FreeBSD support seemed to indicate that only Wacom tablets were supported. Yet, as a teacher, the use of the tablet has been so...
  5. hruska

    Solved Intel SFP+ card not compatible

    Hi, I have a problem with my network card. I'm using Dell R620 (for OPNsense) with: - 2x I350 Gigabit Network Connection - 2x Emulex OneConnect 10Gb NIC - 2x 82599ES 10-Gigabit SFI/SFP+ Network Connection The gigabit cards were working properly from the beginning. I had to install "oce"...
  6. W

    Driver for RTL8812AE

    Sorry my english is not very good. I need the driver for my wifi card: none0@pci0:3:0:0: class=0x028000 rev=0x01 hdr=0x00 vendor=0x10ec device=0x8812 subvendor=0x1186 subdevice=0x3305 vendor = 'Realtek Semiconductor Co., Ltd.' device = 'RTL8812AE 802.11ac PCIe Wireless...
  7. N

    Solved HP 10G 554FLR driver

    Any chance someone here knows what driver I should be looking for. I've never tried freebsd and I'm wanting to give it a shot but the first thing is that it didn't see the 10G card in the server. I need to use the 10G card and not one of the 1G NICS the installer found. Thank you for any help...
  8. toastyfe

    qemu FreeBSD Guest - Nvidia GPU Passthrough - Error starting Xorg

    Hey everyone! So I'm an Arch Linux user and I've recently learned about KVM/QEMU and PCI Passthrough.As I was learning about FreeBSD, I decided to give it a try as a VM. I currently have a Microsoft Surface Book (1st Gen with Performance Base) which has an Intel iGPU and a Nvidia GeForce GTX...
  9. Farhan Khan

    Understanding USB callback + assertion panic

    Hi all, I am trying to understand how FreeBSD's USB subsystem works and appear to be running into a kernel panic due to a failed assertion that I do not understand. the assertion in question is /usr/src/sys/dev/usb/usb_transfer.c:1954. My understanding is that you first configure...
  10. T

    hid_get_item: HID_ITEM_MAXUSAGE should be increased up to 31 to parse the HID report descriptor

    I have a ~16 years old Logitech USB keyboard that I use since today. Media keys are not recognize properly, and it is pretty buggy. # usbconfig -d ugen0.4 ugen0.4: <Logitech Logitech USB Keyboard> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (100mA) It currently works with Windows and...
  11. D

    How to setup Network on Dell Latitude E5420?

    Hey y'all, I'm new to BSD and have just installed FreeBSD and KDE Plasma on my Dell Latitude E5420. My wifi is not working, but LAN is. I've read that my wifi card is not supported by FreeBSD (Broadcom) but that it could possible to create the drivers myself using XP drivers and ndisscvt. I...
  12. X

    Network controller driver for Mediatek Corp 5961

    Hi, Is there a guide/example develop a network driver for Freebsd. I newly installed Freebsd on my Asus Tuf 15 laptop. I can see recently this driver was added to linux-kernel here - https://github.com/torvalds/linux/commit/5c14a5f944b91371961548b1907802f74a4d2e5c. Thanks, Shivam
  13. B

    MESA Loader Fails to Open amdgpu, Doesn't Detect /dev/dri/card0

    Specs: Ryzen 3960x, Radeon RX 5700, 13.0-RELEASE-p3 Problem is occuring inside jails. When I try to launch a GUI app (Falkon, Blender, etc), the app launches, but with significant lag for moving objects with mouse, videoplayback, and consuming large CPU resources even at idle...
  14. A

    PCI_IOV not visible in driver code

    Hi, I am compiling a driver for sr-iov. The /usr/src/sys/amd64/conf/GENERIC has the PCI_IOV option specified by default. options PCI_IOV # PCI SR-IOV support I have the following in the driver code #ifdef PCI_IOV #include <sys/nv.h> #include <sys/iov_schema.h>...
  15. I

    Xfce Does Xfce requires less or simpler hardware drivers (compared to KDE)?

    I'm using KDE with the drm-kmod graphics driver and just experienced a hang issue. I'm just wondering if I switch over to Xfce, would it work without this drm-kmod driver? My gut feeling is it would require the same hardware drivers. But however, I remember that many years ago things were much...
  16. I

    FreeBSD hanged (I think) due to driver issue

    Something terrible happened. My FreeBSD PC (v. 13) hanged. Upon rebooting and examinig, it looks like the graphics driver is the culprit: (above error message is found in /var/log/messages, and typed (because the PC's network is not connected) Any thoughts about this? Or since this is...
  17. I

    Configuring wireless network card

    I'm trying to configure my wireless network card and it is identified as none2@pci0:0:21:3: vendor = 'Intel Corporation' device = 'Wi-Fi 6 AX201' The "none" means there is no driver? I think found this confirming that it is not yet supported...
  18. M

    Solved print/beeprt-label-printer-cups-driver

    I'm receiving a MUNBYN ITPP941 label printer next week, and as it turned out, it's one of the most common label printers available globally under at least three different brand names (Beeprt, Rollo, Munbyn). There is a Linux CUPS driver package available for download...
  19. bobmc

    Solved Why FreeBSD secret tricks?

    My computer has HD 8000 series graphics known as Kabini. It did not work with FreeBSD after trying suggestions from the Handbook and forum HowTos so I tested with GhostBSD. The main difference is kbd_list="/boot/modules/amdgpu.ko" in rc.conf (there are 24 kabini modules). Now it works. I...
  20. M

    Solved print/epson-inkjet-printer-escpr2

    So print/epson-inkjet-printer-escpr is available as a port, but not print/epson-inkjet-printer-escpr2, which newer Epson printers require. The current RPM source package from the Epson website: epson-inkjet-printer-escpr2-1.1.32-1lsb3.2.src.rpm Anyone willing and able to port that one, which...
Top