[Bug 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-02-25 Thread mungewell
Can confirm that Xubuntu Live 20090225 now boots on my Compaq Deskpro EN

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-02-25 Thread Bernd Schlapsi
My Dell notebook also boots fine after the latest ubuntu updates

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-02-25 Thread Henning Rogge
Just updated the Dell notebook and it boots fine with ubuntu kernel.

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-02-23 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 2.6.28-8.25

---
linux (2.6.28-8.25) jaunty; urgency=low

  [ Scott James Remnant ]

  * SAUCE: Prefer powernow-k8 to acpi-cpufreq
  * Change CONFIG_X86_P4_CLOCKMOD to be a module again.

  [ Tim Gardner ]

  * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Initialize the new
group descriptor when resizing the filesystem"
  * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Add sanity check
to make_indexed_dir"
  * Revert "SAUCE: (revert before 2.6.28.y update) ext4: only use
i_size_high for regular files"
  * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Add sanity checks
for the superblock before mounting the filesystem"
  * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Fix
s_dirty_blocks_counter if block allocation failed with nodelalloc"
  * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Init the complete
page while building buddy cache"
  * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Don't allow new
groups to be added during block allocation"
  * Revert "SAUCE: (revert before 2.6.28.y update) ext4: mark the
blocks/inode bitmap beyond end of group as used"
  * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Use new
buffer_head flag to check uninit group bitmaps initialization"
  * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Fix the race
between read_inode_bitmap() and ext4_new_inode()"
  * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Fix race between
read_block_bitmap() and mark_diskspace_used()"
  * Revert "SAUCE: (revert before 2.6.28.y update) ext4: don't use blocks
freed but not yet committed in buddy cache init"
  * Revert "SAUCE: (revert before 2.6.28.y update) ext4: cleanup mballoc
header files"
  * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Use
EXT4_GROUP_INFO_NEED_INIT_BIT during resize"
  * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Add blocks added
during resize to bitmap"
  * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Don't overwrite
allocation_context ac_status"
  * Revert "SAUCE: (revert before 2.6.28.y update) jbd2: Add barrier not
supported test to journal_wait_on_commit_record"
  * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Widen type of
ext4_sb_info.s_mb_maxs[]"
  * Revert "SAUCE: (revert before 2.6.28.y update) ext4: avoid ext4_error
when mounting a fs with a single bg"
  * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Fix the delalloc
writepages to allocate blocks at the right offset."
  * Revert "SAUCE: (revert before 2.6.28.y update) ext4: tone down
ext4_da_writepages warnings"
  * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Add support for
non-native signed/unsigned htree hash algorithms"
  * Enabled X86_ACPI_CPUFREQ=y

  [ Upstream Kernel Changes ]

  * ath9k: quiet harmless ForceXPAon messages
- LP: #321474
  * [WATCHDOG] iTCO_wdt: fix SMI_EN regression 2
- LP: #314050
  * pid: implement ns_of_pid
  * mqueue: fix si_pid value in mqueue do_notify()
  * powerpc/vsx: Fix VSX alignment handler for regs 32-63
  * sata_nv: give up hardreset on nf2
  * Fix Intel IOMMU write-buffer flushing
  * SCSI: libiscsi: fix iscsi pool leak
  * x86/cpa: make sure cpa is safe to call in lazy mmu mode
  * sched: SCHED_OTHER vs SCHED_IDLE isolation
  * x86, vm86: fix preemption bug
  * Add support for VT6415 PCIE PATA IDE Host Controller
  * ext2/xip: refuse to change xip flag during remount with busy inodes
  * 3c505: do not set pcb->data.raw beyond its size
  * Bluetooth: Fix TX error path in btsdio driver
  * ext4: Add support for non-native signed/unsigned htree hash algorithms
  * ext4: tone down ext4_da_writepages warnings
  * ext4: Fix the delalloc writepages to allocate blocks at the right
offset.
  * ext4: avoid ext4_error when mounting a fs with a single bg
  * ext4: Widen type of ext4_sb_info.s_mb_maxs[]
  * jbd2: Add barrier not supported test to journal_wait_on_commit_record
  * ext4: Don't overwrite allocation_context ac_status
  * ext4: Add blocks added during resize to bitmap
  * ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize
  * ext4: cleanup mballoc header files
  * ext4: don't use blocks freed but not yet committed in buddy cache init
  * ext4: Fix race between read_block_bitmap() and mark_diskspace_used()
  * ext4: Fix the race between read_inode_bitmap() and ext4_new_inode()
  * ext4: Use new buffer_head flag to check uninit group bitmaps
initialization
  * ext4: mark the blocks/inode bitmap beyond end of group as used
  * ext4: Don't allow new groups to be added during block allocation
  * ext4: Init the complete page while building buddy cache
  * ext4: Fix s_dirty_blocks_counter if block allocation failed with
nodelalloc
  * ext4: Add sanity checks for the superblock before mounting the
filesystem
  * ext4: only use i_size_high for regular files
  * ext4: Add sanity check to make_indexed_dir

[Bug 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-02-20 Thread Tim Gardner
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-
jaunty.git;a=commit;h=19d0f554e0fd3ff8feda083f58b37a74269281fa

** Changed in: linux (Ubuntu)
   Status: In Progress => Fix Committed

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-02-20 Thread Tim Gardner
** Changed in: linux (Ubuntu)
   Importance: Undecided => High
 Assignee: (unassigned) => Tim Gardner (timg-tpi)
   Status: Confirmed => In Progress
   Target: None => jaunty-alpha-5

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-02-19 Thread Bug Watch Updater
** Changed in: linux
   Status: In Progress => Fix Released

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-02-19 Thread TJ
The upstream fix is commit 12d60e28bed3f593aac5385acbdbb089eb8ae21e

The patch is in-line for inclusion into the 2.6.28-stable tree.

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-02-19 Thread Bernd Schlapsi
I couldn't reproduce your behavior. In my case my Dell doesn't boot!

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-02-18 Thread Juan Cuevas
The same problem happened to me just after upgrading my Ubuntu 8.10
amd64 to 9.04 amd64 (I have a Fujitsu-Siemens Amilo Pa 1510).

I thought then download from another pc the image of Ubuntu 9.04 alpha 4
amd64 to try to boot my laptop with the LiveCD, and I got a surprise: If
just when I turn on the laptop, I open the DVD drive, my Ubuntu 9.04
boots.

To be more clear:

1. My Ubuntu 9.04 boots if just after pressing the power on button, I press the 
button to open the DVD drive.
2. It doesn't work if the DVD drive is open when you press the power on button.
3. It doesn't work if I press the button to open the DVD once it has been 
freezed the boot of Ubuntu 9.04.

I have repeated on several occasions, to dismiss the fact that it was a
pure coincidence, and no. Whenever I want to turn on my laptop, I do as
I wrote in 1.

Try them to see if it works well on your laptops.

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-02-11 Thread Christoph Korn
These links might help you.

https://help.ubuntu.com/community/LiveCDCustomization#Live CD Kernel
https://wiki.ubuntu.com/LiveCDCustomizationHowTo

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-02-10 Thread mungewell
Just confirming that Alpha5 still fails on my Compaq Deskpro EN.

I tried to build a CD with the patched kernel from the PPA, but my
hacking skills failed me :-(

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-02-09 Thread Bernd Schlapsi
What's the solution for this bug? Are there any plans to include the
patch into the ubuntu-kernel or will this patch be included in the
upstream-kernel?

At the moment I couldn't boot  my machine with the latest kernel.

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-30 Thread Bernd Schlapsi
I installed your package with the applied patch and this solves my
problem. My Dell C810 boots now with the latest kernel and your patch
successfully

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-30 Thread Christoph Korn
The build error only affects lpia.
The i386 and amd64 packages have been built fine.

I did not change the version of the package to avoid dependency problems
with the meta packages linux and linux-image-generic.

You have to install the package manually with dpkg.

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-29 Thread Bernd Schlapsi
@Christoph Korn
Thank you for your ppa. I configured your ppa in my /etc/apt/sources.list, but 
I don't get your build. There is an build-error on your ppa-page.
Do I have to install it explicit or do I get your version with "sudo aptitude 
update && sudo aptitude safe-upgrade"?

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-29 Thread Christoph Korn
The packages have been built now.

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-29 Thread Bug Watch Updater
** Changed in: linux
   Status: Unknown => In Progress

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-29 Thread Christoph Korn
https://launchpad.net/~c-korn/+archive/ppa

The current jaunty kernel is being built with the patch applied in my
ppa.

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-29 Thread Kjell Braden
** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=12363
   Importance: Unknown
   Status: Unknown

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-28 Thread mungewell
Wim pointed me at this bug report:
http://bugzilla.kernel.org/show_bug.cgi?id=12363

which has a patch attached. I'm not set up to compile on Jaunty (still
need to get it installed somewhere) so perhaps someone can give it a go.

Mungewell.

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-26 Thread mungewell
Whilst it's good news that it's really pinned down to the watch dog,
it's probably not the best solution just to turn it off (unless it can
be disabled piecemeal from the kernel boot options on boxes specifically
effected).

Has anyone managed to find out what changes were made to the iTOC stuff
in 2.6.28rc8 by Wim Van Sebroeck? He may be able to advise a real fix.

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-26 Thread Henning Rogge
Just download 2.6.28.1 from kernel.org, copy the .config file from
ubuntu and disable "Watchdog timer support" in "devices" with 'make
menuconfig'.

file .config:
# CONFIG_WATCHDOG is not set

This works for me.

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-26 Thread Bernd Schlapsi
What is the "watchdog support" and how can I disable it?

Switching off watchdog support doesn't solve the problem. The basic
installation should work on the hardware. Prior kernel versions works
really well and so the latest version should run too.

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-26 Thread Henning Rogge
linux-image-2.6.28-5-generic does not boot on my dell.

I suggest switching off watchdog support.

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-23 Thread mungewell

** Attachment added: "Screenshot of lockup."
   http://launchpadlibrarian.net/21571725/200901222147000.jpg

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-23 Thread mungewell
Doesn't appear to be any fixes in the 'iTCO_wdt' in the latest Master
RC.

http://www.kernel.org/pub/linux/kernel/v2.6/testing/ChangeLog-2.6.29-rc2

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-23 Thread mungewell
From:
http://lwn.net/Articles/310735/
'Subject:   Linux 2.6.28-rc8'


---
Wim Van Sebroeck (3):
  [WATCHDOG] iTCO_wdt : problem with rebooting on new ICH9 based 
motherboards
  [WATCHDOG] iTCO_wdt : correct status clearing
  [WATCHDOG] iTCO_wdt: add PCI ID's for ICH9 & ICH10 chipsets
--

Me points finger!

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-23 Thread mungewell
from:
http://changelogs.ubuntu.com/changelogs/pool/main/l/linux/linux_2.6.28-5.15/changelog

Doesn't appear to be any Ubuntu specific changes between 2.6.28-2 and
2.6.28-3, are you sure this is the work/not-work break? There is re-
basing to Master 2.6.28-rc8 in Ubuntu 2.6.28-3.4.

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-23 Thread Bernd Schlapsi
A few minutes ago I upgraded my system with "sudo aptitude update & sudo 
aptitude safe-upgrade".
Today my system upgraded the kernel version to 2.6.28-5-generic and the problem 
still exists

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-22 Thread mungewell
These are PCI devices that these 'failing' machines have in common:

Dell Inspiron 8100
--
00:00.0 Host bridge [0600]: Intel Corporation 82815 815 Chipset Host Bridge and 
Memory Controller Hub [8086:1130] (rev 04)
00:01.0 PCI bridge [0604]: Intel Corporation 82815 815 Chipset AGP Bridge 
[8086:1131] (rev 04)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge 
[8086:2448] (rev 03)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801BAM ISA Bridge (LPC) 
[8086:244c] (rev 03)
00:1f.1 IDE interface [0101]: Intel Corporation 82801BAM IDE U100 Controller 
[8086:244a] (rev 03) (prog-if 80 [Master])
00:1f.2 USB Controller [0c03]: Intel Corporation 82801BA/BAM USB Controller #1 
[8086:2442] (rev 03)
--

Compaq Deskpro EN
--
00:00.0 Host bridge [0600]: Intel Corporation 82815 815 Chipset Host Bridge and 
Memory Controller Hub [8086:1130] (rev 02)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 
01)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801BA ISA Bridge (LPC) 
[8086:2440] (rev 01)
00:1f.1 IDE interface [0101]: Intel Corporation 82801BA IDE U100 Controller 
[8086:244b] (rev 01) (prog-if 80 [Master])
00:1f.3 SMBus [0c05]: Intel Corporation 82801BA/BAM SMBus Controller 
[8086:2443] (rev 01)
00:1f.4 USB Controller [0c03]: Intel Corporation 82801BA/BAM USB Controller #1 
[8086:2444] (rev 01)
--

