[Kernel-packages] [Bug 1931546] Re: No ethernet with alx driver upon wake up in 5.11

2021-06-23 Thread Aurelijus Rinkevicius
Strangely the problem persists as of 5.11.0.22.23. Looks like there is
something else at play that was touched in the mainline kernel.

-- 
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/1931546

Title:
  No ethernet with alx driver upon wake up in 5.11

Status in linux package in Ubuntu:
  Fix Released

Bug description:
  alx driver does not correctly restart the ethernet upon waking up. The
  bug (new behavior) has been introduced somewhere in the 5.10 kernel
  series (indirectly?) and got fixed for 5.12 and 5.13. However, no
  backport for 5.11 (Ubuntu 21.04) exists.

  The fix:
  
https://github.com/gregkh/linux/commit/a4dcfbc4ee2218abd567d81d795082d8d4afcdf6#diff-641218b365d6949b9f2bbc730a547b421c127283cd0a5b5fd85c07cc6729bb81

  Using 5.12 solves the issue due to an implemented fix:
  https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.12.9/

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

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


[Kernel-packages] [Bug 1931546] [NEW] No ethernet with alx driver upon wake up in 5.11

2021-06-10 Thread Aurelijus Rinkevicius
Public bug reported:

alx driver does not correctly restart the ethernet upon waking up. The
bug (new behavior) has been introduced somewhere in the 5.10 kernel
series (indirectly?) and got fixed for 5.12 and 5.13. However, no
backport for 5.11 (Ubuntu 21.04) exists.

The fix:
https://github.com/gregkh/linux/commit/a4dcfbc4ee2218abd567d81d795082d8d4afcdf6#diff-641218b365d6949b9f2bbc730a547b421c127283cd0a5b5fd85c07cc6729bb81

Using 5.12 solves the issue due to an implemented fix:
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.12.9/

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

** Attachment added: "lspci-vnvn.log"
   
https://bugs.launchpad.net/bugs/1931546/+attachment/5503811/+files/lspci-vnvn.log

-- 
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/1931546

Title:
  No ethernet with alx driver upon wake up in 5.11

Status in linux package in Ubuntu:
  New

Bug description:
  alx driver does not correctly restart the ethernet upon waking up. The
  bug (new behavior) has been introduced somewhere in the 5.10 kernel
  series (indirectly?) and got fixed for 5.12 and 5.13. However, no
  backport for 5.11 (Ubuntu 21.04) exists.

  The fix:
  
https://github.com/gregkh/linux/commit/a4dcfbc4ee2218abd567d81d795082d8d4afcdf6#diff-641218b365d6949b9f2bbc730a547b421c127283cd0a5b5fd85c07cc6729bb81

  Using 5.12 solves the issue due to an implemented fix:
  https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.12.9/

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

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


[Kernel-packages] [Bug 1778011] Re: SRU: PRIME Power Saving mode draws too much power

2018-09-22 Thread Aurelijus Rinkevicius
@Alberto I was assuming that this should also work with sddm (on
Kubuntu), but apparently not out of the box. Is there already something
to test there?

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

Title:
  SRU: PRIME Power Saving mode draws too much power

Status in HWE Next:
  New
Status in gdm3 package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Fix Released
Status in nvidia-prime package in Ubuntu:
  Fix Released
Status in nvidia-settings package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in gdm3 source package in Bionic:
  Fix Committed
Status in nvidia-graphics-drivers-390 source package in Bionic:
  Fix Committed
Status in nvidia-prime source package in Bionic:
  Fix Committed
Status in nvidia-settings source package in Bionic:
  Fix Committed
Status in ubuntu-drivers-common source package in Bionic:
  Fix Committed

Bug description:
  SRU Request:

  [Impact]
  Relying on the nouveau driver and on the vga switcheroo (to get around a 
change in systemd LP: #1777099) caused increased power consumption, and slowed 
down the switching process.

  Furthermore, if the main X/Xwayland session was started by Gdm when
  the nvidia driver was loaded, the session will keep the nvidia module
  loaded, and prevent the system from switching off the dGPU. Also, the
  nouveau driver will be loaded, if nvidia is not, and this can cause
  problems to unsupported NVIDIA GPUs.

  The solution involves the following changes:

  1) Solving the problem in systemd (LP: #1777099)

  2) Adding code in gpu-manager and in nvidia-prime to unload the nvidia
  modules, and to allow the PCI device to sleep.

  3) Making a slight change to the current patch in Gdm, used to call
  the PRIME scripts before and after a Gdm session (so that gpu-manager
  gets actually called on log out)

  4) Adding code in gpu-manager to kill the main X/Xwayland session on
  log out, if the session is preventing us from unloading the nvidia
  driver. A new X/Xwayland session will be created after unload the
  module.

  5) Removing the systemd service that loads nouveau from the nvidia
  packages.

  [Test Case]
  1) Enable the -proposed repository, and install the new 
"ubuntu-drivers-common", nvidia drivers, nvidia-prime, and gdm3 *

  2) Make sure the nvidia packages are installed, and enable performance mode 
(if it is already enabled, call "sudo prime-select intel" first):
  sudo prime-select nvidia

  3) Restart your computer and attach your /var/log/gpu-manager.log. see
  if the system boots correctly. If unsure, please attach your /var/log
  /gpu-manager.log and /var/log/Xorg.0.log

  4) Select power saving mode:
  sudo prime-select intel

  5) Log out and log back in

  6) Check if the nvidia driver is still loaded:
  lsmod | grep nvidia

  [Regression Potential]
  Low, as hybrid graphics support does not work correctly, and the changes only 
affect this use case.

  _
  * Steps to test the updates:

  1) Enable the bionic-proposed repositories

  2) Create /etc/apt/preferences.d/proposed-updates with the following
  content:

  Package: *
  Pin: release a=bionic-proposed
  Pin-Priority: 400

  3) Update the list of packages:

  sudo apt-get update

  4) Install the packages from -proposed using the following command:

  sudo apt install nvidia-driver-390/bionic-proposed gdm3/bionic-
  proposed ubuntu-drivers-common/bionic-proposed nvidia-prime/bionic-
  proposed nvidia-settings/bionic-proposed libnvidia-gl-390/bionic-
  proposed libnvidia-compute-390/bionic-proposed libnvidia-decode-390
  /bionic-proposed libnvidia-encode-390/bionic-proposed libnvidia-
  ifr1-390/bionic-proposed libnvidia-fbc1-390/bionic-proposed

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1778011/+subscriptions

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


[Kernel-packages] [Bug 1778011] Re: SRU: PRIME Power Saving mode draws too much power

2018-09-19 Thread Aurelijus Rinkevicius
Hello,

I have pulled the updates from the -proposed (including ubuntu-drivers-
common 1:0.5.2.1) and my gtx 1060 is roasting like a pig (intel is ON,
so NVIDIA should be off). Pretty much no change on my end.

Are people with pre-Pascal seeing improvements? (Nouveau is in a better
shape there)

Thanks.

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

Title:
  SRU: PRIME Power Saving mode draws too much power

Status in gdm3 package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Fix Released
Status in nvidia-prime package in Ubuntu:
  Fix Released
Status in nvidia-settings package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in gdm3 source package in Bionic:
  Fix Committed
Status in nvidia-graphics-drivers-390 source package in Bionic:
  Fix Committed
Status in nvidia-prime source package in Bionic:
  Fix Committed
Status in nvidia-settings source package in Bionic:
  Fix Committed
Status in ubuntu-drivers-common source package in Bionic:
  Fix Committed

Bug description:
  SRU Request:

  [Impact]
  Relying on the nouveau driver and on the vga switcheroo (to get around a 
change in systemd LP: #1777099) caused increased power consumption, and slowed 
down the switching process.

  Furthermore, if the main X/Xwayland session was started by Gdm when
  the nvidia driver was loaded, the session will keep the nvidia module
  loaded, and prevent the system from switching off the dGPU. Also, the
  nouveau driver will be loaded, if nvidia is not, and this can cause
  problems to unsupported NVIDIA GPUs.

  The solution involves the following changes:

  1) Solving the problem in systemd (LP: #1777099)

  2) Adding code in gpu-manager and in nvidia-prime to unload the nvidia
  modules, and to allow the PCI device to sleep.

  3) Making a slight change to the current patch in Gdm, used to call
  the PRIME scripts before and after a Gdm session (so that gpu-manager
  gets actually called on log out)

  4) Adding code in gpu-manager to kill the main X/Xwayland session on
  log out, if the session is preventing us from unloading the nvidia
  driver. A new X/Xwayland session will be created after unload the
  module.

  5) Removing the systemd service that loads nouveau from the nvidia
  packages.

  
  [Test Case]
  1) Enable the -proposed repository, and install the new 
"ubuntu-drivers-common", nvidia drivers, nvidia-prime, and gdm3

  2) Make sure the nvidia packages are installed, and enable performance mode 
(if it is already enabled, call "sudo prime-select intel" first):
  sudo prime-select nvidia

  3) Restart your computer and attach your /var/log/gpu-manager.log. see
  if the system boots correctly. If unsure, please attach your /var/log
  /gpu-manager.log and /var/log/Xorg.0.log

  4) Select power saving mode:
  sudo prime-select intel

  5) Log out and log back in

  6) Check if the nvidia driver is still loaded:
  lsmod | grep nvidia

  
  [Regression Potential]
  Low, as hybrid graphics support does not work correctly, and the changes only 
affect this use case.

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

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


[Kernel-packages] [Bug 1687267] Re: kernel BUG at /build/linux-2NWldV/linux-4.10.0/include/linux/swapops.h:129!

2017-05-12 Thread Aurelijus Rinkevicius
*** This bug is a duplicate of bug 1674838 ***
https://bugs.launchpad.net/bugs/1674838

It is definitely a widespread bug as it kills both my laptop and desktop
once in 20 hours or so.

-- 
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/1687267

Title:
  kernel BUG at /build/linux-
  2NWldV/linux-4.10.0/include/linux/swapops.h:129!

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  First traceback looks to be the cause.  The second traceback is the
  effect that followed (repeatedly).

  Don't think it's specific to system76.

  
  Apr 30 09:56:10 galago kernel: [97085.090114] [ cut here 
]
  Apr 30 09:56:10 galago kernel: [97085.090137] kernel BUG at 
/build/linux-2NWldV/linux-4.10.0/include/linux/swapops.h:129!
  Apr 30 09:56:10 galago kernel: [97085.090157] invalid opcode:  [#1] SMP
  Apr 30 09:56:10 galago kernel: [97085.090167] Modules linked in: 
nls_iso8859_1 uas usb_storage ccm rfcomm ipt_MASQUERADE nf_nat_masquerade_ipv4 
xfrm_user xfrm_algo iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 
xt_addrtype iptable_filter xt_conntrack nf_nat nf_conntrack libcrc32c 
br_netfilter bridge stp llc aufs ec_sys cmac bnep arc4 intel_rapl 
x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel snd_hda_codec_hdmi kvm 
irqbypass crct10dif_pclmul crc32_pclmul snd_hda_codec_via ghash_clmulni_intel 
snd_hda_codec_generic pcbc snd_hda_intel snd_hda_codec iwlmvm snd_hda_core 
snd_hwdep aesni_intel snd_pcm uvcvideo mac80211 aes_x86_64 snd_seq_midi 
videobuf2_vmalloc crypto_simd snd_seq_midi_event glue_helper videobuf2_memops 
cryptd videobuf2_v4l2 btusb snd_rawmidi videobuf2_core btrtl snd_seq btbcm 
intel_cstate videodev btintel
  Apr 30 09:56:10 galago kernel: [97085.090334]  bluetooth snd_seq_device media 
intel_rapl_perf iwlwifi snd_timer joydev input_leds cfg80211 rtsx_pci_ms snd 
memstick mei_me soundcore mei lpc_ich shpchp serio_raw tpm_infineon mac_hid 
binfmt_misc cuse parport_pc ppdev lp parport ip_tables x_tables autofs4 btrfs 
xor raid6_pq dm_mirror dm_region_hash dm_log i915 rtsx_pci_sdmmc i2c_algo_bit 
drm_kms_helper psmouse e1000e syscopyarea sysfillrect ahci sysimgblt 
fb_sys_fops libahci drm ptp rtsx_pci pps_core wmi fjes video
  Apr 30 09:56:10 galago kernel: [97085.090439] CPU: 0 PID: 3534 Comm: JS 
Helper Not tainted 4.10.0-20-generic #22-Ubuntu
  Apr 30 09:56:10 galago kernel: [97085.090457] Hardware name: System76, Inc. 
Galago UltraPro/W740SU  , BIOS 4.6.5 12/12/2013
  Apr 30 09:56:10 galago kernel: [97085.090481] task: 9003eb142d00 
task.stack: a0fb83c34000
  Apr 30 09:56:10 galago kernel: [97085.090499] RIP: 
0010:__migration_entry_wait+0x16a/0x180
  Apr 30 09:56:10 galago kernel: [97085.090512] RSP: :a0fb83c37d68 
EFLAGS: 00010246
  Apr 30 09:56:10 galago kernel: [97085.090525] RAX: 000fc0048078 RBX: 
faefcf1c69f0 RCX: faefcf1c69f0
  Apr 30 09:56:10 galago kernel: [97085.090542] RDX: 0001 RSI: 
9003c71a7800 RDI: faefc2f44000
  Apr 30 09:56:10 galago kernel: [97085.090559] RBP: a0fb83c37d80 R08: 
9003ebb38000 R09: 9003ebb38000
  Apr 30 09:56:10 galago kernel: [97085.090576] R10: 7fc0379000c8 R11: 
0206 R12: faefc2f44000
  Apr 30 09:56:10 galago kernel: [97085.090592] R13: 3e0bd100 R14: 
a0fb83c37e30 R15: 9003d0b80898
  Apr 30 09:56:10 galago kernel: [97085.090609] FS:  7fc01b3fa700() 
GS:90041fa0() knlGS:
  Apr 30 09:56:10 galago kernel: [97085.090628] CS:  0010 DS:  ES:  
CR0: 80050033
  Apr 30 09:56:10 galago kernel: [97085.090642] CR2: 7fc004700018 CR3: 
0003c70f9000 CR4: 001406f0
  Apr 30 09:56:10 galago kernel: [97085.090658] Call Trace:
  Apr 30 09:56:10 galago kernel: [97085.090667]  migration_entry_wait+0x74/0x80
  Apr 30 09:56:10 galago kernel: [97085.090680]  do_swap_page+0x5b3/0x770
  Apr 30 09:56:10 galago kernel: [97085.090691]  handle_mm_fault+0x873/0x1360
  Apr 30 09:56:10 galago kernel: [97085.090703]  __do_page_fault+0x23e/0x4e0
  Apr 30 09:56:10 galago kernel: [97085.090715]  do_page_fault+0x22/0x30
  Apr 30 09:56:10 galago kernel: [97085.090726]  page_fault+0x28/0x30
  Apr 30 09:56:10 galago kernel: [97085.090735] RIP: 0033:0x56520e6072b4
  Apr 30 09:56:10 galago kernel: [97085.090744] RSP: 002b:7fc01b3f9c40 
EFLAGS: 00010203
  Apr 30 09:56:10 galago kernel: [97085.090757] RAX:  RBX: 
7fc037900040 RCX: 7fc037b7b137
  Apr 30 09:56:10 galago kernel: [97085.090774] RDX: 0008 RSI: 
2000 RDI: 7fc0047ba000
  Apr 30 09:56:10 galago kernel: [97085.090790] RBP: 7fc00470 R08: 
7fc0379000c8 R09: 
  Apr 30 09:56:10 galago kernel: [97085.090807] R10: 7fc0379000c8 R11: 
0206 R12: 0080
  Apr 30 09:56:10 galago kernel: [97085.090824] 

[Kernel-packages] [Bug 1189142] Re: Broken suspend for i915 with newer kernels

2013-09-08 Thread Aurelijus Rinkevicius
That is correct. However, the firmware does not work properly then (log
excerpt was pasted above).

Side note: I suspect that Ubuntu has shipped some kernel/firmware
updates in the recent past as previously broken kernels came back to
life from a suspend. At the time of original post they were broken.

-- 
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/1189142

Title:
  Broken suspend for i915 with newer kernels

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I am running a Kubuntu 13.04 on a Sandybridge (Intel HD3000) + unused
  AMD HD 6630M. Suspend seems to be broken with newer kernels. The last
  working kernel seems to be ubuntu flavor of 3.8.0-23-generic. The
  newer kernels 3.8.0-24-generic+ and tested generic 3.9.4, 3.10rc4 seem
  to be broken.

  System does not come back up from a sleep. Gets a blank screen and a fan at 
max.
  --- 
  ApportVersion: 2.9.2-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  odysei 2423 F pulseaudio
   /dev/snd/pcmC0D0p:   odysei 2423 F...m pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=8a51a66b-afc7-4aba-af08-adc76ae7bd7a
  InstallationDate: Installed on 2012-04-26 (495 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  MachineType: Sony Corporation VPCSE190X
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=c62018f2-c2bb-4c89-9cba-41700f4452e0 ro pcie_aspm=force 
i915.i915_enable_rc6=1 radeon.dpm=1 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-25-generic N/A
   linux-backports-modules-3.8.0-25-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-25-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-04-27 (130 days ago)
  UserGroups: adm cdrom debian-tor dip lp lpadmin plugdev sambashare sudo
  dmi.bios.date: 06/15/2012
  dmi.bios.vendor: INSYDE
  dmi.bios.version: R2087H4
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnINSYDE:bvrR2087H4:bd06/15/2012:svnSonyCorporation:pnVPCSE190X:pvrC609YTLP:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCSE190X
  dmi.product.version: C609YTLP
  dmi.sys.vendor: Sony Corporation

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

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


[Kernel-packages] [Bug 1189142] Re: Broken suspend for i915 with newer kernels

2013-09-06 Thread Aurelijus Rinkevicius
Hi Chrisotpher,

I ran it with 3.11rc6 that was installed while unstable radeon
firmware were in place (/lib/firmware/radeon) with all the parameters
removed - same effect, i.e., suspend does not come back (usually it does
after 5 mins or so, so there is a kernel loop going on)

radeon.dpm=1 is a kernel 3.11 power saving feature for radeons.
i915.i915_enable_rc6=1, should be enabled by default by now (I set it long time 
ago). https://wiki.ubuntu.com/Kernel/PowerManagement/PowerSavingTweaks
pcie_aspm=force - 
https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Power_Management_Guide/ASPM.html,
 since I generally use intel integrated graphics as switching still su*** in 
linux, I want to turn off unused radeon under the PCIe bridge.

Hope this helps.

-- 
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/1189142

Title:
  Broken suspend for i915 with newer kernels

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I am running a Kubuntu 13.04 on a Sandybridge (Intel HD3000) + unused
  AMD HD 6630M. Suspend seems to be broken with newer kernels. The last
  working kernel seems to be ubuntu flavor of 3.8.0-23-generic. The
  newer kernels 3.8.0-24-generic+ and tested generic 3.9.4, 3.10rc4 seem
  to be broken.

  System does not come back up from a sleep. Gets a blank screen and a fan at 
max.
  --- 
  ApportVersion: 2.9.2-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  odysei 2423 F pulseaudio
   /dev/snd/pcmC0D0p:   odysei 2423 F...m pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=8a51a66b-afc7-4aba-af08-adc76ae7bd7a
  InstallationDate: Installed on 2012-04-26 (495 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  MachineType: Sony Corporation VPCSE190X
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=c62018f2-c2bb-4c89-9cba-41700f4452e0 ro pcie_aspm=force 
i915.i915_enable_rc6=1 radeon.dpm=1 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-25-generic N/A
   linux-backports-modules-3.8.0-25-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-25-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-04-27 (130 days ago)
  UserGroups: adm cdrom debian-tor dip lp lpadmin plugdev sambashare sudo
  dmi.bios.date: 06/15/2012
  dmi.bios.vendor: INSYDE
  dmi.bios.version: R2087H4
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnINSYDE:bvrR2087H4:bd06/15/2012:svnSonyCorporation:pnVPCSE190X:pvrC609YTLP:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCSE190X
  dmi.product.version: C609YTLP
  dmi.sys.vendor: Sony Corporation

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

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


[Kernel-packages] [Bug 1189142] CurrentDmesg.txt

2013-09-04 Thread Aurelijus Rinkevicius
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1189142/+attachment/3802137/+files/CurrentDmesg.txt

-- 
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/1189142

Title:
  Broken suspend for i915 with newer kernels

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I am running a Kubuntu 13.04 on a Sandybridge (Intel HD3000) + unused
  AMD HD 6630M. Suspend seems to be broken with newer kernels. The last
  working kernel seems to be ubuntu flavor of 3.8.0-23-generic. The
  newer kernels 3.8.0-24-generic+ and tested generic 3.9.4, 3.10rc4 seem
  to be broken.

  System does not come back up from a sleep. Gets a blank screen and a fan at 
max.
  --- 
  ApportVersion: 2.9.2-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  odysei 2423 F pulseaudio
   /dev/snd/pcmC0D0p:   odysei 2423 F...m pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=8a51a66b-afc7-4aba-af08-adc76ae7bd7a
  InstallationDate: Installed on 2012-04-26 (495 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  MachineType: Sony Corporation VPCSE190X
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=c62018f2-c2bb-4c89-9cba-41700f4452e0 ro pcie_aspm=force 
i915.i915_enable_rc6=1 radeon.dpm=1 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-25-generic N/A
   linux-backports-modules-3.8.0-25-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-25-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-04-27 (130 days ago)
  UserGroups: adm cdrom debian-tor dip lp lpadmin plugdev sambashare sudo
  dmi.bios.date: 06/15/2012
  dmi.bios.vendor: INSYDE
  dmi.bios.version: R2087H4
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnINSYDE:bvrR2087H4:bd06/15/2012:svnSonyCorporation:pnVPCSE190X:pvrC609YTLP:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCSE190X
  dmi.product.version: C609YTLP
  dmi.sys.vendor: Sony Corporation

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

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


[Kernel-packages] [Bug 1189142] Re: Broken suspend for i915 with newer kernels

2013-09-04 Thread Aurelijus Rinkevicius
apport information

** Tags added: apport-collected raring

** Description changed:

  I am running a Kubuntu 13.04 on a Sandybridge (Intel HD3000) + unused
  AMD HD 6630M. Suspend seems to be broken with newer kernels. The last
  working kernel seems to be ubuntu flavor of 3.8.0-23-generic. The newer
  kernels 3.8.0-24-generic+ and tested generic 3.9.4, 3.10rc4 seem to be
  broken.
  
- System does not come back up from a sleep. Gets a blank screen and a fan
- at max.
+ System does not come back up from a sleep. Gets a blank screen and a fan at 
max.
+ --- 
+ ApportVersion: 2.9.2-0ubuntu8.4
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  odysei 2423 F pulseaudio
+  /dev/snd/pcmC0D0p:   odysei 2423 F...m pulseaudio
+ DistroRelease: Ubuntu 13.04
+ HibernationDevice: RESUME=UUID=8a51a66b-afc7-4aba-af08-adc76ae7bd7a
+ InstallationDate: Installed on 2012-04-26 (495 days ago)
+ InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
+ MachineType: Sony Corporation VPCSE190X
+ MarkForUpload: True
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=c62018f2-c2bb-4c89-9cba-41700f4452e0 ro pcie_aspm=force 
i915.i915_enable_rc6=1 radeon.dpm=1 quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
+ RelatedPackageVersions:
+  linux-restricted-modules-3.8.0-25-generic N/A
+  linux-backports-modules-3.8.0-25-generic  N/A
+  linux-firmware1.106
+ Tags:  raring
+ Uname: Linux 3.8.0-25-generic x86_64
+ UpgradeStatus: Upgraded to raring on 2013-04-27 (130 days ago)
+ UserGroups: adm cdrom debian-tor dip lp lpadmin plugdev sambashare sudo
+ dmi.bios.date: 06/15/2012
+ dmi.bios.vendor: INSYDE
+ dmi.bios.version: R2087H4
+ dmi.board.asset.tag: N/A
+ dmi.board.name: VAIO
+ dmi.board.vendor: Sony Corporation
+ dmi.board.version: N/A
+ dmi.chassis.asset.tag: N/A
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Sony Corporation
+ dmi.chassis.version: N/A
+ dmi.modalias: 
dmi:bvnINSYDE:bvrR2087H4:bd06/15/2012:svnSonyCorporation:pnVPCSE190X:pvrC609YTLP:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
+ dmi.product.name: VPCSE190X
+ dmi.product.version: C609YTLP
+ dmi.sys.vendor: Sony Corporation

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1189142/+attachment/3802134/+files/AlsaInfo.txt

-- 
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/1189142

Title:
  Broken suspend for i915 with newer kernels

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I am running a Kubuntu 13.04 on a Sandybridge (Intel HD3000) + unused
  AMD HD 6630M. Suspend seems to be broken with newer kernels. The last
  working kernel seems to be ubuntu flavor of 3.8.0-23-generic. The
  newer kernels 3.8.0-24-generic+ and tested generic 3.9.4, 3.10rc4 seem
  to be broken.

  System does not come back up from a sleep. Gets a blank screen and a fan at 
max.
  --- 
  ApportVersion: 2.9.2-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  odysei 2423 F pulseaudio
   /dev/snd/pcmC0D0p:   odysei 2423 F...m pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=8a51a66b-afc7-4aba-af08-adc76ae7bd7a
  InstallationDate: Installed on 2012-04-26 (495 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  MachineType: Sony Corporation VPCSE190X
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=c62018f2-c2bb-4c89-9cba-41700f4452e0 ro pcie_aspm=force 
i915.i915_enable_rc6=1 radeon.dpm=1 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-25-generic N/A
   linux-backports-modules-3.8.0-25-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-25-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-04-27 (130 days ago)
  UserGroups: adm cdrom debian-tor dip lp lpadmin plugdev sambashare sudo
  dmi.bios.date: 06/15/2012
  dmi.bios.vendor: INSYDE
  dmi.bios.version: R2087H4
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnINSYDE:bvrR2087H4:bd06/15/2012:svnSonyCorporation:pnVPCSE190X:pvrC609YTLP:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCSE190X
  dmi.product.version: C609YTLP
  dmi.sys.vendor: Sony Corporation

To manage notifications about this bug go to:

[Kernel-packages] [Bug 1189142] BootDmesg.txt

2013-09-04 Thread Aurelijus Rinkevicius
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1189142/+attachment/3802135/+files/BootDmesg.txt

-- 
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/1189142

Title:
  Broken suspend for i915 with newer kernels

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I am running a Kubuntu 13.04 on a Sandybridge (Intel HD3000) + unused
  AMD HD 6630M. Suspend seems to be broken with newer kernels. The last
  working kernel seems to be ubuntu flavor of 3.8.0-23-generic. The
  newer kernels 3.8.0-24-generic+ and tested generic 3.9.4, 3.10rc4 seem
  to be broken.

  System does not come back up from a sleep. Gets a blank screen and a fan at 
max.
  --- 
  ApportVersion: 2.9.2-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  odysei 2423 F pulseaudio
   /dev/snd/pcmC0D0p:   odysei 2423 F...m pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=8a51a66b-afc7-4aba-af08-adc76ae7bd7a
  InstallationDate: Installed on 2012-04-26 (495 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  MachineType: Sony Corporation VPCSE190X
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=c62018f2-c2bb-4c89-9cba-41700f4452e0 ro pcie_aspm=force 
i915.i915_enable_rc6=1 radeon.dpm=1 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-25-generic N/A
   linux-backports-modules-3.8.0-25-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-25-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-04-27 (130 days ago)
  UserGroups: adm cdrom debian-tor dip lp lpadmin plugdev sambashare sudo
  dmi.bios.date: 06/15/2012
  dmi.bios.vendor: INSYDE
  dmi.bios.version: R2087H4
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnINSYDE:bvrR2087H4:bd06/15/2012:svnSonyCorporation:pnVPCSE190X:pvrC609YTLP:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCSE190X
  dmi.product.version: C609YTLP
  dmi.sys.vendor: Sony Corporation

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

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


[Kernel-packages] [Bug 1189142] ProcEnviron.txt

2013-09-04 Thread Aurelijus Rinkevicius
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1189142/+attachment/3802143/+files/ProcEnviron.txt

-- 
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/1189142

Title:
  Broken suspend for i915 with newer kernels

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I am running a Kubuntu 13.04 on a Sandybridge (Intel HD3000) + unused
  AMD HD 6630M. Suspend seems to be broken with newer kernels. The last
  working kernel seems to be ubuntu flavor of 3.8.0-23-generic. The
  newer kernels 3.8.0-24-generic+ and tested generic 3.9.4, 3.10rc4 seem
  to be broken.

  System does not come back up from a sleep. Gets a blank screen and a fan at 
max.
  --- 
  ApportVersion: 2.9.2-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  odysei 2423 F pulseaudio
   /dev/snd/pcmC0D0p:   odysei 2423 F...m pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=8a51a66b-afc7-4aba-af08-adc76ae7bd7a
  InstallationDate: Installed on 2012-04-26 (495 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  MachineType: Sony Corporation VPCSE190X
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=c62018f2-c2bb-4c89-9cba-41700f4452e0 ro pcie_aspm=force 
i915.i915_enable_rc6=1 radeon.dpm=1 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-25-generic N/A
   linux-backports-modules-3.8.0-25-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-25-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-04-27 (130 days ago)
  UserGroups: adm cdrom debian-tor dip lp lpadmin plugdev sambashare sudo
  dmi.bios.date: 06/15/2012
  dmi.bios.vendor: INSYDE
  dmi.bios.version: R2087H4
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnINSYDE:bvrR2087H4:bd06/15/2012:svnSonyCorporation:pnVPCSE190X:pvrC609YTLP:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCSE190X
  dmi.product.version: C609YTLP
  dmi.sys.vendor: Sony Corporation

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

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


[Kernel-packages] [Bug 1189142] ProcInterrupts.txt

2013-09-04 Thread Aurelijus Rinkevicius
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1189142/+attachment/3802145/+files/ProcInterrupts.txt

-- 
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/1189142

Title:
  Broken suspend for i915 with newer kernels

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I am running a Kubuntu 13.04 on a Sandybridge (Intel HD3000) + unused
  AMD HD 6630M. Suspend seems to be broken with newer kernels. The last
  working kernel seems to be ubuntu flavor of 3.8.0-23-generic. The
  newer kernels 3.8.0-24-generic+ and tested generic 3.9.4, 3.10rc4 seem
  to be broken.

  System does not come back up from a sleep. Gets a blank screen and a fan at 
max.
  --- 
  ApportVersion: 2.9.2-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  odysei 2423 F pulseaudio
   /dev/snd/pcmC0D0p:   odysei 2423 F...m pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=8a51a66b-afc7-4aba-af08-adc76ae7bd7a
  InstallationDate: Installed on 2012-04-26 (495 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  MachineType: Sony Corporation VPCSE190X
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=c62018f2-c2bb-4c89-9cba-41700f4452e0 ro pcie_aspm=force 
i915.i915_enable_rc6=1 radeon.dpm=1 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-25-generic N/A
   linux-backports-modules-3.8.0-25-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-25-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-04-27 (130 days ago)
  UserGroups: adm cdrom debian-tor dip lp lpadmin plugdev sambashare sudo
  dmi.bios.date: 06/15/2012
  dmi.bios.vendor: INSYDE
  dmi.bios.version: R2087H4
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnINSYDE:bvrR2087H4:bd06/15/2012:svnSonyCorporation:pnVPCSE190X:pvrC609YTLP:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCSE190X
  dmi.product.version: C609YTLP
  dmi.sys.vendor: Sony Corporation

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

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


[Kernel-packages] [Bug 1189142] HookError_cloud_archive.txt

2013-09-04 Thread Aurelijus Rinkevicius
apport information

** Attachment added: HookError_cloud_archive.txt
   
https://bugs.launchpad.net/bugs/1189142/+attachment/3802138/+files/HookError_cloud_archive.txt

-- 
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/1189142

Title:
  Broken suspend for i915 with newer kernels

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I am running a Kubuntu 13.04 on a Sandybridge (Intel HD3000) + unused
  AMD HD 6630M. Suspend seems to be broken with newer kernels. The last
  working kernel seems to be ubuntu flavor of 3.8.0-23-generic. The
  newer kernels 3.8.0-24-generic+ and tested generic 3.9.4, 3.10rc4 seem
  to be broken.

  System does not come back up from a sleep. Gets a blank screen and a fan at 
max.
  --- 
  ApportVersion: 2.9.2-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  odysei 2423 F pulseaudio
   /dev/snd/pcmC0D0p:   odysei 2423 F...m pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=8a51a66b-afc7-4aba-af08-adc76ae7bd7a
  InstallationDate: Installed on 2012-04-26 (495 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  MachineType: Sony Corporation VPCSE190X
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=c62018f2-c2bb-4c89-9cba-41700f4452e0 ro pcie_aspm=force 
i915.i915_enable_rc6=1 radeon.dpm=1 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-25-generic N/A
   linux-backports-modules-3.8.0-25-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-25-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-04-27 (130 days ago)
  UserGroups: adm cdrom debian-tor dip lp lpadmin plugdev sambashare sudo
  dmi.bios.date: 06/15/2012
  dmi.bios.vendor: INSYDE
  dmi.bios.version: R2087H4
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnINSYDE:bvrR2087H4:bd06/15/2012:svnSonyCorporation:pnVPCSE190X:pvrC609YTLP:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCSE190X
  dmi.product.version: C609YTLP
  dmi.sys.vendor: Sony Corporation

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

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


[Kernel-packages] [Bug 1189142] IwConfig.txt

2013-09-04 Thread Aurelijus Rinkevicius
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1189142/+attachment/3802139/+files/IwConfig.txt

-- 
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/1189142

Title:
  Broken suspend for i915 with newer kernels

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I am running a Kubuntu 13.04 on a Sandybridge (Intel HD3000) + unused
  AMD HD 6630M. Suspend seems to be broken with newer kernels. The last
  working kernel seems to be ubuntu flavor of 3.8.0-23-generic. The
  newer kernels 3.8.0-24-generic+ and tested generic 3.9.4, 3.10rc4 seem
  to be broken.

  System does not come back up from a sleep. Gets a blank screen and a fan at 
max.
  --- 
  ApportVersion: 2.9.2-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  odysei 2423 F pulseaudio
   /dev/snd/pcmC0D0p:   odysei 2423 F...m pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=8a51a66b-afc7-4aba-af08-adc76ae7bd7a
  InstallationDate: Installed on 2012-04-26 (495 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  MachineType: Sony Corporation VPCSE190X
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=c62018f2-c2bb-4c89-9cba-41700f4452e0 ro pcie_aspm=force 
i915.i915_enable_rc6=1 radeon.dpm=1 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-25-generic N/A
   linux-backports-modules-3.8.0-25-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-25-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-04-27 (130 days ago)
  UserGroups: adm cdrom debian-tor dip lp lpadmin plugdev sambashare sudo
  dmi.bios.date: 06/15/2012
  dmi.bios.vendor: INSYDE
  dmi.bios.version: R2087H4
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnINSYDE:bvrR2087H4:bd06/15/2012:svnSonyCorporation:pnVPCSE190X:pvrC609YTLP:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCSE190X
  dmi.product.version: C609YTLP
  dmi.sys.vendor: Sony Corporation

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

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


[Kernel-packages] [Bug 1189142] RfKill.txt

2013-09-04 Thread Aurelijus Rinkevicius
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/1189142/+attachment/3802148/+files/RfKill.txt

-- 
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/1189142

Title:
  Broken suspend for i915 with newer kernels

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I am running a Kubuntu 13.04 on a Sandybridge (Intel HD3000) + unused
  AMD HD 6630M. Suspend seems to be broken with newer kernels. The last
  working kernel seems to be ubuntu flavor of 3.8.0-23-generic. The
  newer kernels 3.8.0-24-generic+ and tested generic 3.9.4, 3.10rc4 seem
  to be broken.

  System does not come back up from a sleep. Gets a blank screen and a fan at 
max.
  --- 
  ApportVersion: 2.9.2-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  odysei 2423 F pulseaudio
   /dev/snd/pcmC0D0p:   odysei 2423 F...m pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=8a51a66b-afc7-4aba-af08-adc76ae7bd7a
  InstallationDate: Installed on 2012-04-26 (495 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  MachineType: Sony Corporation VPCSE190X
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=c62018f2-c2bb-4c89-9cba-41700f4452e0 ro pcie_aspm=force 
i915.i915_enable_rc6=1 radeon.dpm=1 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-25-generic N/A
   linux-backports-modules-3.8.0-25-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-25-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-04-27 (130 days ago)
  UserGroups: adm cdrom debian-tor dip lp lpadmin plugdev sambashare sudo
  dmi.bios.date: 06/15/2012
  dmi.bios.vendor: INSYDE
  dmi.bios.version: R2087H4
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnINSYDE:bvrR2087H4:bd06/15/2012:svnSonyCorporation:pnVPCSE190X:pvrC609YTLP:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCSE190X
  dmi.product.version: C609YTLP
  dmi.sys.vendor: Sony Corporation

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

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


[Kernel-packages] [Bug 1189142] ProcCpuinfo.txt

2013-09-04 Thread Aurelijus Rinkevicius
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1189142/+attachment/3802142/+files/ProcCpuinfo.txt

-- 
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/1189142

Title:
  Broken suspend for i915 with newer kernels

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I am running a Kubuntu 13.04 on a Sandybridge (Intel HD3000) + unused
  AMD HD 6630M. Suspend seems to be broken with newer kernels. The last
  working kernel seems to be ubuntu flavor of 3.8.0-23-generic. The
  newer kernels 3.8.0-24-generic+ and tested generic 3.9.4, 3.10rc4 seem
  to be broken.

  System does not come back up from a sleep. Gets a blank screen and a fan at 
max.
  --- 
  ApportVersion: 2.9.2-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  odysei 2423 F pulseaudio
   /dev/snd/pcmC0D0p:   odysei 2423 F...m pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=8a51a66b-afc7-4aba-af08-adc76ae7bd7a
  InstallationDate: Installed on 2012-04-26 (495 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  MachineType: Sony Corporation VPCSE190X
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=c62018f2-c2bb-4c89-9cba-41700f4452e0 ro pcie_aspm=force 
i915.i915_enable_rc6=1 radeon.dpm=1 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-25-generic N/A
   linux-backports-modules-3.8.0-25-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-25-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-04-27 (130 days ago)
  UserGroups: adm cdrom debian-tor dip lp lpadmin plugdev sambashare sudo
  dmi.bios.date: 06/15/2012
  dmi.bios.vendor: INSYDE
  dmi.bios.version: R2087H4
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnINSYDE:bvrR2087H4:bd06/15/2012:svnSonyCorporation:pnVPCSE190X:pvrC609YTLP:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCSE190X
  dmi.product.version: C609YTLP
  dmi.sys.vendor: Sony Corporation

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

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


[Kernel-packages] [Bug 1189142] PulseList.txt

2013-09-04 Thread Aurelijus Rinkevicius
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1189142/+attachment/3802147/+files/PulseList.txt

-- 
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/1189142

Title:
  Broken suspend for i915 with newer kernels

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I am running a Kubuntu 13.04 on a Sandybridge (Intel HD3000) + unused
  AMD HD 6630M. Suspend seems to be broken with newer kernels. The last
  working kernel seems to be ubuntu flavor of 3.8.0-23-generic. The
  newer kernels 3.8.0-24-generic+ and tested generic 3.9.4, 3.10rc4 seem
  to be broken.

  System does not come back up from a sleep. Gets a blank screen and a fan at 
max.
  --- 
  ApportVersion: 2.9.2-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  odysei 2423 F pulseaudio
   /dev/snd/pcmC0D0p:   odysei 2423 F...m pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=8a51a66b-afc7-4aba-af08-adc76ae7bd7a
  InstallationDate: Installed on 2012-04-26 (495 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  MachineType: Sony Corporation VPCSE190X
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=c62018f2-c2bb-4c89-9cba-41700f4452e0 ro pcie_aspm=force 
i915.i915_enable_rc6=1 radeon.dpm=1 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-25-generic N/A
   linux-backports-modules-3.8.0-25-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-25-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-04-27 (130 days ago)
  UserGroups: adm cdrom debian-tor dip lp lpadmin plugdev sambashare sudo
  dmi.bios.date: 06/15/2012
  dmi.bios.vendor: INSYDE
  dmi.bios.version: R2087H4
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnINSYDE:bvrR2087H4:bd06/15/2012:svnSonyCorporation:pnVPCSE190X:pvrC609YTLP:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCSE190X
  dmi.product.version: C609YTLP
  dmi.sys.vendor: Sony Corporation

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

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


[Kernel-packages] [Bug 1189142] CRDA.txt

2013-09-04 Thread Aurelijus Rinkevicius
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1189142/+attachment/3802136/+files/CRDA.txt

-- 
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/1189142

Title:
  Broken suspend for i915 with newer kernels

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I am running a Kubuntu 13.04 on a Sandybridge (Intel HD3000) + unused
  AMD HD 6630M. Suspend seems to be broken with newer kernels. The last
  working kernel seems to be ubuntu flavor of 3.8.0-23-generic. The
  newer kernels 3.8.0-24-generic+ and tested generic 3.9.4, 3.10rc4 seem
  to be broken.

  System does not come back up from a sleep. Gets a blank screen and a fan at 
max.
  --- 
  ApportVersion: 2.9.2-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  odysei 2423 F pulseaudio
   /dev/snd/pcmC0D0p:   odysei 2423 F...m pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=8a51a66b-afc7-4aba-af08-adc76ae7bd7a
  InstallationDate: Installed on 2012-04-26 (495 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  MachineType: Sony Corporation VPCSE190X
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=c62018f2-c2bb-4c89-9cba-41700f4452e0 ro pcie_aspm=force 
i915.i915_enable_rc6=1 radeon.dpm=1 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-25-generic N/A
   linux-backports-modules-3.8.0-25-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-25-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-04-27 (130 days ago)
  UserGroups: adm cdrom debian-tor dip lp lpadmin plugdev sambashare sudo
  dmi.bios.date: 06/15/2012
  dmi.bios.vendor: INSYDE
  dmi.bios.version: R2087H4
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnINSYDE:bvrR2087H4:bd06/15/2012:svnSonyCorporation:pnVPCSE190X:pvrC609YTLP:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCSE190X
  dmi.product.version: C609YTLP
  dmi.sys.vendor: Sony Corporation

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

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


[Kernel-packages] [Bug 1189142] Lspci.txt

2013-09-04 Thread Aurelijus Rinkevicius
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1189142/+attachment/3802140/+files/Lspci.txt

-- 
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/1189142

Title:
  Broken suspend for i915 with newer kernels

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I am running a Kubuntu 13.04 on a Sandybridge (Intel HD3000) + unused
  AMD HD 6630M. Suspend seems to be broken with newer kernels. The last
  working kernel seems to be ubuntu flavor of 3.8.0-23-generic. The
  newer kernels 3.8.0-24-generic+ and tested generic 3.9.4, 3.10rc4 seem
  to be broken.

  System does not come back up from a sleep. Gets a blank screen and a fan at 
max.
  --- 
  ApportVersion: 2.9.2-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  odysei 2423 F pulseaudio
   /dev/snd/pcmC0D0p:   odysei 2423 F...m pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=8a51a66b-afc7-4aba-af08-adc76ae7bd7a
  InstallationDate: Installed on 2012-04-26 (495 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  MachineType: Sony Corporation VPCSE190X
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=c62018f2-c2bb-4c89-9cba-41700f4452e0 ro pcie_aspm=force 
i915.i915_enable_rc6=1 radeon.dpm=1 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-25-generic N/A
   linux-backports-modules-3.8.0-25-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-25-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-04-27 (130 days ago)
  UserGroups: adm cdrom debian-tor dip lp lpadmin plugdev sambashare sudo
  dmi.bios.date: 06/15/2012
  dmi.bios.vendor: INSYDE
  dmi.bios.version: R2087H4
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnINSYDE:bvrR2087H4:bd06/15/2012:svnSonyCorporation:pnVPCSE190X:pvrC609YTLP:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCSE190X
  dmi.product.version: C609YTLP
  dmi.sys.vendor: Sony Corporation

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

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


[Kernel-packages] [Bug 1189142] ProcModules.txt

2013-09-04 Thread Aurelijus Rinkevicius
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1189142/+attachment/3802146/+files/ProcModules.txt

-- 
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/1189142

Title:
  Broken suspend for i915 with newer kernels

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I am running a Kubuntu 13.04 on a Sandybridge (Intel HD3000) + unused
  AMD HD 6630M. Suspend seems to be broken with newer kernels. The last
  working kernel seems to be ubuntu flavor of 3.8.0-23-generic. The
  newer kernels 3.8.0-24-generic+ and tested generic 3.9.4, 3.10rc4 seem
  to be broken.

  System does not come back up from a sleep. Gets a blank screen and a fan at 
max.
  --- 
  ApportVersion: 2.9.2-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  odysei 2423 F pulseaudio
   /dev/snd/pcmC0D0p:   odysei 2423 F...m pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=8a51a66b-afc7-4aba-af08-adc76ae7bd7a
  InstallationDate: Installed on 2012-04-26 (495 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  MachineType: Sony Corporation VPCSE190X
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=c62018f2-c2bb-4c89-9cba-41700f4452e0 ro pcie_aspm=force 
i915.i915_enable_rc6=1 radeon.dpm=1 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-25-generic N/A
   linux-backports-modules-3.8.0-25-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-25-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-04-27 (130 days ago)
  UserGroups: adm cdrom debian-tor dip lp lpadmin plugdev sambashare sudo
  dmi.bios.date: 06/15/2012
  dmi.bios.vendor: INSYDE
  dmi.bios.version: R2087H4
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnINSYDE:bvrR2087H4:bd06/15/2012:svnSonyCorporation:pnVPCSE190X:pvrC609YTLP:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCSE190X
  dmi.product.version: C609YTLP
  dmi.sys.vendor: Sony Corporation

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

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


[Kernel-packages] [Bug 1189142] Lsusb.txt

2013-09-04 Thread Aurelijus Rinkevicius
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1189142/+attachment/3802141/+files/Lsusb.txt

-- 
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/1189142

Title:
  Broken suspend for i915 with newer kernels

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I am running a Kubuntu 13.04 on a Sandybridge (Intel HD3000) + unused
  AMD HD 6630M. Suspend seems to be broken with newer kernels. The last
  working kernel seems to be ubuntu flavor of 3.8.0-23-generic. The
  newer kernels 3.8.0-24-generic+ and tested generic 3.9.4, 3.10rc4 seem
  to be broken.

  System does not come back up from a sleep. Gets a blank screen and a fan at 
max.
  --- 
  ApportVersion: 2.9.2-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  odysei 2423 F pulseaudio
   /dev/snd/pcmC0D0p:   odysei 2423 F...m pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=8a51a66b-afc7-4aba-af08-adc76ae7bd7a
  InstallationDate: Installed on 2012-04-26 (495 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  MachineType: Sony Corporation VPCSE190X
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=c62018f2-c2bb-4c89-9cba-41700f4452e0 ro pcie_aspm=force 
i915.i915_enable_rc6=1 radeon.dpm=1 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-25-generic N/A
   linux-backports-modules-3.8.0-25-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-25-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-04-27 (130 days ago)
  UserGroups: adm cdrom debian-tor dip lp lpadmin plugdev sambashare sudo
  dmi.bios.date: 06/15/2012
  dmi.bios.vendor: INSYDE
  dmi.bios.version: R2087H4
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnINSYDE:bvrR2087H4:bd06/15/2012:svnSonyCorporation:pnVPCSE190X:pvrC609YTLP:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCSE190X
  dmi.product.version: C609YTLP
  dmi.sys.vendor: Sony Corporation

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

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


[Kernel-packages] [Bug 1189142] WifiSyslog.txt

2013-09-04 Thread Aurelijus Rinkevicius
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1189142/+attachment/3802151/+files/WifiSyslog.txt

-- 
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/1189142

Title:
  Broken suspend for i915 with newer kernels

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I am running a Kubuntu 13.04 on a Sandybridge (Intel HD3000) + unused
  AMD HD 6630M. Suspend seems to be broken with newer kernels. The last
  working kernel seems to be ubuntu flavor of 3.8.0-23-generic. The
  newer kernels 3.8.0-24-generic+ and tested generic 3.9.4, 3.10rc4 seem
  to be broken.

  System does not come back up from a sleep. Gets a blank screen and a fan at 
max.
  --- 
  ApportVersion: 2.9.2-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  odysei 2423 F pulseaudio
   /dev/snd/pcmC0D0p:   odysei 2423 F...m pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=8a51a66b-afc7-4aba-af08-adc76ae7bd7a
  InstallationDate: Installed on 2012-04-26 (495 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  MachineType: Sony Corporation VPCSE190X
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=c62018f2-c2bb-4c89-9cba-41700f4452e0 ro pcie_aspm=force 
i915.i915_enable_rc6=1 radeon.dpm=1 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-25-generic N/A
   linux-backports-modules-3.8.0-25-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-25-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-04-27 (130 days ago)
  UserGroups: adm cdrom debian-tor dip lp lpadmin plugdev sambashare sudo
  dmi.bios.date: 06/15/2012
  dmi.bios.vendor: INSYDE
  dmi.bios.version: R2087H4
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnINSYDE:bvrR2087H4:bd06/15/2012:svnSonyCorporation:pnVPCSE190X:pvrC609YTLP:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCSE190X
  dmi.product.version: C609YTLP
  dmi.sys.vendor: Sony Corporation

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

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


[Kernel-packages] [Bug 1189142] UdevLog.txt

2013-09-04 Thread Aurelijus Rinkevicius
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1189142/+attachment/3802150/+files/UdevLog.txt

-- 
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/1189142

Title:
  Broken suspend for i915 with newer kernels

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I am running a Kubuntu 13.04 on a Sandybridge (Intel HD3000) + unused
  AMD HD 6630M. Suspend seems to be broken with newer kernels. The last
  working kernel seems to be ubuntu flavor of 3.8.0-23-generic. The
  newer kernels 3.8.0-24-generic+ and tested generic 3.9.4, 3.10rc4 seem
  to be broken.

  System does not come back up from a sleep. Gets a blank screen and a fan at 
max.
  --- 
  ApportVersion: 2.9.2-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  odysei 2423 F pulseaudio
   /dev/snd/pcmC0D0p:   odysei 2423 F...m pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=8a51a66b-afc7-4aba-af08-adc76ae7bd7a
  InstallationDate: Installed on 2012-04-26 (495 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  MachineType: Sony Corporation VPCSE190X
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=c62018f2-c2bb-4c89-9cba-41700f4452e0 ro pcie_aspm=force 
i915.i915_enable_rc6=1 radeon.dpm=1 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-25-generic N/A
   linux-backports-modules-3.8.0-25-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-25-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-04-27 (130 days ago)
  UserGroups: adm cdrom debian-tor dip lp lpadmin plugdev sambashare sudo
  dmi.bios.date: 06/15/2012
  dmi.bios.vendor: INSYDE
  dmi.bios.version: R2087H4
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnINSYDE:bvrR2087H4:bd06/15/2012:svnSonyCorporation:pnVPCSE190X:pvrC609YTLP:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCSE190X
  dmi.product.version: C609YTLP
  dmi.sys.vendor: Sony Corporation

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

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


[Kernel-packages] [Bug 1189142] UdevDb.txt

2013-09-04 Thread Aurelijus Rinkevicius
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1189142/+attachment/3802149/+files/UdevDb.txt

-- 
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/1189142

Title:
  Broken suspend for i915 with newer kernels

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I am running a Kubuntu 13.04 on a Sandybridge (Intel HD3000) + unused
  AMD HD 6630M. Suspend seems to be broken with newer kernels. The last
  working kernel seems to be ubuntu flavor of 3.8.0-23-generic. The
  newer kernels 3.8.0-24-generic+ and tested generic 3.9.4, 3.10rc4 seem
  to be broken.

  System does not come back up from a sleep. Gets a blank screen and a fan at 
max.
  --- 
  ApportVersion: 2.9.2-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  odysei 2423 F pulseaudio
   /dev/snd/pcmC0D0p:   odysei 2423 F...m pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=8a51a66b-afc7-4aba-af08-adc76ae7bd7a
  InstallationDate: Installed on 2012-04-26 (495 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  MachineType: Sony Corporation VPCSE190X
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=c62018f2-c2bb-4c89-9cba-41700f4452e0 ro pcie_aspm=force 
i915.i915_enable_rc6=1 radeon.dpm=1 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-25-generic N/A
   linux-backports-modules-3.8.0-25-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-25-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-04-27 (130 days ago)
  UserGroups: adm cdrom debian-tor dip lp lpadmin plugdev sambashare sudo
  dmi.bios.date: 06/15/2012
  dmi.bios.vendor: INSYDE
  dmi.bios.version: R2087H4
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnINSYDE:bvrR2087H4:bd06/15/2012:svnSonyCorporation:pnVPCSE190X:pvrC609YTLP:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCSE190X
  dmi.product.version: C609YTLP
  dmi.sys.vendor: Sony Corporation

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

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