search for: langids

Displaying 20 results from an estimated 30 matches for "langids".

Did you mean: langid
2014 Jul 07
0
Lupus 500 MEC0003 Problems
...he > extra langid requests aren't sent That's because, when langid_fix is not set, the subdriver uses the usb_get_string_simple function (libusb/compat 0.1) that, in turn, calls the libusb_get_string_descriptor_ascii function (libusb 1.x) that first asks the device for all the supported langids and then uses the first one to get the string descriptor at the requested index. Nothing to worry about. So, to simplify the subdriver, I removed the langid thing from it. > This ups sends UPS No Ack to acknowledge everything (or not!) apart from Q1 > / F / and I (when data is actually retur...
2014 Jul 08
1
Lupus 500 MEC0003 Problems
...uests aren't sent > > That's because, when langid_fix is not set, the subdriver uses the > usb_get_string_simple function (libusb/compat 0.1) that, in turn, > calls the libusb_get_string_descriptor_ascii function (libusb 1.x) > that first asks the device for all the supported langids and then uses > the first one to get the string descriptor at the requested index. > Nothing to worry about. So, to simplify the subdriver, I removed the > langid thing from it. A langid request (index 0x00) is still sent every cycle. The UPS returns 0x0009 It's not really a problem...
2014 Jul 04
2
Lupus 500 MEC0003 Problems
Finally I got time to test this. >>> Can you post the output of upsc, and note if any of those values look >>> wrong? serwer2:/tmp/nut-fabula # upsc myups battery.charge: 100 battery.voltage: 13.10 battery.voltage.high: 13.00 battery.voltage.low: 10.40 battery.voltage.nominal: 12.0 device.model: 500VA UPS device.type: ups driver.name: nutdrv_qx driver.parameter.pollfreq: 30
2020 Apr 03
0
Powercool PCRACK-1200VA patch update
Sorry about the noise guys. Below a significantly improved patch. The main difference is that all calls to usb_get_string_.. have been wrapped in a new function nut_usb_get_string()  that is implemented in libusb.c This was necessary in order to make the bufflen_fix available in libusb.c where usb_get_string() is called in libusb_open() This wrapper function mops up and hides all the work
2010 Sep 24
1
Dynamix 650 VA USB - broken, have rough fix
...employed) reading USB docs and poking at it from various directions, I now understand what's wrong, though not necessarily the best place to fix it. megatec_usb communicates primarily with the UPS via libusb 0.1's usb_get_string_simple. usb_get_string_simple begins by requesting supported LANGIDs from the UPS -- which fails, ending communication. (Megatec's USB implementation is not a good effort.) If you skip that step and go directly to usb_get_string with some arbitrary LANGID (I tried 0x0409 and 0x0000, both worked), the UPS happily responds. I got it working for now by hacking a...
2016 Jun 03
4
Realtek 8111GR on C7
Hi list, I'm planning to buy a mobo (z170-K) that has Realtek 8111GR (nic). I've tried to search on google about support on C7 but can't fine anything. There is a way to check if supported? Is the Realtek 8111GR supported or I must change mobo? Thanks in advance.
2008 May 23
1
[LLVMdev] DebugInfoBuilder?
Evan Cheng wrote: > I don't think so. Contribution welcome! :-) LLVM debugging support > isn't anywhere near where it needs to be. > Well, here's a rough sketch of what I was thinking of: class DebugInfoBuilder { public: /// Constructor DebugInfoBuilder(); /// Return the type defined by llvm.dbg.anchor.type StructType * GetAnchorType() const; ///
2020 Apr 03
0
Patch to support Powercool PCRACK-1200VA
Hi Folks, This is my first post on nut-upsdev. I would like to share a small patch to enable support for the Powercool PCRACK 1200VA ups. I found that the UPS uses megatec/krauler protocol but is sensitive to the USB buffer length passed to it in requests via usb_get_string(), and usb_get_string_simple(). If the buflen is greater than 102 then the ups will reply to requests but does not
2016 Jun 03
2
Realtek 8111GR on C7
Realtek is "real" good about getting drivers for their chips into the kernels as soon as possible. They are one of the few vendors that I have never had a problem with built in support... Mike McCarthy On 06/03/2016 08:03 AM, Phil Manuel wrote: > You can get the Linux driver from >
2019 Apr 23
2
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
Hello, it seems an mismatch of schema file provided by dovecot-2.3.5.2 [root at mail conf]# pwd /var/solr/data/dovecot/conf # Below solrconfig.xml is from Solr-8.0.0. [root at mail conf]# grep text_general solrconfig.xml <str name="queryAnalyzerFieldType">text_general</str> field types. Text content will be indexed as "text_general" as <str
2014 Jun 30
0
Lupus 500 MEC0003 Problems
Sorry for my delay, I've only just read this mail. At first glance the driver looks like it should work, I will test it tomorrow (if possible) and let you know. I'll also give a reply to your questions. Many thanks for the work you've already put into this. -------------------------------------------------- From: <hyouko at gmail.com> Sent: Monday, June 30, 2014 12:42 AM To:
2019 Apr 23
3
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
https://wiki.dovecot.org/Plugins/FTS/Solr Only offers a solr-7.7.0 solrconfig.xml, does it apply to solr-8.0.0? On Tue, Apr 23, 2019 at 11:18 AM luckydog xf <luckydogxf at gmail.com> wrote: > Here is solrconfig.xml, I removed comments. > -------------------- > > <?xml version="1.0" encoding="UTF-8"?> > <config> >
2019 Apr 23
0
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
Here is solrconfig.xml, I removed comments. -------------------- <?xml version="1.0" encoding="UTF-8"?> <config> <luceneMatchVersion>8.0.0</luceneMatchVersion> <lib dir="${solr.install.dir:../../../..}/contrib/extraction/lib" regex=".*\.jar"/> <lib dir="${solr.install.dir:../../../..}/dist/"
2016 Jun 03
0
Realtek 8111GR on C7
You can get the Linux driver from http://www.realtek.com/downloads/downloadsView.aspx?Langid=1&PNid=5&PFid=5&Level=5&Conn=4&DownTypeID=3&GetDown=false#RTL8111B/RTL8168B/RTL8111/RTL8168%3Cbr%3ERTL8111C/RTL8111CP/RTL8111D%28L%29%3Cbr%3ERTL8168C/RTL8111DP if you can't find it under C7 Regards On Fri, Jun 3, 2016 at 8:11 PM, Alessandro Baggi <alessandro.baggi at
2009 Mar 08
0
Hardware compatibility IM-945GC Intel Atom Mini-ITX]
Le Lun 2 mars 2009 23:39, Jason Pyeron a ?crit : > Can this MB be used with Centos 4 (or 5)? > > For reference: > http://www.logicsupply.com/products/ms_9832 > > > I don't think we can use this new MB since the Realtek 8111C does not seem > to be > supported (well) > > http://forums.tweaktown.com/f69/8111c-nic-revision-ep45-27089- >
2008 Oct 28
1
rtl8169 kernel dump
I installed 5.2 x86_64 on a new hp dv7z laptop using noprobe on the install line. After rebooting the rtl8169 causes the kernel to dump. Is there a parameter I can pass to it (somehow) to avoid the kernel dump??? Thanks, Jerry
2007 Feb 13
0
R1000 Driver for RTL8110SC NIC on Biostar I945G-M7
Executive Summary: Realtek has an r1000 driver for the rtl8110sc NIC at http://www.realtek.com.tw/downloads I've posted this in the forums but it looks like all the action for CentOS really happens here on the mailing list. Plus I hope this might help some other lost soul since google failed to connect this motherboard to *any* mention of the r1000. I thought I found a great little
2008 May 21
2
[LLVMdev] DebugInfoBuilder?
Are there any utility classes, similar to IRBuilder, for creating source level debugging info? -- Talin
2008 May 21
0
[LLVMdev] DebugInfoBuilder?
I don't think so. Contribution welcome! :-) LLVM debugging support isn't anywhere near where it needs to be. Evan On May 20, 2008, at 9:53 PM, Talin wrote: > Are there any utility classes, similar to IRBuilder, for creating > source > level debugging info? > > -- Talin > > _______________________________________________ > LLVM Developers mailing list >
2014 Jun 29
2
Lupus 500 MEC0003 Problems
Sorry for the huge delay and thanks Charles for taking care of this topic. >> I'm running OpenSuse 13.1 and I have a Lupus 500 USB (Fideltronik) >> >> After quite a bit of playing around I managed to get the status of the UPS using the blazer_usb driver and running NUT 2.6.5. >> But unfortunately none of the Instcmds such as load.off etc. worked. > > Can you post