driver

  1. A

    Solved Touchpad recognized as ps/2 mouse

    Hello folks! On laptop Asus X55A touchpad is recognised as ps/2 mouse. In general it is usable, but touchpad-specific options are unavailable ('tap-to-click', scrolling, etc). asus% freebsd-version 12.0-RELEASE asus% dmesg|grep psm psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: [GIANT-LOCKED]...
  2. H

    QLXGB kernel driver errors out when configured

    I'm using the if_qlxgb kernel module to run my QLogic NC523SFP 10GbE NIC. However upon loading this module, and assigning an IP to it via ifconfig, the following error occurs: ql1: qla_hw_send: (nsegs[1, 42, 0x0] > Q8_TX_MAX_SEGMENTS) ql1: qla_dump_buf8: qla_hw_send: wrong pkt 0x2a dump start...
  3. Ian Arad

    FreeBSD 11.2, wireless driver Ralink RT3290 ?

    lspci (linux) 02:00.0 Network controller: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe 02:00.1 Bluetooth: Ralink corp. RT3290 Bluetooth I tried to install freebsd 11.2 but it does not detect my wireless network card. - I looked in another publication and they said that the RT3290 driver is...
  4. T

    Solved Unable to build nvidia driver 340.107

    ===> Configuring for nvidia-driver-340-340.107 ===> Building for nvidia-driver-340-340.107 ===> src (all) make[6]: "/usr/src/sys/conf/kmod.mk" line 474: Could not find bsd.clang-analyze.mk make[6]: Fatal errors encountered -- cannot continue make[6]: stopped in...
  5. C

    RTL8153 USB NIC help.

    Hello all, So I have been running FreeBSD and OPNsense as a VM's for some time now but due to changes I need to make internally I decided to repurpose an old portable to be the ONSense box, now I know this isn't the OPNsense forum but I believe my issue and question is more of a base system...
  6. Y

    mouse and keyboard drivers are impracticable for office, media and gaming-usage

    I always have to workaround problems with new media- and gaming-keyboards or mouses. I can't run them well enough for office-usage or gaming. I can't configure my keyboard-illumination and no media-keys are working, special keys are also not running. Very similiar to mouses, the old mouse-driver...
  7. TheOriginalTripleD

    Solved Possible to use 12-current driver in 11.1?

    First time FreeBSD user here. I have a wireless network card with a rtl-8812ae chipset. I checked and it looks like this is supported by rtwn in 12-current, but not 11.1. I’d prefer to not use the development version if possible for my first time, but a lack of wifi really is a dealbreaker (I...
  8. I

    Solved Open source graphics driver for Nvidia GTX650

    Hi, I'm new to FreeBSD and just performed my first install. I'm following the handbook and am now at chapter "5.4. Xorg Configuration". I've already successfully installed x11/xorg. I'm trying this as the root user, but get the same results as a regular user (who is in the wheel group). I've...
  9. K

    USB Ethernet adapter Setup Issues

    Hi, I am building firewall using pfsense 2.4.0-BETA (11.0-RELEASE-p11) on Dell E6330, with Microsoft USB Ethernet adapter. Even though it is not on the compatible HW list, I am able to bring it up as LAN interface, and the firewall works properly with multiples PCs on the LAN. However, the...
  10. islamux

    Solved xorg start with high backlight in FreeBSD 11

    hi aftet read a lot of post in your magnific forum all that give me a courage to inatll FreeBSD in my hard belong to arch. Before that i take time in virtualbox before i did this step. realy i did it and i'm very excited. but after installed it i faced a problem that xorg dosn't work well i...
  11. A

    d_poll function for character device

    Is anyone familiar with the d_poll function of the character devices? #include <sys/conf.h> typedef int d_poll_t(struct cdev *dev, int events, struct thread *td); I know it is the one being called when a device file was passed into select(2) system call, but how do the "events" argument and...
  12. A

    Writing a FreeBSD kernel module that handles arbitrary interrupt and output to device

    I would like to write a FreeBSD kernel module that could accept some arbitrary interrupts and upon receiving these interrupt, output some data to an arbitrary device. Currently, I'm facing several issues: How would I acquire interrupts through a specific IRQ? On Linux there is the...
  13. Timidouveg

    Can I install Linux version of ath10k on freeBSD ?

    Hello everyone :) I'm a fresh user of FreeBSD from Windows. I installed the version 10.3 on my new computer by livecd which I burnt. I need to install a driver for my network card (Qualcomm Atheros - QCA6174), but this is ath10k and the FreeBSD port is not ready actualy. Can I install...
  14. N

    RME hdspe soundcard driver

    Hello, I'm new to the forum so hi everyone! I'm a student in IT & telcommunications from France. I currently use Archlinux but I am thinking about switching to a BSD system. At the moment, the only thing that hold me back is that I think that there is no driver for my RME hammerfall II...
  15. j4ck

    Cross compiling a specific module for BBB

    How can I cross compile a specific driver for BeagleBone Black (BBB). e.g. /usr/src/sys/modules/usb/smsc/? I tried make TARGET_ARCH=armv6 but I found out that this is not correct. Am I missing something?
  16. Manuel Solis

    Solved Help setting up WiFi Cards - Unsupported hardware

    Dear FreeBSD Support forum, I didn't want to ask for help about this topic as there is No Supported Hardware involved, but I will appreciate some help, the scenario is like this: Have a Dell Precision T7400 with FreeBSD RELEASE 11 installed and I did try to setting up a few wireless USB cards...
  17. Manuel Solis

    Solved Trying to install FreeBSD 11 on Laptop Samsung NP300V4A

    Dear FreeBSD Support Team: Last year I upgraded the hardware in this Samsung NP300V4A by adding a 500 GB SSD and 12 GB RAM. So I decided to install FreeBSD 10.3, in that try I had problems installing it from the USB due to display errors at the moment of enter option 1 in the splash screen of...
  18. goshanecr

    Not recognized PCI-E Network card

    Good day! I have PC with 3 network cards. And one of them not recognized by system. uname -a FreeBSD BSD-PRK 11.0-PRERELEASE FreeBSD 11.0-PRERELEASE #0 r305926: Sun Sep 18 15:22:47 NSK 2016 user@BSD-PRK:/usr/obj/usr/src/sys/BSDSERV amd64 pciconf -lv re0@pci0:1:0:0: class=0x020000...
  19. fnoyanisi

    Solved Cannot compile simple kernel module

    Hi there, Using 10.3-RELEASE and trying to compile a simple kernel module. My Makefile is really simple.... ~/code/memstat % cat Makefile # Source files for kernel module SRCS=memstat_kmod.c # Declare Name of the kernel module KMOD=memstat # Include kernel module makefile .include...
  20. C

    Solved Xorg blackscreen with nVidia-driver

    Hello Community, I am new to FreeBSD and have a problem with the nVidia-driver for Xorg. Yesterday I installed FreeBSD-10.3-RELEASE on my laptop (MSI CX61 with NVIDIA GeForce 820M) and build Xorg form the Ports Collection. Then I created the configuration files for the keyboard and for the...
Back
Top