[Bug 460857] Re: ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48)

2010-11-06 Thread Kendrick Shaw
** Changed in: linux (Ubuntu)
   Status: New => Confirmed

** Changed in: linux
   Status: New => Confirmed

** Tags added: 2.6.35.22

-- 
ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48)
https://bugs.launchpad.net/bugs/460857
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 460857] Re: ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48)

2010-11-06 Thread Kendrick Shaw
I'm also seeing the regression reported by @richard  (#42).  In
particular, the software for the Syscomp CGR-101 isn't seeing the scope
on a 64 bit Ubuntu Maverick 10.10.  Building the latest version of the
ftdio_sio driver from the 2.6.35-8 linux tree didn't fix the bug, but
porting the version @tz (#7) found to the new kernel fixed the issue.
I've attached the ported version of the older driver for those who need
a fix now.  The install instructions are the same as before:

To install:
1) open a terminal window
2) install the latest kernel headers:

# sudo apt-get install linux-headers-generic

3) download and uncompress the attached file ftdifix.backport.maverick.tar.gz
4) change to the directory where you uncompressed the file, e.g.

# cd ftdifix.backport.maverick

5) build the driver:

# make

6) install the driver

# sudo make install

Until this is fixed, you may have to repeat these steps each time you
install a new version of the kernel.

This isn't a good long-term fix, however - there have been a lot of
changes to the driver, many of which add support for new devices.  The
right fix is probably to do a bisection on the kernel checkins to find
the one that broke this driver for this scenario, and then report the
bug upstream (ideally with a patch).  I'll start the process but I'm not
sure how much time I'll be able to devote to it - if some else wants to
give this a try, feel free.

** Attachment added: "port of ftdi driver from linux kernel 2.6.31.8"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/460857/+attachment/1725253/+files/ftdifix.backport.maverick.tar.gz

-- 
ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48)
https://bugs.launchpad.net/bugs/460857
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 460857] Re: ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48)

2009-12-16 Thread Kendrick Shaw
tz's makefile worked like a charm.  For those who don't want to download
the linux kernel sources for two files, here are the two files and a
modified version of tz's makefile (with a 'make install' option added).

To install:
1) open a terminal window
2) install the latest kernel headers:

# sudo apt-get install kernel-headers-generic

3) download and uncompress the attached file ftdifix.tar.gz
4) change to the directory where you uncompressed the file, e.g.

# cd ftdifix

5) build the driver:

# make

6) install the driver

# sudo make install

Until this is fixed, you may have to repeat these steps each time you
install a new version of the kernel.

** Attachment added: "ftdifix.tar.gz"
   http://launchpadlibrarian.net/36889614/ftdifix.tar.gz

-- 
ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48)
https://bugs.launchpad.net/bugs/460857
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 460857] Re: ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48)

2009-12-29 Thread Kendrick Shaw
It appears that anyone can change the status of a bug (including us).

Kalda and Peter both have 0 lauchpad karma - Peter has posted two bug
comments in the past two years and Kalda's account was created today.
Neither one includes a public email address, so we can't contact them
directly.  Thus I'm concerned that they may not be people in an
appropriate position to mark bugs as incomplete.

Kalda and Peter, if you're active contributors to the project, could you
let us know what information is missing?  All of us would like to help
strengthen the project, and are willing to help if you let us know what
is needed.

If we don't hear back from Kalda and Peter in the next couple of days, I
suggest we change the status back to "new" to make sure this bug stays
on the radar.

-- 
ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48)
https://bugs.launchpad.net/bugs/460857
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 460857] Re: ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48)

2009-12-29 Thread Kendrick Shaw
It sounds like both of the status changes from new to incomplete were
unintentional, so I've changed the status back to new.

** Changed in: linux
   Status: Incomplete => New

** Changed in: linux (Ubuntu)
   Status: Incomplete => New

-- 
ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48)
https://bugs.launchpad.net/bugs/460857
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 460857] Re: ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48)

2009-12-29 Thread Kendrick Shaw
@David (#16)

Good catch - that should be "sudo apt-get install linux-headers-generic"
(I shouldn't have typed it from memory).  Hopefully this will get the
patch to work for you.  If you see an error during the first "make",
however, there are still problems - please post the error and we'll see
if we can help.

I'm using this on 64-bit Karmic, and have just verified that I'm able to
"cat /dev/ttyUSB0" and see serial data sent from an Arduino.

-- 
ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48)
https://bugs.launchpad.net/bugs/460857
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 460857] Re: ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48)

2010-01-10 Thread Kendrick Shaw
@David (#30)

Unfortunately it looks like the drivers on the ftdi site may not work
with newer versions of the kernel, including the kernel in karmic.  The
ftdi_sio.h and .c I grabbed were from the linux kernel tree (version
2.6.31.8).  A number of changes seem to have been made without
increasing the version number - lots of reformatting and rearrangement
(which makes it hard to diff), but also a much longer list of supported
device ids.  Running the modified version of tz's makefile with the ftdi
version also gives a list of errors which look like the result of
changes to the usb structure in newer kernels (references to the fields
tty and open_count that aren't in the usb_serial_port structure in the
kernel headers).  I'm not an expert in kernel drivers, however, so there
may be an easy way to update this driver that I'm missing.

To be honest, I'm worried that you're grappling with an additional bug
(e.g. a bug in the driver for your usb chipset) in addition to the FTDI
bug the rest of us had.  It sounds like the symptoms you are
encountering are somewhat different than what the rest of us had, and
the fix that worked for the rest of us (tz's) isn't working for you.
I've been hesitant to suggest this, however, because I don't have a good
suggestion of how to fix this new bug.  Doing a search on "khubd karmic"
turns up a lot of bugs with similar symptoms, many of which are
unresolved.  It's not clear to me which (if any) match the problem
you're encountering, however; this looks like it may just be a common
mode of failure.

It may be worth doing some additional searches based on your laptop
model and usb chipset to see if any existing bug seems to match what
you're seeing.  If not, it may be worth opening a new bug.

-- 
ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48)
https://bugs.launchpad.net/bugs/460857
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 460857] Re: ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48)

2010-01-10 Thread Kendrick Shaw
** Changed in: linux
   Status: New => Confirmed

** Changed in: linux (Ubuntu)
   Status: New => Confirmed

-- 
ftdi serial driver broken in linux-image-2.6.31-14-generic (2.6.31-14.48)
https://bugs.launchpad.net/bugs/460857
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 468243] [NEW] [Thinkpad X61 tablet] suspend/resume failure

2009-11-01 Thread Kendrick Shaw
Public bug reported:

The machine during suspend from the desktop every (4/4) time I tried,
hybernate from desktop hung 1/1 time tried, but I had no problems .
Suspend worked fine when I tried it (once) from the (graphical) login
screen.

While suspend from the desktop hasn't worked yet on my machine, my room
mate (with a very similar computer) has had no problems.  Perhaps this
is an obsolete driver or driver setting?

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  kms15  2831 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf822 irq 17'
   Mixer name   : 'Analog Devices AD1984'
   Components   : 'HDA:11d41984,17aa20dd,00100400'
   Controls  : 29
   Simple ctrls  : 18
Date: Sun Nov  1 05:04:51 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=c2bdbf8a-97b5-4e44-9fbd-7b4b19e038b4
InterpreterPath: /usr/bin/python2.6
MachineType: LENOVO 7764CTO
Package: linux-image-2.6.31-14-generic 2.6.31-14.48
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: root=/dev/mapper/hostname_crypt0-Ubuntu9.04 ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-14-generic N/A
 linux-firmware 1.24
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Tags: resume suspend
Title: [LENOVO 7764CTO] suspend/resume failure
Uname: Linux 2.6.31-14-generic x86_64
UserGroups:
 
WpaSupplicantLog:
 
dmi.bios.date: 03/19/2008
dmi.bios.vendor: LENOVO
dmi.bios.version: 7SET28WW (1.14 )
dmi.board.name: 7764CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7SET28WW(1.14):bd03/19/2008:svnLENOVO:pn7764CTO:pvrThinkPadX61Tablet:rvnLENOVO:rn7764CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 7764CTO
dmi.product.version: ThinkPad X61 Tablet
dmi.sys.vendor: LENOVO

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-kerneloops resume suspend

-- 
[Thinkpad X61 tablet] suspend/resume failure
https://bugs.launchpad.net/bugs/468243
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 468243] Re: [Thinkpad X61 tablet] suspend/resume failure

2009-11-01 Thread Kendrick Shaw

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/34851785/AlsaDevices.txt

** Attachment added: "AplayDevices.txt"
   http://launchpadlibrarian.net/34851786/AplayDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/34851789/BootDmesg.txt

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/34851791/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/34851793/Card0.Codecs.codec.0.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/34851794/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/34851795/Dependencies.txt

** Attachment added: "IwConfig.txt"
   http://launchpadlibrarian.net/34851796/IwConfig.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/34851797/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/34851798/Lsusb.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/34851799/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/34851800/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/34851801/ProcInterrupts.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/34851803/ProcMaps.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/34851804/ProcModules.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/34851806/ProcStatus.txt

** Attachment added: "SleepLog.txt"
   http://launchpadlibrarian.net/34851807/SleepLog.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/34851808/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/34851809/UdevLog.txt

** Attachment added: "WifiSyslog.txt"
   http://launchpadlibrarian.net/34851810/WifiSyslog.txt

-- 
[Thinkpad X61 tablet] suspend/resume failure
https://bugs.launchpad.net/bugs/468243
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 468243] Re: [Thinkpad X61 tablet] suspend/resume failure

2009-11-02 Thread Kendrick Shaw
Additional note - suspend failed at the graphical login screen after
logging out of my user account.  Perhaps something is getting
initialized by my desktop (e.g. dri) that exposes a driver bug?

-- 
[Thinkpad X61 tablet] suspend/resume failure
https://bugs.launchpad.net/bugs/468243
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs