[Bug 1410618] Re: MacBook Air 6,2 TRRS Headset Mic Not Working

2021-01-13 Thread chrisolof
Unfortunately I was never able to solve this.  It appears the Windows
issue (referenced above) remains as well.  Maybe an examination of the
Apple/OSX driver (if that's even possible) would lead to a solution
here.

As a work-around I purchased a small USB sound card and plugged into
that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1410618

Title:
  MacBook Air 6,2 TRRS Headset Mic Not Working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1410618/+subscriptions

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

[Bug 1410618] Re: MacBook Air 6,2 TRRS Headset Mic Not Working

2015-01-19 Thread chrisolof
Sure enough - it would appear the windows driver doesn't support the TRRS mic 
on this CS4208 chip either:
https://discussions.apple.com/thread/5862553

So then, OSX's driver for the chip would likely hold the key to this.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1410618

Title:
  MacBook Air 6,2 TRRS Headset Mic Not Working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1410618/+subscriptions

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


[Bug 1410618] Re: MacBook Air 6,2 TRRS Headset Mic Not Working

2015-01-19 Thread chrisolof
So it looks as if the bug that generated that commit was due to no sound coming 
out of the air's speakers and there's really not much talk about the TRRS 
mic-in functionality:
https://bugzilla.kernel.org/show_bug.cgi?id=60811

That commit may be responsible for the working sound and headphone
detection - but there may be more work to do in order to get the TRRS
mic working.  Likely why installing the latest ALSA driver isn't
changing anything with regard to the mic.

sudo hdajacksensetest -c 1 prints out:
Pin 0x10 (Grey Headphone, Left side): present = Yes

Anyway it sounds as if the pin configuration introduced in that patch
was gleaned from a Windows inf driver file back in 2013.  Makes me
wonder if the TRRS functionality is absent on Windows as well...

** Bug watch added: Linux Kernel Bug Tracker #60811
   http://bugzilla.kernel.org/show_bug.cgi?id=60811

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1410618

Title:
  MacBook Air 6,2 TRRS Headset Mic Not Working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1410618/+subscriptions

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


[Bug 1410618] Re: MacBook Air 6,2 TRRS Headset Mic Not Working

2015-01-19 Thread chrisolof
Interesting - that commit does appear to target my machine specifically,
and contains a pin configuration for it:

http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b5bf0a929d7ca35b9ccfc24647a397899d307659

Oddly, when I upgraded the ALSA driver to the latest as that wiki page
outlined, there was still no trace of the headset mic when plugged in.
I may try to manually set the pin config to what's outlined in the
commit and see if I have any success.  Or maybe it's worth trying the
other Trusty ALSA driver at the bottom of the list here - once it
doesn't have a red X for build status...:

https://code.launchpad.net/~ubuntu-audio-dev/+archive/ubuntu/alsa-
daily/+packages

Anyway - thanks for the info!  This gives me some runway for testing.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1410618

Title:
  MacBook Air 6,2 TRRS Headset Mic Not Working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1410618/+subscriptions

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


[Bug 950494] Re: [Macbook Air 3,2] headset mic not recognized

2015-01-13 Thread chrisolof
Awesome - thank you for the direction on those items!  New bug for the
Air 6,2 filed here:

https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1410618

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/950494

Title:
  [Macbook Air 3,2] headset mic not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/950494/+subscriptions

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


[Bug 1410618] [NEW] MacBook Air 6,2 TRRS Headset Mic Not Working

2015-01-13 Thread chrisolof
Public bug reported:

Hello,

I'm running Ubuntu Gnome 14.04 on a new MacBookAir6,2 with the Cirrus
Logic CS4208 and would love to get the microphone part of the TRRS
connector working. Mac OS picks up and utilizes the TRRS headset mic
without issue so I know the hardware is a go.

With the headset plugged in, running sudo hdajacksensetest -a results
in:

Pin 0x05 ( Digital Out, HDMI): present = No
Pin 0x06 ( Digital Out, HDMI): present = No
Pin 0x07 ( Digital Out, HDMI): present = No

AlsaInfo output here:
http://www.alsa-project.org/db/?f=cabc8cab44d308c8a3898c66d48d9be4fc5ccf83

I opened up hdajackretask to find four pins:
Green Headphone
Pin ID: 0x10
Headphone

Internal Speaker
Pin ID: 0x12
Internal speaker

Pink Mic
Pin ID: 0x18
Not connected

Internal Mic
Pin ID: 0x1c
Internal mic

Unplugging and replugging the headset changes the Output device in sound
settings from Headphones to Speakers so that works, but nothing in the
input tab ever changes. It always lists two devices: Internal Microphone
and Microphone. Both of these seem to actually be the internal
microphone in the mac - either works without the headset connected at
all.

So I'm not really sure how to proceed from here, but I'd be happy to run
whatever diagnostic tests might prove useful and/or even contribute code
toward a fix - but I just have no idea where to start. Is it as simple
as just finding the right pin and telling the system to use it as a
microphone?

Similar bug report here:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/950494

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1410618

Title:
  MacBook Air 6,2 TRRS Headset Mic Not Working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1410618/+subscriptions

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


[Bug 950494] Re: [Macbook Air 3,2] headset mic not recognized

2015-01-09 Thread chrisolof
Hello,

I'm running Ubuntu Gnome 14.04 on a new MacBookAir6,2 with the Cirrus
Logic CS4208 and would love to get the microphone part of the TRRS
connector working.  Mac OS picks up and utilizes the TRRS headset mic
without issue so I know the hardware is a go.

Running sudo hda-jack-sense-test -a results in:

Traceback (most recent call last):
  File "/usr/bin/hda-jack-sense-test", line 47, in 
codec = HDACodec(cardindex, codecindex)
  File "/usr/share/snd-hda-tools/hda_codec.py", line 1036, in __init__
self.parse_proc()
  File "/usr/share/snd-hda-tools/hda_codec.py", line 1135, in parse_proc
self.proc_codec = HDACodecProc(self.card, self.device, file)
  File "/usr/share/snd-hda-tools/hda_proc.py", line 479, in __init__
self.parse(proc_file)
  File "/usr/share/snd-hda-tools/hda_proc.py", line 677, in parse
node.add_digital(line[11:]) 
  File "/usr/share/snd-hda-tools/hda_proc.py", line 296, in add_digital
self.wrongfile('unknown dig1 bit %s' % repr(b))
  File "/usr/share/snd-hda-tools/hda_proc.py", line 143, in wrongfile
raise ValueError, "wrong proc file format (%s)" % msg
ValueError: wrong proc file format (unknown dig1 bit 'KAE')

So not really sure where to go from here.  I opened up hdajackretask to find 
four pins:
Green Headphone
Pin ID: 0x10
Headphone

Internal Speaker
Pin ID: 0x12
Internal speaker

Pink Mic
Pin ID: 0x18
Not connected

Internal Mic
Pin ID: 0x1c
Internal mic

Unplugging and replugging the headset changes the Output device in sound
settings from Headphones to Speakers so that works, but nothing in the
input tab ever changes.  It always lists two devices:  Internal
Microphone and Microphone.  Both of these seem to actually be the
internal microphone in the mac - either works without the headset
connected at all.

So I'm not really sure how to proceed from here, but I'd be happy to run
whatever diagnostic tests might prove useful and/or even contribute code
toward a fix - but I just have no idea where to start.  Is it as simple
as just finding the right pin and telling the system to use it as a
microphone?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/950494

Title:
  [Macbook Air 3,2] headset mic not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/950494/+subscriptions

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


[Bug 950494] Re: [Macbook Air 3,2] headset mic not recognized

2015-01-09 Thread chrisolof
** Changed in: alsa-driver (Ubuntu)
   Status: Invalid => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/950494

Title:
  [Macbook Air 3,2] headset mic not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/950494/+subscriptions

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


[Bug 353126] Re: Compiz / vnc screen refresh with nvidia-restricted driver/VirtualBox/ATI fglrx driver

2009-11-17 Thread chrisolof
@jackmetal:  https://wiki.ubuntu.com/LTS

I think we need to bring more attention to this bug - and according to
the Ubuntu Forums post referenced by Josh (
https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/353126/comments/152
http://ubuntuforums.org/showthread.php?t=1270527 ) one way to accomplish
this would be to get more people to mark themselves as affected by it.
Since this bug seems to affect everyone running Ubuntu post 8.10 with
Compiz enabled, getting hordes of people to mark themselves as affected
should be pretty easy.  Here's a direct link if any of you have any
avenues you might want to try:

https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/353126/+affectsmetoo

Who's on board?

-- 
Compiz / vnc screen refresh with nvidia-restricted driver/VirtualBox/ATI fglrx 
driver
https://bugs.launchpad.net/bugs/353126
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 293946] Re: realtek rtl8187 weak signal, occasional slow performance

2009-08-06 Thread chrisolof
Last I checked Andrea Merello hadn't been contributing to his sourceforge 
project for some time.  Here's the link to it:
http://sourceforge.net/projects/rtl8180-sa2400/

But Rosewill - the manufacturer of my rtl8187l usb stick - was still
including his work on their driver CD and the same story goes for the
Realtek driver download website.  I was unable to get his driver to
compile when I tried back in Sept. 08.

Here's my experience and final solution to the RTL8187L troubles I was 
experiencing:
http://ubuntuforums.org/showthread.php?t=911581

It may not work for your variant of the RTL8187, but it does work for the L 
(assuming you're running Jaunty):
sudo apt-get install linux-backports-modules-jaunty

Note:  Throughput was not so great - read the thread referenced above
for details.

Finally, thank you Thomas and the System76 team for the awesome and free
"powered by ubuntu linux" sticker that has replaced the Windows Vista
nonsense on my laptop!  Glad to hear you've found a solution to your
rtl8187B chipset issues.

-- 
realtek rtl8187 weak signal, occasional slow performance
https://bugs.launchpad.net/bugs/293946
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 353126] Re: Compiz / vnc screen refresh with nvidia-restricted driver/VirtualBox/ATI fglrx driver

2009-06-19 Thread chrisolof
I can confirm/reproduce this bug on a fresh and up-to-date install of
Ubuntu 9.04 running compiz and the nvidia restricted driver.

Awaiting a fix ++;

-- 
Compiz / vnc screen refresh with nvidia-restricted driver/VirtualBox/ATI fglrx 
driver
https://bugs.launchpad.net/bugs/353126
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 99740] Re: Firefox problems with desktop-effects

2009-02-20 Thread chrisolof
I can confirm this bug running Intrepid and Firefox 3.06 (Mozilla/5.0
(X11; U; Linux x86_64; en-US; rv:1.9.0.6) Gecko/2009020911 Ubuntu/8.10
(intrepid) Firefox/3.0.6).

Disabling "Legacy Fullscreen Support" in compiz-config settings manager
worked for me.

-- 
Firefox problems with desktop-effects
https://bugs.launchpad.net/bugs/99740
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 293946] Re: realtek rtl8187 weak signal, occasional slow performance

2009-01-25 Thread chrisolof
I'm also experiencing this issue with Ubuntu 8.10 64-bit and the
rtl8187.  I'm using an ASRock mobo that comes with a built-in WIFI chip.
In XP it gets 100% signal strength, but when I boot into Ubuntu I'm
stuck at 14% with a maximum of about 300KB/s throughput.  After using
the connection for more than a couple of hours it drops out completely
and NetworkManager is unable to reconnect until I uncheck "Enable
Networking" then recheck "Enable Networking."  I've done extensive
troubleshooting on an RTL8187L with absolutely no luck
(http://ubuntuforums.org/showthread.php?t=911581).  If I knew anything
about writing drivers I'd be in there working on this RTL8187 and the
RTL8187L but I'm not really sure where to start.

-- 
realtek rtl8187 weak signal, occasional slow performance
https://bugs.launchpad.net/bugs/293946
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 302309] Re: Symbols instead of filename on 'save-as' already exists dialog

