[Touch-packages] [Bug 1496163] Re: i915 firmware is not copied to initrd

2015-11-23 Thread Brad Parker
Nick: Did you re-generate the initrd image? I did mine with sudo update-
initramfs -u -k all

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1496163

Title:
  i915 firmware is not copied to initrd

Status in Linux:
  Invalid
Status in initramfs-tools package in Ubuntu:
  Fix Released
Status in initramfs-tools source package in Trusty:
  In Progress
Status in initramfs-tools source package in Vivid:
  In Progress
Status in initramfs-tools source package in Wily:
  Fix Released

Bug description:
  On Skylake, the skl_dmc firmware is failing to load. From dmesg:

  [0.728803] i915 :00:02.0: Direct firmware load for 
i915/skl_dmc_ver1.bin failed with error -2
  [0.728817] [drm:i915_firmware_load_error_print [i915]] *ERROR* failed to 
load firmware i915/skl_dmc_ver1.bin (0)

  This means the GPU can't enter its lowest available power states, plus
  many display hotplugging scenarios (that only the skl_dmc firmware can
  handle) are broken.

  On a whim I tried some other firmware versions:

  1) pointed the skl_dmc_ver1.bin symlink to skl_dmc_ver1_18.bin
  (instead of skl_dmc_ver1_19.bin)

  2) downloaded the latest (skl_dmc_ver1_21.bin) and pointed the
  skl_dmc_ver1.bin symlink to it

  But neither corrected the situation.

  Thanks!

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-10-generic 4.2.0-10.11
  ProcVersionSignature: Ubuntu 4.2.0-10.11-generic 4.2.0
  Uname: Linux 4.2.0-10-generic x86_64
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  oem1251 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Sep 15 16:21:24 2015
  HibernationDevice: RESUME=UUID=637df075-0afa-420f-a3ca-342be8bf297f
  IwConfig:
   enp4s0no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:0833 Chicony Electronics Co., Ltd 
   Bus 001 Device 002: ID 046d:c05a Logitech, Inc. M90/M100 Optical Mouse
   Bus 001 Device 004: ID 058f:6364 Alcor Micro Corp. AU6477 Card Reader 
Controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: System manufacturer System Product Name
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-10-generic 
root=UUID=f967534a-9cc3-4d1a-a7f3-72d28959e3c6 ro i915.verbose_state_checks=1 
quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-10-generic N/A
   linux-backports-modules-4.2.0-10-generic  N/A
   linux-firmware1.147
  RfKill:
   
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/19/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0403
  dmi.board.asset.tag: Default string
  dmi.board.name: Z170-P D3
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0403:bd08/19/2015:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ170-PD3:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1496163] Re: i915 firmware is not copied to initrd

2015-11-11 Thread Brad Parker
Peter: Manually modifying the file per comment #9's fix worked for me on
14.04. But I am still having lots of problems with the GPUs on my
laptop. Also had to use xorg-edgers ppa to get hardware acceleration
back, otherwise X complained about unknown chipset. Also, the newest
kernel versions (like 4.3) are freezing up hard for me, and different
older versions only work on certain GPUs. What I mean is like, if I want
to use the discrete nvidia GPU, I have to boot 3.19, but if I want
integrated graphics, then I have to boot 4.2.4 with
i915.preliminary_hw_support=1. Also, running "lspci" on newer kernels
freezes the machine hard.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1496163

Title:
  i915 firmware is not copied to initrd

Status in Linux:
  Invalid
Status in initramfs-tools package in Ubuntu:
  Fix Released
Status in initramfs-tools source package in Trusty:
  In Progress
Status in initramfs-tools source package in Vivid:
  In Progress
Status in initramfs-tools source package in Wily:
  Fix Released

Bug description:
  On Skylake, the skl_dmc firmware is failing to load. From dmesg:

  [0.728803] i915 :00:02.0: Direct firmware load for 
i915/skl_dmc_ver1.bin failed with error -2
  [0.728817] [drm:i915_firmware_load_error_print [i915]] *ERROR* failed to 