Alpha 3 Live-CD booted sucessfully on my Dell Prescision 210.

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-22 Thread mungewell
Should mention it still locks up if the TV card and wireless adapter are
removed.

** Attachment added: "output of 'sudo lspci -vvnn > lspci.log'"
   http://launchpadlibrarian.net/21554079/lspci.log.gz

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-22 Thread mungewell
I have the same lockup occuring on a Compaq Deskpro EN, with Jaunty
Alpha 3 CD.

Will attach lspci, but don't have jaunty installed so no logs...

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-20 Thread Kjell Braden
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-20 Thread Henning Rogge
This are data from the working kernel, the crashed one does not write a
log to the harddisk...

I have compiled this kernel myself, it use the same configuration as the
2.6.28-4 ubuntu kernel, but I switched off support for watchdogs (and
activated the minstrel rate control algorithm for 802.11).

r...@nagold:/usr/src# uname -a
Linux nagold 2.6.28.1 #1 SMP Mon Jan 19 14:58:18 CET 2009 i686 GNU/Linux


** Attachment added: "dmesg.log.gz"
   http://launchpadlibrarian.net/21468307/dmesg.log.gz

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-20 Thread Henning Rogge
And here is the lspcii log

** Attachment added: "lspci.log.gz"
   http://launchpadlibrarian.net/21468311/lspci.log.gz

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-19 Thread Bernd Schlapsi
- I booted into the working kernel and started "sudo aptitude update && sudo 
aptitude safe-upgrade"
- After that I tried to boot with the latest kernel, but the boot process 
failed (see screenshot CIMG0208.JPG)
- I booted into the working kernel again and created the requested files
  (uname-a.log, version.log,dmesg.log, lspci-vvnn.log)