2009-01-20 Thread chrisolof
I haven't been able to reproduce the bug and haven't seen it since.  I think
we can safely drop this bug.


On Tue, Jan 20, 2009 at 11:10 AM, Pedro Villavicencio
wrote:

> Thank you for taking the time to report this bug and helping to make Ubuntu
> better. Also, please answer these questions:
> * Is this reproducible?
> * If so, what specific steps should we take to recreate this bug?
>
> This will greatly aid us in tracking down your problem and resolving
> this bug.
>
> ** Changed in: gedit (Ubuntu)
>   Importance: Undecided => Low
> Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
>   Status: New => Incomplete
>
> --
> Symbols instead of filename on 'save-as' already exists dialog
> https://bugs.launchpad.net/bugs/302309
> You received this bug notification because you are a direct subscriber
> of the bug.
>
>

-- 
Symbols instead of filename on 'save-as' already exists dialog
https://bugs.launchpad.net/bugs/302309
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 302309] Re: Symbols instead of filename on 'save-as' already exists dialog

2008-11-25 Thread chrisolof
** Description changed:

  I was saving a text-file in gedit and by accident named it the same as
  one already in the folder I was saving to.  The replace existing file
  dialog popped up, but displayed symbols where the file name should have
  been between the quotes.
+ 
+ Update:  Sorry I didn't include this from the start - I'm running Ubuntu
+ 8.10 64-bit.  And I can't seem to reproduce it - but thought it might be
+ of interest.

