[Kernel-packages] [Bug 1778097] Re: bcmwl-kernel-source not working with linux-image-4.15.0-24-generic

2018-07-02 Thread Pavel Selivanov
Affected me also. To fix it we should download the newer driver that
works with 4.15.+ kernels:

wget http://mirrors.kernel.org/ubuntu/pool/restricted/b/bcmwl/bcmwl-
kernel-source_6.30.223.271+bdcom-0ubuntu4_amd64.deb

sudo dpkg -i bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu4_amd64.deb

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

Title:
  bcmwl-kernel-source not working with linux-image-4.15.0-24-generic

Status in bcmwl package in Ubuntu:
  Confirmed

Bug description:
  Updated to linux-image-4.15.0-24-generic in my Ubuntu 16.04 LTS 64
  bits and wireless stopped working, as if not present, but installed.

  Log file /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/make.log showed:

  DKMS make.log for bcmwl-6.30.223.271+bdcom for kernel 4.15.0-24-generic 
(x86_64)
  mar 19 jun 20:06:46 CST 2018
  make: se entra en el directorio '/usr/src/linux-headers-4.15.0-24-generic'
  CFG80211 API is prefered for this kernel version
  Using CFG80211 API
CC [M]  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.o
  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c: In 
function ‘osl_os_get_image_block’:
  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:1083:26: 
warning: passing argument 2 of ‘kernel_read’ makes pointer from integer without 
a cast [-Wint-conversion]
rdlen = kernel_read(fp, fp->f_pos, buf, len);
^
  In file included from ./include/linux/huge_mm.h:7:0,
   from ./include/linux/mm.h:463,
   from 
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/include/linuxver.h:65,
   from 
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:25:
  ./include/linux/fs.h:2858:16: note: expected ‘void *’ but argument is of type 
‘loff_t {aka long long int}’
   extern ssize_t kernel_read(struct file *, void *, size_t, loff_t *);
  ^
  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:1083:37: 
warning: passing argument 3 of ‘kernel_read’ makes integer from pointer without 
a cast [-Wint-conversion]
rdlen = kernel_read(fp, fp->f_pos, buf, len);
   ^
  In file included from ./include/linux/huge_mm.h:7:0,
   from ./include/linux/mm.h:463,
   from 
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/include/linuxver.h:65,
   from 
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:25:
  ./include/linux/fs.h:2858:16: note: expected ‘size_t {aka long unsigned int}’ 
but argument is of type ‘char *’
   extern ssize_t kernel_read(struct file *, void *, size_t, loff_t *);
  ^
  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:1083:42: 
warning: passing argument 4 of ‘kernel_read’ makes pointer from integer without 
a cast [-Wint-conversion]
rdlen = kernel_read(fp, fp->f_pos, buf, len);
^
  In file included from ./include/linux/huge_mm.h:7:0,
   from ./include/linux/mm.h:463,
   from 
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/include/linuxver.h:65,
   from 
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:25:
  ./include/linux/fs.h:2858:16: note: expected ‘loff_t * {aka long long int *}’ 
but argument is of type ‘int’
   extern ssize_t kernel_read(struct file *, void *, size_t, loff_t *);
  ^
  symbolmap: la: invalid section
CC [M]  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.o
  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c: In 
function ‘wl_init_timer’:
  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:2359:2: 
error: implicit declaration of function ‘init_timer’ 
[-Werror=implicit-function-declaration]
init_timer(&t->timer);
^
  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:2360:10: 
error: ‘struct timer_list’ has no member named ‘data’
t->timer.data = (ulong) t;
^
  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:2361:20: 
error: assignment from incompatible pointer type 
[-Werror=incompatible-pointer-types]
t->timer.function = wl_timer;
  ^
  cc1: some warnings being treated as errors
  scripts/Makefile.build:332: fallo en las instrucciones para el objetivo 
'/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.o'
  make[1]: *** 
[/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.o] Error 1
  Makefile:1552: fallo en las instrucciones para el objetivo 
'_module_/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build'
  make: *** [_module_/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build] Error 2
  make: se sale del directorio '/usr/src/linux-headers-4.15.0-24-generic'


  Installing the bcmwl pack

[Kernel-packages] [Bug 1310823] Re: [Dell Inspiron 1525] Ubuntu freezes when lid closed

2014-05-08 Thread Pavel Selivanov
And this log I was lucky to get when the system in not completly
freezing on lid opening (no messages from kernel in this case, just dies
completely). So this is what kernel says when I'm opening lid, system
still working, but display is turned off and no button except 'power' is
working:

May  8 23:49:19 loki kernel: [   78.188094] divide error:  [#1] SMP 
May  8 23:49:19 loki kernel: [   78.188137] Modules linked in: i8k 
snd_hda_codec_idt snd_hda_codec_hdmi gpio_ich hid_generic dell_wmi 
sparse_keymap btusb dell_laptop dcdbas coretemp kvm_intel kvm snd_hda_intel 
snd_hda_codec joydev serio_raw snd_hwdep r852 sm_common snd_pcm nand 
snd_page_alloc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
lib80211_crypt_tkip nand_ecc snd_seq_device nand_bch snd_timer lpc_ich bch r592 
nand_ids wl(POF) mtd memstick bnep rfcomm snd lib80211 bluetooth cfg80211 
soundcore mac_hid i915 binfmt_misc drm_kms_helper video drm parport_pc 
i2c_algo_bit wmi ppdev lp parport hid_logitech_dj usbhid hid mmc_block psmouse 
ahci libahci firewire_ohci sdhci_pci firewire_core sdhci crc_itu_t sky2
May  8 23:49:19 loki kernel: [   78.188655] CPU: 0 PID: 32 Comm: kworker/0:1 
Tainted: PF   W  O 3.13.11-031311-generic #201404222035
May  8 23:49:19 loki kernel: [   78.188700] Hardware name: Dell Inc. Inspiron 
1525   /0U990C, BIOS A17 10/27/2009
May  8 23:49:19 loki kernel: [   78.188742] Workqueue: kacpi_notify 
acpi_os_execute_deferred
May  8 23:49:19 loki kernel: [   78.188773] task: 8801195697f0 ti: 
88011957c000 task.ti: 88011957c000
May  8 23:49:19 loki kernel: [   78.188803] RIP: 0010:[]  
[] intel_sdvo_get_config+0xa6/0x1e0 [i915]
May  8 23:49:19 loki kernel: [   78.188875] RSP: 0018:88011957db68  EFLAGS: 
00010246
May  8 23:49:19 loki kernel: [   78.188902] RAX:  RBX: 
880036f216e0 RCX: 8800d902c000
May  8 23:49:19 loki kernel: [   78.188932] RDX:  RSI: 
 RDI: 0004
May  8 23:49:19 loki kernel: [   78.188961] RBP: 88011957dba8 R08: 
 R09: 0001
May  8 23:49:19 loki kernel: [   78.188990] R10:  R11: 
 R12: 8800d92e7800
May  8 23:49:19 loki kernel: [   78.189019] R13:  R14: 
8800d902c000 R15: a0207d63
May  8 23:49:19 loki kernel: [   78.189049] FS:  () 
GS:88011fc0() knlGS:
May  8 23:49:19 loki kernel: [   78.189088] CS:  0010 DS:  ES:  CR0: 
8005003b
May  8 23:49:19 loki kernel: [   78.189112] CR2: 7fe791ded170 CR3: 
d9e09000 CR4: 07f0
May  8 23:49:19 loki kernel: [   78.189141] Stack:
May  8 23:49:19 loki kernel: [   78.189154]  88011957dba8 00ffa01c343e 
 1e00
May  8 23:49:19 loki kernel: [   78.189200]  8800d92e7800 8800d9d06b28 
8800d902c000 8800d9d06800
May  8 23:49:19 loki kernel: [   78.189245]  88011957dc18 a019b438 
a0207d6b 88010041
May  8 23:49:19 loki kernel: [   78.189290] Call Trace:
May  8 23:49:19 loki kernel: [   78.189318]  [] 
intel_modeset_readout_hw_state+0x328/0x440 [i915]
May  8 23:49:19 loki kernel: [   78.189366]  [] 
intel_modeset_setup_hw_state+0x30/0x350 [i915]
May  8 23:49:19 loki kernel: [   78.189417]  [] 
intel_lid_notify+0xc1/0x100 [i915]
May  8 23:49:19 loki kernel: [   78.189452]  [] 
notifier_call_chain+0x4d/0x70
May  8 23:49:19 loki kernel: [   78.189479]  [] 
__blocking_notifier_call_chain+0x58/0x80
May  8 23:49:19 loki kernel: [   78.189514]  [] 
blocking_notifier_call_chain+0x16/0x20
May  8 23:49:19 loki kernel: [   78.189550]  [] 
acpi_lid_send_state+0x86/0xaf
May  8 23:49:19 loki kernel: [   78.189575]  [] 
acpi_button_notify+0x40/0xde
May  8 23:49:19 loki kernel: [   78.189606]  [] 
acpi_device_notify+0x19/0x1b
May  8 23:49:19 loki kernel: [   78.189638]  [] 
acpi_ev_notify_dispatch+0x41/0x5c
May  8 23:49:19 loki kernel: [   78.189666]  [] 
acpi_os_execute_deferred+0x15/0x22
May  8 23:49:19 loki kernel: [   78.189699]  [] 
process_one_work+0x17f/0x4c0
May  8 23:49:19 loki kernel: [   78.189729]  [] 
worker_thread+0x11b/0x3d0
May  8 23:49:19 loki kernel: [   78.189754]  [] ? 
manage_workers.isra.21+0x190/0x190
May  8 23:49:19 loki kernel: [   78.189787]  [] 
kthread+0xc9/0xe0
May  8 23:49:19 loki kernel: [   78.189809]  [] ? 
flush_kthread_worker+0xb0/0xb0
May  8 23:49:19 loki kernel: [   78.189841]  [] 
ret_from_fork+0x7c/0xb0
May  8 23:49:19 loki kernel: [   78.189865]  [] ? 
flush_kthread_worker+0xb0/0xb0
May  8 23:49:19 loki kernel: [   78.189896] Code: 0f 85 9f 00 00 00 49 8b 85 b0 
01 00 00 66 81 78 3e 92 25 0f 84 8c 00 00 00 8b b3 24 02 00 00 44 8b ab 20 02 
00 00 31 d2 44 89 e8  f6 41 89 c5 8b 81 80 26 00 00 85 c0 0f 85 9f 00 00 00 
48 8d 
May  8 23:49:19 loki kernel: [   78.190190] RIP  [] 
intel_sdvo_get_config+0xa6/0x1e0 [i915]
May  8 23:49:19 loki kernel: [   78.190243]  RSP 

-- 
You received this bug notific

[Kernel-packages] [Bug 1310823] Re: [Dell Inspiron 1525] Ubuntu freezes when lid closed

2014-05-08 Thread Pavel Selivanov
May  8 23:51:34 loki bluetoothd[487]: Endpoint unregistered: sender=:1.65 
path=/MediaEndpoint/HFPAG
May  8 23:51:34 loki bluetoothd[487]: Endpoint unregistered: sender=:1.65 
path=/MediaEndpoint/HFPHS
May  8 23:51:34 loki bluetoothd[487]: Endpoint unregistered: sender=:1.65 
path=/MediaEndpoint/A2DPSource
May  8 23:51:34 loki bluetoothd[487]: Endpoint unregistered: sender=:1.65 
path=/MediaEndpoint/A2DPSink
May  8 23:51:34 loki bluetoothd[487]: hci0: Remove UUID (0x0011) failed: Busy 
(0x0a)
May  8 23:51:38 loki colord: device removed: xrandr-AU Optronics
May  8 23:51:38 loki colord: Profile removed: 
icc-0535614b8024fad3accb859b843efa58
May  8 23:52:02 loki kernel: [  240.692204] INFO: task kworker/0:1:32 blocked 
for more than 120 seconds.
May  8 23:52:02 loki kernel: [  240.692306]   Tainted: PF   W  O 
3.13.11-031311-generic #201404222035
May  8 23:52:02 loki kernel: [  240.692389] "echo 0 > 
/proc/sys/kernel/hung_task_timeout_secs" disables this message.
May  8 23:52:02 loki kernel: [  240.696330] kworker/0:1 D 0001  
   032  2 0x
May  8 23:52:02 loki kernel: [  240.700258] Workqueue: kacpi_notify 
acpi_os_execute_deferred
May  8 23:52:02 loki kernel: [  240.703974]  88011957d538 0002 
88011957d4f8 88011957dfd8
May  8 23:52:02 loki kernel: [  240.708032]  00014440 00014440 
880119b2c7d0 8801195697f0
May  8 23:52:02 loki kernel: [  240.711699]  88011fc14440 8800d9d06a38 
8800d9d06a3c 
May  8 23:52:02 loki kernel: [  240.715171] Call Trace:
May  8 23:52:02 loki kernel: [  240.718644]  [] 
schedule+0x29/0x70
May  8 23:52:02 loki kernel: [  240.722096]  [] 
schedule_preempt_disabled+0xe/0x10
May  8 23:52:02 loki kernel: [  240.725504]  [] 
__mutex_lock_slowpath+0x114/0x1b0
May  8 23:52:02 loki kernel: [  240.728917]  [] 
mutex_lock+0x23/0x37
May  8 23:52:02 loki kernel: [  240.732277]  [] 
drm_modeset_lock_all+0x1b/0x60 [drm]
May  8 23:52:02 loki kernel: [  240.735481]  [] 
drm_fb_helper_pan_display+0x2f/0xf0 [drm_kms_helper]
May  8 23:52:02 loki kernel: [  240.738816]  [] 
fb_pan_display+0xbd/0x170
May  8 23:52:02 loki kernel: [  240.742106]  [] 
bit_update_start+0x29/0x60
May  8 23:52:02 loki kernel: [  240.745477]  [] 
fbcon_switch+0x3b2/0x560
May  8 23:52:02 loki kernel: [  240.748803]  [] 
redraw_screen+0x179/0x220
May  8 23:52:02 loki kernel: [  240.752173]  [] 
fbcon_blank+0x21a/0x2d0
May  8 23:52:02 loki kernel: [  240.755530]  [] ? up+0x32/0x50
May  8 23:52:02 loki kernel: [  240.758710]  [] ? 
wake_up_klogd+0x34/0x40
May  8 23:52:02 loki kernel: [  240.761903]  [] ? 
console_unlock.part.12+0x237/0x260
May  8 23:52:02 loki kernel: [  240.765224]  [] ? 
internal_add_timer+0x20/0x50
May  8 23:52:02 loki kernel: [  240.768438]  [] ? 
mod_timer+0x10a/0x230
May  8 23:52:02 loki kernel: [  240.771518]  [] 
do_unblank_screen.part.18+0x9e/0x180
May  8 23:52:02 loki kernel: [  240.774681]  [] 
do_unblank_screen+0x48/0x80
May  8 23:52:02 loki kernel: [  240.777819]  [] ? 
intel_sdvo_get_config+0xa6/0x1e0 [i915]
May  8 23:52:02 loki kernel: [  240.780953]  [] 
unblank_screen+0x10/0x20
May  8 23:52:02 loki kernel: [  240.784156]  [] 
bust_spinlocks+0x1d/0x40
May  8 23:52:02 loki kernel: [  240.787219]  [] 
oops_end+0x43/0x160
May  8 23:52:02 loki kernel: [  240.790265]  [] die+0x58/0x90
May  8 23:52:02 loki kernel: [  240.793285]  [] 
do_trap+0xcb/0x170
May  8 23:52:02 loki kernel: [  240.796399]  [] 
do_divide_error+0xa6/0x110
May  8 23:52:02 loki kernel: [  240.799363]  [] ? 
intel_sdvo_get_config+0xa6/0x1e0 [i915]
May  8 23:52:02 loki kernel: [  240.802396]  [] ? 
__i2c_transfer+0x64/0x80
May  8 23:52:02 loki kernel: [  240.802406]  [] ? 
i2c_unlock_adapter+0x25/0x40
May  8 23:52:02 loki kernel: [  240.802411]  [] ? 
i2c_transfer+0x73/0xe0
May  8 23:52:02 loki kernel: [  240.802417]  [] 
divide_error+0x1e/0x30
May  8 23:52:02 loki kernel: [  240.802470]  [] ? 
intel_sdvo_get_config+0xa6/0x1e0 [i915]
May  8 23:52:02 loki kernel: [  240.802520]  [] ? 
intel_sdvo_get_config+0x18a/0x1e0 [i915]
May  8 23:52:02 loki kernel: [  240.802562]  [] 
intel_modeset_readout_hw_state+0x328/0x440 [i915]
May  8 23:52:02 loki kernel: [  240.802610]  [] 
intel_modeset_setup_hw_state+0x30/0x350 [i915]
May  8 23:52:02 loki kernel: [  240.802655]  [] 
intel_lid_notify+0xc1/0x100 [i915]
May  8 23:52:02 loki kernel: [  240.802661]  [] 
notifier_call_chain+0x4d/0x70
May  8 23:52:02 loki kernel: [  240.802669]  [] 
__blocking_notifier_call_chain+0x58/0x80
May  8 23:52:02 loki kernel: [  240.802675]  [] 
blocking_notifier_call_chain+0x16/0x20
May  8 23:52:02 loki kernel: [  240.802683]  [] 
acpi_lid_send_state+0x86/0xaf
May  8 23:52:02 loki kernel: [  240.802688]  [] 
acpi_button_notify+0x40/0xde
May  8 23:52:02 loki kernel: [  240.802695]  [] 
acpi_device_notify+0x19/0x1b
May  8 23:52:02 loki kernel: [  240.802706]  [] 
acpi_ev_notify_dispatch+0x41/0x5c
May  8 23:52:02 loki kernel: [  240.802712]  [] 
acpi_os_execute

[Kernel-packages] [Bug 1310823] Re: [Dell Inspiron 1525] Ubuntu freezes when lid closed

2014-05-05 Thread Pavel Selivanov
Ok I tried 3.13.11-031311-generic and with gnome-shell it works just
fine. I'm able to wake up a system from sleep with power button or
opening lid. Closing/opening lid works fine, no freezes detected in a
series of 6 sleep/wakeup cycles.

I also tried 3.15-rc4 and with 4 tries system was freezing when waking
up. Lid closing/opening was working fine.

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

Title:
  [Dell Inspiron 1525] Ubuntu freezes when lid closed

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hi. I'm using Dell Inspiron 1525 for several years and it was used
  with Ubuntu since 10.04 or so.

  After upgrading from 13.10 to 14.04 my PC started to freeze completely
  (no response from anything, requires hard reboot) if I'm closing the
  lid or display turning off due to inactivity timeout. I also had this
  problem after wake from suspend, but recently got kernel update and
  looks like it was fixed (no freezes after wake up). I tried fresh
  install of 14.04 that I'm using right now, but it doesn't help.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue Apr 22 02:07:31 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: bcmwl, 6.30.223.141+bdcom, 3.13.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller 
(primary) [8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:022f]
 Subsystem: Dell Device [1028:022f]
  InstallationDate: Installed on 2014-04-20 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 1525
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/16/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 0U990C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd10/16/2008:svnDellInc.:pnInspiron1525:pvr:rvnDellInc.:rn0U990C:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1525
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Tue Apr 22 01:39:40 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id9076 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1310823/+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 1310823] Re: [Dell Inspiron 1525] Ubuntu freezes when lid closed

2014-05-05 Thread Pavel Selivanov
Back from vacations and it's looks like the issue is not or not entirely
in kernel.

I'm back to 3.13.0-24-generic and just installed gnome-shell 3.12 and
the problem is gone. I can now safely close and open the lid.

So, looks like that at least a 'trigger' for the freeze is somewhere in
Unity/compiz.

Gonna try again several different kernels.

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

Title:
  [Dell Inspiron 1525] Ubuntu freezes when lid closed

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hi. I'm using Dell Inspiron 1525 for several years and it was used
  with Ubuntu since 10.04 or so.

  After upgrading from 13.10 to 14.04 my PC started to freeze completely
  (no response from anything, requires hard reboot) if I'm closing the
  lid or display turning off due to inactivity timeout. I also had this
  problem after wake from suspend, but recently got kernel update and
  looks like it was fixed (no freezes after wake up). I tried fresh
  install of 14.04 that I'm using right now, but it doesn't help.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue Apr 22 02:07:31 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: bcmwl, 6.30.223.141+bdcom, 3.13.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller 
(primary) [8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:022f]
 Subsystem: Dell Device [1028:022f]
  InstallationDate: Installed on 2014-04-20 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 1525
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/16/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 0U990C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd10/16/2008:svnDellInc.:pnInspiron1525:pvr:rvnDellInc.:rn0U990C:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1525
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Tue Apr 22 01:39:40 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id9076 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1310823/+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 1310823] Re: [Dell Inspiron 1525] Ubuntu freezes when lid closed

2014-04-30 Thread Pavel Selivanov
It was actually not quiet and splash but uncommenting of
GRUB_TERMINAL=console in /etc/default/grub allows me to somehow get a
working display in xorg (maybe I should create another bug for this to
be fixed?).

So I also tried 3.15-rc3. It's marked for 'utopic', but I  found that
it's partially fixes the issue.

Opening lid now just results in a display still turned off and keyboard
not working, but the system is working and accessible through ssh.


** Tags removed: kernel-bug-exists-upstream-3.15-rc2
** Tags added: kernel-bug-exists-upstream-3.15-rc3

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

Title:
  [Dell Inspiron 1525] Ubuntu freezes when lid closed

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hi. I'm using Dell Inspiron 1525 for several years and it was used
  with Ubuntu since 10.04 or so.

  After upgrading from 13.10 to 14.04 my PC started to freeze completely
  (no response from anything, requires hard reboot) if I'm closing the
  lid or display turning off due to inactivity timeout. I also had this
  problem after wake from suspend, but recently got kernel update and
  looks like it was fixed (no freezes after wake up). I tried fresh
  install of 14.04 that I'm using right now, but it doesn't help.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue Apr 22 02:07:31 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: bcmwl, 6.30.223.141+bdcom, 3.13.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller 
(primary) [8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:022f]
 Subsystem: Dell Device [1028:022f]
  InstallationDate: Installed on 2014-04-20 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 1525
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/16/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 0U990C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd10/16/2008:svnDellInc.:pnInspiron1525:pvr:rvnDellInc.:rn0U990C:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1525
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Tue Apr 22 01:39:40 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id9076 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1310823/+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 1310823] Re: [Dell Inspiron 1525] Ubuntu freezes when lid closed

2014-04-30 Thread Pavel Selivanov
Well, no idea why, but after several tries and by removing 'quiet' and
'splash' settings from grub I successfully got my lightdm in
3.15.0-031500rc2-generic.

The bug with lid still exists- complete freeze while opening.

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

** Tags added: kernel-bug-exists-upstream kernel-bug-exists-
upstream-3.15.0-031500rc2

** Tags removed: kernel-bug-exists-upstream-3.15.0-031500rc2
** Tags added: kernel-bug-exists-upstream-3.15-rc2

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

Title:
  [Dell Inspiron 1525] Ubuntu freezes when lid closed

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hi. I'm using Dell Inspiron 1525 for several years and it was used
  with Ubuntu since 10.04 or so.

  After upgrading from 13.10 to 14.04 my PC started to freeze completely
  (no response from anything, requires hard reboot) if I'm closing the
  lid or display turning off due to inactivity timeout. I also had this
  problem after wake from suspend, but recently got kernel update and
  looks like it was fixed (no freezes after wake up). I tried fresh
  install of 14.04 that I'm using right now, but it doesn't help.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue Apr 22 02:07:31 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: bcmwl, 6.30.223.141+bdcom, 3.13.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller 
(primary) [8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:022f]
 Subsystem: Dell Device [1028:022f]
  InstallationDate: Installed on 2014-04-20 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 1525
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/16/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 0U990C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd10/16/2008:svnDellInc.:pnInspiron1525:pvr:rvnDellInc.:rn0U990C:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1525
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Tue Apr 22 01:39:40 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id9076 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1310823/+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 1310823] Re: [Dell Inspiron 1525] Ubuntu freezes when lid closed

2014-04-30 Thread Pavel Selivanov
Christopher, I just tried 3.15 rc1 and rc2 as well as 3.14.0-997 and
looks like these kernels require some xorg upgrade since I got a blank
screen as soon as xorg starts (and actually some green line artifacts
while booting as well). OS is working, but display just turns off so I
wasn't able to test anything.

I also tried 3.13.11-031311. This one starts well, but lid opening still
results in a complete freeze.

Maybe some directions of how to fix 3.15 series? (I had no errors during
installation except my wifi card driver wasn't able to compile).

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

Title:
  [Dell Inspiron 1525] Ubuntu freezes when lid closed

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Hi. I'm using Dell Inspiron 1525 for several years and it was used
  with Ubuntu since 10.04 or so.

  After upgrading from 13.10 to 14.04 my PC started to freeze completely
  (no response from anything, requires hard reboot) if I'm closing the
  lid or display turning off due to inactivity timeout. I also had this
  problem after wake from suspend, but recently got kernel update and
  looks like it was fixed (no freezes after wake up). I tried fresh
  install of 14.04 that I'm using right now, but it doesn't help.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue Apr 22 02:07:31 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: bcmwl, 6.30.223.141+bdcom, 3.13.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller 
(primary) [8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:022f]
 Subsystem: Dell Device [1028:022f]
  InstallationDate: Installed on 2014-04-20 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 1525
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/16/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 0U990C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd10/16/2008:svnDellInc.:pnInspiron1525:pvr:rvnDellInc.:rn0U990C:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1525
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Tue Apr 22 01:39:40 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id9076 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1310823/+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 1310823] Re: [Dell Inspiron 1525] Ubuntu freezes when lid closed

2014-04-29 Thread Pavel Selivanov
** Changed in: linux (Ubuntu)
   Status: Incomplete => New

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

Title:
  [Dell Inspiron 1525] Ubuntu freezes when lid closed

Status in “linux” package in Ubuntu:
  New

Bug description:
  Hi. I'm using Dell Inspiron 1525 for several years and it was used
  with Ubuntu since 10.04 or so.

  After upgrading from 13.10 to 14.04 my PC started to freeze completely
  (no response from anything, requires hard reboot) if I'm closing the
  lid or display turning off due to inactivity timeout. I also had this
  problem after wake from suspend, but recently got kernel update and
  looks like it was fixed (no freezes after wake up). I tried fresh
  install of 14.04 that I'm using right now, but it doesn't help.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue Apr 22 02:07:31 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: bcmwl, 6.30.223.141+bdcom, 3.13.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller 
(primary) [8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:022f]
 Subsystem: Dell Device [1028:022f]
  InstallationDate: Installed on 2014-04-20 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 1525
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/16/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 0U990C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd10/16/2008:svnDellInc.:pnInspiron1525:pvr:rvnDellInc.:rn0U990C:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1525
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Tue Apr 22 01:39:40 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id9076 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1310823/+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 1310823] Re: [Dell Inspiron 1525] Ubuntu freezes when lid closed

2014-04-29 Thread Pavel Selivanov
Ok, I updated BIOS and the output Christopher requested is:
A17
10/27/2009

I made another series of experiments. In short, bios update didn't help
at all.

If I'm not logged in system, so just lightdm works: 10 out of 10 the
system is able to go to sleep after lid is closed and successfully wake
up after i opened the lid.

Logging in default Unity:

If I'm setting the 'suspend' option in power settings for the lid, the
system looks like successfully going to sleep every time, but just 3 of
10 was able to wake up, complete freeze other 7.

If I'm setting 'do nothing' for the lid on AC power, closing of lid
successfully turns off display and system still functions without
problems (i used a music player and ssh connection to monitor), but as
soon as I'm opening lid- complete system freeze.

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

Title:
  [Dell Inspiron 1525] Ubuntu freezes when lid closed

Status in “linux” package in Ubuntu:
  New

Bug description:
  Hi. I'm using Dell Inspiron 1525 for several years and it was used
  with Ubuntu since 10.04 or so.

  After upgrading from 13.10 to 14.04 my PC started to freeze completely
  (no response from anything, requires hard reboot) if I'm closing the
  lid or display turning off due to inactivity timeout. I also had this
  problem after wake from suspend, but recently got kernel update and
  looks like it was fixed (no freezes after wake up). I tried fresh
  install of 14.04 that I'm using right now, but it doesn't help.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue Apr 22 02:07:31 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: bcmwl, 6.30.223.141+bdcom, 3.13.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller 
(primary) [8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:022f]
 Subsystem: Dell Device [1028:022f]
  InstallationDate: Installed on 2014-04-20 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 1525
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/16/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 0U990C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd10/16/2008:svnDellInc.:pnInspiron1525:pvr:rvnDellInc.:rn0U990C:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1525
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Tue Apr 22 01:39:40 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id9076 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1310823/+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 1310823] Re: [Dell Inspiron 1525] Ubuntu freezes when lid closed

2014-04-29 Thread Pavel Selivanov
Right now my BIOS is A16 and I had zero problems with it with all the
previous ubuntus since 9.* series.

A17 has only one fix in it:

Fixes/Enhancements
--
(1) Change pre-charge time out from 2hr to 6hr. 

So, it doesn't seem it will fix anything, but I'll try to update as soon
as I figure out of how to apply their .exe flash utility.

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

Title:
  [Dell Inspiron 1525] Ubuntu freezes when lid closed

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Hi. I'm using Dell Inspiron 1525 for several years and it was used
  with Ubuntu since 10.04 or so.

  After upgrading from 13.10 to 14.04 my PC started to freeze completely
  (no response from anything, requires hard reboot) if I'm closing the
  lid or display turning off due to inactivity timeout. I also had this
  problem after wake from suspend, but recently got kernel update and
  looks like it was fixed (no freezes after wake up). I tried fresh
  install of 14.04 that I'm using right now, but it doesn't help.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue Apr 22 02:07:31 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: bcmwl, 6.30.223.141+bdcom, 3.13.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller 
(primary) [8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:022f]
 Subsystem: Dell Device [1028:022f]
  InstallationDate: Installed on 2014-04-20 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 1525
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/16/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 0U990C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd10/16/2008:svnDellInc.:pnInspiron1525:pvr:rvnDellInc.:rn0U990C:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1525
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Tue Apr 22 01:39:40 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id9076 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1310823/+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 1254131] Re: [Dell Latitude D505] Lubuntu suspend via lid close causes freeze

2014-04-28 Thread Pavel Selivanov
After updates i got today screen is able to turn off an on by inactivity
timeout successfully, without freezing the system.

If the behaviour of lid is to suspend laptop, than closing it suspends
successfully. But wakeups from suspend are randomly freezyng the system
or not.

If the behaviour of lid is to 'do nothing'- system freezes as soon as
lid closes.

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

Title:
  [Dell Latitude D505] Lubuntu suspend via lid close causes freeze

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I have a Dell latitude d505 laptop running Lubuntu 13.10. When I close
  the lid, the screen becomes blank and the mouse cursor freezes and
  can't be moved. The backlight is still on but the system is completely
  unresponsive. I can't even ssh into the laptop to shut it down
  properly but have to pull the plug. I tried changing the options in
  xfce-power-manager to disable suspend but to no avail. I also tried
  editing the /etc/systemd/logind.conf but nothing worked.

  WORKAROUND: Suspend via logout menu, or keyboard shortcut first, then
  shut the lid.

  ---
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDmesg: [   19.936126] init: plymouth-upstart-bridge main process 
ended, respawning
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 82852/855GM Integrated Graphics Device [8086:3582] (rev 
02) (prog-if 00 [VGA controller])
     Subsystem: Dell Latitude D505 [1028:0163]
     Subsystem: Dell Latitude D505 [1028:0163]
  InstallationDate: Installed on 2014-04-17 (2 days ago)
  InstallationMedia: Lubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140416.2)
  LightdmGreeterLog:
   ** (lightdm-gtk-greeter:2923): WARNING **: Failed to load user image: Failed 
to open file '/home/kalehrl/.face': No such file or directory
   g_dbus_connection_real_closed: Remote peer vanished with error: Underlying 
GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
  LightdmGreeterLogOld: ** (lightdm-gtk-greeter:2029): WARNING **: Failed to 
load user image: Failed to open file '/home/kalehrl/.face': No such file or 
directory
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Inc. Latitude D505
  Package: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  PackageArchitecture: i386
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=bdc1d82e-11a8-4346-9b88-9ad33e86fa9f ro forcepae quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Tags:  trusty ubuntu
  Uname: Linux 3.13.0-24-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  _MarkForUpload: True
  dmi.bios.date: 11/03/2006
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 0H2049
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd11/03/2006:svnDellInc.:pnLatitudeD505:pvr:rvnDellInc.:rn0H2049:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D505
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sun Apr 20 18:27:20 2014
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:

  xserver.version: 2:1.15.1-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1254131/+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 1254131] Re: [Dell Latitude D505] Lubuntu suspend via lid close causes freeze

2014-04-28 Thread Pavel Selivanov
Hi. I reported my bug here
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1310823

Actually not sure if it's an xorg or kernel bug, so it's for you to
decide.

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

Title:
  [Dell Latitude D505] Lubuntu suspend via lid close causes freeze

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I have a Dell latitude d505 laptop running Lubuntu 13.10. When I close
  the lid, the screen becomes blank and the mouse cursor freezes and
  can't be moved. The backlight is still on but the system is completely
  unresponsive. I can't even ssh into the laptop to shut it down
  properly but have to pull the plug. I tried changing the options in
  xfce-power-manager to disable suspend but to no avail. I also tried
  editing the /etc/systemd/logind.conf but nothing worked.

  WORKAROUND: Suspend via logout menu, or keyboard shortcut first, then
  shut the lid.

  ---
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDmesg: [   19.936126] init: plymouth-upstart-bridge main process 
ended, respawning
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 82852/855GM Integrated Graphics Device [8086:3582] (rev 
02) (prog-if 00 [VGA controller])
     Subsystem: Dell Latitude D505 [1028:0163]
     Subsystem: Dell Latitude D505 [1028:0163]
  InstallationDate: Installed on 2014-04-17 (2 days ago)
  InstallationMedia: Lubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140416.2)
  LightdmGreeterLog:
   ** (lightdm-gtk-greeter:2923): WARNING **: Failed to load user image: Failed 
to open file '/home/kalehrl/.face': No such file or directory
   g_dbus_connection_real_closed: Remote peer vanished with error: Underlying 
GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
  LightdmGreeterLogOld: ** (lightdm-gtk-greeter:2029): WARNING **: Failed to 
load user image: Failed to open file '/home/kalehrl/.face': No such file or 
directory
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Inc. Latitude D505
  Package: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  PackageArchitecture: i386
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=bdc1d82e-11a8-4346-9b88-9ad33e86fa9f ro forcepae quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Tags:  trusty ubuntu
  Uname: Linux 3.13.0-24-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  _MarkForUpload: True
  dmi.bios.date: 11/03/2006
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 0H2049
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd11/03/2006:svnDellInc.:pnLatitudeD505:pvr:rvnDellInc.:rn0H2049:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D505
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sun Apr 20 18:27:20 2014
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:

  xserver.version: 2:1.15.1-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1254131/+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 1254131] Re: [Dell Latitude D505] Lubuntu suspend via lid close causes freeze

2014-04-21 Thread Pavel Selivanov
Same problem for Dell Inspiron 1525.

I had no such problem in previous ubuntus (13.10, 13.04, 12.10, 12.04
etc).

But after upgrading from 13.10 to 14.04 system just freezes if I close
the lid or display turning off due to inactivity timeout. I also had the
same problem after wake from suspend, but looks like the latest kernel
update fixed this for me. I tried a clean install of 14.04 (using it
right now) and it didn't help.

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

Title:
  [Dell Latitude D505] Lubuntu suspend via lid close causes freeze

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I have a Dell latitude d505 laptop running Lubuntu 13.10. When I close
  the lid, the screen becomes blank and the mouse cursor freezes and
  can't be moved. The backlight is still on but the system is completely
  unresponsive. I can't even ssh into the laptop to shut it down
  properly but have to pull the plug. I tried changing the options in
  xfce-power-manager to disable suspend but to no avail. I also tried
  editing the /etc/systemd/logind.conf but nothing worked.

  WORKAROUND: Suspend via logout menu, or keyboard shortcut first, then
  shut the lid.

  ---
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDmesg: [   19.936126] init: plymouth-upstart-bridge main process 
ended, respawning
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 82852/855GM Integrated Graphics Device [8086:3582] (rev 
02) (prog-if 00 [VGA controller])
     Subsystem: Dell Latitude D505 [1028:0163]
     Subsystem: Dell Latitude D505 [1028:0163]
  InstallationDate: Installed on 2014-04-17 (2 days ago)
  InstallationMedia: Lubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140416.2)
  LightdmGreeterLog:
   ** (lightdm-gtk-greeter:2923): WARNING **: Failed to load user image: Failed 
to open file '/home/kalehrl/.face': No such file or directory
   g_dbus_connection_real_closed: Remote peer vanished with error: Underlying 
GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
  LightdmGreeterLogOld: ** (lightdm-gtk-greeter:2029): WARNING **: Failed to 
load user image: Failed to open file '/home/kalehrl/.face': No such file or 
directory
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Inc. Latitude D505
  Package: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  PackageArchitecture: i386
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=bdc1d82e-11a8-4346-9b88-9ad33e86fa9f ro forcepae quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Tags:  trusty ubuntu
  Uname: Linux 3.13.0-24-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  _MarkForUpload: True
  dmi.bios.date: 11/03/2006
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 0H2049
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd11/03/2006:svnDellInc.:pnLatitudeD505:pvr:rvnDellInc.:rn0H2049:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D505
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sun Apr 20 18:27:20 2014
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:

  xserver.version: 2:1.15.1-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1254131/+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