This bug was fixed in the package linux - 2.6.28-15.52
---
linux (2.6.28-15.52) jaunty-proposed; urgency=low
[ Stefan Bader ]
* Revert "SAUCE: ACPI: Populate DIDL before registering ACPI video device
on Intel"
- LP: #423296
* SAUCE: Allow less restrictive acpi video det
** Tags added: verification-done
** Tags removed: verification-needed
--
ftdi_sio doesnt work propertly
https://bugs.launchpad.net/bugs/376128
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists
I got around to stress-testing the bug (100 baud - reading pulse
trains from things like an IR remote from an Arduino).
Works perfectly now. I haven't had a single IO error or other crash (no
overrun either, but it is hard to overrun a megabaud).
--
ftdi_sio doesnt work propertly
https://bu
The "selective update" portion in the wiki apparently doesn't quite work - I
entered the information as it said and started aptitude. I also set a tic-mark
on the box in the main section.
Ah - the "preferences" text in the selective part doesn't work, at least not if
I just do a cut-paste and w
I've not found any newer kernel using jaunty-proposed, and whatever I
have now still has the problem occasionally.
Is the -15 supposed to fix everything?
(Ryan - could you try a loopback and copy a massive file like in my post
#13)
Also what should the kernel display with uname -a?
Mine says:
> Linux tz-hpmini 2.6.28-15-generic #49-Ubuntu SMP Tue Aug 18 18:40:08 UTC
> 2009 i686 GNU/Linux
That is not the proposed kernel. Proposed would have a #51 after
generic.
Linux arcturus 2.6.28-15-generic #51-Ubuntu SMP Wed Aug 26 17:40:02 UTC 2009
x86_64 GNU/Linux
--
ftdi_sio doesnt work prope
So far, things are looking good with this kernel and my FT232RL. I will
advise if the problem doesn't stay fixed :-)
Thanks!
--
ftdi_sio doesnt work propertly
https://bugs.launchpad.net/bugs/376128
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed t
Rereading the earlier messages, if a linux-kernel or such comes out
later today in -proposed I will try it and get back.
--
ftdi_sio doesnt work propertly
https://bugs.launchpad.net/bugs/376128
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubun
#uname -a
Linux tz-hpmini 2.6.28-15-generic #49-Ubuntu SMP Tue Aug 18 18:40:08 UTC 2009
i686 GNU/Linux
Does not fix this. It sounds like my problem, but only happens when the buffer
overruns.
I will try one of the 2.6.29 kernels and/or Karmic when I get a chance.
For example, using
http://www
Accepted linux into jaunty-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!
** Tags added: verification-needed
--
f
Yes, the patch in question was part of 2.6.29, so Karmic should work.
--
ftdi_sio doesnt work propertly
https://bugs.launchpad.net/bugs/376128
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists
Thanks Stefan, waiting for -15.50. So did I understand correctly that
any Karmic kernel would already have this fix? Might give a try on a
laptop.
--
ftdi_sio doesnt work propertly
https://bugs.launchpad.net/bugs/376128
You received this bug notification because you are a member of Ubuntu
Bugs, w
It would be in the next proposed kernel (-15.50). Unfortunately it is still
waiting to get accepted into proposed.
--
ftdi_sio doesnt work propertly
https://bugs.launchpad.net/bugs/376128
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
In what kernel is this fix included? I run 2.6.28-15 on Jaunty and have
problems seeing anything from /dev/ttyUSB0 using the same receiver:
Bus 007 Device 004: ID 0403:6001 Future Technology Devices
International, Ltd FT232 USB-Serial (UART) IC
--
ftdi_sio doesnt work propertly
https://bugs.laun
** Changed in: linux (Ubuntu Jaunty)
Status: In Progress => Fix Committed
--
ftdi_sio doesnt work propertly
https://bugs.launchpad.net/bugs/376128
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu
** Also affects: linux (Ubuntu Jaunty)
Importance: Undecided
Status: New
** Changed in: linux (Ubuntu)
Importance: Undecided => Medium
** Changed in: linux (Ubuntu)
Status: New => Fix Released
** Changed in: linux (Ubuntu Jaunty)
Importance: Undecided => Medium
** Changed
OK, there's no such thing as 2.6.28-stable anymore :) I'll send to the
Ubuntu kernel team instead.
--
ftdi_sio doesnt work propertly
https://bugs.launchpad.net/bugs/376128
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs
I sent the patch to sta...@kernel.org, so hopefully it will get included
in 2.6.28.11. I assume it will make its way into Ubuntu after that?
--
ftdi_sio doesnt work propertly
https://bugs.launchpad.net/bugs/376128
You received this bug notification because you are a member of Ubuntu
Bugs, which
Thank you !
You're perfectly right, any recent mainline > 2.6.28 already contains the fix.
I tried with http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.29.5/ and our
ftdi is fine again. How do you manage this kind of issue at Canonical ? You
patch the current 2.6.28 ? Or you jump directly to
Replacing 'return;' with 'goto out;' appears to be the exact solution
upstream has chosen. Please try a more recent kernel to confirm, perhaps
something from the mainline vanilla series at http://kernel.ubuntu.com
/~kernel-ppa/mainline, or a recent Karmic kernel from
https://edge.launchpad.net/ubun
Looking at the git, I noticed this changeset:
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-jaunty.git;a=commit;h=4a90f09b20f4622dcbff1f0e1e6bae1704f8ad8c
This adds a few reference counting tweaks. Most notably, in ftdi_process_read,
there reference acquires and release in the form of "goto out" (w
We are using ftdi_sio with a 232M chip.
On intrepid and with jaunty's 2.6.27 kernel, ftdi_sio works like a charm
on different setups (x86 IA32 and x86_64).
On 2.6.28-10 and -13, we have the following regression (x86 IA32): one
program opens the device, sends/receives data, then closes it. This
wo
** Description changed:
i have irda device "irlink" on FTDI chipset when i connect it, device
/dev/ttyUSB0 apears but when i try to sent a signal to my irlink nothing
coming to port /dev/ttyUSB0 (cat /dev/ttyUSB0) device works good under
- Windows and as i hear it worked on Ubuntu earlear ve
** Attachment added: "Logs which could help to fix a problem"
http://launchpadlibrarian.net/26681315/logs.tar.gz
** Attachment added: "BootDmesg.txt"
http://launchpadlibrarian.net/26681316/BootDmesg.txt
** Attachment added: "CurrentDmesg.txt"
http://launchpadlibrarian.net/26681317/Curre
24 matches
Mail list logo