usb

  1. aragats

    VUB300 (USB wrapper for SDIO) how to?

    I'm trying to use vub300 USB-to-SDIO. I have their evaluation board. The driver is already in the system, detects the plugged in chip right away:$ dmesg | tail . . . . . ugen0.28: <Elan Digital Systems VUB300-1.20> at usbus0However, nothing happens when I insert an SD card in its slot. Also...
  2. `Orum

    Odd behavior with USB keyboard

    I'm having some strange behavior with my USB keyboard in FreeBSD. After booting, slim loads, and when I try to enter my user name, one of two things happens; either the pressed key doesn't appear, or it will act as though the key is being held down and repeat that character several times, even...
  3. oz42

    Solved how to boot from USB in UEFI mode?

    Hi, I just have dd'ed the amd64 ISO (11.0-RELEASE) to an USB stick, but it fails to boot in UEFI mode. How can I create an UEFI bootable USB stick? Olaf
  4. N

    Solved USB MIDI controller not recognized by DAWs

    I'm trying to get my Akai MPK25 USB MIDI controller to work with a DAW such as audio/lmms or audio/ardour. But the controller is not available from within either program using the menus, and I'm not able to connect either DAW to the MIDI controller using audio/qjackctl. I know the hardware is...
  5. aragats

    net/freerdp: usb redirection support?

    Is it possible to get it working? Currently net/freerdp is compiled without usb redirection. It seems to depend on udev: adding it manually to the Makefile causes errors about UDEV_INCLUDE_DIR not found. Are there any possible work-arounds? Thanks for ideas!
  6. Petr Fischer

    Solved virtualbox + usb neverending story

    Hello! I have constant problems with virtualbox and usb. There is this bug report for actual VirtualBox 5.1.x: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212845 So I downgraded (compiled from ports) VirtualBox 5.0.26, which is latest working VirtualBox with USB 1.1 passthrough. On my...
  7. Phishfry

    Solved USB Eject

    What is the proper way to eject an USB memstick? When it is a data stick I would mount it, then unmount using umount. Problem is when I write a disk image with dd to da0 I never mount the device. So umount does not work. If i manually mount it after image burn then eject it works fine. But in...
  8. P

    Solved Android USB rules

    Hi there! I'm having an annoying problem with my Moto X2 android device on FreeBSD 11.0-RC2: I've installed android-tools-adb, but as I expected my system can't see the USB device properly to push/pull files through adb. The thing is that I cannot add udev rules like on a Linux system. Any...
  9. W

    How to disable detaching problematic USB disk

    Hello, I've a friend's HDD I need to dd+fix; it's attached on a Sharkoon USB3 disk enclosure. As the disk has some bad blocks, the umass driver keeps detaching it after 5 retries, which is PITA as I need first to do a dd of it. It's a FreeBSD 10 box. Disk is nicely attached: Aug 28 19:28:04...
  10. Bill Evans at Mariposa

    Other opening usb device by serial number

    Suppose I have two Kindles of the same model (but differing serial numbers, natch). I wish to open the particular Kindle that has a given serial number. The Kindles have been connected to the host in an arbitrary order. How do I open the right Kindle? Looking at /dev/ugen* (or /dev/usb/*), I...
  11. Kalero

    hw.snd.default_unit invalid argument

    Hi, I'm trying to set my default sound device in FreeBSD 10.3 and, according to the handbook, the variable hw.snd.default_unit needs to be set pointing to the correct pcm (in my case, and according to /dev/sndstat, it's pcm6). So, I add hw.snd.default_unit=6 in /etc/sysctl.conf but, when system...
  12. Nureo

    Some problems with "automount".

    Hello to everyone there! So, here is my problem. I did install "automount". It works with USB and CD/DVD devices. But here is the thing: I can't move archives into the USB device, I can only copy them from the USB to the machine; also I can't burn ISO images in a CD or DVD (I proved with...
  13. Nureo

    How to install and configure Atheros USB WiFi-card?

    Hello. I have a USB WiFi-card. It is Atheros TL-WN722N (TP-LINK). How I do for install the current free (like in freedom) drivers? and, how can I configure them? I want to make WiFi connections.
  14. A

    Other unmount USB drive: Device not configured

    Hi all, When I accidentally move the cable, the mounted drive is disconnected for an instant. And ls gives: % ls mymountpoint ls: mymountpoint: Device not configuredSo I unplug the device, and try to unmount it: # umount -f mymountpoint umount: mymountpoint: statfs: Device not configured...
  15. Nureo

    Automounting USB sticks and CDs?

    Hello. Apologize for my ignorance. But, does something of this work for LXDE or XFCE?
  16. U

    Solved Cannot mount a USB flash drive

    What am I doing wrong with this Kingston USB drive formatted with FAT32 under Win7? [leo@leo00] ~> lsusb Bus /dev/usb Device /dev/ugen3.3: ID 0930:6545 Toshiba Corp. Kingston DataTraveler 2.0 Stick (4GB) / PNY Attache 4GB Stick ... [leo@leo00] ~> sudo camcontrol devlist... <Kingston...
  17. giorgiov

    ZFS send / recv with external USB peripheral

    Hi all, I’m testing an external USB drive as a one-off backup. I can send / recv without any problem. However, as soon as I reattach the USB drive again, the datasets are mounted on the same paths. Not a fun place to be in. I could set the canmount property after the receive but I’m wondering...
  18. T

    urtwn(4) and On Network N300MA?

    I just tried to get a On Networks N300MA usb network adapter working with the urtwn driver. The card is a Netgear rebrand (or produced under a license from Netgear), it supposedly has a Realtek RTL8192 chipset. usbconfig says: root@kg-z30b# usbconfig -d ugen0.2 dump_device_desc ugen0.2...
  19. T

    Fatal trap 12 immediately at boot for install

    First post:rolleyes: I wanted to try FreeBSD on my PC but it's giving me trouble. The PC is relatively new, Gigabyte GA-Z170X-Gaming 7, 32GB DDR4 with Core i5-6600K. BIOS is set to defaults, no overclock. Memory has been tested overnight, 4 complete passes no faults. System has been...
  20. W

    Cannot access USB drive

    I am trying to use FreeBSD as my main desktop. I previously used Debian Linux. I have FreeBSD 10.2 AMD 64-bit installed. What I did # pkg search ntfs fusefs-ntfs-2015.3.14_2 Mount NTFS partitions (read/write) and disk images ntfsprogs-2.0.0_5 Utilities and library to...
Back
Top