paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Paparazzi-devel] Re: karmic ftdi serial issue


From: mark.griffin
Subject: RE: [Paparazzi-devel] Re: karmic ftdi serial issue
Date: Mon, 23 Nov 2009 11:22:39 +0100

The updated/fixed FTDI serial driver compiled for i386 architecture is attached (ftdi_sio.ko).
 
You need to copy it to:  /lib/modules/$(uname -r)/kernel/drivers/usb/serial/
 
If you want to compile it for some other architecture, there are instructions at: http://ubuntuforums.org/showthread.php?t=1327965
 
Hopefully, this will be resolved soon in a kernel update.
 
Cheers, Mark


From: address@hidden [mailto:address@hidden On Behalf Of address@hidden
Sent: Friday, 6 November 2009 10:23 AM
To: address@hidden
Subject: RE: [Paparazzi-devel] Re: karmic ftdi serial issue

I updated Ubuntu from version 9.04 (Jaunty) to 9.10 (Karmic) using the Update Manager application and observed the same error message.
I then updated the FTDI drivers and the problem went away; it no longer exists. FYI


From: address@hidden [mailto:address@hidden On Behalf Of Gautier Hattenberger
Sent: Wednesday, 4 November 2009 10:16 AM
To: address@hidden
Subject: Re: [Paparazzi-devel] Re: karmic ftdi serial issue

Poine, your solution seems to solve the problem for me. Do I commit this code or will it break something for everybody else ?

Gautier

2009/11/4 Pascal Brisset <address@hidden>
Hi,

I don't remember where these lines are coming from.

I can't do the tests: I don't get any problems on my freshly installed karmic :-(

--Pascal


antoine drouin wrote:
line 49 in paparazzi3/trunk/sw/lib/ocaml/cserial.c

 int fd = open(String_val(device), O_RDWR);

could someone see if replacing with

int fd = open(String_val(device), O_RDWR|O_NONBLOCK);

would fix the problem ?

Pascal, any reason for opening serial ports in blocking mode ?

On Tue, Nov 3, 2009 at 11:20 PM, antoine drouin <address@hidden> wrote:
 
could that be it ?

 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/460857

   


_______________________________________________
Paparazzi-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/paparazzi-devel
 



_______________________________________________
Paparazzi-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/paparazzi-devel

Attachment: ftdi_sio.ko
Description: ftdi_sio.ko


reply via email to

[Prev in Thread] Current Thread [Next in Thread]