[Bug 297836] Re: 8.10 - compiz normal + nvidia binary video loses openoffice menu text

2008-12-29 Thread sglow
I've got a machine with the same problem.  When desktop effects are set
to 'normal', and the nvidia drivers are enabled, I see no menus in Open
Office.  I've also noticed that when this problem is occurring I get no
display when I open the gvim (gtk version of vim) text editor.

A workaround that seems to consistently fix both problems is to turn off
all visual effects.

-- 
8.10 - compiz normal + nvidia binary video loses openoffice menu text
https://bugs.launchpad.net/bugs/297836
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 231276] Re: ti_usb_3410_5052 driver doesn't load some devices

2008-12-01 Thread sglow
I can confirm that this solution (which is essentially the same as what
xorduna posted above) does work for me.  I'm using the 2.6.27-9-generic
kernel.  All I had to do is copy the firmware file to the location
expected by the driver and rename it.  The link posted by Anshuman gives
slightly incorrect file names which may be the reason this doesn't work
on all kernel versions, but it's easy enough to find the firmware image,
and the expected file name is given in the dmesg output.

For me, I copied /lib/firmware/2.6.27-9-generic/ti_3410.fw to
/lib/firmware/ti_usb-3410.bin

This worked well enough for the /dev/ttyUSB0 file to be created when the
emulator was plugged in.  I haven't actually tested the proper
functioning of the emulator yet (I'm not really working with it these
days), but expect it should work.

Incidentally, I don't really think this bug should be closed.  This is a
useful temporary work around, not a fix.  The driver should be modified
so that it looks for the correct firmware image name.  These devices
should just work when plugged in, it shouldn't really be necessary to
copy files around like this.

Thanks,
Steve

-- 
ti_usb_3410_5052 driver doesn't load some devices
https://bugs.launchpad.net/bugs/231276
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


Re: [Bug 231276] Re: ti_usb_3410_5052 driver doesn't load some devices

2008-11-07 Thread sglow
Hi Leann;

Here's the dmesg output when I plug in the device:

---
[ 1183.216107] usb 1-2: new full speed USB device using ohci_hcd and 
address 2
[ 1183.477076] usb 1-2: configuration #1 chosen from 1 choice
[ 1186.732273] usbcore: registered new interface driver usbserial
[ 1186.735045] usbserial: USB Serial support registered for generic
[ 1186.737834] usbcore: registered new interface driver usbserial_generic
[ 1186.737848] usbserial: USB Serial Driver core
[ 1186.756886] usbserial: USB Serial support registered for TI USB 3410 
1 port adapter
[ 1186.759756] usbserial: USB Serial support registered for TI USB 5052 
2 port adapter
[ 1186.762880] ti_usb_3410_5052 1-2:1.0: TI USB 3410 1 port adapter 
converter detected
[ 1186.762900] firmware: requesting ti_usb-3410.bin
[ 1186.795645] usb 1-2: ti_download_firmware - firmware not found
[ 1186.799032] ti_usb_3410_5052: probe of 1-2:1.0 failed with error -5
[ 1186.802140] usbcore: registered new interface driver ti_usb_3410_5052
[ 1186.802149] ti_usb_3410_5052: TI USB 3410/5052 Serial Driver v0.9
--

I've confirmed that the package 'linux-firmware' is installed, but can't 
locate the file ti_usb-3410.bin anywhere on my hard drive.  I also 
googled for that file, but can't find any link to it.  If I do find it, 
where should it be placed in the file system?

Thanks,
Steve

Leann Ogasawara wrote:
 Hi sglow,

 Can you attach your dmesg output after you insert the device?



-- 
ti_usb_3410_5052 driver doesn't load some devices
https://bugs.launchpad.net/bugs/231276
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


Re: [Bug 231276] Re: ti_usb_3410_5052 driver doesn't load some devices

2008-10-28 Thread sglow
Hi Leann;

I just downloaded the latest live CD image and booted from it.  The 
linux-firmware package was installed by default, but I still received a 
'firmware not found' error when I plugged in the device.

Is there any other package that may contain this firmware?  Normally the 
firmware is compiled right into the driver, at least it is for the stock 
kernel.  Not sure why it was stripped out of the Ubuntu kernel.

Thanks,
Steve

Leann Ogasawara wrote:
 Hi sglow,

 I'm so sorry for the delayed response here.  Can you try installing the
 linux-firmware package to see if that helps.  Thanks.



-- 
ti_usb_3410_5052 driver doesn't load some devices
https://bugs.launchpad.net/bugs/231276
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


Re: [Bug 231276] Re: ti_usb_3410_5052 driver doesn't load some devices

2008-09-11 Thread sglow
Hi Leann;

I downloaded the Alpha-5 live CD and tried this out.  It's still not 
working, but the failure mode is definitely different that that of 8.04.

On the 8.04 release of Ubuntu, the problem seems to be that the device 
isn't being recognized as a device that can be handled by this driver at 
all.  The reason was the two lines that were changed from the stock 
kernel which I flagged in my initial bug report.

In Alpha-5 of 8.10 the problem is different.  In this release the device 
is triggering the correct driver, but the driver is failing with a 
'firmware file not found' error.

I took a quick look at the differences between the stock kernel from 
kernel.org and the one in the git database for Ubuntu 8.10 and noticed 
that the two header files which contain the device firmware used by this 
driver have been removed from the Ubuntu version.  Normally the driver 
has this firmware compiled directly into it, but for some reason the 
Ubuntu flavor of the kernel has had these files removed.  This seems to 
be the cause of the latest failure of this device.

Is the firmware used by this family of devices included somewhere in a 
separate file?  If it is, then the driver doesn't seem to be able to 
locate it.  If not, perhaps it should be.  Better yet, why deviate from 
the stock kernel method of compiling the firmware right into the 
driver.  It's certainly more foolproof.

Note that the firmware in question is not something that's specific to 
this emulator that I'm testing with.  I believe that it's used by most, 
if not all, devices that utilize this driver.  I have to assume that 
removing it will make a whole class of serial port adapters that use 
this driver difficult to use under Ubuntu 8.10.

Best regards,
Steve

Leann Ogasawara wrote:
 Hi Guys,

 dlotton - you'll need to enable the Intrepid repository in order to get
 the 2.6.27 kernel.

 However, Alpha5 was released last week so you could test with a LiveCD
 as well - http://www.ubuntu.com/testing/intrepid/alpha5 .  Please let us
 know your results if you are able to test.  Thanks.

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



-- 
ti_usb_3410_5052 driver doesn't load some devices
https://bugs.launchpad.net/bugs/231276
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


Re: [Bug 231276] Re: ti_usb_3410_5052 driver doesn't load some devices

2008-09-02 Thread sglow
Hi Leann;

I tried the device against the Alpha 4 live CD image and it did not work 
correctly.  I'll try to collect more information on this, but wanted to 
give you that initial bit of information.

Rgds,
Steve

Leann Ogasawara wrote:
 The Ubuntu Kernel Team is planning to move to the 2.6.27 kernel for the
 upcoming Intrepid Ibex 8.10 release.  As a result, the kernel team would
 appreciate it if you could please test this newer 2.6.27 Ubuntu kernel.
 There are one of two ways you should be able to test:

 1)  If you are comfortable installing packages on your own, the linux-
 image-2.6.27-* package is currently available for you to install and
 test.

 --or--

 2)  The upcoming Alpha5 for Intrepid Ibex 8.10 will contain this newer
 2.6.27 Ubuntu kernel.  Alpha5 is set to be released Thursday Sept 4.
 Please watch http://www.ubuntu.com/testing for Alpha5 to be announced.
 You should then be able to test via a LiveCD.

 Please let us know immediately if this newer 2.6.27 kernel resolves the
 bug reported here or if the issue remains.  More importantly, please
 open a new bug report for each new bug/regression introduced by the
 2.6.27 kernel and tag the bug report with 'linux-2.6.27'.  Also, please
 specifically note if the issue does or does not appear in the 2.6.26
 kernel.  Thanks again, we really appreicate your help and feedback.

 ** Tags added: cft-2.6.27



-- 
ti_usb_3410_5052 driver doesn't load some devices
https://bugs.launchpad.net/bugs/231276
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 231276] [NEW] ti_usb_3410_5052 driver doesn't load some devices

2008-05-16 Thread sglow
Public bug reported:

Binary package hint: linux-source-2.6.24

The ti_usb_3410_5052 driver fails to recognize a very popular JTAG
emulator made by TI (MSP FET430).

This appears to be a new bug in Hardy, it worked fine in Gutsy.

I downloaded the 2.6.24 vanilla source from kernel.org and compiled just
this driver.  The vanilla driver does work with this device.

I downloaded the linux-source-2.6.24 package and pulled the driver out
of this.  I confirmed that this ubuntu specific version of the driver
fails to load the device in question.

There are only a couple lines different between the vanilla driver and
the ubuntu version.  The problem lines seem to be:

267,268c267,268
   .num_interrupt_in   = 1,
   .num_bulk_in= 1,
---
   .num_interrupt_in   = NUM_DONT_CARE,
   .num_bulk_in= NUM_DONT_CARE,

I'm not sure what the reasoning was behind changing the standard driver,
but this is one case in which it broke a popular device which had
previously worked.

Thanks,
Steve

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

-- 
ti_usb_3410_5052 driver doesn't load some devices
https://bugs.launchpad.net/bugs/231276
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 175182] Re: FTDI usb to serial conflict with brltty

2007-12-10 Thread sglow
I had the same problem.  The solution is very simple:

sudo apt-get remove brltty

-- 
FTDI usb to serial conflict with brltty
https://bugs.launchpad.net/bugs/175182
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs