search for: langid

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

Did you mean: lang_id
2014 Jul 07
0
Lupus 500 MEC0003 Problems
....9; 01 -> 10 .5 (60 * .5 = 30 seconds) -> 0x1(0|8) .6 (60 * .6 = 36 seconds) -> 0x2(0|8) ... 01 (60 * 01 = 60 seconds) -> 0x6(0|8) ... 10 (60 * 10 = 600 seconds) -> 0xF(0|8) Updated the subdriver accordingly. > The fabula driver seems to work fine apart from a problem with the LANGID ( > UPS sends 0x0009) and the driver appears to send a langid request every time > the ups is polled but apart from this everythin seems to work > If the langid_fix in ups.conf is set to 0x409 everything works fine and the > extra langid requests aren't sent That's because, whe...
2014 Jul 08
1
Lupus 500 MEC0003 Problems
...but for 36 secs creates an index of 0x1f (should be 0x20) and for 42 secs creates 0x2f. 30, 48 and 54 secs work OK. I added forced type conversion with rounding in the driver program and then everything worked OK > >> The fabula driver seems to work fine apart from a problem with the LANGID >> ( >> UPS sends 0x0009) and the driver appears to send a langid request every >> time >> the ups is polled but apart from this everythin seems to work >> If the langid_fix in ups.conf is set to 0x409 everything works fine and >> the >> extra langid req...
2014 Jul 04
2
Lupus 500 MEC0003 Problems
...ec delay 0x60 and 0x68 = 60 sec delay 0x70 and 0x78 = 2 min delay ......... 0xf0 and 0xf8 = 10 min delay I modified the driver slightly to give 30 / 40 / and well almost 50 second delays and after that every minute up to 10 mins. The fabula driver seems to work fine apart from a problem with the LANGID ( UPS sends 0x0009) and the driver appears to send a langid request every time the ups is polled but apart from this everythin seems to work If the langid_fix in ups.conf is set to 0x409 everything works fine and the extra langid requests aren't sent >> [I assumed the UPS returns some...
2020 Apr 03
0
Powercool PCRACK-1200VA patch update
...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 concerned with handling of langid and bufflen. The static vars langid_fix and buflen_fix are accordingly moved to libusb.c regards, Ian diff --git a/drivers/libusb.c b/drivers/libusb.c index 0eb054a7..42f1b93f 100644 --- a/drivers/libusb.c +++ b/drivers/libusb.c @@ -36,6 +36,7 @@  #define USB_DRIVER_NAME        "USB co...
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...
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?
...erence to the module where we will insert debugging information. /// Also defines the debug info types for the module and creates the initial anchors. void SetModule(Module * m); /// Emit a compile unit descriptor. GlobalVariable * CreateCompileUnitDescriptor( unsigned langId, const sys::Path & srcPath, const std::string & producer); /// Emit a subprogram descriptor. GlobalVariable * CreateSubProgramDescriptor( GlobalVariable * compileUnit, /// Compile unit in which it is defined GlobalVariable * context,...
2020 Apr 03
0
Patch to support Powercool PCRACK-1200VA
...rogrammed to ensure that the requested size cannot be larger than the actual buffer. It seems (at least on my debian 10 system) that the implementation of usb_get_string_simple() anyway overrides the passed buflen value and codes it as 255. The consequence is that to support this UPS the "langid_fix" parameter is also needed,  to force avoidance of calls to usb_get_string_simple() The UPS is working with this patch plus following entry in ups.conf [POWERCOOL]     driver = nutdrv_qx     port = auto     protocol=megatec     langid_fix=0x409     buflen_fix=102     desc = "P...
2016 Jun 03
2
Realtek 8111GR on C7
...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 > 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...
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
...lib dir="${solr.install.dir:../../../..}/contrib/clustering/lib/" > regex=".*\.jar"/> > <lib dir="${solr.install.dir:../../../..}/dist/" > regex="solr-clustering-\d.*\.jar"/> > <lib dir="${solr.install.dir:../../../..}/contrib/langid/lib/" > regex=".*\.jar"/> > <lib dir="${solr.install.dir:../../../..}/dist/" > regex="solr-langid-\d.*\.jar"/> > <lib dir="${solr.install.dir:../../../..}/contrib/velocity/lib" > regex=".*\.jar"/> > <li...
2019 Apr 23
0
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
...ar"/> <lib dir="${solr.install.dir:../../../..}/contrib/clustering/lib/" regex=".*\.jar"/> <lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-clustering-\d.*\.jar"/> <lib dir="${solr.install.dir:../../../..}/contrib/langid/lib/" regex=".*\.jar"/> <lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-langid-\d.*\.jar"/> <lib dir="${solr.install.dir:../../../..}/contrib/velocity/lib" regex=".*\.jar"/> <lib dir="${solr.install.dir...
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...
2009 Mar 08
0
Hardware compatibility IM-945GC Intel Atom Mini-ITX]
...=-=-=-=-=-=-=-=-=- I'm using Cents 5 on an Intel atom D945GCLF MB which has the same network card and it's working fine : - with Centos 5.0, 5.1, 5.2 : you've to erase the R8169 kernel module and manually install realtek drivers ( http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=7&PFid=7&Level=5&Conn=4&DownTypeID=3&GetDown=false#2 ) - with upcoming Centos 5.3 : nothing to do, the driver is included in the kernel ( 2.6.18-128.1.1.el5 ) David Amiel - > - Jason Pyeron...
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
...pter Driver version:1.05 Released date:2006/10/25 I checked another host that has a more recent 2.6.18.6 kernel and confirmed that it does *not* have the r1000. So I guess the r1000 isn't part of the kernel yet. You can get the r1000 at: http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=13&PFid=4&Level=5&Conn=4&DownTypeID=3&GetDown=false Some direct links: ftp://202.65.194.211/cn/nic/r1000_v1.05.tgz ftp://210.51.181.211/cn/nic/r1000_v1.05.tgz ftp://209.216.61.149/cn/nic/r1000_v1.05.tgz Kirk Bocek
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