[Bug 1802696] [NEW] Laptop suspends on login with external screen and lid closed

2018-11-10 Thread Nickolay Ihalainen
Public bug reported:

Release:18.10
with latest updates installed.

I have mouse, keyboard and external screen connected to the laptop, lid is 
closed.
Right after boot I'm selecting user, typing password, pressing enter and after 
a few seconds laptop suspends (fan stopped, keyboard lights turned off). 
Pressing space on a keyboard wakes it up.

MSI GL72 7RD, nvidia drivers installed 390.87, X11 ubuntu desktop
session selected in login screen.

Could be resolved if sleep is disabled on systemd side:
sudo systemctl mask sleep.target suspend.target hibernate.target 
hybrid-sleep.target

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802696

Title:
  Laptop suspends on login with external screen and lid closed

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1189611] Re: bcmwl-kernel-source 6.30.223.30+bdcom-0ubuntu1 fails to see 5GHz networks and is unstable on 2.5GHz

2013-08-04 Thread Nickolay Ihalainen
Hi Michael,
You can find 32-bit package at:
https://www.dropbox.com/sh/aq55hj997ln9i63/OPl813rZyl/bcmwl/bcmwl-kernel-source_6.20.155.1%2Bbdcom-0ubuntu6_i386.deb

and updated packages sources at:
https://www.dropbox.com/sh/aq55hj997ln9i63/0wpxKqkj9P/bcmwl

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1189611

Title:
  bcmwl-kernel-source 6.30.223.30+bdcom-0ubuntu1 fails to see 5GHz
  networks and is unstable on 2.5GHz

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1189611] Re: bcmwl-kernel-source 6.30.223.30+bdcom-0ubuntu1 fails to see 5GHz networks and is unstable on 2.5GHz

2013-07-26 Thread Nickolay Ihalainen
Hello,
I'm able to compile old driver 
bcmwl-6.20.155.1+bdcom
with
patches for 3.10 kernel (bcmwl-6.30.223.30+bdcom)

Required changes are:
0008-add-support-for-linux-3.9.0.patch : replace wl_cfg80211_hybrid.c with 
wl_cfg80211.c  
0009-add-support-for-linux-3.10.0.patch
Add in dkms.conf:
PATCH[7]=0008-add-support-for-linux-3.9.0.patch
PATCH[8]=0009-add-support-for-linux-3.10.0.patch
And rebuild module with dkms:
https://help.ubuntu.com/community/DKMS

Could you test if the problem with BCM4331 connection gone with old
bcmwl driver and 3.10 kernel?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1189611

Title:
  bcmwl-kernel-source 6.30.223.30+bdcom-0ubuntu1 fails to see 5GHz
  networks and is unstable on 2.5GHz

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1200570] Re: Kernel panic on boot inside efivars_sysfs_init on MacBookPro8, 1

2013-07-19 Thread Nickolay Ihalainen
Hi Joseph,
Yes, your kernel builds are good for me.

~# uname -a
Linux bb 3.10.0-3-generic #12~lp1200570v1 SMP Thu Jul 18 17:19:27 UTC 2013 i686 
i686 i686 GNU/Linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1200570

Title:
  Kernel panic on boot inside efivars_sysfs_init on MacBookPro8,1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1200570] Re: Kernel panic on boot inside efivars_sysfs_init on MacBookPro8, 1

2013-07-15 Thread Nickolay Ihalainen
Hi Joseph,
I have found just this mailing list message:
https://lkml.org/lkml/2013/7/10/597

According to discussion it should be in 3.11
https://lkml.org/lkml/2013/7/13/65

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1200570

Title:
  Kernel panic on boot inside efivars_sysfs_init on MacBookPro8,1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1200570] [NEW] Kernel panic on boot inside efivars_sysfs_init on MacBookPro8, 1

2013-07-12 Thread Nickolay Ihalainen
Public bug reported:

I'm not able to boot with any recent saucy kernel without patch applied:

--- drivers/firmware/efi/efivars.c.orig 2013-07-12 14:17:23.984697546 +0400
+++ drivers/firmware/efi/efivars.c  2013-07-12 14:18:16.192698944 +0400
@@ -583,6 +583,9 @@ int efivars_sysfs_init(void)
struct kobject *parent_kobj = efivars_kobject();
int error = 0;
 
+if (!efi_enabled(EFI_RUNTIME_SERVICES))
+return -ENODEV;
+
/* No efivars has been registered yet */
if (!parent_kobj)
return 0;

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: linux-image-3.10.0-2-generic 3.10.0-2.10
ProcVersionSignature: Ubuntu 3.10.0-2.10-generic 3.10.0
Uname: Linux 3.10.0-2-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.10.2-0ubuntu4
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ihanick   26732 F pulseaudio
 /dev/snd/pcmC0D0c:   ihanick   26732 F...m pulseaudio
 /dev/snd/pcmC0D0p:   ihanick   26732 F...m pulseaudio
 /dev/snd/timer:  ihanick   26732 f pulseaudio
CurrentDmesg: [   38.467672] ip6_tables: (C) 2000-2006 Netfilter Core Team
Date: Fri Jul 12 13:44:25 2013
HibernationDevice: RESUME=UUID=c6ee8164-6427-4804-a2cc-0deb8c289254
MachineType: Apple Inc. MacBookPro8,1
MarkForUpload: True
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-2-generic 
root=UUID=c5cbe32b-b343-4ed4-a961-2dd4dee6e6f6 ro quiet splash 
i915.i915_enable_rc6=15 i915.i915_enable_fbc=1 i915.lvds_downclock=1 
pcie_aspm=force acpi_pme=native drm.vblankoffdelay=1 vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.10.0-2-generic N/A
 linux-backports-modules-3.10.0-2-generic  N/A
 linux-firmware1.111
SourcePackage: linux
UpgradeStatus: Upgraded to saucy on 2013-07-09 (2 days ago)
dmi.bios.date: 01/24/12
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP81.88Z.0047.B27.1201241646
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-94245B3640C91C81
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro8,1
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-94245B3640C91C81
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP81.88Z.0047.B27.1201241646:bd01/24/12:svnAppleInc.:pnMacBookPro8,1:pvr1.0:rvnAppleInc.:rnMac-94245B3640C91C81:rvrMacBookPro8,1:cvnAppleInc.:ct10:cvrMac-94245B3640C91C81:
dmi.product.name: MacBookPro8,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: apport-bug i386 saucy third-party-packages

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1200570

Title:
  Kernel panic on boot inside efivars_sysfs_init on MacBookPro8,1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1058090] Re: [Macbook Pro 10, 1] Extremely high packet loss with BCM4331 wireless

2013-01-14 Thread Nickolay Ihalainen
tjbp, I'm using an 64-bit kernel from ubuntu: 3.5.0-22-generic

The time to crash is really differs on access point model.
Currently I'm running for two weeks without packetloss problem.

Linux bb 3.5.0-22-generic #33-Ubuntu SMP Wed Jan 2 21:47:30 UTC 2013 x86_64 
x86_64 x86_64 GNU/Linux
[   25.692170] b43-phy0: Broadcom 4331 WLAN found (core revision 29)
[   25.692316] b43-phy0 debug: Found PHY: Analog 9, Type 7, Revision 1
[   25.692326] b43-phy0 debug: Found Radio: Manuf 0x17F, Version 0x2059, 
Revision 0
[   28.410803] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)

Have only:
 options b43 verbose=4 nohwcrypt=1
under /etc/modprobe.d/b43.conf

If I will remove nohwcrypt=1, in 5-10 minutes under usual load I'm
getting huge packet loss, can't use web, just icmp packets. After any of
interface restart, the connection starts working again: (ifconfig
down/up, rfkill)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1058090

Title:
  [Macbook Pro 10,1] Extremely high packet loss with BCM4331 wireless

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1058090] Re: [Macbook Pro 10, 1] Extremely high packet loss with BCM4331 wireless

2013-01-06 Thread Nickolay Ihalainen
Hello Seth, 
Could you try to reproduce the problem with b43 driver and disable hardware 
encryption:
# echo options b43 nohwcrypt=1  /etc/modprobe.d/b43.conf
rmmod b43;modprobe b43

The problem is gone for me.
Today is one week since the problem is fixed for me, no unexpected connection 
drops even with constant suspend usage (I have SUSPEND_MODULES=b43 bcma)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1058090

Title:
  [Macbook Pro 10,1] Extremely high packet loss with BCM4331 wireless

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1058090] Re: [Macbook Pro 10, 1] Extremely high packet loss with BCM4331 wireless

2012-12-04 Thread Nickolay Ihalainen
Seth,  according to your ProcModules.txt  brcmsmac is not loaded, but you have 
b43 loaded.
b43 is used for wlan0 interface according to WifiSyslog.txt.


BCM4331 is not supported by brcmsmac, see
http://linuxwireless.org/en/users/Drivers/brcm80211#Supported_Chips

From your lspci you have:
BCM4331 802.11a/b/g/n [14e4:4331] (rev 02)

It's exactly the same as mine:
BCM4331 802.11a/b/g/n [14e4:4331] (rev 02)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1058090

Title:
  [Macbook Pro 10,1] Extremely high packet loss with BCM4331 wireless

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1058090] Re: [Macbook Pro 10, 1] Extremely high packet loss with BCM4331 wireless

2012-11-23 Thread Nickolay Ihalainen
I have similar problem with MacBookPro8,1:
firmware version 666.2 (2011-02-23 01:15:07)
BCM4331 802.11a/b/g/n [14e4:4331] (rev 02)

There is a huge packet loss periodically that could be fixed by reloading b43 
module: 
ifconfig wlan0 down; rmmod b43 ; modprobe b43

The problem could be repeated with: 
linux-image-3.5.0-18-generic
linux-image-3.7.0-030700rc4-generic_3.7.0-030700rc4
I have tried to rollback to 3.2 kernel:
linux-image-3.2.34-030234_3.2.34-030234.201211161335,
but the problem persist, but at least with smaller probability.

Steps to reproduce:
1) create a network load, like view video on youtube
2) browse normal web pages.

Without downloading files or online video the probability to have high packet 
loss is low for me. The problem could be reproduced with different wifi access 
points:
DDWRT on Dlink Dir-615 (G-only),
ASUS RT-N12 with a stock firmware (N)
TP-LINK TL-WR841ND (N)

I think the same problem described here:
http://permalink.gmane.org/gmane.linux.drivers.bcm54xx.devel/13499

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1058090

Title:
  [Macbook Pro 10,1] Extremely high packet loss with BCM4331 wireless

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 174168] Re: expecting SSH2_MSG_KEX_DH_GEX_GROUP

2012-09-29 Thread Nickolay Ihalainen
Got the same problem:
ihanick@bb:~/ecu$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 12.04.1 LTS
Release:12.04
Codename:   precise
ihanick@bb:~/ecu$ ssh -V
OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012

trying to ssh from 12.04 host to 10.04:
..
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: first_kex_follows 0 
debug2: kex_parse_kexinit: reserved 0 
debug2: mac_setup: found hmac-md5
debug1: kex: server-client aes128-ctr hmac-md5 none
debug2: mac_setup: found hmac-md5
debug1: kex: client-server aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(102410248192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP

After disabling hmac-md5, by using MACs hmac-sha1,umac...@openssh.com
,hmac-ripemd160 in /etc/ssh/ssh_config

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/174168

Title:
   expecting SSH2_MSG_KEX_DH_GEX_GROUP

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 174168] Re: expecting SSH2_MSG_KEX_DH_GEX_GROUP

2012-09-29 Thread Nickolay Ihalainen
Got the same problem:
ihanick@bb:~/ecu$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 12.04.1 LTS
Release:12.04
Codename:   precise
ihanick@bb:~/ecu$ ssh -V
OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012

trying to ssh from 12.04 host to 10.04:
..
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: first_kex_follows 0 
debug2: kex_parse_kexinit: reserved 0 
debug2: mac_setup: found hmac-md5
debug1: kex: server-client aes128-ctr hmac-md5 none
debug2: mac_setup: found hmac-md5
debug1: kex: client-server aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(102410248192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP

After disabling hmac-md5, by using MACs hmac-sha1,umac...@openssh.com
,hmac-ripemd160 in /etc/ssh/ssh_config

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/174168

Title:
   expecting SSH2_MSG_KEX_DH_GEX_GROUP

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 832603] Re: gnome-settings-daemon crashed with SIGSEGV in g_simple_async_result_complete()

2012-03-29 Thread Nickolay Ihalainen
gnome-settings-daemon crashed with SIGSEGV in g_simple_async_result_complete on
MacBookPro 8.1, every time I press keyboard backlight manipulation keys (f5-f6).
Latest 12.04
Distributor ID: Ubuntu
Description:Ubuntu precise (development branch)
Release:12.04
Codename:   precise

Is the bug fixed in 12.04 too and I should report a different bug?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/832603

Title:
  gnome-settings-daemon crashed with SIGSEGV in
  g_simple_async_result_complete()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/832603/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 319547] Re: The version you are using is not supported by ICQ. Download a free authorized ICQ version from ICQ's official website.

2009-01-22 Thread Nickolay Ihalainen
Still broken for ip 85.140.192.*

-- 
The version you are using is not supported by ICQ. Download a free authorized 
ICQ version from ICQ's official website.
https://bugs.launchpad.net/bugs/319547
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 319547] Re: The version you are using is not supported by ICQ. Download a free authorized ICQ version from ICQ's official website.

2009-01-22 Thread Nickolay Ihalainen
The patch pidgin-NOT-UPSTREAM-2.5.4-icq-russia.patch works for me
(Pidgin 2.5.2 from intrepid).

-- 
The version you are using is not supported by ICQ. Download a free authorized 
ICQ version from ICQ's official website.
https://bugs.launchpad.net/bugs/319547
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 319547] Re: The version you are using is not supported by ICQ. Download a free authorized ICQ version from ICQ's official website.

2009-01-21 Thread Nickolay Ihalainen
It solves the problem for win32 only. This is a link spam.

-- 
The version you are using is not supported by ICQ. Download a free authorized 
ICQ version from ICQ's official website.
https://bugs.launchpad.net/bugs/319547
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs