[Bug 219630] Re: please add "geode" to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-07-01 Thread Marc Tardif
After installing the alternate image from 20080701 on a Koolu device,
the display appears properly with a resolution of 1280x1024. The loaded
driver is geode from the xserver-xorg-video-geode package version
2.9.0-1ubuntu.2.3.

Upon request from Steve Langasek, I have run the following commands and
then restarted X:

  cd /usr/lib/xorg/modules/drivers
  sudo ln -s geode_drv.so amd_drv.so

After restarting, the display still appears properly and the same driver
is loaded.

-- 
please add "geode" to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
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 388060] [NEW] netboot insall of live cd results in a manual network interface configuration

2009-06-16 Thread Marc Tardif
Public bug reported:

Binary package hint: casper

When netbooting the live CD over NFS, the network connection must be
preserved throughout the live session so that the filesystem remains
accessible. Currently, this is achieved by adding the following lines to
/etc/network/interfaces which prevents network manager from attempting
to reestablish a connection once the desktop finally appears:

  auto eth0
  iface eth0 inet manual

These lines are added by casper in a script called 23networking. Here
are a few relevant lines from the script:

if [ -z "${NETBOOT}" ]; then method="dhcp"; else method="manual"; fi
if [ "$method" != dhcp ] || [ ! -x /root/usr/sbin/NetworkManager ]; then
# ...   
cat >> "$IFFILE" 

[Bug 388060] Re: netboot insall of live cd results in a manual network interface configuration

2009-06-16 Thread Marc Tardif
** Description changed:

  Binary package hint: casper
  
  When netbooting the live CD over NFS, the network connection must be
  preserved throughout the live session so that the filesystem remains
  accessible. Currently, this is achieved by adding the following lines to
  /etc/network/interfaces which prevents network manager from attempting
  to reestablish a connection once the desktop finally appears:
  
auto eth0
iface eth0 inet manual
  
  These lines are added by casper in a script called 23networking. Here
  are a few relevant lines from the script:
  
  if [ -z "${NETBOOT}" ]; then method="dhcp"; else method="manual"; fi
  if [ "$method" != dhcp ] || [ ! -x /root/usr/sbin/NetworkManager ]; then
  # ...   
  cat >> "$IFFILE" 

[Bug 364649] Re: Please include installation media build number in installation logs

2009-06-18 Thread Marc Tardif
For desktop installations, which are probably the most common, I have
found the following code useful to extract the disk information from the
casper.log:

# Found label 'Ubuntu 8.04.1 _Hardy Heron_ - Release amd64 (20080702.1)'
distributor_regex = r"(?P[\w\-]+)"
release_regex = r"(?P[\d\.]+)"
codename_regex = r"(?P[^_]+)"
official_regex = r"(?P[\w ]+)"
architecture_regex = r"(?P[\w\+]+)"
type_regex = r"(?PBinary-\d+)"
date_regex = r"(?P[^\)]+)"

info_regex = r"%s %s _%s_ - %s %s (%s )?\(%s\)" % (distributor_regex,
release_regex, codename_regex, official_regex, architecture_regex,
type_regex, date_regex)
line_regex = r"Found label '%s'" % info_regex
line_pattern = re.compile(line_regex)

file = open("/var/log/installer/casper.log")
for line in file.readlines():
match = line_pattern.match(line)
if match:
print match.group("codename")

-- 
Please include installation media build number in installation logs
https://bugs.launchpad.net/bugs/364649
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 345548] Re: ubuntu system testing tool ignores system proxy settings, and try to submit report via direct connection

2009-06-19 Thread Marc Tardif
** Changed in: checkbox (Ubuntu)
   Importance: Undecided => Low

** Changed in: checkbox (Ubuntu)
   Status: New => Fix Committed

** Changed in: checkbox (Ubuntu)
 Assignee: (unassigned) => Marc Tardif (cr3)

** Changed in: checkbox
   Status: Triaged => Fix Committed

-- 
ubuntu system testing tool ignores system proxy settings, and try to submit 
report via direct connection
https://bugs.launchpad.net/bugs/345548
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 387400] [NEW] Ubiquity should support preseeding of other packages

2009-06-15 Thread Marc Tardif
Public bug reported:

Binary package hint: ubiquity

When preseeding d-i with preseeds which don't have "d-i" as owners, it
somehow manages to set those key/value pairs in the target database.
Preseeding ubiquity should behave in much the same way, except it should
consider preseeds which don't have "d-i" nor "ubiquity" as owners.

The current workaround would be to call the following command as part of
ubiquity/success_command:

  debconf-copydb configdb targetdb \
--owner-pattern $your_pattern \
--config=Name:targetdb \
--config=Driver:File \
--config=Filename:/target/var/cache/debconf/config.dat

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

-- 
Ubiquity should support preseeding of other packages
https://bugs.launchpad.net/bugs/387400
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 217747] Re: Icon is ugly

2009-07-01 Thread Marc Tardif
** Changed in: hwtest (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
Icon is ugly
https://bugs.launchpad.net/bugs/217747
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 364145] [NEW] [Jaunty] ThinkPad X200 kernel panics when powering off and wpa_supplicant is running

2009-04-20 Thread Marc Tardif
Public bug reported:

I'm running Jaunty with the latest updates as of yesterday on a ThinkPad
X200 and I consistently get a kernel panic when powering off and
wpa_supplicant happens to be running. I'm running wpa_supplicant
directly from /etc/network/interfaces:

iface wlan0 inet dhcp
pre-up wpa_supplicant -B -Dwext -iwlan0 -c/etc/wpa_supplicant.conf
post-down killall -q wpa_supplicant

So, this might be different from network manager which might disable
wpa_supplicant before powering off. However, it is strange that simply
running wpa_supplicant should cause a kernel panic.

To reproduce:
1. Run wpa_supplicant;
2. Run poweroff command.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
HibernationDevice: RESUME=UUID=e9aae61b-cfc8-49af-9b48-b45cee6aece6
MachineType: LENOVO 7454CTO
Package: linux-image-2.6.28-11-generic 2.6.28-11.42
ProcCmdLine: root=UUID=093060ec-5437-4301-b108-3420faee4138 ro quiet splash
ProcEnviron:
 LC_CTYPE=en_CA.UTF-8
 PATH=(custom, user)
 LANG=en_CA.UTF-8
 SHELL=zsh
ProcVersionSignature: Ubuntu 2.6.28-11.42-generic
SourcePackage: linux

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


** Tags: amd64 apport-bug

-- 
[Jaunty] ThinkPad X200 kernel panics when powering off and wpa_supplicant is 
running
https://bugs.launchpad.net/bugs/364145
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 288402] Re: Menu entry is not translatable

2009-04-20 Thread Marc Tardif
** Changed in: hwtest (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
Menu entry is not translatable
https://bugs.launchpad.net/bugs/288402
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 364145] Re: [Jaunty] ThinkPad X200 kernel panics when powering off and wpa_supplicant is running

2009-04-20 Thread Marc Tardif
** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/25787528/BootDmesg.txt

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

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

** Attachment added: "HalComputerInfo.txt"
   http://launchpadlibrarian.net/25787531/HalComputerInfo.txt

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

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

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

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

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

-- 
[Jaunty] ThinkPad X200 kernel panics when powering off and wpa_supplicant is 
running
https://bugs.launchpad.net/bugs/364145
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 361781] Re: [Jaunty] Brightness buttons don't work on Sony VGN-Z540

2009-04-20 Thread Marc Tardif
I have added the requested option to /etc/modprobe.d/sony.conf and
rebooted the laptop. You will find the output of the dmesg command
attached to this comment.

** Attachment added: "dmesg output using sony-laptop debug=1"
   http://launchpadlibrarian.net/25795647/dmesg.txt

-- 
[Jaunty] Brightness buttons don't work on Sony VGN-Z540
https://bugs.launchpad.net/bugs/361781
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 361845] Re: [Jaunty] Trackpad not detected on a noname Intel laptop

2009-04-21 Thread Marc Tardif
The file /etc/X11/xorg.conf is empty.

-- 
[Jaunty] Trackpad not detected on a noname Intel laptop
https://bugs.launchpad.net/bugs/361845
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 374666] Re: Untranslated strings in the internet and keyboard scripts

2009-05-11 Thread Marc Tardif
** Changed in: checkbox (Ubuntu)
   Status: In Progress => Fix Committed

-- 
Untranslated strings in the internet and keyboard scripts
https://bugs.launchpad.net/bugs/374666
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 374646] Re: Last screen shows up untranslated

2009-05-11 Thread Marc Tardif
** Changed in: checkbox (Ubuntu)
   Status: In Progress => Fix Committed

-- 
Last screen shows up untranslated
https://bugs.launchpad.net/bugs/374646
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 368962] [NEW] [Jaunty] Can't reboot kvm virtual machines using virsh

2009-04-28 Thread Marc Tardif
Public bug reported:

I'm running Jaunty for amd64 with kvm (1:84+dfsg-0ubuntu11) and libvirt0
(0.6.1-0ubuntu5), which are the latest versions as of today. I have
defined a kvm virtual machine which can be started and destroyed
correctly. However, this is what I get when I attempt to reboot with the
virsh command:

% virsh -c qemu:///system "reboot foo"
Connecting to uri: qemu:///system
error: Failed to reboot domain foo
error: this function is not supported by the hypervisor: virDomainReboot

I can also observe a similar behavior when attempting to define a kvm
virtual machine with the action reboot. Then,
this is what I get when attempting to define with the virsh command:

% virsh -c qemu:///system "define libvirt_run.xml"
Connecting to uri: qemu:///system
error: Failed to define domain from libvirt_run.xml
error: internal error unknown lifecycle action reboot

In the above, note that defining the action
destroy works correctly. Apparently, I've heard
that the reboot action works with the corresponding packages from the
ubuntu-virt PPA.

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

-- 
[Jaunty] Can't reboot kvm virtual machines using virsh
https://bugs.launchpad.net/bugs/368962
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 364913] [NEW] [Jaunty] Volume wheel on Toshiba Tecra M8 causes interface to freeze

2009-04-21 Thread Marc Tardif
Public bug reported:

I'm running Jaunty with the latest updates as of today on a Toshiba
Tecra M8 and using the volume wheel causes the notification window to go
crazy. If I change to another terminal, with ctrl-alt-f1 for example,
and then return to the graphical interface, everything works again.

This bug might be the same as 361840 but the hardware might be
different.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
HibernationDevice: RESUME=UUID=d02e7fc6-1fcf-4da4-992d-20b425d190d1
MachineType: TOSHIBA TECRA M8
Package: linux-image-2.6.28-11-generic 2.6.28-11.42
ProcCmdLine: root=UUID=74d8ff5e-2252-4c04-8c1d-100c4284b764 ro quiet splash
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.28-11.42-generic
SourcePackage: linux

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


** Tags: amd64 apport-bug

-- 
[Jaunty] Volume wheel on Toshiba Tecra M8 causes interface to freeze
https://bugs.launchpad.net/bugs/364913
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 364913] Re: [Jaunty] Volume wheel on Toshiba Tecra M8 causes interface to freeze

2009-04-21 Thread Marc Tardif
** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/25839780/BootDmesg.txt

** Attachment added: "CurrentDmesg.gz"
   http://launchpadlibrarian.net/25839781/CurrentDmesg.gz

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

** Attachment added: "HalComputerInfo.txt"
   http://launchpadlibrarian.net/25839783/HalComputerInfo.txt

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

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

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

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

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

-- 
[Jaunty] Volume wheel on Toshiba Tecra M8 causes interface to freeze
https://bugs.launchpad.net/bugs/364913
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 364914] [NEW] [Jaunty] Wireless networks not detected on a Quanta SW1 laptop

2009-04-21 Thread Marc Tardif
Public bug reported:

I'm running Jaunty with the latest updates as of today on a Quanta SW1
laptop. The output of the lspci command shows a wireless interface:
Intel PRO/Wireless 3945ABG [Golan]. However, network manager doesn't
show any available networks in an environment where there are obviously
networks. If I run iwlist scan on the interface, this is what I get:

wlan0 Interface doesn't support scanning : Network is down

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
HibernationDevice: RESUME=UUID=04d88229-0a39-48c6-b792-1d5eb6cdb4b5
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Intel Corporation Calistoga & ICH7M Chipset
Package: linux-image-2.6.28-11-generic 2.6.28-11.42
ProcCmdLine: root=UUID=2a0d256a-83d5-4de5-991a-307116cada85 ro quiet splash
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: User Name 2.6.28-11.42-generic
SourcePackage: linux

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


** Tags: apport-bug i386

-- 
[Jaunty] Wireless networks not detected on a Quanta SW1 laptop
https://bugs.launchpad.net/bugs/364914
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 364914] Re: [Jaunty] Wireless networks not detected on a Quanta SW1 laptop

2009-04-21 Thread Marc Tardif
** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/25839923/BootDmesg.txt

** Attachment added: "CurrentDmesg.gz"
   http://launchpadlibrarian.net/25839925/CurrentDmesg.gz

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

** Attachment added: "HalComputerInfo.txt"
   http://launchpadlibrarian.net/25839928/HalComputerInfo.txt

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

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

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

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

-- 
[Jaunty] Wireless networks not detected on a Quanta SW1 laptop
https://bugs.launchpad.net/bugs/364914
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 293242] [NEW] Suspend resumes to a black screen for Intrepid on a 945GM/PM/GMS/940GML laptop

2008-11-03 Thread Marc Tardif
Public bug reported:

After resuming from suspend on an Intel 945GM/PM/GMS/940GML laptop. the
screen remains black. Hibernation works fine though.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
Package: linux-image-2.6.27-7-generic 2.6.27-7.14
ProcCmdLine: root=UUID=d30275cb-a445-4e3b-a7d5-25e19094bbf0 ro quiet splash
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.27-7.14-generic
SourcePackage: linux

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


** Tags: apport-bug

-- 
Suspend resumes to a black screen for Intrepid on a 945GM/PM/GMS/940GML laptop
https://bugs.launchpad.net/bugs/293242
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 293242] Re: Suspend resumes to a black screen for Intrepid on a 945GM/PM/GMS/940GML laptop

2008-11-03 Thread Marc Tardif
** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/19300588/BootDmesg.txt

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

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

** Attachment added: "HalComputerInfo.txt"
   http://launchpadlibrarian.net/19300591/HalComputerInfo.txt

** Attachment added: "LsUsb.txt"
   http://launchpadlibrarian.net/19300592/LsUsb.txt

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

** Attachment added: "ProcCpuInfo.txt"
   http://launchpadlibrarian.net/19300594/ProcCpuInfo.txt

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

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

-- 
Suspend resumes to a black screen for Intrepid on a 945GM/PM/GMS/940GML laptop
https://bugs.launchpad.net/bugs/293242
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 293243] [NEW] Suspend resumes to a black screen for Intrepid on a System76 Gazelle

2008-11-03 Thread Marc Tardif
Public bug reported:

After resuming from suspend on a System76 Gazelle, the screen remains
black. Hibernation works fine though.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
Package: linux-image-2.6.27-7-generic 2.6.27-7.14
ProcCmdLine: root=UUID=260dd57b-2c7d-4a20-8b57-adcd584c3050 ro quiet splash
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.27-7.14-generic
SourcePackage: linux

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


** Tags: apport-bug

-- 
Suspend resumes to a black screen for Intrepid on a System76 Gazelle
https://bugs.launchpad.net/bugs/293243
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 293243] Re: Suspend resumes to a black screen for Intrepid on a System76 Gazelle

2008-11-03 Thread Marc Tardif
** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/19300680/BootDmesg.txt

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

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

** Attachment added: "HalComputerInfo.txt"
   http://launchpadlibrarian.net/19300683/HalComputerInfo.txt

** Attachment added: "LsUsb.txt"
   http://launchpadlibrarian.net/19300684/LsUsb.txt

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

** Attachment added: "ProcCpuInfo.txt"
   http://launchpadlibrarian.net/19300686/ProcCpuInfo.txt

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

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

-- 
Suspend resumes to a black screen for Intrepid on a System76 Gazelle
https://bugs.launchpad.net/bugs/293243
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 293242] Re: Suspend resumes to a black screen for Intrepid on a 945GM/PM/GMS/940GML laptop

2008-11-03 Thread Marc Tardif
** Description changed:

  After resuming from suspend on an Intel 945GM/PM/GMS/940GML laptop. the
- screen remains blank. Hibernation works fine though.
+ screen remains black. Hibernation works fine though.
  
  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 8.10
  Package: linux-image-2.6.27-7-generic 2.6.27-7.14
  ProcCmdLine: root=UUID=d30275cb-a445-4e3b-a7d5-25e19094bbf0 ro quiet splash
  ProcEnviron:
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.27-7.14-generic
  SourcePackage: linux

-- 
Suspend resumes to a black screen for Intrepid on a 945GM/PM/GMS/940GML laptop
https://bugs.launchpad.net/bugs/293242
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 293247] [NEW] Network no longer works after resuming from suspend when running Intrepid on an Intel 945GM/PM/GMS/940GML laptop

2008-11-03 Thread Marc Tardif
Public bug reported:

After resuming from suspend on an Intel 945GM/PM/GMS/940GML laptop
running Intrepid, the network no longer seems to work: the network
manager has an X. The interface does seem to show up at eth0 though.
When attempting to rmmod r8169 && modprobe r8169, the interface still
doesn't seem to come up.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
LsUsb:
 Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Package: linux-image-2.6.27-7-generic 2.6.27-7.14
ProcCmdLine: root=UUID=c968ec51-e4b2-43c0-ac3e-063078d2ad52 ro quiet splash
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.27-7.14-generic
SourcePackage: linux

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


** Tags: apport-bug

-- 
Network no longer works after resuming from suspend when running Intrepid on an 
Intel 945GM/PM/GMS/940GML laptop
https://bugs.launchpad.net/bugs/293247
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 293247] Re: Network no longer works after resuming from suspend when running Intrepid on an Intel 945GM/PM/GMS/940GML laptop

2008-11-03 Thread Marc Tardif
** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/19301163/BootDmesg.txt

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

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

** Attachment added: "HalComputerInfo.txt"
   http://launchpadlibrarian.net/19301166/HalComputerInfo.txt

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

** Attachment added: "ProcCpuInfo.txt"
   http://launchpadlibrarian.net/19301168/ProcCpuInfo.txt

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

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

-- 
Network no longer works after resuming from suspend when running Intrepid on an 
Intel 945GM/PM/GMS/940GML laptop
https://bugs.launchpad.net/bugs/293247
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 293256] [NEW] Suspend fails with blinking capslock when running Intrepid on a Toshiba Satellite U300

2008-11-03 Thread Marc Tardif
Public bug reported:

When suspending a Toshiba Satellite U300 running Intrepid, the machine
never really seems to go into suspension and the capslock key just
blinks.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
Package: linux-image-2.6.27-7-generic 2.6.27-7.14
ProcCmdLine: root=UUID=7658aa72-741f-47ce-8433-8a9df67c8749 ro quiet splash
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.27-7.14-generic
SourcePackage: linux

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


** Tags: apport-bug

-- 
Suspend fails with blinking capslock when running Intrepid on a Toshiba 
Satellite U300
https://bugs.launchpad.net/bugs/293256
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 293256] Re: Suspend fails with blinking capslock when running Intrepid on a Toshiba Satellite U300

2008-11-03 Thread Marc Tardif
** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/19301832/BootDmesg.txt

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

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

** Attachment added: "HalComputerInfo.txt"
   http://launchpadlibrarian.net/19301835/HalComputerInfo.txt

** Attachment added: "LsUsb.txt"
   http://launchpadlibrarian.net/19301836/LsUsb.txt

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

** Attachment added: "ProcCpuInfo.txt"
   http://launchpadlibrarian.net/19301838/ProcCpuInfo.txt

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

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

-- 
Suspend fails with blinking capslock when running Intrepid on a Toshiba 
Satellite U300
https://bugs.launchpad.net/bugs/293256
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 293264] [NEW] Hibernation doesn't preserve state when running Intrepid on a Sony VAIO SZ140P

2008-11-03 Thread Marc Tardif
Public bug reported:

When hibernating a Sony VAIO SZ140P running Intrepid, the machine seems
to power down successfully. However, when resuming from hibernation, the
state doesn't seem to be preserved. For example, the windows previously
open are no longer there. So, this seems to mean the machine really
powered down rather than hibernated.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
Package: linux-image-2.6.27-7-generic 2.6.27-7.14
ProcCmdLine: root=UUID=d7d1f0b7-eca4-42b6-bc16-f1461f7e7b15 ro quiet splash
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.27-7.14-generic
SourcePackage: linux

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


** Tags: apport-bug

-- 
Hibernation doesn't preserve state when running Intrepid on a Sony VAIO SZ140P
https://bugs.launchpad.net/bugs/293264
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 293264] Re: Hibernation doesn't preserve state when running Intrepid on a Sony VAIO SZ140P

2008-11-03 Thread Marc Tardif
** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/19302206/BootDmesg.txt

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

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

** Attachment added: "HalComputerInfo.txt"
   http://launchpadlibrarian.net/19302209/HalComputerInfo.txt

** Attachment added: "LsUsb.txt"
   http://launchpadlibrarian.net/19302210/LsUsb.txt

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

** Attachment added: "ProcCpuInfo.txt"
   http://launchpadlibrarian.net/19302212/ProcCpuInfo.txt

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

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

-- 
Hibernation doesn't preserve state when running Intrepid on a Sony VAIO SZ140P
https://bugs.launchpad.net/bugs/293264
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 293372] [NEW] Reboot stalls after installing Intrepid from alternate on a Dell Optiplex 330

2008-11-03 Thread Marc Tardif
Public bug reported:

After installing Intrepid from alternate on a Dell Optiplex 330, the
system seems to stall at the end of powering off. This was apparently
fixed recently to workaround having to use the kernel parameter
reboot=b.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Reboot stalls after installing Intrepid from alternate on a Dell Optiplex 330
https://bugs.launchpad.net/bugs/293372
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 293372] Re: Reboot stalls after installing Intrepid from alternate on a Dell Optiplex 330

2008-11-03 Thread Marc Tardif
** Attachment added: "lshal"
   http://launchpadlibrarian.net/19312163/lshal.txt

-- 
Reboot stalls after installing Intrepid from alternate on a Dell Optiplex 330
https://bugs.launchpad.net/bugs/293372
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 293372] Re: Reboot stalls after installing Intrepid from alternate on a Dell Optiplex 330

2008-11-03 Thread Marc Tardif
** Attachment added: "dmidecode"
   http://launchpadlibrarian.net/19312194/dmidecode.txt

-- 
Reboot stalls after installing Intrepid from alternate on a Dell Optiplex 330
https://bugs.launchpad.net/bugs/293372
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 293372] Re: Reboot stalls after installing Intrepid from alternate on a Dell Optiplex 330

2008-11-03 Thread Marc Tardif
** Attachment added: "lspci -vvnn"
   http://launchpadlibrarian.net/19312207/lspci_vvnn.txt

-- 
Reboot stalls after installing Intrepid from alternate on a Dell Optiplex 330
https://bugs.launchpad.net/bugs/293372
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 293372] Re: Reboot stalls after installing Intrepid from alternate on a Dell Optiplex 330

2008-11-03 Thread Marc Tardif
I have confirmed that the problem persists even on the installed system,
which also stalls when issuing the reboot command. However, adding the
reboot=b kernel option fixes the problem.

-- 
Reboot stalls after installing Intrepid from alternate on a Dell Optiplex 330
https://bugs.launchpad.net/bugs/293372
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 293714] [NEW] Pressing the brightness buttons disables the keyboard on a Dell Studio 15 running Intrepid

2008-11-04 Thread Marc Tardif
Public bug reported:

Before pressing the brightness buttons, the keyboard on a Dell Studio 15
running Intrepid worksfine. After pressing the brightness buttons, the
keyboard seems to be rendered useless. Just in case, I have installed
the linux-restricted-modules and linux-backports-modules-intrepid
packages.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
NonfreeKernelModules: wl fglrx
Package: linux-image-2.6.27-7-generic 2.6.27-7.14
ProcCmdLine: root=UUID=eebbd8ce-8a63-47da-a13a-46e02a1aa310 ro quiet splash
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.27-7.14-generic
SourcePackage: linux

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


** Tags: apport-bug

-- 
Pressing the brightness buttons disables the keyboard on a Dell Studio 15 
running Intrepid
https://bugs.launchpad.net/bugs/293714
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 293714] Re: Pressing the brightness buttons disables the keyboard on a Dell Studio 15 running Intrepid

2008-11-04 Thread Marc Tardif
** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/19344319/BootDmesg.txt

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

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

** Attachment added: "HalComputerInfo.txt"
   http://launchpadlibrarian.net/19344322/HalComputerInfo.txt

** Attachment added: "LsUsb.txt"
   http://launchpadlibrarian.net/19344323/LsUsb.txt

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

** Attachment added: "ProcCpuInfo.txt"
   http://launchpadlibrarian.net/19344325/ProcCpuInfo.txt

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

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

-- 
Pressing the brightness buttons disables the keyboard on a Dell Studio 15 
running Intrepid
https://bugs.launchpad.net/bugs/293714
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 293775] Re: Xorg shows white page on a Toshiba Satellite A200 running Intrepid

2008-11-04 Thread Marc Tardif
** Attachment added: "Xorg.0.log"
   http://launchpadlibrarian.net/19348225/Xorg.0.log

-- 
Xorg shows white page on a Toshiba Satellite A200 running Intrepid
https://bugs.launchpad.net/bugs/293775
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 293775] Re: Xorg shows white page on a Toshiba Satellite A200 running Intrepid

2008-11-04 Thread Marc Tardif
** Attachment added: "lspci -vvnn"
   http://launchpadlibrarian.net/19348246/lspci_vvnn.txt

-- 
Xorg shows white page on a Toshiba Satellite A200 running Intrepid
https://bugs.launchpad.net/bugs/293775
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 293775] Re: Xorg shows white page on a Toshiba Satellite A200 running Intrepid

2008-11-04 Thread Marc Tardif
** Attachment added: "dmidecode"
   http://launchpadlibrarian.net/19348253/dmidecode.txt

-- 
Xorg shows white page on a Toshiba Satellite A200 running Intrepid
https://bugs.launchpad.net/bugs/293775
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 293775] [NEW] Xorg shows white page on a Toshiba Satellite A200 running Intrepid

2008-11-04 Thread Marc Tardif
Public bug reported:

After installing Intrepid with linux-restricted-modules and linux-
backports-modules-intrepid on a Toshiba Satellite A200, Xorg displays a
black screen that gradually becomes bright white and then repeats
continously.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Xorg shows white page on a Toshiba Satellite A200 running Intrepid
https://bugs.launchpad.net/bugs/293775
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 293783] [NEW] Hibernation and suspend don't resume on a Toshiba Tecra A9 running Intrepid

2008-11-04 Thread Marc Tardif
Public bug reported:

After installing Intrepid with linux-restricted-modules and linux-
backports-modules-intrepid on a Toshiba Tecra A9 with nVidia graphics
controller, both hibernation and suspend don't resume. The former shows
a progressbar which simply stalls at some point. The latter shows a
blank screen. In both cases, ctrl-alt-f1 doesn't give a terminal so it
seems the machine needs a hard shutdown.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
Package: linux-image-2.6.27-7-generic 2.6.27-7.14
ProcCmdLine: root=UUID=8fe374b8-db53-4c1b-8393-1e20b3397507 ro quiet splash
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.27-7.14-generic
SourcePackage: linux

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


** Tags: apport-bug

-- 
Hibernation and suspend don't resume on a Toshiba Tecra A9 running Intrepid
https://bugs.launchpad.net/bugs/293783
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 293783] Re: Hibernation and suspend don't resume on a Toshiba Tecra A9 running Intrepid

2008-11-04 Thread Marc Tardif
** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/19348552/BootDmesg.txt

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

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

** Attachment added: "HalComputerInfo.txt"
   http://launchpadlibrarian.net/19348555/HalComputerInfo.txt

** Attachment added: "LsUsb.txt"
   http://launchpadlibrarian.net/19348556/LsUsb.txt

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

** Attachment added: "ProcCpuInfo.txt"
   http://launchpadlibrarian.net/19348558/ProcCpuInfo.txt

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

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

-- 
Hibernation and suspend don't resume on a Toshiba Tecra A9 running Intrepid
https://bugs.launchpad.net/bugs/293783
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 271370] Re: Dell Dimension 9200 stalls when rebooting after installing 20080917

2008-10-13 Thread Marc Tardif
Worked, here is the dmidecode output for debugging purposes.

** Attachment added: "dmidecode"
   http://launchpadlibrarian.net/18501315/dmidecode.txt

-- 
Dell Dimension 9200 stalls when rebooting after installing 20080917
https://bugs.launchpad.net/bugs/271370
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 283473] Re: usplah hangs when booting a fresh install of Intrepid from 20081014 on an Inspiron 6400

2008-10-14 Thread Marc Tardif
*** This bug is a duplicate of bug 263059 ***
https://bugs.launchpad.net/bugs/263059

Since the problem only happened with usplash and the machine booted fine
from recovery, I assumed the problem was with usplash. However, it turns
out the problem only happens sometimes and could've happend in recovery
mode too. This bug is a duplicate of #263059.

** This bug has been marked a duplicate of bug 263059
   [regression] 2.6.27-7 sometimes fails to boot (iwl3945 issue?)

-- 
usplah hangs when booting a fresh install of Intrepid from 20081014 on an 
Inspiron 6400
https://bugs.launchpad.net/bugs/283473
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 283473] [NEW] usplah hangs when booting a fresh install of Intrepid from 20081014 on an Inspiron 6400

2008-10-14 Thread Marc Tardif
Public bug reported:

Binary package hint: usplash

After a fresh install of the Intrepid image from 20081014 for i386 on a
Dell Inspiron 6400, the usplah hangs at about two blocks in the progress
bar. After rebooting in recovery mode and then, when prompted on the
action to perform, selecting Normal boot works fine. I used ubuntu-bug
to attach the necessary information to this bug.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
Package: usplash 0.5.24
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: usplash
Uname: Linux 2.6.27-7-generic i686

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


** Tags: apport-bug hwct

-- 
usplah hangs when booting a fresh install of Intrepid from 20081014 on an 
Inspiron 6400
https://bugs.launchpad.net/bugs/283473
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 283473] Re: usplah hangs when booting a fresh install of Intrepid from 20081014 on an Inspiron 6400

2008-10-14 Thread Marc Tardif
** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/18545356/Dependencies.txt

** Tags added: hwct

-- 
usplah hangs when booting a fresh install of Intrepid from 20081014 on an 
Inspiron 6400
https://bugs.launchpad.net/bugs/283473
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 290073] [NEW] Intel gigabit network controllers not detected when netinstalling 20081022.1 on Intel Bensley

2008-10-27 Thread Marc Tardif
Public bug reported:

When netinstalling the daily server i386 image from 20081022.1, the
Intel gigabit network controllers are not detected which prevents the
installation to continue. It's pretty hard to gather information in this
context, so here is a copy and paste from the relevant part of the lspci
-vvnn output:

07:00.0 Ethernet controller [0200]: Intel Corporation 82575EB Gigabit Network 
Connection [8086:10a7] (rev 02)
Subsystem: Super Micro Computer Inc Device [15d9:10a7]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [140] Device Serial Number 30-9d-7d-ff-ff-48-30-00

07:00.1 Ethernet controller [0200]: Intel Corporation 82575EB Gigabit Network 
Connection [8086:10a7] (rev 02)
Subsystem: Super Micro Computer Inc Device [15d9:10a7]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [140] Device Serial Number 30-9d-7d-ff-ff-48-30-00

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: hwct

** Tags added: hwct

-- 
Intel gigabit network controllers not detected when netinstalling 20081022.1 on 
Intel Bensley
https://bugs.launchpad.net/bugs/290073
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 293256] Re: Suspend fails with blinking capslock when running Intrepid on a Toshiba Satellite U300

2008-11-06 Thread Marc Tardif
I have not modified the machine since the last tests and now suspend
seems to work. I tried five times in a row and suspend has worked
without any problems. I also tried hibernation and that works too.

-- 
Suspend fails with blinking capslock when running Intrepid on a Toshiba 
Satellite U300
https://bugs.launchpad.net/bugs/293256
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 293783] Re: Hibernation and suspend don't resume on a Toshiba Tecra A9 running Intrepid

2008-11-06 Thread Marc Tardif
I have tried removing linux-restricted-modules, linux-backports-modules
and all the similarly named packages previously installed at the same
time. Afterwards, hibernation still doesn't work and stalls on the
progress bar with the message: Waking up. Please wait...

Since I can connect to the machine after it stalls, I have taken this
opportunity to attach the dmesg output when stalled.

** Attachment added: "dmesg"
   http://launchpadlibrarian.net/19431104/dmesg.txt

-- 
Hibernation and suspend don't resume on a Toshiba Tecra A9 running Intrepid
https://bugs.launchpad.net/bugs/293783
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 293247] Re: Network no longer works after resuming from suspend when running Intrepid on an Intel 945GM/PM/GMS/940GML laptop

2008-11-06 Thread Marc Tardif
I tried suspending and hibernating on a few occasions and the problem no
longer seems to happen. Both the wired and the wireless networks come up
fine after thawing and resuming.

-- 
Network no longer works after resuming from suspend when running Intrepid on an 
Intel 945GM/PM/GMS/940GML laptop
https://bugs.launchpad.net/bugs/293247
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 293243] Re: Suspend resumes to a black screen for Intrepid on a System76 Gazelle

2008-11-06 Thread Marc Tardif
By the way, my understanding is that the suspend and resume scripts
already switch to another terminal before suspending: /usr/lib/pm-
utils/sleep.d/00clear. So, in addition to switching to tty1, I also
stopped gdm: /etc/init.d/gdm stop. Finally, I issued the pm-suspend
command and the machine still resumes with the same symptom described in
the original bug report.

Just in case the sleep.sh script mentionned in the
DebuggingKernelSuspend wiki page differs from the pm-suspend script, I
also tried the same procedure of switching to tty1, stopping gdm and
then running the script. Still the same problem.

By the way, when the screen is black after resuming, there doesn't seem
to be a network so I can't ping the machine.

-- 
Suspend resumes to a black screen for Intrepid on a System76 Gazelle
https://bugs.launchpad.net/bugs/293243
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 293242] Re: Suspend resumes to a black screen for Intrepid on a 945GM/PM/GMS/940GML laptop

2008-11-06 Thread Marc Tardif
For this machine, I can actually ssh into the machine after it resumes
with a black screen. So, I have enabled the pm_trace as detailed in the
DebuggingKernelSuspend wiki page and attached the resulting dmesg
output. Let me know if you need anything else.

** Attachment added: "dmesg"
   http://launchpadlibrarian.net/19431870/dmesg.txt

-- 
Suspend resumes to a black screen for Intrepid on a 945GM/PM/GMS/940GML laptop
https://bugs.launchpad.net/bugs/293242
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 293372] Re: Reboot stalls after installing Intrepid from alternate on a Dell Optiplex 330

2008-11-07 Thread Marc Tardif
The kernel package proposed by Steve Conklin worked. The Optiplex 330
reboots perfectly.

-- 
Reboot stalls after installing Intrepid from alternate on a Dell Optiplex 330
https://bugs.launchpad.net/bugs/293372
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 290073] Re: Intel gigabit network controllers not detected when netinstalling 20081022.1 on Intel Bensley

2008-10-28 Thread Marc Tardif
By the way, the same problem occurs with the ubuntu amd64 image from
20081022.1. Just to make sure the network controllers aren't being
detected, here's the output of "ip link show" on the server:

1: lo:  mtu 16436 qdisc noop
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00

So, the network interfaces are really not being detected. After I try to
modprobe e1000 and e1000e, the above output still doesn't change.

-- 
Intel gigabit network controllers not detected when netinstalling 20081022.1 on 
Intel Bensley
https://bugs.launchpad.net/bugs/290073
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 290073] Re: Intel gigabit network controllers not detected when netinstalling 20081022.1 on Intel Bensley

2008-10-28 Thread Marc Tardif
The server is only available from remote, so I can't try installing from
a CD.

-- 
Intel gigabit network controllers not detected when netinstalling 20081022.1 on 
Intel Bensley
https://bugs.launchpad.net/bugs/290073
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 290506] Re: cheese doesn't show v4l2 video output and disables output on gstreamer-based apps ran afterwards

2008-10-29 Thread Marc Tardif
The attached file shows the output of cheese -v. The interesting line
might be:

v4l2src name=video_source device=/dev/video0 ! capsfilter
name=capsfilter caps=video/x-raw-
rgb,width=640,height=480,framerate=30/1;video/x-raw-
yuv,width=640,height=480,framerate=30/1 ! identity

** Attachment added: "cheese -v"
   http://launchpadlibrarian.net/19056940/cheese.txt

-- 
cheese doesn't show v4l2 video output and disables output on gstreamer-based 
apps ran afterwards
https://bugs.launchpad.net/bugs/290506
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 290506] Re: cheese doesn't show v4l2 video output and disables output on gstreamer-based apps ran afterwards

2008-10-29 Thread Marc Tardif
Here is the lsbusb -v output on a Dell XPS M1330 where the webcam uses
the uvcvideo kernel module, and where cheese doesn't work.

** Attachment added: "lsusb -v"
   http://launchpadlibrarian.net/19056953/lsusb.txt

-- 
cheese doesn't show v4l2 video output and disables output on gstreamer-based 
apps ran afterwards
https://bugs.launchpad.net/bugs/290506
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 290506] Re: cheese doesn't show v4l2 video output and disables output on gstreamer-based apps ran afterwards

2008-10-29 Thread Marc Tardif
And here is the lsusb -v output on a Toshiba Tecra M8 where the webcam
also uses the uvcvideo kernel module, but where cheese works.

** Attachment added: "lsusb -v"
   http://launchpadlibrarian.net/19056971/lsusb.txt

-- 
cheese doesn't show v4l2 video output and disables output on gstreamer-based 
apps ran afterwards
https://bugs.launchpad.net/bugs/290506
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 290506] Re: cheese doesn't show v4l2 video output and disables output on gstreamer-based apps ran afterwards

2008-10-29 Thread Marc Tardif
>From the above comment, it should be noted that the following gstreamer
pipeline works just fine on laptops where cheese doesn't work:

  #  gst-launch v4l2src name=video_source device=/dev/video0 !
