On Fri, 22 Jun 2001, Thomas Speck wrote:
>
> Hi !
> I have a problem with reading from a serial port using select() under
> 2.4.5. What I am doing is basically the following:
>
> fd_set readfds;
> struct timeval timeout;
> int s;
>
> serialfd = open("/dev
Hi !
I have a problem with reading from a serial port using select() under
2.4.5. What I am doing is basically the following:
fd_set readfds;
struct timeval timeout;
int s;
serialfd = open("/dev/ttyS0", O_RDWR );
init_serial(B9600);
timeout.tv_sec = 2; /* ! */
timeout.tv_usec = 0;
FD_ZERO(&r
On Thu, 7 Jun 2001, Michael H. Warfield wrote:
> A "population inversion" (a condition where the energized states
> are more likely to be populated than the ground states) is at the heart
> of many things we take for granted today such as lasers, masers, leds,
> NMR (Nuclear Magnetic Resona
Hi
I am trying to get working a Spacec@m 300 (USB) by Trust. I tried this
under 2.2.18 and 2.4.3. In order to get the camera detected I can use the
usb-uhci or uhci module (the result is the same). The camera gets detected
(some OV7610 gets probed - I don't know if this is the correct one) and
a
On Thu, 22 Mar 2001, Neal Gieselman wrote:
> I have a Redhat 6.1 WS that was installed with 64 MB RAM. I added another
> 64 MB, booted, BIOS sees it, but top, free, etc still see only 64 MB.
> Any clues on what to do?
Maybe append="mem=128M" in lilo.conf helps ...
--
Thomas
-
To unsubscribe f
5 matches
Mail list logo