All files can be found in the attached archive "logfiles.tar.gz". There
is also the latest /var/log/kern.log included. But I think the crash
isn't reported in this file



** Attachment added: "logfiles.tar.gz"
   http://launchpadlibrarian.net/21449653/logfiles.tar.gz

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-19 Thread Kjell Braden
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately we can't fix it without more information.

Please include the following additional information, if you have not already 
done so (pay attention to lspci's additional options), as required by the 
Ubuntu Kernel Team:
1. Please include the output of the command "uname -a" in your next response. 
It should be one, long line of text which includes the exact kernel version 
you're running, as well as the CPU architecture.
2. Please run the command "dmesg > dmesg.log" after a fresh boot and attach the 
resulting file "dmesg.log" to this bug report.
3. Please run the command "sudo lspci -vvnn > lspci-vvnn.log" and attach the 
resulting file "lspci-vvnn.log" to this bug report.

For your reference, the full description of procedures for kernel-
related bug reports is available at
https://wiki.ubuntu.com/KernelTeamBugPolicies Thanks in advance!

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

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-19 Thread Bernd Schlapsi
@Henning Rogge:
In my case the ubuntu-kernel 2.6.28-2-generic works fine. 
But kernel 2.6.28-3-generic and 2.6.28-4-generic doesn't work!

Could you try to install the 2.6.28.2-generic kernel? Does your laptop
boot with this kernel?

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-19 Thread Henning Rogge
I just compiled a generic 2.6.28.1 kernel with the same options as the
ubuntu package, but without watchdog support. It boots fine.

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-18 Thread Henning Rogge
I just updated a Dell Inspiron 8100 laptop to Jaunty alpha 3 and it
freeze at the same place with the same error message.

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-16 Thread Bernd Schlapsi
Today I updated my Dell Latitude to the latest Jaunty updates and Ubuntu 9.04 
still doesn't boot with the latest kernel.
I think it's a big issue if a lot of pc's doesn't boot with the new version!

So are there any information I could provide to find the problem? Please
tell me how I can help?!

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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 314050] Re: Jaunty doesn't boot on my DELL Latitude C810 with current kernel

2009-01-05 Thread Tatty
** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

-- 
Jaunty doesn't boot on my DELL Latitude C810 with current kernel
https://bugs.launchpad.net/bugs/314050
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