capsfilter name=capsfilter 'caps=video/x-raw-
rgb,width=640,height=480,framerate=30/1;video/x-raw-
yuv,width=640,height=480,framerate=30/1' ! gconfvideosink

Note how "identity" was changed for "gconfvideosink", which doesn't
quite reproduce the problem accurately.

-- 
cheese doesn't show v4l2 video output and disables output on gstreamer-based 
apps ran afterwards
https://bugs.launchpad.net/bugs/290506
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 241407] Re: Toshiba Tecra A9 (Nvidia) does not resume properly from hibernation with 2.6.24-19

2008-10-30 Thread Marc Tardif
The Toshiba Tecra A9 with Nvidia graphics controller seems to hibernate
just fine with Intrepid. For your information, the recommended
nvidia-177 driver is installed.

-- 
Toshiba Tecra A9 (Nvidia) does not resume properly from hibernation with 
2.6.24-19
https://bugs.launchpad.net/bugs/241407
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 287602] [NEW] Intrepid doesn't prompt for password after hibernation on Inspiron 1420

2008-10-22 Thread Marc Tardif
Public bug reported:

After installing ubuntu i386 alternate from 20081021.3, I don't get a
prompt after booting from hibernation on a Dell Inspiron 1420. The
relevant information should be attached from ubuntu-bug.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
Package: linux-image-2.6.27-7-generic 2.6.27-7.12
ProcCmdLine: root=UUID=10e6f991-0088-4933-8f64-857c258de374 ro quiet splash
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.27-7.12-generic
SourcePackage: linux

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


** Tags: apport-bug hwct

-- 
Intrepid doesn't prompt for password after hibernation on Inspiron 1420
https://bugs.launchpad.net/bugs/287602
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 287602] Re: Intrepid doesn't prompt for password after hibernation on Inspiron 1420

2008-10-22 Thread Marc Tardif
** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/18798850/BootDmesg.txt

** Attachment added: "CurrentDmesg.gz"
   http://launchpadlibrarian.net/18798852/CurrentDmesg.gz

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

** Attachment added: "HalComputerInfo.txt"
   http://launchpadlibrarian.net/18798859/HalComputerInfo.txt

** Attachment added: "LsUsb.txt"
   http://launchpadlibrarian.net/18798861/LsUsb.txt

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

** Attachment added: "ProcCpuInfo.txt"
   http://launchpadlibrarian.net/18798867/ProcCpuInfo.txt

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

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

-- 
Intrepid doesn't prompt for password after hibernation on Inspiron 1420
https://bugs.launchpad.net/bugs/287602
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 287602] Re: Intrepid doesn't prompt for password after hibernation on Inspiron 1420

2008-10-22 Thread Marc Tardif
Same problem occurs with suspend.

** Tags added: hwct

-- 
Intrepid doesn't prompt for password after hibernation on Inspiron 1420
https://bugs.launchpad.net/bugs/287602
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 279924] [NEW] Intel Cantiga graphics not showing gdm login page on Tecra A10 running Hardy

2008-10-07 Thread Marc Tardif
Public bug reported:

I'm running a new installation of Hardy on a Toshiba Tecra A10 which
happens to contain an Intel Cantiga graphics controller. After
rebooting, the gdm appears as a bright white screen some vertical lines.
The running kernel is:

Linux ubuntu 2.6.24-19-generic #1 SMP Wed Jun 18 14:43:41 UTC 2008 i686
GNU/Linux

I am attaching a few additional relevant files.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: hwct

-- 
Intel Cantiga graphics not showing gdm login page on Tecra A10 running Hardy
https://bugs.launchpad.net/bugs/279924
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 279924] Re: Intel Cantiga graphics not showing gdm login page on Tecra A10 running Hardy

2008-10-07 Thread Marc Tardif
** Attachment added: "lspci -vvnn"
   http://launchpadlibrarian.net/18307405/lspci_vvnn.txt

-- 
Intel Cantiga graphics not showing gdm login page on Tecra A10 running Hardy
https://bugs.launchpad.net/bugs/279924
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 279924] Re: Intel Cantiga graphics not showing gdm login page on Tecra A10 running Hardy

2008-10-07 Thread Marc Tardif
** Attachment added: "Xorg.0.log"
   http://launchpadlibrarian.net/18307406/Xorg.0.log

** Tags added: hwct

-- 
Intel Cantiga graphics not showing gdm login page on Tecra A10 running Hardy
https://bugs.launchpad.net/bugs/279924
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 279934] [NEW] Intel audio controller does not play sound on a Tecra M10 running Hardy

2008-10-07 Thread Marc Tardif
Public bug reported:

I'm running a new installation of Hardy on a Toshiba Tecra M10
containing an Intel audio controller. When I go into the sound
preferences to test the sound, I hear nothing. Even after booting I
don't get the usual blip. I even installed the linux-restricted-modules
and linux-backports-modules for the following kernel:

Linux ubuntu 2.6.24-19-generic #1 SMP Wed Jun 18 14:43:41 UTC 2008 i686
GNU/Linux

I am attaching a few additional relevant files.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: hwct

** Tags added: hwct

-- 
Intel audio controller does not play sound on a Tecra M10 running Hardy
https://bugs.launchpad.net/bugs/279934
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 279934] Re: Intel audio controller does not play sound on a Tecra M10 running Hardy

2008-10-07 Thread Marc Tardif
** Attachment added: "lspci_vvnn.txt"
   http://launchpadlibrarian.net/18308164/lspci_vvnn.txt

-- 
Intel audio controller does not play sound on a Tecra M10 running Hardy
https://bugs.launchpad.net/bugs/279934
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 279934] Re: Intel audio controller does not play sound on a Tecra M10 running Hardy

2008-10-07 Thread Marc Tardif
** Attachment added: "/proc/asound/cards"
   http://launchpadlibrarian.net/18308166/asound_cards.txt

-- 
Intel audio controller does not play sound on a Tecra M10 running Hardy
https://bugs.launchpad.net/bugs/279934
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 279941] [NEW] Hibernation first causes blank than garbled screen on XPS M1330 running Intrepid beta

2008-10-07 Thread Marc Tardif
Public bug reported:

I'm running an installation of Intrepid Beta on a Dell XPS M1330, the
model with an Intel grapics controller. When I hibernate, the machine
powers down successfully. However, when I power up the machine, I get
the usual progress bar and the message: Waking up, please wait. However,
sometimes I endup with a black screen, sometimes with a frozen progress
bar with vertical lines, and sometimes I get directly to the desktop
without being prompted for a password. I'm running the following kernel:

Linux ubuntu 2.6.27-4-generic #1 SMP Wed Sep 24 01:30:51 UTC 2008 i686
GNU/Linux

And I'm attaching a few relevant files.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: hwct

-- 
Hibernation first causes blank than garbled screen on XPS M1330 running 
Intrepid beta
https://bugs.launchpad.net/bugs/279941
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 279941] Re: Hibernation first causes blank than garbled screen on XPS M1330 running Intrepid beta

2008-10-07 Thread Marc Tardif
** Attachment added: "dmidecode"
   http://launchpadlibrarian.net/18308534/dmidecode.txt

** Tags added: hwct

-- 
Hibernation first causes blank than garbled screen on XPS M1330 running 
Intrepid beta
https://bugs.launchpad.net/bugs/279941
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 279941] Re: Hibernation first causes blank than garbled screen on XPS M1330 running Intrepid beta

2008-10-07 Thread Marc Tardif
** Attachment added: "lspci -vvnn"
   http://launchpadlibrarian.net/18308527/lspci_vvnn.txt

-- 
Hibernation first causes blank than garbled screen on XPS M1330 running 
Intrepid beta
https://bugs.launchpad.net/bugs/279941
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 257746] Re: [needs-packaging] checkbox

2008-09-15 Thread Marc Tardif
I have fixed the error with the postrm script in the trunk. However,
this now produces the following warnings:

dpkg: warning - unable to delete old directory `/usr/share/hwtest/registries': 
Directory not empty
dpkg: warning - unable to delete old directory `/usr/share/hwtest/plugins': 
Directory not empty
dpkg: warning - unable to delete old directory `/etc/hwtest.d': Directory not 
empty

What is the proper way of handling old configuration files when creating
a transitional package?

-- 
[needs-packaging] checkbox
https://bugs.launchpad.net/bugs/257746
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 271370] [NEW] Dell Dimension 9200 stalls when rebooting after installing 20080917

2008-09-17 Thread Marc Tardif
Public bug reported:

After netinstalling the ubuntu i386 alternate image from 20080917 on a
Dell Dimension 9200, the system stalls when attempting to reboot with
the following message:

  sd 1:0:0:0: [sde] Synchronizing SCSI cache
  e1000e :00:19.0: PCI INT A disabled
  Restarting system.
  machine restart

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: hwct

** Tags added: hwct

-- 
Dell Dimension 9200 stalls when rebooting after installing 20080917
https://bugs.launchpad.net/bugs/271370
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 271370] Re: Dell Dimension 9200 stalls when rebooting after installing 20080917

2008-09-17 Thread Marc Tardif
I observed a similar problem on a Dell Optiplex 330. The error message
is almost the same except for the e1000 line:

  sd 0:0:0:0: [sda] Synchronizing SCSI cache
  Restarting system.
  machine restart

-- 
Dell Dimension 9200 stalls when rebooting after installing 20080917
https://bugs.launchpad.net/bugs/271370
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 269574] [NEW] Ubuntu i386 20080912 image stalls on detecting hardware

2008-09-12 Thread Marc Tardif
Public bug reported:

When attempting to netinstall the Ubuntu i386 20080912 image on an MTek
appliance, the installation stalls at:

  Detecting hardware...

At that point, the system is not responsive and pressing Alt-F2 to
change to the console doesn't work. I tried to repeatedly wget the
syslog during the installation and I attached the last I could retrieve
without getting a connection refused.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: hwct

-- 
Ubuntu i386 20080912 image stalls on detecting hardware
https://bugs.launchpad.net/bugs/269574
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 269574] Re: Ubuntu i386 20080912 image stalls on detecting hardware

2008-09-12 Thread Marc Tardif
** Attachment added: "Syslog"
   http://launchpadlibrarian.net/17566419/syslog

** Tags added: hwct

-- 
Ubuntu i386 20080912 image stalls on detecting hardware
https://bugs.launchpad.net/bugs/269574
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 219630] Re: please add "geode" to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-06-27 Thread Marc Tardif
First, the nsc driver has been confirmed to work on Koolu hardware from
the packages available in hardy-proposed as of June 26th. Furthermore,
they were apparently known to work previously as well from the following
versions:

ii  xorg   1:7.3+10ubuntu10   X.Org X 
Window System
ii  xserver-xorg   1:7.3+10ubuntu10   the X.Org 
X server
ii  xserver-xorg-core   2:1.4.1~git20080131-1ubuntu9.1 Xorg X server - core 
server
ii  xserver-xorg-video-ati 1:6.8.0-1   X.Org X server 
-- ATI display driver
ii  xserver-xorg-video-geode   2.9.0-4ubuntu2   X.org 
server -- Geode GX2/LX display driver
ii  xserver-xorg-video-nsc 1:2.8.3-2ubuntu3.3   X.Org X 
server -- NSC display driver

-- 
please add "geode" to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
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 241403] Re: Vaio VGN-SZ140P does not resume properly from hibernation with 2.6.24-19

2008-06-19 Thread Marc Tardif
** Attachment added: "/proc/acpi"
   http://launchpadlibrarian.net/15443433/acpi.tar.bz2

** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

** Tags added: hwct

-- 
Vaio VGN-SZ140P does not resume properly from hibernation with 2.6.24-19
https://bugs.launchpad.net/bugs/241403
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 241403] Re: Vaio VGN-SZ140P does not resume properly from hibernation with 2.6.24-19

2008-06-19 Thread Marc Tardif
** Attachment added: "kern.log.0"
   http://launchpadlibrarian.net/15443427/kern.log.0

-- 
Vaio VGN-SZ140P does not resume properly from hibernation with 2.6.24-19
https://bugs.launchpad.net/bugs/241403
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 241403] Re: Vaio VGN-SZ140P does not resume properly from hibernation with 2.6.24-19

2008-06-19 Thread Marc Tardif
** Attachment added: "dmidecode"
   http://launchpadlibrarian.net/15443415/dmidecode.txt

-- 
Vaio VGN-SZ140P does not resume properly from hibernation with 2.6.24-19
https://bugs.launchpad.net/bugs/241403
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 241403] Re: Vaio VGN-SZ140P does not resume properly from hibernation with 2.6.24-19

2008-06-19 Thread Marc Tardif
** Attachment added: "lspci -vvnn"
   http://launchpadlibrarian.net/15443399/lspci_vvnn.txt

-- 
Vaio VGN-SZ140P does not resume properly from hibernation with 2.6.24-19
https://bugs.launchpad.net/bugs/241403
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 241403] [NEW] Vaio VGN-SZ140P does not resume properly from hibernation with 2.6.24-19

2008-06-19 Thread Marc Tardif
Public bug reported:

After installing the Hardy current image 20080617 on a Vaio VGN-SZ140P,
the laptop does not resume properly from hibernation. Instead of
prompting for the password to unlock the computer, I get the usual login
prompt as if the computer had booted.

uname -a:
Linux ubuntu 2.6.24-19-generic #1 SMP Wed Jun 4 16:35:01 UTC 2008 i686 GNU/Linux

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


** Tags: hwct

-- 
Vaio VGN-SZ140P does not resume properly from hibernation with 2.6.24-19
https://bugs.launchpad.net/bugs/241403
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 241407] [NEW] Toshiba Tecra A9 (Nvidia) does not resume properly from hibernation with 2.6.24-19

2008-06-19 Thread Marc Tardif
Public bug reported:

After installing the Hardy current image 20080617 on a Toshiba Tecra A9
(Nvidia), the laptop does not resume properly from hibernation. Instead
of prompting for the password to unlock the computer, I get a vertically
stretched Ubuntu logo at the bottom of the screen. The only way to
recover from this problem seems to power off the machine and then boot
normally again.

uname -a:
Linux ubuntu 2.6.24-19-generic #1 SMP Wed Jun 4 16:35:01 UTC 2008 i686 GNU/Linux

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


** Tags: hwct

** Tags added: hwct

-- 
Toshiba Tecra A9 (Nvidia) does not resume properly from hibernation with 
2.6.24-19
https://bugs.launchpad.net/bugs/241407
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 241407] Re: Toshiba Tecra A9 (Nvidia) does not resume properly from hibernation with 2.6.24-19

2008-06-19 Thread Marc Tardif
** Attachment added: "kern.log.0"
   http://launchpadlibrarian.net/15443889/kern.log.0

-- 
Toshiba Tecra A9 (Nvidia) does not resume properly from hibernation with 
2.6.24-19
https://bugs.launchpad.net/bugs/241407
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 241407] Re: Toshiba Tecra A9 (Nvidia) does not resume properly from hibernation with 2.6.24-19

2008-06-19 Thread Marc Tardif
** Attachment added: "dmidecode"
   http://launchpadlibrarian.net/15443892/dmidecode.txt

-- 
Toshiba Tecra A9 (Nvidia) does not resume properly from hibernation with 
2.6.24-19
https://bugs.launchpad.net/bugs/241407
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 241407] Re: Toshiba Tecra A9 (Nvidia) does not resume properly from hibernation with 2.6.24-19

2008-06-19 Thread Marc Tardif
** Attachment added: "lspci -vvnn"
   http://launchpadlibrarian.net/15443906/lspci_vvnn.txt

-- 
Toshiba Tecra A9 (Nvidia) does not resume properly from hibernation with 
2.6.24-19
https://bugs.launchpad.net/bugs/241407
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 241407] Re: Toshiba Tecra A9 (Nvidia) does not resume properly from hibernation with 2.6.24-19

2008-06-19 Thread Marc Tardif
** Attachment added: "/proc/acpi"
   http://launchpadlibrarian.net/15443909/acpi.tar.bz2

** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

-- 
Toshiba Tecra A9 (Nvidia) does not resume properly from hibernation with 
2.6.24-19
https://bugs.launchpad.net/bugs/241407
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 241407] Re: Toshiba Tecra A9 (Nvidia) does not resume properly from hibernation with 2.6.24-19

2008-06-19 Thread Marc Tardif
The same symptoms occur on a Dell XPS M1330. If the problem happens to
be related to the graphics controller, the Toshiba has a nVidia Quadro
NVS 130M (rev a1) and the Dell a nVidia GeForce 8400M GS (rev a1).

-- 
Toshiba Tecra A9 (Nvidia) does not resume properly from hibernation with 
2.6.24-19
https://bugs.launchpad.net/bugs/241407
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 241438] Re: video test fails to run with xorg-driver-fglrx 1:7.1.0-8-3+2.6.24.13-19.42

2008-06-19 Thread Marc Tardif
** Attachment added: "Xorg.0.log"
   http://launchpadlibrarian.net/15445361/Xorg.0.log

** Tags added: hwct

** Changed in: linux-restricted-modules-2.6.24 (Ubuntu)
Sourcepackagename: None => linux-restricted-modules-2.6.24

-- 
video test fails to run with xorg-driver-fglrx 1:7.1.0-8-3+2.6.24.13-19.42
https://bugs.launchpad.net/bugs/241438
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 241438] Re: video test fails to run with xorg-driver-fglrx 1:7.1.0-8-3+2.6.24.13-19.42

2008-06-19 Thread Marc Tardif
** Attachment added: "lspci -vvnn"
   http://launchpadlibrarian.net/15445360/lspci_vvnn.txt

-- 
video test fails to run with xorg-driver-fglrx 1:7.1.0-8-3+2.6.24.13-19.42
https://bugs.launchpad.net/bugs/241438
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 241438] [NEW] video test fails to run with xorg-driver-fglrx 1:7.1.0-8-3+2.6.24.13-19.42

2008-06-19 Thread Marc Tardif
Public bug reported:

The video test packaged with hwtest fails to display anything when using
the fglrx driver on a Radeon Mobility HD 2600 Series. To reproduce the
problem, simply run the video test packaged with hwtest:

  /usr/share/hwtest/scripts/video_test

This should normaly show color bars and some snow. However, the window
simply does not even appear.

** Affects: linux-restricted-modules-2.6.24 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: hwct

-- 
video test fails to run with xorg-driver-fglrx 1:7.1.0-8-3+2.6.24.13-19.42
https://bugs.launchpad.net/bugs/241438
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 241675] [NEW] lshw -xml reporting invalid xml

2008-06-20 Thread Marc Tardif
Public bug reported:

According to the XML 1.0 standard, these are the characters allowed
between tags:

  Char ::=  #x9 | #xA | #xD | [#x20-#xD7FF] |
[#xE000-#xFFFD] | [#x1-#x10]

For reference purposes, here is the direct link to the W3 standard:

  http://www.w3.org/TR/2006/REC-xml-20060816/#charsets

The problem is that the lshw escape function only generates entities
from special characters, such as "<", ">" and "&". However, it lets
characters outside the allowed set to result in the output. For example,
here is output I have encountered recently from the serial number of a
CDROM device (where ^@ is a NUL character):

  [EMAIL PROTECTED]@[EMAIL PROTECTED] DVD RW AD-7200S 1.04 
Dec21,2007

I have attached a patch which should solve the problem by removing
invalid characters altogether.

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

-- 
lshw -xml reporting invalid xml
https://bugs.launchpad.net/bugs/241675
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 241675] Re: lshw -xml reporting invalid xml

2008-06-20 Thread Marc Tardif
** Attachment added: "lshw patch"
   http://launchpadlibrarian.net/15480640/lshw.patch

** Changed in: lshw (Ubuntu)
Sourcepackagename: None => lshw

** Description changed:

  According to the XML 1.0 standard, these are the characters allowed
  between tags:
  
Char ::=  #x9 | #xA | #xD | [#x20-#xD7FF] |
  [#xE000-#xFFFD] | [#x1-#x10]
  
  For reference purposes, here is the direct link to the W3 standard:
  
http://www.w3.org/TR/2006/REC-xml-20060816/#charsets
  
- The problem is that the lshw escape function only escapes special
- characters, such as "<", ">" and "&". However, it lets characters
- outside the allowed set to result in the output. For example, here is
- output I have encountered recently from the serial number of a CDROM
- driver (where ^@ is a NUL character):
+ The problem is that the lshw escape function only generates entities
+ from special characters, such as "<", ">" and "&". However, it lets
+ characters outside the allowed set to result in the output. For example,
+ here is output I have encountered recently from the serial number of a
+ CDROM device (where ^@ is a NUL character):
  
[EMAIL PROTECTED]@[EMAIL PROTECTED] DVD RW AD-7200S 1.04 
Dec21,2007
  
  I have attached a patch which should solve the problem by removing
  invalid characters altogether.

-- 
lshw -xml reporting invalid xml
https://bugs.launchpad.net/bugs/241675
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 257746] [NEW] [needs-packaging] checkbox

2008-08-13 Thread Marc Tardif
Public bug reported:

Checkbox is a rename of the hwtest package. The motivation for this
change is that hwtest has grown to test more than just hardware but also
software. So, since the name implied hardware, it was time for a rename.

URL: http://launchpad.net/checkbox
License: GPLv3
Notes: The code has only changed to account for the new name.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

-- 
[needs-packaging] checkbox
https://bugs.launchpad.net/bugs/257746
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 258151] [NEW] Intel graphics controllers not working for Intrepid alpha-4

2008-08-15 Thread Marc Tardif
Public bug reported:

The intel driver seems to fail to show the login prompt for the
following Intel graphics controllers:

  Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller
  Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller
  Mobile GM965/GL960 Integrated Graphics Controller

The Xorg.0.log confirms that the intel driver is being loaded:

  (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so

So, I suspect this is a generalized problem. Please let me know if you
need more information.

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: hwct

** Tags added: hwct

-- 
Intel graphics controllers not working for Intrepid alpha-4
https://bugs.launchpad.net/bugs/258151
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 255093] [NEW] Netinstall for 20080805 fails with: No kernel modules were found.

2008-08-05 Thread Marc Tardif
Public bug reported:

When netinstalling the kubuntu alternate image, 20080805, the
installation fails with: No kernel modules were found. I'm installing
from a web server where the image was extracted. So, I'm attaching the
syslog from the installation as well as the access.log from the web
server.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Netinstall for 20080805 fails with: No kernel modules were found.
https://bugs.launchpad.net/bugs/255093
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 255093] Re: Netinstall for 20080805 fails with: No kernel modules were found.

2008-08-05 Thread Marc Tardif
** Attachment added: "syslog"
   http://launchpadlibrarian.net/16568713/syslog

-- 
Netinstall for 20080805 fails with: No kernel modules were found.
https://bugs.launchpad.net/bugs/255093
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 255093] Re: Netinstall for 20080805 fails with: No kernel modules were found.

2008-08-05 Thread Marc Tardif
** Attachment added: "access.log"
   http://launchpadlibrarian.net/16568717/access.log

-- 
Netinstall for 20080805 fails with: No kernel modules were found.
https://bugs.launchpad.net/bugs/255093
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


  1   2   3   4   5   6   7   8   9   10   >