Search Results

12 bookmark(s) - Sort by: Date ↓ / Title / Voting /

  1. -
    https://blog.davehylands.com/capturing-usb-serial-using-wireshark
    Tags: , , , by Visti Andresen (2022-07-23)
    Voting 0
  2. -
    https://www.ventoy.net/en/index.html
    Tags: , , by Visti Andresen (2022-07-23)
    Voting 0
  3. pacmd list-sinks | grep name:
    pacmd list-sources | grep name:

    pacmd update-sink-proplist alsa_output.usb-0c76_USB_Headphone_Set-00.analog-stereo device.product.name=USB_Headphones
    pacmd update-source-proplist alsa_output.usb-0c76_USB_Headphone_Set-00.analog-stereo.monitor device.description=USB_Headphones



    Add to:
    ~/.config/pulse/default.pa
    without the pacmd
    https://unix.stackexchange.com/questi...change-what-pulseaudio-calls-a-device
    Tags: , by Visti Andresen (2021-03-16)
    Voting 0
  4. 'udevadm info -a -n /dev/ttyACM0' to find the real udev "names"

    ACTION=="add",
    SUBSYSTEM=="usb",
    ENV{ID_VENDOR_ID}=="03f0",
    ENV{ID_MODEL_ID}=="4217",
    RUN+="/usr/bin/virsh attach-device GUESTNAME /path/to/hostdev-03f0:4217.xml"
    ACTION=="remove",
    SUBSYSTEM=="usb",
    ENV{ID_VENDOR_ID}=="03f0",
    ENV{ID_MODEL_ID}=="4217",
    RUN+="/usr/bin/virsh detach-device GUESTNAME /path/to/hostdev-03f0:4217.xml"
    http://rolandtapken.de/blog/2011-04/h...plug-usb-devices-libvirt-vms-update-1
    Tags: , by Visti Andresen (2020-11-30)
    Voting 0
  5. screen /dev/ttyUSB0 115200
    http://wiki.loverpi.com/faq:sbc:libre-aml-s805x-serial-console-uboot
    by Visti Andresen (2020-03-15)
    Voting 0
  6. # USBFX2 development board udev rules which do the following:
    # * allow access for users in group "plugdev"
    # * unbind the FX2 peripheral from usbtest driver
    # 10-2010 by Vesa Solonen. Tested on plain CY7C68013A on Ubuntu 10.04.
    # Device properties can be found via dmesg (driver and device number) and udevadm info:
    # udevadm info -a -p /sys/bus/usb/drivers/usbtest/1-3:1.0
    # Reference: http://www.reactivated.net/writing_udev_rules.html
    SUBSYSTEM=="usb", ACTION=="add", ATTR{idVendor}=="04b4", ATTR{idProduct}=="8613", GROUP="plugdev", MODE="0660"
    SUBSYSTEM=="usb", ACTION=="add", ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="8613", DRIVER=="usbtest", RUN+="/bin/sh -c 'echo -n %k> %S%p/driver/unbind'"
    http://www.triplespark.net/elec/periph/USB-FX2/software
    Tags: , , , by Visti Andresen (2016-09-29)
    Voting 0
  7. EasyCAP Model 002 (or EasyCAP002), with 1, 2, 3, 4, and unlabeled microphone inputs. The uninitialized device shows in lsusb as "1c88:0007 Somagic, Inc.". Once initialized, it shows as either "1c88:003e Somagic, Inc" or "1c88:003f Somagic, Inc".
    http://code.google.com/p/easycap-somagic-linux
    Tags: , , by Visti Andresen (2014-02-28)
    Voting 0
  8. -
    http://hobbyking.com/hobbyking/store/...ight_Controller_USB_BARO_ACC_MAG.html
    Tags: , by Visti Andresen (2013-05-16)
    Voting 0
  9. -
    http://www.ullihome.de/wiki/USBAVRLab/index
    Tags: by Visti Andresen (2013-03-24)
    Voting 0

Top of the page

First / Previous / Next / Last / Page 1 of 2

About - Propulsed by SemanticScuttle