load firmware i915/skl_dmc_ver1.bin (0)

  This means the GPU can't enter its lowest available power states, plus
  many display hotplugging scenarios (that only the skl_dmc firmware can
  handle) are broken.

  On a whim I tried some other firmware versions:

  1) pointed the skl_dmc_ver1.bin symlink to skl_dmc_ver1_18.bin
  (instead of skl_dmc_ver1_19.bin)

  2) downloaded the latest (skl_dmc_ver1_21.bin) and pointed the
  skl_dmc_ver1.bin symlink to it

  But neither corrected the situation.

  Thanks!

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-10-generic 4.2.0-10.11
  ProcVersionSignature: Ubuntu 4.2.0-10.11-generic 4.2.0
  Uname: Linux 4.2.0-10-generic x86_64
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  oem1251 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Sep 15 16:21:24 2015
  HibernationDevice: RESUME=UUID=637df075-0afa-420f-a3ca-342be8bf297f
  IwConfig:
   enp4s0no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:0833 Chicony Electronics Co., Ltd 
   Bus 001 Device 002: ID 046d:c05a Logitech, Inc. M90/M100 Optical Mouse
   Bus 001 Device 004: ID 058f:6364 Alcor Micro Corp. AU6477 Card Reader 
Controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: System manufacturer System Product Name
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-10-generic 
root=UUID=f967534a-9cc3-4d1a-a7f3-72d28959e3c6 ro i915.verbose_state_checks=1 
quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-10-generic N/A
   linux-backports-modules-4.2.0-10-generic  N/A
   linux-firmware1.147
  RfKill:
   
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/19/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0403
  dmi.board.asset.tag: Default string
  dmi.board.name: Z170-P D3
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0403:bd08/19/2015:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ170-PD3:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1417037] Re: Upgrade to 7.4.4-1ubuntu2.5 hangs

2015-03-23 Thread Brad Parker
Same problem here on 14.04.2, Andrei's comment did not help either:

root@user:~# /bin/sh /var/lib/dpkg/info/rsyslog.postinst configure 
7.4.4-1ubuntu2.3
The user `syslog' is already a member of `adm'.
/usr/bin/deb-systemd-helper was not called from dpkg. Exiting.
/usr/bin/deb-systemd-helper was not called from dpkg. Exiting.
/usr/bin/deb-systemd-helper was not called from dpkg. Exiting.
Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
invoke-rc.d: initscript rsyslog, action restart failed.

root@user:~# apt-get -f install
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up rsyslog (7.4.4-1ubuntu2.5) ...
The user `syslog' is already a member of `adm'.
Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
invoke-rc.d: initscript rsyslog, action restart failed.
dpkg: error processing package rsyslog (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 rsyslog
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to rsyslog in Ubuntu.
https://bugs.launchpad.net/bugs/1417037

Title:
  Upgrade to 7.4.4-1ubuntu2.5 hangs

Status in rsyslog package in Ubuntu:
  Confirmed

Bug description:
  I've just ran an update+dist-upgrade which pulled 7.4.4-1ubuntu2.5.
  It's sat there doing nothing. CTRL+C won't kill it. Htop shows that
  the last process to be created is stop rsyslog which follows
  invoke-rc.d rsyslog restart.

  dpkg.log:

  2015-02-02 09:39:10 configure rsyslog:amd64 7.4.4-1ubuntu2.5 none
  2015-02-02 09:39:10 status unpacked rsyslog:amd64 7.4.4-1ubuntu2.5
  2015-02-02 09:39:10 status unpacked rsyslog:amd64 7.4.4-1ubuntu2.5
  2015-02-02 09:39:10 status unpacked rsyslog:amd64 7.4.4-1ubuntu2.5
  2015-02-02 09:39:10 status unpacked rsyslog:amd64 7.4.4-1ubuntu2.5
  2015-02-02 09:39:10 status unpacked rsyslog:amd64 7.4.4-1ubuntu2.5
  2015-02-02 09:39:10 status unpacked rsyslog:amd64 7.4.4-1ubuntu2.5
  2015-02-02 09:39:10 status unpacked rsyslog:amd64 7.4.4-1ubuntu2.5
  2015-02-02 09:39:10 status unpacked rsyslog:amd64 7.4.4-1ubuntu2.5
  2015-02-02 09:39:10 status unpacked rsyslog:amd64 7.4.4-1ubuntu2.5
  2015-02-02 09:39:10 status half-configured rsyslog:amd64 7.4.4-1ubuntu2.5

  I have KILLed stop rsyslog which then moves on to start rsyslog
  which I have also had to KILL.

  Setting up rsyslog (7.4.4-1ubuntu2.5) ...
  The user `syslog' is already a member of `adm'.
  Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd

  Terminated
  Terminated
  invoke-rc.d: initscript rsyslog, action restart failed.
  dpkg: error processing package rsyslog (--configure):
   subprocess installed post-installation script returned error exit status 143
  Setting up linux-image-virtual-lts-utopic (3.16.0.30.23) ...
  Setting up linux-libc-dev:amd64 (3.13.0-45.74) ...
  Setting up python3-software-properties (0.92.37.3) ...
  Setting up software-properties-common (0.92.37.3) ...
  Errors were encountered while processing:
   rsyslog
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  W: Operation was interrupted before it could finish

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: rsyslog 7.4.4-1ubuntu2.5
  ProcVersionSignature: Ubuntu 3.16.0-29.39~14.04.1-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  Date: Mon Feb  2 09:43:26 2015
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: rsyslog
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1417037] Re: Upgrade to 7.4.4-1ubuntu2.5 hangs

2015-03-23 Thread Brad Parker
I was able to work around the issue by doing apt-get purge rsyslog and
then running dist-upgrade, then reinstalling rsyslog.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to rsyslog in Ubuntu.
https://bugs.launchpad.net/bugs/1417037

Title:
  Upgrade to 7.4.4-1ubuntu2.5 hangs

Status in rsyslog package in Ubuntu:
  Confirmed

Bug description:
  I've just ran an update+dist-upgrade which pulled 7.4.4-1ubuntu2.5.
  It's sat there doing nothing. CTRL+C won't kill it. Htop shows that
  the last process to be created is stop rsyslog which follows
  invoke-rc.d rsyslog restart.

  dpkg.log:

  2015-02-02 09:39:10 configure rsyslog:amd64 7.4.4-1ubuntu2.5 none
  2015-02-02 09:39:10 status unpacked rsyslog:amd64 7.4.4-1ubuntu2.5
  2015-02-02 09:39:10 status unpacked rsyslog:amd64 7.4.4-1ubuntu2.5
  2015-02-02 09:39:10 status unpacked rsyslog:amd64 7.4.4-1ubuntu2.5
  2015-02-02 09:39:10 status unpacked rsyslog:amd64 7.4.4-1ubuntu2.5
  2015-02-02 09:39:10 status unpacked rsyslog:amd64 7.4.4-1ubuntu2.5
  2015-02-02 09:39:10 status unpacked rsyslog:amd64 7.4.4-1ubuntu2.5
  2015-02-02 09:39:10 status unpacked rsyslog:amd64 7.4.4-1ubuntu2.5
  2015-02-02 09:39:10 status unpacked rsyslog:amd64 7.4.4-1ubuntu2.5
  2015-02-02 09:39:10 status unpacked rsyslog:amd64 7.4.4-1ubuntu2.5
  2015-02-02 09:39:10 status half-configured rsyslog:amd64 7.4.4-1ubuntu2.5

  I have KILLed stop rsyslog which then moves on to start rsyslog
  which I have also had to KILL.

  Setting up rsyslog (7.4.4-1ubuntu2.5) ...
  The user `syslog' is already a member of `adm'.
  Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd

  Terminated
  Terminated
  invoke-rc.d: initscript rsyslog, action restart failed.
  dpkg: error processing package rsyslog (--configure):
   subprocess installed post-installation script returned error exit status 143
  Setting up linux-image-virtual-lts-utopic (3.16.0.30.23) ...
  Setting up linux-libc-dev:amd64 (3.13.0-45.74) ...
  Setting up python3-software-properties (0.92.37.3) ...
  Setting up software-properties-common (0.92.37.3) ...
  Errors were encountered while processing:
   rsyslog
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  W: Operation was interrupted before it could finish

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: rsyslog 7.4.4-1ubuntu2.5
  ProcVersionSignature: Ubuntu 3.16.0-29.39~14.04.1-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  Date: Mon Feb  2 09:43:26 2015
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: rsyslog
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp