Displaying 20 results from an estimated 49 matches for "usbdev".
Did you mean:
subdev
2013 Apr 18
9
[PATCH v5 1/2] libxl: Introduce functions to add and remove USB devices to an HVM guest
...ot;0x%x", dev->u.hostdev.hostaddr);
+
+ qmp_parameters_add_string(gc, &args, "id", id);
+
+ return qmp_run_command(gc, domid, "device_add", args, NULL, NULL);
+}
+
+int libxl__qmp_usb_add(libxl__gc *gc, int domid,
+ libxl__device_usb *usbdev)
+{
+ int rc;
+ switch(usbdev->type) {
+ case LIBXL_DEVICE_USB_TYPE_HOSTDEV:
+ rc = libxl__qmp_usb_hostdev_add(gc, domid, usbdev);
+ break;
+ default:
+ return ERROR_INVAL;
+ }
+ return rc;
+}
+
+
+static int libxl__qmp_usb_hostdev_remove(libxl__gc *gc, int...
2013 Jul 04
1
Phantom nulls in usbdevs.h during 9-STABLE kernel build
We are seeing strange problems building the kernel on 9-STABLE. The
problem is intermittent and will go away if we build enough times in a row
without making any changes.
The problem seems to be that the usbdevs.h file (which appears to be
automatically generated) gets random NULL bytes in it.
This occurs on multiple servers with ECC RAM and ZFS filesystems (sometimes
mounted over NFS from separate machines that also have ECC/ZFS), always
only in this one file, so it's not faulty RAM or anything lik...
2010 Jan 08
3
USB problems on 8.0-STABLE
...can Power Conversion> at usbus0
ugen0.3: <vendor 0x0461> at usbus0
ums0: <vendor 0x0461 USB Optical Mouse, class 0/0, rev 2.00/2.00,
addr 3> on usbus0
ugen0.4: <Dell> at usbus0
ukbd0: <Dell Dell USB Keyboard, class 0/0, rev 1.10/3.01, addr 4> on
usbus0
Ace /usr/ports # usbdevs -d -v
usbdevs: no USB controllers found
Ace /usr/ports # usbconfig
ugen0.1: <OHCI root HUB nVidia> at usbus0, cfg=0 md=HOST spd=FULL
(12Mbps) pwr=ON
ugen1.1: <EHCI root HUB nVidia> at usbus1, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=ON
ugen0.2: <Back-UPS XS 1200 FW:8.g1 .D USB FW:g1...
2008 Feb 25
2
"No matching HID UPS found" with TrippLite SMX1500LCD
...t-
I'm having problems with TrippLite SMX1500LCD not being detected by
NUT under FreeBSD 6.3-RC2. NUT 2.2.1 was installed from ports with the
following options:
WITH_USB=true
WITH_SNMP=true
WITHOUT_IPV6=true
WITH_LIBUPSCLIENT=true
WITH_CGI=true
I use USB cable shipped with TrippLite and 'usbdevs -v' shows the following:
...
Controller /dev/usb2:
addr 1: full speed, self powered, config 1, UHCI root hub(0x0000),
Intel(0x0000), rev 1.00
port 1 powered
port 2 addr 2: low speed, power 100 mA, config 1, TRIPP LITE
UPS(0x2005), Tripp Lite(0x09ae), rev 0.10
...
According to http://www.netw...
2009 May 18
3
Cyberpower Value 600E UPS (USB) is not recognized by usbhid-ups under FreeBSD 7.2
...root at substance /usr/local/libexec/nut]# dmesg | grep uhid
uhid0: <CPS UPS VALUE, class 0/0, rev 1.10/0.01, addr 2> on uhub0
[root at substance /usr/local/libexec/nut]# ls -l /dev/uhid0
crw-rw---- 1 uucp wheel 0, 79 18 May 20:51 /dev/uhid0
[root at substance /usr/local/libexec/nut]# usbdevs -v
Controller /dev/usb0:
addr 1: full speed, self powered, config 1, UHCI root hub(0x0000),
Intel(0x0000), rev 1.00
port 1 addr 2: low speed, self powered, config 1, UPS VALUE(0x0501),
CPS(0x0764), rev 0.01
port 2 powered
Controller /dev/usb1:
addr 1: full speed, self powered, config 1, UHCI roo...
2010 Apr 19
2
Trouble detecting APC Smart-UPS connected via usb
...APC Smart-UPS 750 which I plan to connect via USB. When I
try to start the usbhid-ups i get
debug level is '2'
upsdrv_initups...
No appropriate HID device found
No matching HID UPS found
for almost anything i try.
OpenBSD detects my UPS and assigns it to a device and it can be seen
using usbdevs. The only clue I have so far is that there should be
something with the USB subsystem.
Example line that does not work:
$ sudo usbhid-ups -DD -a ups-closetmonster -x port=/dev/ugen0.00 >
Network UPS Tools: 0.29 USB communication driver - core 0.32 ()
debug level is '2'
up...
2009 Aug 12
1
Cannot get Tripplite su2200xla working on freebsd 7.1 nut 2.4.1
...t to work on freebsd. Here is what I
have done. I am trying to load the drivers, and here is my ups.conf file:
[tripplite]
driver=trippliteesu
port=auto
When I dmesg on freebsd 7.1 for my usb device:
uhid0: <Tripp Lite TRIPP LITE UPS, class 0/0, rev 1.10/0.00, addr 2> on
uhub0
using the usbdevs -v command:
Controller /dev/usb0:
addr 1: full speed, self powered, config 1, UHCI root hub(0x0000),
VIA(0x0000), rev 1.00
port 1 addr 2: low speed, self powered, config 1, TRIPP LITE UPS(0x4003),
Tripp Lite(0x09ae), rev 0.00
I have tried usbhid-ups, tripplite_usb, and tripplite_esu with varyin...
2013 Dec 11
1
Driver for Realtek RTL8151GH-CG
Does anybody know if NIC Realtek RTL8151GH-CG is supported on FreeBSD
9.2 or 10.0?
It is included in HP ProDesk 490 MT which I may buy, but I cannot find
what hardware parts are supported by FreeBSD and what not.
I am running FreeBSD for about 13 years on servers.
I didn't run it on desktop grade HW for more than 8 years. So any tips
for some solid home PC with i7-4770 (or i7-3770?) is
2007 Oct 16
1
nut 2.2.0 doesn't see MGE Elipse 1200 on FreeBSD 6.2
...(USB) talking to my FreeBSD
system. It used to work fine on Linux (quite some time ago), and was
sort-of working with the last release of nut. The system would see the
UPS, but couldn't get reliable data from it.
Now that I have upgraded to 2.2, I no longer see the UPS at all with
nut. The usbdevs command shows it:
drich at morpheus|505> sudo usbdevs -v
...
Controller /dev/usb1:
addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), nVidia(0x0000), rev 1.00
port 1 addr 2: high speed, self powered, config 1, USB2.0 Hub(0x0606), vendor 0x05e3(0x05e3), rev...
2011 Jul 21
1
Udev rules troubles: incorrect ACTION expression?
...TO="nut-usbups_rules_end" don't work for me. Only
when I changed ACTION to:
ACTION!="add", GOTO="nut-usbups_rules_end" (without |change) - it's began
to set correct permissions 0664 for my USB UPS device as specified in 52-
nut-usbups.rules file. Default for usbdev is 0640 - it's insufficiently for
non-root user:
# PowerCOM WOW - usbhid-ups
ATTR{idVendor}=="0d9f", ATTR{idProduct}=="00a4", MODE="664", GROUP="nut"
[root at xen-home bin]# lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005...
2006 Sep 16
4
newhidups, udev, usb, and frustration
...ev which installed fine on my system but
apparently is broken in some way since I couldn't get any rules to
apply. backrevving to fc3 udev and i am in a good place. if i plug the
ups in i see it show up, udev follows my rules and updates the group and
permissions for both /dev/hiddevX and /dev/usbdevX devices. I can also
make udev create a symlink to usbdev if I wanted to. here's the part
that has been driving me crazy. it seems like newhidups uses perhaps
some library calls from libusb to discover usb devices?? it appears
that it will only pay attention to /proc/bus/usb/XXX/YYY devices...
2013 Aug 02
2
Fwd: Liebert PSA UPS problem.
...ssion with Charles outside of the list and done some digging with Windows XP, SuSE Linux on VM, SuSE linux on a Live CD, and my FreeNAS box in order to try and figure out what is wrong, but I am not expert enough to figure out what.
>
> On my NAS box there is no implementation of lsusb or usbdevs, which is rather annoying?
> On my SuSE 12.2 running under a VM lsusb fails trying to get the descriptors.
> Windows XP and usbpcap appear to happily read the UPSs device descriptors, and finally?
> SuSE Live CD (i.e. not under a VM) gets the following output (again apparently reading the...
2006 May 06
3
No USB/HID UPS found
...TC 2005
admin@temp.botka.homeunix.org:/usr/src/sys/i386/compile/SRV i386
*** NUT ver.2.0.3
root.srv# ll /var/db/pkg/ | grep nut
drwxr-xr-x 2 root wheel 512 May 6 19:53 nut-2.0.3
drwxr-xr-x 2 root wheel 512 May 6 19:53 nut-usb-2.0.3
*** usbd can see the UPS on /dev/uhid0
root.srv# usbdevs -v -d -a 2
Controller /dev/usb0:
addr 2: low speed, self powered, config 1, Back-UPS CS 500 FW:808.q5.I USB
FW:q5(0x0002), American Power Conversion(0x051d), rev 0.06
uhid0
Controller /dev/usb1:
Controller /dev/usb2:
Controller /dev/usb3:
*** HERE IS THE PROBLEM
root.srv# /usr/local/libexec/nu...
2007 Apr 12
1
APC 1500 USB problem
Hello,
We have two APC Back-UPS RS 1500 USB stuff, and i've got a bit
of a problem with it and NUT.
The usbdevs output:
addr 2: Back-UPS RS 1500 FW:8.g8 .I USB FW:g8, American Power Conversion
addr 3: Back-UPS RS 1500 FW:8.g8 .I USB FW:g8, American Power Conversion
(UPS1 and UPS2)
I've configured our NUT system to monitor the UPSes, and it went very
fine till the time had arrived for a test. UPS unpowe...
2003 Aug 05
1
A-DATA flash drive: "Attempt to query device size failed"
...ks)
device pass # CAM passthrough driver
options CAMDEBUG
#options CAM_DEBUG_BUS=-1
#options CAM_DEBUG_TARGET=-1
#options CAM_DEBUG_LUN=-1
#options CAM_DEBUG_FLAGS="CAM_DEBUG_INFO|CAM_DEBUG_TRACE|CAM_DEBUG_CDB"
options SCSI_DELAY=8000 # Be pessimistic about Joe SCSI device
[...]
usbdevs and camcontrol output:
>>>> Script started on Tue Aug 5 13:41:23 2003
goshik# usbdevs -v
Controller /dev/usb0:
addr 1: self powered, config 1, UHCI root hub(0x0000), VIA(0x0000), rev 1.00
port 1 addr 2: self powered, config 1, USB Embedded Hub(0x2515), A-DATA Technology Inc.(0x067b)...
2008 Sep 12
4
Megatec_USB on OpenBSD 4.3 - no input interrupt endpoint
...ev 0x10: irq 11
[...]
usb0 at uhci0: USB revision 1.0
uhub0 at usb0 "VIA UHCI root hub" rev 1.00/1.00 addr 1
[...]
uhidev0 at uhub0 port 1 configuration 1 interface 0 "UIS_ABLER USB to
Serial" rev 1.00/1.00 addr 2
uhidev0: no input interrupt endpoint
This is the output of usbdevs (sorry, we have no lsusb ;-)
root at puffwall# usbdevs -dv
Controller /dev/usb0:
addr 1: full speed, self powered, config 1, UHCI root hub(0x0000),
VIA(0x1106), rev 1.00
uhub0
port 1 addr 2: low speed, power 100 mA, config 1, USB to
Serial(0x0000), UIS_ABLER(0x0001), rev 1.00
uhidev0
por...
2008 Sep 12
4
Megatec_USB on OpenBSD 4.3 - no input interrupt endpoint
...ev 0x10: irq 11
[...]
usb0 at uhci0: USB revision 1.0
uhub0 at usb0 "VIA UHCI root hub" rev 1.00/1.00 addr 1
[...]
uhidev0 at uhub0 port 1 configuration 1 interface 0 "UIS_ABLER USB to
Serial" rev 1.00/1.00 addr 2
uhidev0: no input interrupt endpoint
This is the output of usbdevs (sorry, we have no lsusb ;-)
root at puffwall# usbdevs -dv
Controller /dev/usb0:
addr 1: full speed, self powered, config 1, UHCI root hub(0x0000),
VIA(0x1106), rev 1.00
uhub0
port 1 addr 2: low speed, power 100 mA, config 1, USB to
Serial(0x0000), UIS_ABLER(0x0001), rev 1.00
uhidev0
por...
2009 Feb 18
0
Pendrive 8G+CAM_REQ_CMP_ERR
...ev/da0 and various error messages such as: IOERROR,
>CAM_REQ_CMP_ERR and not mounted.
You need to provide some more details of the pendrive: What is the
probe message reported by the kernel (will be in /var/log/messages)?
What are the exact error messages (or a sample thereof)? What does
'usbdevs -v' report about the pendrive?
--
Peter Jeremy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20090218/80...
2010 Sep 20
0
Gnome mouse configuration.
...system install has died. In
/etc/sysconfig/hwconf this is configured as:
class: MOUSE
bus: USB
detached: 0
device: input/mice
driver: genericwheelusb
desc: "Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)"
usbclass: 3
usbsubclass: 1
usbprotocol: 2
usbbus: 4
usblevel: 1
usbport: 0
usbdev: 4
vendorId: 045e
deviceId: 0053
usbmfr: Microsoft
usbprod: Microsoft 3-Button Mouse with IntelliEye(TM)
I have replaced the failed mouse with a spare from our surplus parts
cabinet and now the centre wheel/button click no longer inserts
selected text at the current cursor position. I would like...
2012 Feb 15
1
CyberPower UPS Help
...g or missing something vital.
I'm on FreeBSD, using the version of NUT from the ports tree (2.6.1). FWIW, I tried compiling from source with similar results. Here's my UPS in ups.conf:
[ssups]
driver=usbhid-ups
port=auto
offdelay=60
ondelay=120
And here's the output of 'usbdevs -v':
Controller /dev/usb0:
addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), (0x1166)(0x0000), rev 1.00
port 1 powered
port 2 powered
port 3 powered
port 4 addr 2: low speed, self powered, config 1, UPS OR700(0x0601), CPS(0x0764), rev 2.00
Additionally, when I plug it in...