-- 
Symbols instead of filename on 'save-as' already exists dialog
https://bugs.launchpad.net/bugs/302309
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 302309] Re: Symbols instead of filename on 'save-as' already exists dialog

2008-11-25 Thread chrisolof

** Attachment added: "Picture of Bug"
   http://launchpadlibrarian.net/19955128/Screenshot.png

-- 
Symbols instead of filename on 'save-as' already exists dialog
https://bugs.launchpad.net/bugs/302309
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 302309] [NEW] Symbols instead of filename on 'save-as' already exists dialog

2008-11-25 Thread chrisolof
Public bug reported:

I was saving a text-file in gedit and by accident named it the same as
one already in the folder I was saving to.  The replace existing file
dialog popped up, but displayed symbols where the file name should have
been between the quotes.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Symbols instead of filename on 'save-as' already exists dialog
https://bugs.launchpad.net/bugs/302309
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 202005] Re: Chess network game

2008-05-24 Thread chrisolof
I can also confirm this bug.

-- 
Chess network game
https://bugs.launchpad.net/bugs/202005
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 186883] Re: jockey-gtk crashed with NameError in install_package()

2008-04-03 Thread chrisolof
Just got this crash trying to install the nVidia proprietary driver-
really wanted to get desktop effects working here. . .   Using Ubuntu
8.04 beta and fully updated.

-- 
jockey-gtk crashed with NameError in install_package()
https://bugs.launchpad.net/bugs/186883
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 164712] Re: Rotate and Save Causes Crash

2007-11-23 Thread chrisolof

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

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

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

-- 
Rotate and Save Causes Crash
https://bugs.launchpad.net/bugs/164712
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


[Bug 164712] Rotate and Save Causes Crash

2007-11-23 Thread chrisolof
Public bug reported:

Binary package hint: eog

Open a JPEG (from Olympus Digital Camera in this case) in eog, rotate
the JPEG, hit CTRL+S or File->Save to save it, see the save process
happen, and crash - eog is still up on the screen, but no longer
functions (buttons, menus, nothing works).  Just have to close it at
that point.

It does successfully save the newly-rotated image correctly before it
crashes.

ProblemType: Bug
Architecture: i386
Date: Fri Nov 23 09:52:47 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/eog
Package: eog 2.18.1-0ubuntu1
PackageArchitecture: i386
ProcCmdline: eog file:///home/chris/My%20Pictures/Moab%2007/00014.jpg
ProcCwd: /home/chris
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: eog
Uname: Linux martine 2.6.20-16-generic #2 SMP Sun Sep 23 19:50:39 UTC 2007 i686 
GNU/Linux

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

-- 
Rotate and Save Causes Crash
https://bugs.launchpad.net/bugs/164712
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


[Bug 152515] Re: Gutsy RC blank screen during boot on Dell D610

2007-10-14 Thread chrisolof
I'm also facing this issue.  I've just installed Ubuntu 7.10 rc on my
Sony laptop and now have a completely blank screen during boot, until
the gdm login screen appears.  The screen is also completely blank
during shutdown until the computer powers off.  Everything else seems to
be working fine in Ubuntu.  Booting and shutting down from the 7.10 rc
LiveCD is problem-free - this only started happening after I installed
7.10 rc to my hard drive.  This issue was not present on Ubuntu 7.04.

My graphics card is a Mobility Radeon M6 LY.

Since this bug seems similar to this one:
https://bugs.launchpad.net/ubuntu/+source/usplash/+bug/125589
I'm attaching the outputs of 'lspci -vv' and 'lspci -vvn' as requested in the 
above bug report, in case they're of any importance.

Let me know if I can provide any further information.

Thanks,

Chris

** Attachment added: "Outputs of lspci -vv and lspci -vvn"
   http://launchpadlibrarian.net/10002555/output.pdf

-- 
Gutsy RC blank screen during boot on Dell D610
https://bugs.launchpad.net/bugs/152515
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