← Back to team overview

kernel-packages team mailing list archive

[Bug 1421746] Missing required logs.

 

This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1421746

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

** Tags added: precise

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1421746

Title:
  Enabling HWE Stack in precise broke my system

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Dell D800 Pentium M 1400 - video pci id 0x0286 nv28m nvidia-96 mandatory (broken nouveau)
  I ran sudo apt-get install linux-generic-lts-trusty xserver-xorg-lts-trusty 
  which began removing nvidia96 and xserver-xorg-core then failed to install the 3.13.0-45 kernel
  I had to add forcepae option to GRUB_CMDLINE_LINUX in /etc/default/grub AND force the pae flag to show in /proc/cpuinfo this way:
  ~$ cat /proc/cpuinfo | sed 's/flags\t*:/& pae/' > /tmp/cpuinfo_pae
  ~$ sudo mount -o bind /tmp/cpuinfo_pae /proc/cpuinfo
  ~$ sudo mount -o remount,ro,bind /proc/cpuinfo
  so that after sudo update-grub and reboot I could have linux-generic-lts-trusty to install OK.

  However nvidia-96 fails to reinstall and the system is just OK for
  booting in tty lowgraphics mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1421746/+subscriptions


References