similar to: build errors: scsi.h "FAILED" and "u8"

Displaying 20 results from an estimated 9000 matches similar to: "build errors: scsi.h "FAILED" and "u8""

2012 Jan 14
0
point.in.polygon help
x <- sapply(c(1:max(greens[,1])), function() { poly.x <- greens[greens[,1] == hole, 2] poly.y <- greens[greens[,1] == hole, 3] p.x <- gps[,3] p.y <- gps[,4] require(sp) gps[which(point.in.polygon(p.x,p.y,poly.x,poly.y) != 0),ncol(gps)] <- gps[which(point.in.polygon(p.x,p.y,poly.x,poly.y) != 0),ncol(gps)] + 0.2 } gps is a set of GPS readings from a golf
2023 Jan 23
1
Attach a GPS in preboot mode
Hello everyone and best wishes for 2023 :) I have an old *Garmin Drive Smart 50 GPS* and I want to be able to attach it when it is in preboot mode to a VM hosted by a *Debian 11 host*. From what I understand, the preboot mode allows us to flash a firmware before the GPS actually starts (used among other things when the GPS is soft bricked). When I connect the GPS to the host it gives:
2017 May 25
0
System Time Source
[Going a bit off-topic here, and going to do a bit of a deep-dive on RF stuff, but maybe it will be useful to Chris] On 05/24/2017 12:20 PM, Valeri Galtsev wrote: > It is insightful, yet... There are a bunch of other factors that may need > to be taken into account. Angular transmission pattern of satellite (horn? > or is it yagi? antenna) vs ground based (monopole? or dipole? antenna -
2020 Feb 04
0
Always Be Conferencing v16e - pure AEL-based dial plan solution
/**************************************************************************** * * * Always Be Conferencing (ABC) * * * * Creator: chris @ Penguin PBX Solutions * *
2010 May 21
1
GPS finding and mark interesting POI within table with large GPS points collection
Dear R users, #---------------------------------------------------------------------------------------------------------------------------- #There is table containing 1000 (lat, lon, time) GPS positions, wchich should be recognized and labeled in every row of that #recognized position by label from defined POI vector GPS$Lat =c(9,2.2,2,3,4,5,6,7,2,9,2.1,10,3.3,0 , 6, 8, 9) GPS$Lon =c(0,1
2001 Dec 09
1
Wine NT Services / Serial Port
Hi! I'm currently working on a project to upgrade my car's display with NAV... Due to prohibitive high costs of oem solutions (and limited use except for nav), I decided to use a laptop, runnig that software... So, I already have MS Autoroute 2001 (european version). Against my expectations, this program runs fine with Wine release 20011004. However, the GPS Add-In doesn't work.
2017 May 24
2
System Time Source
On Wed, May 24, 2017 10:45 am, Warren Young wrote: > On May 24, 2017, at 8:52 AM, Chris Adams <linux at cmadams.net> wrote: >> >> Once upon a time, Warren Young <warren at etr-usa.com> said: >>> a. It???s transmitting from a fixed location in a time zone you >>> probably aren???t in ??? US Mountain ??? being the least populous of >>> the lower
2006 Feb 21
0
OT Proftpd stopped authenication for users
For some reason proftpd stopped authentication for users. Anonymous access still works but when someone tries to access the server via their login it no longer authenticates them. I recently ran yum where proftpd was updated (that said, I'm not sure that caused the problem). I uninstalled the new version and and installed a prior version with no change. Below is a look at my config, a
2006 Feb 21
1
OT Proftpd Continued
Below is a cut and past from my log files that are sent to me. This is from the last day that proftpd worked correctly. I'm not sure why proftpd was restarted as the log states: ################### LogWatch 5.2.2 (06/23/04) #################### Processing Initiated: Sun Feb 19 09:02:02 2006 Date Range Processed: yesterday Detail Level of Output: 0 Logfiles
2007 Apr 20
1
[LLVMdev] llvm-gcc make check
Is 'make check' supposed to work with llvm-gcc? I get the following: autogen -T /users/dag/projects/cascade/compiler/llvm-gcc/fixincludes/check.tpl /users/dag/projects/cascade/compiler/llvm-gcc/fixincludes/inclhack.def Your shell is '/bin/tcsh'. AutoGen will attempt to use 'sh' /bin/sh ./check.sh /users/dag/projects/cascade/compiler/llvm-gcc/fixincludes/tests/base
2005 Aug 04
0
Wine and Delorme Street Atlas 2005
Hello, I'm sorry if this is a repeat post, but I have been working on this for the better part of the year now. I am trying to get Delorme Street Atlas 2005 to run under wine. So far, I've been successful in getting the program to run and talk to my RS232 GPS. This means, I have all the database updates, IE6, etc loaded and apparently working (AFAIK). I am using wine to emulate
2017 May 24
0
System Time Source
On Wed, 2017-05-24 at 13:53 +0000, Chris Olson wrote: > One of our STEM interns recently observed that there are > inexpensive clocks that sync via radio to standard time > services.? This begged a question about why every computer > would not have a radio module to receive time.? Our senior > staff did not have a good answer or if time from such a > radio module would be
2017 May 24
0
System Time Source
On May 24, 2017, at 8:52 AM, Chris Adams <linux at cmadams.net> wrote: > > Once upon a time, Warren Young <warren at etr-usa.com> said: >> a. It?s transmitting from a fixed location in a time zone you probably aren?t in ? US Mountain ? being the least populous of the lower 48?s four time zones. You therefore have to configure time zone offset and DST rules, which means
2009 Jan 12
10
USB and serial
Hello, everyone - I have an old Windows app - a ship navigation program - that needs to see GPS input on a serial port (it was written in the pre-USB days.) My laptop, however, has no serial ports - but this same program, when run on a friend's Windows box, can read the GPS info from the USB-connected GPS via the "USB-Serial Driver". This is one of the frustrating bits of this
2006 May 12
2
Re: Can Garmin's (MapSource) USB map-card reader be used in Wine?
Hello, I tried to install Mapsource 6 in Wine (20050211.2) on MDK LE2005 but it didn't install... The same with GIDroute which installed but didn't want to be launched. I will give it a try on MDV 2006 but I don't expect a miracle. And the pseudo map applications for Linux are not really what we can consider as useful and easy to handle with... Ciao @+ CWO4 Dave Mann wrote: >
2009 Mar 29
1
Lattice question.
Hi. I am trying to do histograms in lattice, and I want to get both counts and percents in the same plot. To try to be clearer --- there are 3 levels to my factor; I'd like to get a 2 x 3 array of plots where the top row consist of histograms by counts and the bottom consists of (the corresponding) histograms by percent. I tried the following: # Demo. library(lattice) set.seed(42) XX <-
2006 Mar 16
5
Multiple databases + switching databases
Hello, I have an application that access two different DBMS - Firebird and Postgres. So far, that''s ok. The problem is, depending on the customer logged, a different database (Firebird) must be selected. To make the things clearer: Postgres: 1 database shared by all customers with these tables: - user - vehicle - driver Firebird: several databases with different names and identical
2007 Apr 18
0
[PATCH 2/5] Interrupts subarch cleanup.patch
A brave attempt to be rid of an unnecessary subarch hook and clean things up a bit. First, all subarches use IRQ-2 as a cascade IRQ. So do that in the common code. Second, there is no need for a pre_intr_init_hook. We can set up the interrupt gates at any time, as this doesn't touch any real hardware, just the processor gates. Now the subarch code still needs to setup the appropriate irq
2007 Apr 18
0
[PATCH 2/5] Interrupts subarch cleanup.patch
A brave attempt to be rid of an unnecessary subarch hook and clean things up a bit. First, all subarches use IRQ-2 as a cascade IRQ. So do that in the common code. Second, there is no need for a pre_intr_init_hook. We can set up the interrupt gates at any time, as this doesn't touch any real hardware, just the processor gates. Now the subarch code still needs to setup the appropriate irq
2017 May 24
2
System Time Source
Once upon a time, Warren Young <warren at etr-usa.com> said: > a. It?s transmitting from a fixed location in a time zone you probably aren?t in ? US Mountain ? being the least populous of the lower 48?s four time zones. You therefore have to configure time zone offset and DST rules, which means additional software if you want it to track changes to these things. There were 10 batches of