[Kernel-packages] [Bug 1804028] Re: Surface Go - QCA6174 wifi card not correctly recognized and therefore not working

2018-11-20 Thread Waynexyz
Did some additional tests with "eeprom_ar6320_3p0_TX8_clpc.bin":

The copied and renamed as board.bin file also works with the latest
firmware-6.bin from
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
firmware.git/plain/ath10k/QCA6174/hw3.0/ and also with the one from
https://github.com/kvalo/ath10k-firmware/tree/master/QCA6174/hw3.0 which
was released one week ago. The reception with the seven day old one
firmware is a bit weaker but it is also working fine with no erros in
dmesg!

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

Title:
  Surface Go - QCA6174 wifi card not correctly recognized and therefore
  not working

Status in linux-firmware package in Ubuntu:
  New
Status in linux-firmware package in Fedora:
  Confirmed

Bug description:
  Output of dmesg on Surface Go fresh installed Ubuntu 18.10.

  "[ 4.242132] ath10k_pci :01:00.0: qca6174 hw3.2 target 0x0503 chip_id 
0x00340aff sub 168c:3370
  [ 4.242138] ath10k_pci :01:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 
0 testmode 0
  [ 4.243006] ath10k_pci :01:00.0: firmware ver 
WLAN.RM.4.4.1-00079-QCARMSWPZ-1 api 6 features wowlan,ignore-otp crc32 fd869beb
  [ 4.308059] ath10k_pci :01:00.0: failed to fetch board data for 
bus=pci,vendor=168c,device=003e,subsystem-vendor=168c,subsystem-device=3370 
from ath10k/QCA6174/hw3.0/board-2.bin
  [ 4.309354] ath10k_pci :01:00.0: board_file api 1 bmi_id N/A crc32 
ed5f849a"

  There is a board.bin available directly from the vendor
  http://www.killernetworking.com/support/K1535_Debian/board.bin

  The only thing which is missing is getting this added to
  https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles so
  the official board-2.bin. My problem is that I dont know how to read
  the board files and modify them because I do not know the encoding
  they use.

  Also there have been some updates in the upstream linux-firmware repo.
  https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
  firmware.git/commit/?id=a87eb5f7bac0f70ade57da57d9126d14eee12336 and
  https://github.com/kvalo/ath10k-firmware/tree/master/QCA6174/hw3.0 but
  they also do not help to get the wifi card working/recognized.

  Any ideas how to get this solved?

  Also there is a guide how to port it to Linux
  https://developer.qualcomm.com/download/qca9377/wlan-bluetooth-linux-
  porting-guide.pdf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1804028/+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 1804028] Re: Surface Go - QCA6174 wifi card not correctly recognized and therefore not working

2018-11-20 Thread Waynexyz
In the .zip from https://www.killernetworking.com/killersupport/item
/killer-drivers-inf in the file ./Killer-Ethernet-
Wireless_INF/Production/Windows10-x64/11AC/netathr10x.inf I finally
found one matching subsystem-device=3370 entry, which leads to:

"
%ATHR.DeviceDesc.6320_3%   = ATHR_DEV_OS63_988x_TX8.ndi,
PCI\VEN_168C_003E_3370168C_32; WiFi Only SKU
"

about this special .ndi there are some entrys later:

"
[ATHR_DEV_OS63_988x_TX8.ndi.NTamd64]
Characteristics = 0x84
BusType = 5
AddReg  = atheros_os63.reg, atheros11n.reg, smpsDynamic.reg, 
qca_utf.reg, D0PC.reg, roam.reg, wmmac.reg, FW_3X.reg, BD_TX8.reg, 
enableTxbfee.reg, wowEnable.reg, ForceWowSleep.reg, fastDlBinary.reg, 
enableSmbios.reg, Ch1213_options_SingleSKU.reg   
CopyFiles   = atheros.CopyFiles, atheros_FW_3X.CopyFiles, 
atheros_BD_TX8.CopyFiles, service.CopyFiles
*IfType = 71; IF_TYPE_IEEE80211
*MediaType  = 16; NdisMediumNative802_11
*PhysicalMediaType = 9  ; NdisPhysicalMediumNative802_11
Include = machine.inf, netvwifibus.inf
Needs   = VWiFiBus.CopyFiles

[ATHR_DEV_OS63_988x_TX8.ndi.NTamd64.Services]
AddService = Qcamain10x64, 2, atheros.Service, atheros.EventLog
Include= netvwifibus.inf
Needs  = VWiFiBus.Services
AddService = QcomWlanSrv, 0x0800, wlanService

[ATHR_DEV_OS63_988x_TX8.ndi.NTamd64.HW]
AddReg  = MSI.reg
Include = netvwifibus.inf
Needs   = PciASPMOptIn.Hw, VWiFiBus.PnPFilterRegistration.Hw, 
PciD3ColdSupported.Hw
"

I am just a bit confused because it just says "Wifi Only SKU" and I know
from the Windows Device Manager that also bluetooth is done with the
same chip, see
https://www.reddit.com/r/Surface/comments/9386l7/surface_go_wifi_qualcomm_qca61x4a/e3bbi1b/
but maybe there are two different build-in, one for wifi and one for
bluetooth?

Anyway, from the quote there is one interesting line:

"
CopyFiles   = atheros.CopyFiles, atheros_FW_3X.CopyFiles, 
atheros_BD_TX8.CopyFiles, service.CopyFiles
"

It seems that there exist just one file with "TX8" in it:
"eeprom_ar6320_3p0_TX8_clpc.bin"

I copied the .bin file as board.bin to
/lib/firmware/ath10k/QCA6174/hw3.0/ and it finally works! Wifi is
directly working and no error messages anymore in dmesg! :-)

So eeprom_ar6320_3p0_TX8_clpc.bin, or the informations of that .bin file
have to be added to
https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles and
this should be a clean solution, because the subsystem-device=3370 ID is
matching.

Can someone please double check if this is the correct solution which
could go upstream?

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

Title:
  Surface Go - QCA6174 wifi card not correctly recognized and therefore
  not working

Status in linux-firmware package in Ubuntu:
  New
Status in linux-firmware package in Fedora:
  Confirmed

Bug description:
  Output of dmesg on Surface Go fresh installed Ubuntu 18.10.

  "[ 4.242132] ath10k_pci :01:00.0: qca6174 hw3.2 target 0x0503 chip_id 
0x00340aff sub 168c:3370
  [ 4.242138] ath10k_pci :01:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 
0 testmode 0
  [ 4.243006] ath10k_pci :01:00.0: firmware ver 
WLAN.RM.4.4.1-00079-QCARMSWPZ-1 api 6 features wowlan,ignore-otp crc32 fd869beb
  [ 4.308059] ath10k_pci :01:00.0: failed to fetch board data for 
bus=pci,vendor=168c,device=003e,subsystem-vendor=168c,subsystem-device=3370 
from ath10k/QCA6174/hw3.0/board-2.bin
  [ 4.309354] ath10k_pci :01:00.0: board_file api 1 bmi_id N/A crc32 
ed5f849a"

  There is a board.bin available directly from the vendor
  http://www.killernetworking.com/support/K1535_Debian/board.bin

  The only thing which is missing is getting this added to
  https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles so
  the official board-2.bin. My problem is that I dont know how to read
  the board files and modify them because I do not know the encoding
  they use.

  Also there have been some updates in the upstream linux-firmware repo.
  https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
  firmware.git/commit/?id=a87eb5f7bac0f70ade57da57d9126d14eee12336 and
  https://github.com/kvalo/ath10k-firmware/tree/master/QCA6174/hw3.0 but
  they also do not help to get the wifi card working/recognized.

  Any ideas how to get this solved?

  Also there is a guide how to port it to Linux
  https://developer.qualcomm.com/download/qca9377/wlan-bluetooth-linux-
  porting-guide.pdf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1804028/+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 1804028] Re: Surface Go - Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not correctly recognized

2018-11-20 Thread Waynexyz
** Bug watch added: Red Hat Bugzilla #1651779
   https://bugzilla.redhat.com/show_bug.cgi?id=1651779

** Also affects: linux-firmware (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=1651779
   Importance: Unknown
   Status: Unknown

** Summary changed:

- Surface Go - Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not 
correctly recognized
+ Surface Go - QCA6174 wifi card not correctly recognized and therefore not 
working

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

Title:
  Surface Go - QCA6174 wifi card not correctly recognized and therefore
  not working

Status in linux-firmware package in Ubuntu:
  New
Status in linux-firmware package in Fedora:
  Unknown

Bug description:
  Output of dmesg on Surface Go fresh installed Ubuntu 18.10.

  "[ 4.242132] ath10k_pci :01:00.0: qca6174 hw3.2 target 0x0503 chip_id 
0x00340aff sub 168c:3370
  [ 4.242138] ath10k_pci :01:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 
0 testmode 0
  [ 4.243006] ath10k_pci :01:00.0: firmware ver 
WLAN.RM.4.4.1-00079-QCARMSWPZ-1 api 6 features wowlan,ignore-otp crc32 fd869beb
  [ 4.308059] ath10k_pci :01:00.0: failed to fetch board data for 
bus=pci,vendor=168c,device=003e,subsystem-vendor=168c,subsystem-device=3370 
from ath10k/QCA6174/hw3.0/board-2.bin
  [ 4.309354] ath10k_pci :01:00.0: board_file api 1 bmi_id N/A crc32 
ed5f849a"

  There is a board.bin available directly from the vendor
  http://www.killernetworking.com/support/K1535_Debian/board.bin

  The only thing which is missing is getting this added to
  https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles so
  the official board-2.bin. My problem is that I dont know how to read
  the board files and modify them because I do not know the encoding
  they use.

  Also there have been some updates in the upstream linux-firmware repo.
  https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
  firmware.git/commit/?id=a87eb5f7bac0f70ade57da57d9126d14eee12336 and
  https://github.com/kvalo/ath10k-firmware/tree/master/QCA6174/hw3.0 but
  they also do not help to get the wifi card working/recognized.

  Any ideas how to get this solved?

  Also there is a guide how to port it to Linux
  https://developer.qualcomm.com/download/qca9377/wlan-bluetooth-linux-
  porting-guide.pdf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1804028/+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 1804028] Re: Surface Go - Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not correctly recognized

2018-11-20 Thread Waynexyz
Summary of all tests:

before in dmesg, plain 18.10 install, all files from Ubuntu 18.10:

[4.242132] ath10k_pci :01:00.0: qca6174 hw3.2 target 0x0503 chip_id 
0x00340aff sub 168c:3370
[4.242138] ath10k_pci :01:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 
0 testmode 0
[4.243006] ath10k_pci :01:00.0: firmware ver 
WLAN.RM.4.4.1-00079-QCARMSWPZ-1 api 6 features wowlan,ignore-otp crc32 fd869beb
[4.308059] ath10k_pci :01:00.0: failed to fetch board data for 
bus=pci,vendor=168c,device=003e,subsystem-vendor=168c,subsystem-device=3370 
from ath10k/QCA6174/hw3.0/board-2.bin
[4.309354] ath10k_pci :01:00.0: board_file api 1 bmi_id N/A crc32 
ed5f849a


after copying board.bin from 
http://www.killernetworking.com/support/K1535_Debian/board.bin to 
/lib/firmware/ath10k/QCA6174/hw3.0/:

dmesg | grep ath
[4.513563] ath10k_pci :01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 
reset_mode 0
[4.806988] ath10k_pci :01:00.0: qca6174 hw3.2 target 0x0503 chip_id 
0x00340aff sub 168c:3370
[4.806994] ath10k_pci :01:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 
0 testmode 0
[4.807918] ath10k_pci :01:00.0: firmware ver 
WLAN.RM.4.4.1-00079-QCARMSWPZ-1 api 6 features wowlan,ignore-otp crc32 fd869beb
[4.876632] ath10k_pci :01:00.0: board_file api 1 bmi_id N/A crc32 
70c38a29
[5.593731] ath10k_pci :01:00.0: Unknown eventid: 118809
[5.596743] ath10k_pci :01:00.0: Unknown eventid: 90118
[5.600688] ath10k_pci :01:00.0: htt-ver 3.47 wmi-op 4 htt-op 3 cal otp 
max-sta 32 raw 0 hwcrypto 1
[5.691843] ath: EEPROM regdomain: 0x0
[5.691845] ath: EEPROM indicates default country code should be used
[5.691846] ath: doing EEPROM country->regdmn map search
[5.691849] ath: country maps to regdmn code: 0x3a
[5.691850] ath: Country alpha2 being used: US
[5.691851] ath: Regpair used: 0x3a
[6.576740] ath10k_pci :01:00.0 wlp1s0: renamed from wlan0
[7.403038] ath10k_pci :01:00.0: Unknown eventid: 118809
[7.406042] ath10k_pci :01:00.0: Unknown eventid: 90118
[  184.060093] ath10k_pci :01:00.0: Unknown eventid: 118809
[  184.063109] ath10k_pci :01:00.0: Unknown eventid: 90118

board-2.bin and firmware-6.bin to /lib/firmware/ath10k/QCA6174/hw3.0
from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
firmware.git/plain/ath10k/QCA6174/hw3.0/

dmesg | grep ath1
[4.705768] ath10k_pci :01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 
reset_mode 0
[5.018964] ath10k_pci :01:00.0: qca6174 hw3.2 target 0x0503 chip_id 
0x00340aff sub 168c:3370
[5.018969] ath10k_pci :01:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 
0 testmode 0
[5.019857] ath10k_pci :01:00.0: firmware ver 
RM.4.4.1.c2-00057-QCARMSWP-1 api 6 features 
wowlan,ignore-otp,no-4addr-pad,raw-mode crc32 e061250a
[5.086600] ath10k_pci :01:00.0: board_file api 1 bmi_id N/A crc32 
20d869c3
[5.767716] ath10k_pci :01:00.0: firmware crashed! (guid 
390954f4-9e12-4a66-beb8-e2378fd94072)
[5.767728] ath10k_pci :01:00.0: qca6174 hw3.2 target 0x0503 chip_id 
0x00340aff sub 168c:3370
[5.767733] ath10k_pci :01:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 
0 testmode 0
[5.768636] ath10k_pci :01:00.0: firmware ver 
RM.4.4.1.c2-00057-QCARMSWP-1 api 6 features 
wowlan,ignore-otp,no-4addr-pad,raw-mode crc32 e061250a
[5.769298] ath10k_pci :01:00.0: board_file api 1 bmi_id N/A crc32 
20d869c3
[5.769303] ath10k_pci :01:00.0: htt-ver 0.0 wmi-op 4 htt-op 3 cal otp 
max-sta 32 raw 0 hwcrypto 1
[5.771614] ath10k_pci :01:00.0: firmware register dump:
[5.771623] ath10k_pci :01:00.0: [00]: 0x0503 0x15B3 0x0094AF7F 
0x00955B31
[5.771629] ath10k_pci :01:00.0: [04]: 0x0094AF7F 0x00060130 0x001E 
0x0010
[5.771634] ath10k_pci :01:00.0: [08]: 0x00401FC0 0x0040E948 0x0040E950 
0x00408794
[5.771639] ath10k_pci :01:00.0: [12]: 0x0009 0x 0x00952A41 
0x00952A4F
[5.771645] ath10k_pci :01:00.0: [16]: 0x00952CC4 0x0091080D 0x 
0x
[5.771650] ath10k_pci :01:00.0: [20]: 0x4094AF7F 0x0040E8C8 0x 
0x0040A2E0
[5.771655] ath10k_pci :01:00.0: [24]: 0x8093F091 0x0040E928 0x0040 
0xC094AF7F
[5.771661] ath10k_pci :01:00.0: [28]: 0x8093F0E6 0x0040E948 0x00401FC0 
0x0040EA30
[5.771666] ath10k_pci :01:00.0: [32]: 0x80926B65 0x0040E988 0x00401FC0 
0x0040EA30
[5.771671] ath10k_pci :01:00.0: [36]: 0x809E61CD 0x0040E9A8 0x0040EA2C 
0x
[5.771676] ath10k_pci :01:00.0: [40]: 0x800A11DB 0x0040E9E8 0x0040EA2C 
0x004235A0
[5.771681] ath10k_pci :01:00.0: [44]: 0x800A08D5 0x0040EA18 0x00421508 
0x0040
[5.771686] ath10k_pci :01:00.0: [48]: 0x800A0C0E 0x0040EA88 0x00416DD0 
0x0040
[5.771692] ath10k_pci :01:00.0: [52]: 0x800A0658 0x0040EAA8 0x08E0 
0x0010
[5.771697] ath10k_pci :01:00.0: [56]: 

[Kernel-packages] [Bug 1804028] Re: Surface Go - Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not correctly recognized

2018-11-20 Thread Waynexyz
So somehow with newer boad-2.bin files the card get recognized but the
firmware still crashes.

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

Title:
  Surface Go - Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not
  correctly recognized

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  Output of dmesg on Surface Go fresh installed Ubuntu 18.10.

  "[ 4.242132] ath10k_pci :01:00.0: qca6174 hw3.2 target 0x0503 chip_id 
0x00340aff sub 168c:3370
  [ 4.242138] ath10k_pci :01:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 
0 testmode 0
  [ 4.243006] ath10k_pci :01:00.0: firmware ver 
WLAN.RM.4.4.1-00079-QCARMSWPZ-1 api 6 features wowlan,ignore-otp crc32 fd869beb
  [ 4.308059] ath10k_pci :01:00.0: failed to fetch board data for 
bus=pci,vendor=168c,device=003e,subsystem-vendor=168c,subsystem-device=3370 
from ath10k/QCA6174/hw3.0/board-2.bin
  [ 4.309354] ath10k_pci :01:00.0: board_file api 1 bmi_id N/A crc32 
ed5f849a"

  There is a board.bin available directly from the vendor
  http://www.killernetworking.com/support/K1535_Debian/board.bin

  The only thing which is missing is getting this added to
  https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles so
  the official board-2.bin. My problem is that I dont know how to read
  the board files and modify them because I do not know the encoding
  they use.

  Also there have been some updates in the upstream linux-firmware repo.
  https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
  firmware.git/commit/?id=a87eb5f7bac0f70ade57da57d9126d14eee12336 and
  https://github.com/kvalo/ath10k-firmware/tree/master/QCA6174/hw3.0 but
  they also do not help to get the wifi card working/recognized.

  Any ideas how to get this solved?

  Also there is a guide how to port it to Linux
  https://developer.qualcomm.com/download/qca9377/wlan-bluetooth-linux-
  porting-guide.pdf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1804028/+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 1804028] Re: Surface Go - Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not correctly recognized

2018-11-19 Thread Waynexyz
There is also a .zip files available
https://www.killernetworking.com/killersupport/item/killer-drivers-inf
which includes some .bin files for the QCA6174 (e.g.
"qca61x4_1_1_2.bin" )

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

Title:
  Surface Go - Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not
  correctly recognized

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  Output of dmesg on Surface Go fresh installed Ubuntu 18.10.

  "[ 4.242132] ath10k_pci :01:00.0: qca6174 hw3.2 target 0x0503 chip_id 
0x00340aff sub 168c:3370
  [ 4.242138] ath10k_pci :01:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 
0 testmode 0
  [ 4.243006] ath10k_pci :01:00.0: firmware ver 
WLAN.RM.4.4.1-00079-QCARMSWPZ-1 api 6 features wowlan,ignore-otp crc32 fd869beb
  [ 4.308059] ath10k_pci :01:00.0: failed to fetch board data for 
bus=pci,vendor=168c,device=003e,subsystem-vendor=168c,subsystem-device=3370 
from ath10k/QCA6174/hw3.0/board-2.bin
  [ 4.309354] ath10k_pci :01:00.0: board_file api 1 bmi_id N/A crc32 
ed5f849a"

  There is a board.bin available directly from the vendor
  http://www.killernetworking.com/support/K1535_Debian/board.bin

  The only thing which is missing is getting this added to
  https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles so
  the official board-2.bin. My problem is that I dont know how to read
  the board files and modify them because I do not know the encoding
  they use.

  Also there have been some updates in the upstream linux-firmware repo.
  https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
  firmware.git/commit/?id=a87eb5f7bac0f70ade57da57d9126d14eee12336 and
  https://github.com/kvalo/ath10k-firmware/tree/master/QCA6174/hw3.0 but
  they also do not help to get the wifi card working/recognized.

  Any ideas how to get this solved?

  Also there is a guide how to port it to Linux
  https://developer.qualcomm.com/download/qca9377/wlan-bluetooth-linux-
  porting-guide.pdf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1804028/+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 1804028] Re: Surface Go - Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not correctly recognized

2018-11-19 Thread Waynexyz
this is the output of dmesg after replacing the board.bin with the one
from killernetworking.com:

dmesg | grep ath
[4.513563] ath10k_pci :01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 
reset_mode 0
[4.806988] ath10k_pci :01:00.0: qca6174 hw3.2 target 0x0503 chip_id 
0x00340aff sub 168c:3370
[4.806994] ath10k_pci :01:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 
0 testmode 0
[4.807918] ath10k_pci :01:00.0: firmware ver 
WLAN.RM.4.4.1-00079-QCARMSWPZ-1 api 6 features wowlan,ignore-otp crc32 fd869beb
[4.876632] ath10k_pci :01:00.0: board_file api 1 bmi_id N/A crc32 
70c38a29
[5.593731] ath10k_pci :01:00.0: Unknown eventid: 118809
[5.596743] ath10k_pci :01:00.0: Unknown eventid: 90118
[5.600688] ath10k_pci :01:00.0: htt-ver 3.47 wmi-op 4 htt-op 3 cal otp 
max-sta 32 raw 0 hwcrypto 1
[5.691843] ath: EEPROM regdomain: 0x0
[5.691845] ath: EEPROM indicates default country code should be used
[5.691846] ath: doing EEPROM country->regdmn map search
[5.691849] ath: country maps to regdmn code: 0x3a
[5.691850] ath: Country alpha2 being used: US
[5.691851] ath: Regpair used: 0x3a
[6.576740] ath10k_pci :01:00.0 wlp1s0: renamed from wlan0
[7.403038] ath10k_pci :01:00.0: Unknown eventid: 118809
[7.406042] ath10k_pci :01:00.0: Unknown eventid: 90118
[  184.060093] ath10k_pci :01:00.0: Unknown eventid: 118809
[  184.063109] ath10k_pci :01:00.0: Unknown eventid: 90118

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

Title:
  Surface Go - Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not
  correctly recognized

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  Output of dmesg on Surface Go fresh installed Ubuntu 18.10.

  "[ 4.242132] ath10k_pci :01:00.0: qca6174 hw3.2 target 0x0503 chip_id 
0x00340aff sub 168c:3370
  [ 4.242138] ath10k_pci :01:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 
0 testmode 0
  [ 4.243006] ath10k_pci :01:00.0: firmware ver 
WLAN.RM.4.4.1-00079-QCARMSWPZ-1 api 6 features wowlan,ignore-otp crc32 fd869beb
  [ 4.308059] ath10k_pci :01:00.0: failed to fetch board data for 
bus=pci,vendor=168c,device=003e,subsystem-vendor=168c,subsystem-device=3370 
from ath10k/QCA6174/hw3.0/board-2.bin
  [ 4.309354] ath10k_pci :01:00.0: board_file api 1 bmi_id N/A crc32 
ed5f849a"

  There is a board.bin available directly from the vendor
  http://www.killernetworking.com/support/K1535_Debian/board.bin

  The only thing which is missing is getting this added to
  https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles so
  the official board-2.bin. My problem is that I dont know how to read
  the board files and modify them because I do not know the encoding
  they use.

  Also there have been some updates in the upstream linux-firmware repo.
  https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
  firmware.git/commit/?id=a87eb5f7bac0f70ade57da57d9126d14eee12336 and
  https://github.com/kvalo/ath10k-firmware/tree/master/QCA6174/hw3.0 but
  they also do not help to get the wifi card working/recognized.

  Any ideas how to get this solved?

  Also there is a guide how to port it to Linux
  https://developer.qualcomm.com/download/qca9377/wlan-bluetooth-linux-
  porting-guide.pdf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1804028/+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 1804028] Re: Surface Go - Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not correctly recognized

2018-11-19 Thread Waynexyz
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
firmware.git/plain/ath10k/QCA6174/hw3.0/ the files in that folder need
to be modified I think and added the needed information in the
board-2.bin . So if anyone knows which informations are needed, please
let me know and I will help debugging to get the stuff upstream.

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

Title:
  Surface Go - Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not
  correctly recognized

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  Output of dmesg on Surface Go fresh installed Ubuntu 18.10.

  "[ 4.242132] ath10k_pci :01:00.0: qca6174 hw3.2 target 0x0503 chip_id 
0x00340aff sub 168c:3370
  [ 4.242138] ath10k_pci :01:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 
0 testmode 0
  [ 4.243006] ath10k_pci :01:00.0: firmware ver 
WLAN.RM.4.4.1-00079-QCARMSWPZ-1 api 6 features wowlan,ignore-otp crc32 fd869beb
  [ 4.308059] ath10k_pci :01:00.0: failed to fetch board data for 
bus=pci,vendor=168c,device=003e,subsystem-vendor=168c,subsystem-device=3370 
from ath10k/QCA6174/hw3.0/board-2.bin
  [ 4.309354] ath10k_pci :01:00.0: board_file api 1 bmi_id N/A crc32 
ed5f849a"

  There is a board.bin available directly from the vendor
  http://www.killernetworking.com/support/K1535_Debian/board.bin

  The only thing which is missing is getting this added to
  https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles so
  the official board-2.bin. My problem is that I dont know how to read
  the board files and modify them because I do not know the encoding
  they use.

  Also there have been some updates in the upstream linux-firmware repo.
  https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
  firmware.git/commit/?id=a87eb5f7bac0f70ade57da57d9126d14eee12336 and
  https://github.com/kvalo/ath10k-firmware/tree/master/QCA6174/hw3.0 but
  they also do not help to get the wifi card working/recognized.

  Any ideas how to get this solved?

  Also there is a guide how to port it to Linux
  https://developer.qualcomm.com/download/qca9377/wlan-bluetooth-linux-
  porting-guide.pdf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1804028/+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 1804028] Re: Surface Go - Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not correctly recognized

2018-11-19 Thread Waynexyz
After copying the above
http://www.killernetworking.com/support/K1535_Debian/board.bin to the
following folder "/lib/firmware/ath10k/QCA6174/hw3.0", the wifi works
flawless. Just the "board.bin" and "board-2.bin" in
"/lib/firmware/ath10k/QCA6174/hw3.0" have to be deleted before.

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

Title:
  Surface Go - Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not
  correctly recognized

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  Output of dmesg on Surface Go fresh installed Ubuntu 18.10.

  "[ 4.242132] ath10k_pci :01:00.0: qca6174 hw3.2 target 0x0503 chip_id 
0x00340aff sub 168c:3370
  [ 4.242138] ath10k_pci :01:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 
0 testmode 0
  [ 4.243006] ath10k_pci :01:00.0: firmware ver 
WLAN.RM.4.4.1-00079-QCARMSWPZ-1 api 6 features wowlan,ignore-otp crc32 fd869beb
  [ 4.308059] ath10k_pci :01:00.0: failed to fetch board data for 
bus=pci,vendor=168c,device=003e,subsystem-vendor=168c,subsystem-device=3370 
from ath10k/QCA6174/hw3.0/board-2.bin
  [ 4.309354] ath10k_pci :01:00.0: board_file api 1 bmi_id N/A crc32 
ed5f849a"

  There is a board.bin available directly from the vendor
  http://www.killernetworking.com/support/K1535_Debian/board.bin

  The only thing which is missing is getting this added to
  https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles so
  the official board-2.bin. My problem is that I dont know how to read
  the board files and modify them because I do not know the encoding
  they use.

  Also there have been some updates in the upstream linux-firmware repo.
  https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
  firmware.git/commit/?id=a87eb5f7bac0f70ade57da57d9126d14eee12336 and
  https://github.com/kvalo/ath10k-firmware/tree/master/QCA6174/hw3.0 but
  they also do not help to get the wifi card working/recognized.

  Any ideas how to get this solved?

  Also there is a guide how to port it to Linux
  https://developer.qualcomm.com/download/qca9377/wlan-bluetooth-linux-
  porting-guide.pdf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1804028/+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 1804028] Re: Surface Go - Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not correctly recognized

2018-11-19 Thread Waynexyz
** Also affects: linux-firmware (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: launchpad

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

Title:
  Surface Go - Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not
  correctly recognized

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  Output of dmesg on Surface Go fresh installed Ubuntu 18.10.

  "[ 4.242132] ath10k_pci :01:00.0: qca6174 hw3.2 target 0x0503 chip_id 
0x00340aff sub 168c:3370
  [ 4.242138] ath10k_pci :01:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 
0 testmode 0
  [ 4.243006] ath10k_pci :01:00.0: firmware ver 
WLAN.RM.4.4.1-00079-QCARMSWPZ-1 api 6 features wowlan,ignore-otp crc32 fd869beb
  [ 4.308059] ath10k_pci :01:00.0: failed to fetch board data for 
bus=pci,vendor=168c,device=003e,subsystem-vendor=168c,subsystem-device=3370 
from ath10k/QCA6174/hw3.0/board-2.bin
  [ 4.309354] ath10k_pci :01:00.0: board_file api 1 bmi_id N/A crc32 
ed5f849a"

  There is a board.bin available directly from the vendor
  http://www.killernetworking.com/support/K1535_Debian/board.bin

  The only thing which is missing is getting this added to
  https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles so
  the official board-2.bin. My problem is that I dont know how to read
  the board files and modify them because I do not know the encoding
  they use.

  Also there have been some updates in the upstream linux-firmware repo.
  https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
  firmware.git/commit/?id=a87eb5f7bac0f70ade57da57d9126d14eee12336 and
  https://github.com/kvalo/ath10k-firmware/tree/master/QCA6174/hw3.0 but
  they also do not help to get the wifi card working/recognized.

  Any ideas how to get this solved?

  Also there is a guide how to port it to Linux
  https://developer.qualcomm.com/download/qca9377/wlan-bluetooth-linux-
  porting-guide.pdf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1804028/+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 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] is not supported

2018-11-19 Thread Waynexyz
Edit:

This terminal ouput is from a Surface Go.

Also there is a guide how to port it to Linux
https://developer.qualcomm.com/download/qca9377/wlan-bluetooth-linux-
porting-guide.pdf

Also there have been some updates in the upstream linux-firmware repo.
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
firmware.git/commit/?id=a87eb5f7bac0f70ade57da57d9126d14eee12336 and
https://github.com/kvalo/ath10k-firmware/tree/master/QCA6174/hw3.0 but
they also do not help to get the wifi card working.

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

Title:
  Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] is not supported

Status in HWE Next:
  Fix Released
Status in HWE Next wily series:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in network-manager package in Ubuntu:
  Invalid
Status in linux source package in Wily:
  Fix Released
Status in linux-firmware source package in Wily:
  Fix Released

Bug description:
  =

  CURRENT STATUS:

  Wily(15.10) could not work with and don't need Adam's dkms package 1.0
  or 1.1

  Wily(15.10) has already fixed the driver part, and the firmware part
  is in progress.

  For now, you guys could use 15.10(purge the ath10k-dkms if you tried
  installing it), and make a copy of
  https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-
  firmware.git/plain/ath10k/QCA6174 into /lib/firmware/ath10k/

  15.10 will work in a week by a simple `apt upgrade`

  Distros before 15.10(lower than 4.2 kernel) please keep using the
  dkms(which will be relocated soon)

  =

  Card detail: Qualcomm Atheros Device [168c:003e] (rev 20)
  Subsystem: Bigfoot Networks, Inc. Device [1a56:1525]

  This is on a fully updated Ubuntu Server 14.04 installation, with the 
ubuntu-desktop environment installed. This happened in order to get the md raid 
drivers for raid0 on my system, as the desktop version doesn't support them.
  ---
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matanis2333 F pulseaudio
   /dev/snd/controlC0:  matanis2333 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=1b192ee3-f592-43e9-bdcf-08b91c0aa9b6
  InstallationDate: Installed on 2014-10-16 (3 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
  IwConfig:
   p2p1  no wireless extensions.

   lono wireless extensions.
  MachineType: Micro-Star International Co., Ltd. GT72 2QE
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic.efi.signed 
root=UUID=80998dbb-1f89-4eda-be90-25e35e1c0a90 ro
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:

  Tags:  trusty
  Uname: Linux 3.13.0-37-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/15/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E1781IMS.10D
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MS-1781
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:0.C
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE1781IMS.10D:bd09/15/2014:svnMicro-StarInternationalCo.,Ltd.:pnGT722QE:pvrREV0.C:rvnMicro-StarInternationalCo.,Ltd.:rnMS-1781:rvrREV0.C:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: GT72 2QE
  dmi.product.version: REV:0.C
  dmi.sys.vendor: Micro-Star International Co., Ltd.

  Qualcomm Atheros Device [168c:003e] (rev 20)

  mainline commit d63955b33b3bee45d784ffdfafeb93076c765660

  [6.221281] ath10k_pci :02:00.0: pci irq msi interrupts 1 irq_mode 0 
reset_mode 0
  [6.417386] ath10k_pci :02:00.0: Direct firmware load for 
ath10k/cal-pci-:02:00.0.bin failed with error -2
  [6.417404] ath10k_pci :02:00.0: Direct firmware load for 
ath10k/QCA6174/hw2.1/board-pci-168c:003e:17aa:3044.bin failed with error -2
  [6.417407] ath10k_pci :02:00.0: failed to load spec board file, 
falling back to generic: -2
  [6.417416] ath10k_pci :02:00.0: Direct firmware load for 

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] is not supported

2018-11-19 Thread Waynexyz
Still an issue even four years later.

On Ubuntu 18.10 dmesg outputs:

"[4.242132] ath10k_pci :01:00.0: qca6174 hw3.2 target 0x0503 
chip_id 0x00340aff sub 168c:3370
[4.242138] ath10k_pci :01:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 
0 testmode 0
[4.243006] ath10k_pci :01:00.0: firmware ver 
WLAN.RM.4.4.1-00079-QCARMSWPZ-1 api 6 features wowlan,ignore-otp crc32 fd869beb
[4.308059] ath10k_pci :01:00.0: failed to fetch board data for 
bus=pci,vendor=168c,device=003e,subsystem-vendor=168c,subsystem-device=3370 
from ath10k/QCA6174/hw3.0/board-2.bin
[4.309354] ath10k_pci :01:00.0: board_file api 1 bmi_id N/A crc32 
ed5f849a"

There is a board.bin available directly from the vendor
http://www.killernetworking.com/support/K1535_Debian/board.bin

The only thing which is missing is getting this added to
https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles . My
problem is that I dont know how to read the board files and modify them
because I do not know the encoding they use.

Any ideas how to get this solved?

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

Title:
  Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] is not supported

Status in HWE Next:
  Fix Released
Status in HWE Next wily series:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in network-manager package in Ubuntu:
  Invalid
Status in linux source package in Wily:
  Fix Released
Status in linux-firmware source package in Wily:
  Fix Released

Bug description:
  =

  CURRENT STATUS:

  Wily(15.10) could not work with and don't need Adam's dkms package 1.0
  or 1.1

  Wily(15.10) has already fixed the driver part, and the firmware part
  is in progress.

  For now, you guys could use 15.10(purge the ath10k-dkms if you tried
  installing it), and make a copy of
  https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-
  firmware.git/plain/ath10k/QCA6174 into /lib/firmware/ath10k/

  15.10 will work in a week by a simple `apt upgrade`

  Distros before 15.10(lower than 4.2 kernel) please keep using the
  dkms(which will be relocated soon)

  =

  Card detail: Qualcomm Atheros Device [168c:003e] (rev 20)
  Subsystem: Bigfoot Networks, Inc. Device [1a56:1525]

  This is on a fully updated Ubuntu Server 14.04 installation, with the 
ubuntu-desktop environment installed. This happened in order to get the md raid 
drivers for raid0 on my system, as the desktop version doesn't support them.
  ---
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matanis2333 F pulseaudio
   /dev/snd/controlC0:  matanis2333 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=1b192ee3-f592-43e9-bdcf-08b91c0aa9b6
  InstallationDate: Installed on 2014-10-16 (3 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
  IwConfig:
   p2p1  no wireless extensions.

   lono wireless extensions.
  MachineType: Micro-Star International Co., Ltd. GT72 2QE
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic.efi.signed 
root=UUID=80998dbb-1f89-4eda-be90-25e35e1c0a90 ro
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:

  Tags:  trusty
  Uname: Linux 3.13.0-37-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/15/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E1781IMS.10D
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MS-1781
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:0.C
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE1781IMS.10D:bd09/15/2014:svnMicro-StarInternationalCo.,Ltd.:pnGT722QE:pvrREV0.C:rvnMicro-StarInternationalCo.,Ltd.:rnMS-1781:rvrREV0.C:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: GT72 2QE
  dmi.product.version: REV:0.C
  dmi.sys.vendor: Micro-Star International Co., Ltd.

  Qualcomm Atheros Device [168c:003e] (rev 20)

  mainline commit 

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

2015-10-02 Thread Waynexyz
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1502155/+attachment/4482169/+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/1502155

Title:
  [20AQ0069GE, Realtek ALC3232, Speaker, Internal] crackling sound while
  booting Unity-Desktop

Status in linux package in Ubuntu:
  Confirmed
Status in Debian:
  Confirmed
Status in Fedora:
  Unknown
Status in Suse:
  Fix Released

Bug description:
  Machine is an T440s. Todays Daily Build of Ubuntu Unity, but was also
  on Ubuntu 15.10 Beta

  While booting into Desktop a crackling sound appears (like connect
  speakers or headphones to a music player if not muted) and it sounds
  very unhealthy to the speakers.

  When using Debian Testing I have the issue while booting. With Fedora
  23 Beta its also the same while booting. Always this unhealthy
  sounding crackling noise and then working normal after booting is
  finished. Muting is working, volume selecting is working without any
  issues, just while booting to Desktop there seems to be something not
  working properly while initializing internal speakers.

  On latest Ubuntu 14.04.3 there is no crackling while booting. Just
  booting normally into Desktop. You can hear that the speakers are
  initialized with a very silent plopping sound (as also in Debian
  Stable) but I think I start observing it just because of this
  crackling sound before. I was running Ubuntu 14.04.2 plus LTS Enabled
  Stack before and there were also no such issues.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  Uname: Linux 4.2.0-12-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   ubuntu 1987 F...m pulseaudio
   /dev/snd/controlC1:  ubuntu 1987 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1987 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  Date: Fri Oct  2 13:32:32 2015
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: None of the above
  Title: [20AQ0069GE, Realtek ALC3232, Speaker, Internal] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET84WW(2.34):bd06/22/2015:svnLENOVO:pn20AQ0069GE:pvrThinkPadT440s:rvnLENOVO:rn20AQ0069GE:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AQ0069GE
  dmi.product.version: ThinkPad T440s
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2025 F pulseaudio
   /dev/snd/controlC0:  ubuntu 2025 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  MachineType: LENOVO 20AQ0069GE
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash ---
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-12-generic N/A
   linux-backports-modules-4.2.0-12-generic  N/A
   linux-firmware1.148
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not 

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

2015-10-02 Thread Waynexyz
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1502155/+attachment/4482168/+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/1502155

Title:
  [20AQ0069GE, Realtek ALC3232, Speaker, Internal] crackling sound while
  booting Unity-Desktop

Status in linux package in Ubuntu:
  Confirmed
Status in Debian:
  Confirmed
Status in Fedora:
  Unknown
Status in Suse:
  Fix Released

Bug description:
  Machine is an T440s. Todays Daily Build of Ubuntu Unity, but was also
  on Ubuntu 15.10 Beta

  While booting into Desktop a crackling sound appears (like connect
  speakers or headphones to a music player if not muted) and it sounds
  very unhealthy to the speakers.

  When using Debian Testing I have the issue while booting. With Fedora
  23 Beta its also the same while booting. Always this unhealthy
  sounding crackling noise and then working normal after booting is
  finished. Muting is working, volume selecting is working without any
  issues, just while booting to Desktop there seems to be something not
  working properly while initializing internal speakers.

  On latest Ubuntu 14.04.3 there is no crackling while booting. Just
  booting normally into Desktop. You can hear that the speakers are
  initialized with a very silent plopping sound (as also in Debian
  Stable) but I think I start observing it just because of this
  crackling sound before. I was running Ubuntu 14.04.2 plus LTS Enabled
  Stack before and there were also no such issues.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  Uname: Linux 4.2.0-12-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   ubuntu 1987 F...m pulseaudio
   /dev/snd/controlC1:  ubuntu 1987 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1987 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  Date: Fri Oct  2 13:32:32 2015
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: None of the above
  Title: [20AQ0069GE, Realtek ALC3232, Speaker, Internal] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET84WW(2.34):bd06/22/2015:svnLENOVO:pn20AQ0069GE:pvrThinkPadT440s:rvnLENOVO:rn20AQ0069GE:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AQ0069GE
  dmi.product.version: ThinkPad T440s
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2025 F pulseaudio
   /dev/snd/controlC0:  ubuntu 2025 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  MachineType: LENOVO 20AQ0069GE
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash ---
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-12-generic N/A
   linux-backports-modules-4.2.0-12-generic  N/A
   linux-firmware1.148
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not 

[Kernel-packages] [Bug 1502155] JournalErrors.txt

2015-10-02 Thread Waynexyz
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1502155/+attachment/4482170/+files/JournalErrors.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/1502155

Title:
  [20AQ0069GE, Realtek ALC3232, Speaker, Internal] crackling sound while
  booting Unity-Desktop

Status in linux package in Ubuntu:
  Confirmed
Status in Debian:
  Confirmed
Status in Fedora:
  Unknown
Status in Suse:
  Fix Released

Bug description:
  Machine is an T440s. Todays Daily Build of Ubuntu Unity, but was also
  on Ubuntu 15.10 Beta

  While booting into Desktop a crackling sound appears (like connect
  speakers or headphones to a music player if not muted) and it sounds
  very unhealthy to the speakers.

  When using Debian Testing I have the issue while booting. With Fedora
  23 Beta its also the same while booting. Always this unhealthy
  sounding crackling noise and then working normal after booting is
  finished. Muting is working, volume selecting is working without any
  issues, just while booting to Desktop there seems to be something not
  working properly while initializing internal speakers.

  On latest Ubuntu 14.04.3 there is no crackling while booting. Just
  booting normally into Desktop. You can hear that the speakers are
  initialized with a very silent plopping sound (as also in Debian
  Stable) but I think I start observing it just because of this
  crackling sound before. I was running Ubuntu 14.04.2 plus LTS Enabled
  Stack before and there were also no such issues.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  Uname: Linux 4.2.0-12-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   ubuntu 1987 F...m pulseaudio
   /dev/snd/controlC1:  ubuntu 1987 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1987 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  Date: Fri Oct  2 13:32:32 2015
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: None of the above
  Title: [20AQ0069GE, Realtek ALC3232, Speaker, Internal] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET84WW(2.34):bd06/22/2015:svnLENOVO:pn20AQ0069GE:pvrThinkPadT440s:rvnLENOVO:rn20AQ0069GE:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AQ0069GE
  dmi.product.version: ThinkPad T440s
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2025 F pulseaudio
   /dev/snd/controlC0:  ubuntu 2025 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  MachineType: LENOVO 20AQ0069GE
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash ---
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-12-generic N/A
   linux-backports-modules-4.2.0-12-generic  N/A
   linux-firmware1.148
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: 

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

2015-10-02 Thread Waynexyz
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1502155/+attachment/4482173/+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/1502155

Title:
  [20AQ0069GE, Realtek ALC3232, Speaker, Internal] crackling sound while
  booting Unity-Desktop

Status in linux package in Ubuntu:
  Confirmed
Status in Debian:
  Confirmed
Status in Fedora:
  Unknown
Status in Suse:
  Fix Released

Bug description:
  Machine is an T440s. Todays Daily Build of Ubuntu Unity, but was also
  on Ubuntu 15.10 Beta

  While booting into Desktop a crackling sound appears (like connect
  speakers or headphones to a music player if not muted) and it sounds
  very unhealthy to the speakers.

  When using Debian Testing I have the issue while booting. With Fedora
  23 Beta its also the same while booting. Always this unhealthy
  sounding crackling noise and then working normal after booting is
  finished. Muting is working, volume selecting is working without any
  issues, just while booting to Desktop there seems to be something not
  working properly while initializing internal speakers.

  On latest Ubuntu 14.04.3 there is no crackling while booting. Just
  booting normally into Desktop. You can hear that the speakers are
  initialized with a very silent plopping sound (as also in Debian
  Stable) but I think I start observing it just because of this
  crackling sound before. I was running Ubuntu 14.04.2 plus LTS Enabled
  Stack before and there were also no such issues.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  Uname: Linux 4.2.0-12-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   ubuntu 1987 F...m pulseaudio
   /dev/snd/controlC1:  ubuntu 1987 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1987 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  Date: Fri Oct  2 13:32:32 2015
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: None of the above
  Title: [20AQ0069GE, Realtek ALC3232, Speaker, Internal] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET84WW(2.34):bd06/22/2015:svnLENOVO:pn20AQ0069GE:pvrThinkPadT440s:rvnLENOVO:rn20AQ0069GE:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AQ0069GE
  dmi.product.version: ThinkPad T440s
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2025 F pulseaudio
   /dev/snd/controlC0:  ubuntu 2025 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  MachineType: LENOVO 20AQ0069GE
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash ---
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-12-generic N/A
   linux-backports-modules-4.2.0-12-generic  N/A
   linux-firmware1.148
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not 

[Kernel-packages] [Bug 1502155] Re: [20AQ0069GE, Realtek ALC3232, Speaker, Internal] crackling sound while booting Unity-Desktop

2015-10-02 Thread Waynexyz
https://bugzilla.redhat.com/show_bug.cgi?id=1255577

and also me on Launchpad have the issue
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1502155

On Launchpad I collected all bugreports regarding this issue. It exist
in Fedora 23 Beta Workstation, Debian Testing, Ubuntu 15.10 Beta 2 and
Daily build from 2nd Oktober

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

Title:
  [20AQ0069GE, Realtek ALC3232, Speaker, Internal] crackling sound while
  booting Unity-Desktop

Status in linux package in Ubuntu:
  Confirmed
Status in Debian:
  Confirmed
Status in Fedora:
  Unknown
Status in Suse:
  Fix Released

Bug description:
  Machine is an T440s. Todays Daily Build of Ubuntu Unity, but was also
  on Ubuntu 15.10 Beta

  While booting into Desktop a crackling sound appears (like connect
  speakers or headphones to a music player if not muted) and it sounds
  very unhealthy to the speakers.

  When using Debian Testing I have the issue while booting. With Fedora
  23 Beta its also the same while booting. Always this unhealthy
  sounding crackling noise and then working normal after booting is
  finished. Muting is working, volume selecting is working without any
  issues, just while booting to Desktop there seems to be something not
  working properly while initializing internal speakers.

  On latest Ubuntu 14.04.3 there is no crackling while booting. Just
  booting normally into Desktop. You can hear that the speakers are
  initialized with a very silent plopping sound (as also in Debian
  Stable) but I think I start observing it just because of this
  crackling sound before. I was running Ubuntu 14.04.2 plus LTS Enabled
  Stack before and there were also no such issues.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  Uname: Linux 4.2.0-12-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   ubuntu 1987 F...m pulseaudio
   /dev/snd/controlC1:  ubuntu 1987 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1987 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  Date: Fri Oct  2 13:32:32 2015
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: None of the above
  Title: [20AQ0069GE, Realtek ALC3232, Speaker, Internal] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET84WW(2.34):bd06/22/2015:svnLENOVO:pn20AQ0069GE:pvrThinkPadT440s:rvnLENOVO:rn20AQ0069GE:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AQ0069GE
  dmi.product.version: ThinkPad T440s
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2025 F pulseaudio
   /dev/snd/controlC0:  ubuntu 2025 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  MachineType: LENOVO 20AQ0069GE
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash ---
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-12-generic N/A
   linux-backports-modules-4.2.0-12-generic  N/A
   linux-firmware1.148
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  

[Kernel-packages] [Bug 1502155] Re: [20AQ0069GE, Realtek ALC3232, Speaker, Internal] crackling sound while booting Unity-Desktop

2015-10-02 Thread Waynexyz
https://bugzilla.redhat.com/show_bug.cgi?id=1255577 other users with
T450s have same problem

** Bug watch added: Red Hat Bugzilla #1255577
   https://bugzilla.redhat.com/show_bug.cgi?id=1255577

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

Title:
  [20AQ0069GE, Realtek ALC3232, Speaker, Internal] crackling sound while
  booting Unity-Desktop

Status in linux package in Ubuntu:
  Confirmed
Status in Debian:
  Confirmed
Status in Fedora:
  Unknown
Status in Suse:
  Fix Released

Bug description:
  Machine is an T440s. Todays Daily Build of Ubuntu Unity, but was also
  on Ubuntu 15.10 Beta

  While booting into Desktop a crackling sound appears (like connect
  speakers or headphones to a music player if not muted) and it sounds
  very unhealthy to the speakers.

  When using Debian Testing I have the issue while booting. With Fedora
  23 Beta its also the same while booting. Always this unhealthy
  sounding crackling noise and then working normal after booting is
  finished. Muting is working, volume selecting is working without any
  issues, just while booting to Desktop there seems to be something not
  working properly while initializing internal speakers.

  On latest Ubuntu 14.04.3 there is no crackling while booting. Just
  booting normally into Desktop. You can hear that the speakers are
  initialized with a very silent plopping sound (as also in Debian
  Stable) but I think I start observing it just because of this
  crackling sound before. I was running Ubuntu 14.04.2 plus LTS Enabled
  Stack before and there were also no such issues.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  Uname: Linux 4.2.0-12-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   ubuntu 1987 F...m pulseaudio
   /dev/snd/controlC1:  ubuntu 1987 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1987 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  Date: Fri Oct  2 13:32:32 2015
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: None of the above
  Title: [20AQ0069GE, Realtek ALC3232, Speaker, Internal] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET84WW(2.34):bd06/22/2015:svnLENOVO:pn20AQ0069GE:pvrThinkPadT440s:rvnLENOVO:rn20AQ0069GE:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AQ0069GE
  dmi.product.version: ThinkPad T440s
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2025 F pulseaudio
   /dev/snd/controlC0:  ubuntu 2025 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  MachineType: LENOVO 20AQ0069GE
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash ---
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-12-generic N/A
   linux-backports-modules-4.2.0-12-generic  N/A
   linux-firmware1.148
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  

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

2015-10-02 Thread Waynexyz
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1502155/+attachment/4482179/+files/WifiSyslog.txt

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

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

Title:
  [20AQ0069GE, Realtek ALC3232, Speaker, Internal] crackling sound while
  booting Unity-Desktop

Status in linux package in Ubuntu:
  Confirmed
Status in Debian:
  Confirmed
Status in Fedora:
  Unknown
Status in Suse:
  Fix Released

Bug description:
  Machine is an T440s. Todays Daily Build of Ubuntu Unity, but was also
  on Ubuntu 15.10 Beta

  While booting into Desktop a crackling sound appears (like connect
  speakers or headphones to a music player if not muted) and it sounds
  very unhealthy to the speakers.

  When using Debian Testing I have the issue while booting. With Fedora
  23 Beta its also the same while booting. Always this unhealthy
  sounding crackling noise and then working normal after booting is
  finished. Muting is working, volume selecting is working without any
  issues, just while booting to Desktop there seems to be something not
  working properly while initializing internal speakers.

  On latest Ubuntu 14.04.3 there is no crackling while booting. Just
  booting normally into Desktop. You can hear that the speakers are
  initialized with a very silent plopping sound (as also in Debian
  Stable) but I think I start observing it just because of this
  crackling sound before. I was running Ubuntu 14.04.2 plus LTS Enabled
  Stack before and there were also no such issues.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  Uname: Linux 4.2.0-12-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   ubuntu 1987 F...m pulseaudio
   /dev/snd/controlC1:  ubuntu 1987 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1987 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  Date: Fri Oct  2 13:32:32 2015
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: None of the above
  Title: [20AQ0069GE, Realtek ALC3232, Speaker, Internal] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET84WW(2.34):bd06/22/2015:svnLENOVO:pn20AQ0069GE:pvrThinkPadT440s:rvnLENOVO:rn20AQ0069GE:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AQ0069GE
  dmi.product.version: ThinkPad T440s
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2025 F pulseaudio
   /dev/snd/controlC0:  ubuntu 2025 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  MachineType: LENOVO 20AQ0069GE
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash ---
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-12-generic N/A
   linux-backports-modules-4.2.0-12-generic  N/A
   linux-firmware1.148
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  

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

2015-10-02 Thread Waynexyz
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1502155/+attachment/4482174/+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/1502155

Title:
  [20AQ0069GE, Realtek ALC3232, Speaker, Internal] crackling sound while
  booting Unity-Desktop

Status in linux package in Ubuntu:
  Confirmed
Status in Debian:
  Confirmed
Status in Fedora:
  Unknown
Status in Suse:
  Fix Released

Bug description:
  Machine is an T440s. Todays Daily Build of Ubuntu Unity, but was also
  on Ubuntu 15.10 Beta

  While booting into Desktop a crackling sound appears (like connect
  speakers or headphones to a music player if not muted) and it sounds
  very unhealthy to the speakers.

  When using Debian Testing I have the issue while booting. With Fedora
  23 Beta its also the same while booting. Always this unhealthy
  sounding crackling noise and then working normal after booting is
  finished. Muting is working, volume selecting is working without any
  issues, just while booting to Desktop there seems to be something not
  working properly while initializing internal speakers.

  On latest Ubuntu 14.04.3 there is no crackling while booting. Just
  booting normally into Desktop. You can hear that the speakers are
  initialized with a very silent plopping sound (as also in Debian
  Stable) but I think I start observing it just because of this
  crackling sound before. I was running Ubuntu 14.04.2 plus LTS Enabled
  Stack before and there were also no such issues.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  Uname: Linux 4.2.0-12-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   ubuntu 1987 F...m pulseaudio
   /dev/snd/controlC1:  ubuntu 1987 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1987 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  Date: Fri Oct  2 13:32:32 2015
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: None of the above
  Title: [20AQ0069GE, Realtek ALC3232, Speaker, Internal] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET84WW(2.34):bd06/22/2015:svnLENOVO:pn20AQ0069GE:pvrThinkPadT440s:rvnLENOVO:rn20AQ0069GE:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AQ0069GE
  dmi.product.version: ThinkPad T440s
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2025 F pulseaudio
   /dev/snd/controlC0:  ubuntu 2025 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  MachineType: LENOVO 20AQ0069GE
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash ---
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-12-generic N/A
   linux-backports-modules-4.2.0-12-generic  N/A
   linux-firmware1.148
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: 

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

2015-10-02 Thread Waynexyz
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1502155/+attachment/4482175/+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/1502155

Title:
  [20AQ0069GE, Realtek ALC3232, Speaker, Internal] crackling sound while
  booting Unity-Desktop

Status in linux package in Ubuntu:
  Confirmed
Status in Debian:
  Confirmed
Status in Fedora:
  Unknown
Status in Suse:
  Fix Released

Bug description:
  Machine is an T440s. Todays Daily Build of Ubuntu Unity, but was also
  on Ubuntu 15.10 Beta

  While booting into Desktop a crackling sound appears (like connect
  speakers or headphones to a music player if not muted) and it sounds
  very unhealthy to the speakers.

  When using Debian Testing I have the issue while booting. With Fedora
  23 Beta its also the same while booting. Always this unhealthy
  sounding crackling noise and then working normal after booting is
  finished. Muting is working, volume selecting is working without any
  issues, just while booting to Desktop there seems to be something not
  working properly while initializing internal speakers.

  On latest Ubuntu 14.04.3 there is no crackling while booting. Just
  booting normally into Desktop. You can hear that the speakers are
  initialized with a very silent plopping sound (as also in Debian
  Stable) but I think I start observing it just because of this
  crackling sound before. I was running Ubuntu 14.04.2 plus LTS Enabled
  Stack before and there were also no such issues.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  Uname: Linux 4.2.0-12-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   ubuntu 1987 F...m pulseaudio
   /dev/snd/controlC1:  ubuntu 1987 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1987 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  Date: Fri Oct  2 13:32:32 2015
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: None of the above
  Title: [20AQ0069GE, Realtek ALC3232, Speaker, Internal] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET84WW(2.34):bd06/22/2015:svnLENOVO:pn20AQ0069GE:pvrThinkPadT440s:rvnLENOVO:rn20AQ0069GE:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AQ0069GE
  dmi.product.version: ThinkPad T440s
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2025 F pulseaudio
   /dev/snd/controlC0:  ubuntu 2025 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  MachineType: LENOVO 20AQ0069GE
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash ---
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-12-generic N/A
   linux-backports-modules-4.2.0-12-generic  N/A
   linux-firmware1.148
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not 

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

2015-10-02 Thread Waynexyz
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1502155/+attachment/4482178/+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/1502155

Title:
  [20AQ0069GE, Realtek ALC3232, Speaker, Internal] crackling sound while
  booting Unity-Desktop

Status in linux package in Ubuntu:
  Confirmed
Status in Debian:
  Confirmed
Status in Fedora:
  Unknown
Status in Suse:
  Fix Released

Bug description:
  Machine is an T440s. Todays Daily Build of Ubuntu Unity, but was also
  on Ubuntu 15.10 Beta

  While booting into Desktop a crackling sound appears (like connect
  speakers or headphones to a music player if not muted) and it sounds
  very unhealthy to the speakers.

  When using Debian Testing I have the issue while booting. With Fedora
  23 Beta its also the same while booting. Always this unhealthy
  sounding crackling noise and then working normal after booting is
  finished. Muting is working, volume selecting is working without any
  issues, just while booting to Desktop there seems to be something not
  working properly while initializing internal speakers.

  On latest Ubuntu 14.04.3 there is no crackling while booting. Just
  booting normally into Desktop. You can hear that the speakers are
  initialized with a very silent plopping sound (as also in Debian
  Stable) but I think I start observing it just because of this
  crackling sound before. I was running Ubuntu 14.04.2 plus LTS Enabled
  Stack before and there were also no such issues.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  Uname: Linux 4.2.0-12-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   ubuntu 1987 F...m pulseaudio
   /dev/snd/controlC1:  ubuntu 1987 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1987 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  Date: Fri Oct  2 13:32:32 2015
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: None of the above
  Title: [20AQ0069GE, Realtek ALC3232, Speaker, Internal] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET84WW(2.34):bd06/22/2015:svnLENOVO:pn20AQ0069GE:pvrThinkPadT440s:rvnLENOVO:rn20AQ0069GE:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AQ0069GE
  dmi.product.version: ThinkPad T440s
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2025 F pulseaudio
   /dev/snd/controlC0:  ubuntu 2025 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  MachineType: LENOVO 20AQ0069GE
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash ---
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-12-generic N/A
   linux-backports-modules-4.2.0-12-generic  N/A
   linux-firmware1.148
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  

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

2015-10-02 Thread Waynexyz
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1502155/+attachment/4482172/+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/1502155

Title:
  [20AQ0069GE, Realtek ALC3232, Speaker, Internal] crackling sound while
  booting Unity-Desktop

Status in linux package in Ubuntu:
  Confirmed
Status in Debian:
  Confirmed
Status in Fedora:
  Unknown
Status in Suse:
  Fix Released

Bug description:
  Machine is an T440s. Todays Daily Build of Ubuntu Unity, but was also
  on Ubuntu 15.10 Beta

  While booting into Desktop a crackling sound appears (like connect
  speakers or headphones to a music player if not muted) and it sounds
  very unhealthy to the speakers.

  When using Debian Testing I have the issue while booting. With Fedora
  23 Beta its also the same while booting. Always this unhealthy
  sounding crackling noise and then working normal after booting is
  finished. Muting is working, volume selecting is working without any
  issues, just while booting to Desktop there seems to be something not
  working properly while initializing internal speakers.

  On latest Ubuntu 14.04.3 there is no crackling while booting. Just
  booting normally into Desktop. You can hear that the speakers are
  initialized with a very silent plopping sound (as also in Debian
  Stable) but I think I start observing it just because of this
  crackling sound before. I was running Ubuntu 14.04.2 plus LTS Enabled
  Stack before and there were also no such issues.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  Uname: Linux 4.2.0-12-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   ubuntu 1987 F...m pulseaudio
   /dev/snd/controlC1:  ubuntu 1987 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1987 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  Date: Fri Oct  2 13:32:32 2015
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: None of the above
  Title: [20AQ0069GE, Realtek ALC3232, Speaker, Internal] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET84WW(2.34):bd06/22/2015:svnLENOVO:pn20AQ0069GE:pvrThinkPadT440s:rvnLENOVO:rn20AQ0069GE:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AQ0069GE
  dmi.product.version: ThinkPad T440s
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2025 F pulseaudio
   /dev/snd/controlC0:  ubuntu 2025 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  MachineType: LENOVO 20AQ0069GE
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash ---
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-12-generic N/A
   linux-backports-modules-4.2.0-12-generic  N/A
   linux-firmware1.148
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  

[Kernel-packages] [Bug 1502155] Re: [20AQ0069GE, Realtek ALC3232, Speaker, Internal] crackling sound while booting Unity-Desktop

2015-10-02 Thread Waynexyz
apport information

** Tags added: apport-collected

** Description changed:

  Machine is an T440s. Todays Daily Build of Ubuntu Unity, but was also on
  Ubuntu 15.10 Beta
  
  While booting into Desktop a crackling sound appears (like connect
  speakers or headphones to a music player if not muted) and it sounds
  very unhealthy to the speakers.
  
  When using Debian Testing I have the issue while booting. With Fedora 23
  Beta its also the same while booting. Always this unhealthy sounding
  crackling noise and then working normal after booting is finished.
  Muting is working, volume selecting is working without any issues, just
  while booting to Desktop there seems to be something not working
  properly while initializing internal speakers.
  
  On latest Ubuntu 14.04.3 there is no crackling while booting. Just
  booting normally into Desktop. You can hear that the speakers are
  initialized with a very silent plopping sound (as also in Debian Stable)
  but I think I start observing it just because of this crackling sound
  before. I was running Ubuntu 14.04.2 plus LTS Enabled Stack before and
  there were also no such issues.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  Uname: Linux 4.2.0-12-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   ubuntu 1987 F...m pulseaudio
   /dev/snd/controlC1:  ubuntu 1987 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1987 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  Date: Fri Oct  2 13:32:32 2015
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: None of the above
  Title: [20AQ0069GE, Realtek ALC3232, Speaker, Internal] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET84WW(2.34):bd06/22/2015:svnLENOVO:pn20AQ0069GE:pvrThinkPadT440s:rvnLENOVO:rn20AQ0069GE:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AQ0069GE
  dmi.product.version: ThinkPad T440s
  dmi.sys.vendor: LENOVO
+ --- 
+ ApportVersion: 2.19-0ubuntu1
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  ubuntu 2025 F pulseaudio
+  /dev/snd/controlC0:  ubuntu 2025 F pulseaudio
+ CasperVersion: 1.365
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 15.10
+ LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
+ MachineType: LENOVO 20AQ0069GE
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash ---
+ ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
+ RelatedPackageVersions:
+  linux-restricted-modules-4.2.0-12-generic N/A
+  linux-backports-modules-4.2.0-12-generic  N/A
+  linux-firmware1.148
+ Tags:  wily
+ UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
+ Uname: Linux 4.2.0-12-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 06/22/2015
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: GJET84WW (2.34 )
+ dmi.board.asset.tag: Not Available
+ dmi.board.name: 20AQ0069GE
+ dmi.board.vendor: LENOVO
+ dmi.board.version: 0B98401 PRO
+ dmi.chassis.asset.tag: No Asset Information
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: Not Available
+ dmi.modalias: 
dmi:bvnLENOVO:bvrGJET84WW(2.34):bd06/22/2015:svnLENOVO:pn20AQ0069GE:pvrThinkPadT440s:rvnLENOVO:rn20AQ0069GE:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
+ dmi.product.name: 20AQ0069GE
+ dmi.product.version: ThinkPad T440s
+ dmi.sys.vendor: LENOVO

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1502155/+attachment/4482166/+files/AlsaInfo.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which 

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

2015-10-02 Thread Waynexyz
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1502155/+attachment/4482171/+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/1502155

Title:
  [20AQ0069GE, Realtek ALC3232, Speaker, Internal] crackling sound while
  booting Unity-Desktop

Status in linux package in Ubuntu:
  Confirmed
Status in Debian:
  Confirmed
Status in Fedora:
  Unknown
Status in Suse:
  Fix Released

Bug description:
  Machine is an T440s. Todays Daily Build of Ubuntu Unity, but was also
  on Ubuntu 15.10 Beta

  While booting into Desktop a crackling sound appears (like connect
  speakers or headphones to a music player if not muted) and it sounds
  very unhealthy to the speakers.

  When using Debian Testing I have the issue while booting. With Fedora
  23 Beta its also the same while booting. Always this unhealthy
  sounding crackling noise and then working normal after booting is
  finished. Muting is working, volume selecting is working without any
  issues, just while booting to Desktop there seems to be something not
  working properly while initializing internal speakers.

  On latest Ubuntu 14.04.3 there is no crackling while booting. Just
  booting normally into Desktop. You can hear that the speakers are
  initialized with a very silent plopping sound (as also in Debian
  Stable) but I think I start observing it just because of this
  crackling sound before. I was running Ubuntu 14.04.2 plus LTS Enabled
  Stack before and there were also no such issues.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  Uname: Linux 4.2.0-12-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   ubuntu 1987 F...m pulseaudio
   /dev/snd/controlC1:  ubuntu 1987 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1987 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  Date: Fri Oct  2 13:32:32 2015
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: None of the above
  Title: [20AQ0069GE, Realtek ALC3232, Speaker, Internal] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET84WW(2.34):bd06/22/2015:svnLENOVO:pn20AQ0069GE:pvrThinkPadT440s:rvnLENOVO:rn20AQ0069GE:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AQ0069GE
  dmi.product.version: ThinkPad T440s
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2025 F pulseaudio
   /dev/snd/controlC0:  ubuntu 2025 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  MachineType: LENOVO 20AQ0069GE
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash ---
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-12-generic N/A
   linux-backports-modules-4.2.0-12-generic  N/A
   linux-firmware1.148
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  

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

2015-10-02 Thread Waynexyz
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1502155/+attachment/4482176/+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/1502155

Title:
  [20AQ0069GE, Realtek ALC3232, Speaker, Internal] crackling sound while
  booting Unity-Desktop

Status in linux package in Ubuntu:
  Confirmed
Status in Debian:
  Confirmed
Status in Fedora:
  Unknown
Status in Suse:
  Fix Released

Bug description:
  Machine is an T440s. Todays Daily Build of Ubuntu Unity, but was also
  on Ubuntu 15.10 Beta

  While booting into Desktop a crackling sound appears (like connect
  speakers or headphones to a music player if not muted) and it sounds
  very unhealthy to the speakers.

  When using Debian Testing I have the issue while booting. With Fedora
  23 Beta its also the same while booting. Always this unhealthy
  sounding crackling noise and then working normal after booting is
  finished. Muting is working, volume selecting is working without any
  issues, just while booting to Desktop there seems to be something not
  working properly while initializing internal speakers.

  On latest Ubuntu 14.04.3 there is no crackling while booting. Just
  booting normally into Desktop. You can hear that the speakers are
  initialized with a very silent plopping sound (as also in Debian
  Stable) but I think I start observing it just because of this
  crackling sound before. I was running Ubuntu 14.04.2 plus LTS Enabled
  Stack before and there were also no such issues.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  Uname: Linux 4.2.0-12-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   ubuntu 1987 F...m pulseaudio
   /dev/snd/controlC1:  ubuntu 1987 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1987 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  Date: Fri Oct  2 13:32:32 2015
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: None of the above
  Title: [20AQ0069GE, Realtek ALC3232, Speaker, Internal] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET84WW(2.34):bd06/22/2015:svnLENOVO:pn20AQ0069GE:pvrThinkPadT440s:rvnLENOVO:rn20AQ0069GE:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AQ0069GE
  dmi.product.version: ThinkPad T440s
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2025 F pulseaudio
   /dev/snd/controlC0:  ubuntu 2025 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  MachineType: LENOVO 20AQ0069GE
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash ---
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-12-generic N/A
   linux-backports-modules-4.2.0-12-generic  N/A
   linux-firmware1.148
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not 

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

2015-10-02 Thread Waynexyz
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1502155/+attachment/4482177/+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/1502155

Title:
  [20AQ0069GE, Realtek ALC3232, Speaker, Internal] crackling sound while
  booting Unity-Desktop

Status in linux package in Ubuntu:
  Confirmed
Status in Debian:
  Confirmed
Status in Fedora:
  Unknown
Status in Suse:
  Fix Released

Bug description:
  Machine is an T440s. Todays Daily Build of Ubuntu Unity, but was also
  on Ubuntu 15.10 Beta

  While booting into Desktop a crackling sound appears (like connect
  speakers or headphones to a music player if not muted) and it sounds
  very unhealthy to the speakers.

  When using Debian Testing I have the issue while booting. With Fedora
  23 Beta its also the same while booting. Always this unhealthy
  sounding crackling noise and then working normal after booting is
  finished. Muting is working, volume selecting is working without any
  issues, just while booting to Desktop there seems to be something not
  working properly while initializing internal speakers.

  On latest Ubuntu 14.04.3 there is no crackling while booting. Just
  booting normally into Desktop. You can hear that the speakers are
  initialized with a very silent plopping sound (as also in Debian
  Stable) but I think I start observing it just because of this
  crackling sound before. I was running Ubuntu 14.04.2 plus LTS Enabled
  Stack before and there were also no such issues.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  Uname: Linux 4.2.0-12-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   ubuntu 1987 F...m pulseaudio
   /dev/snd/controlC1:  ubuntu 1987 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1987 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  Date: Fri Oct  2 13:32:32 2015
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: None of the above
  Title: [20AQ0069GE, Realtek ALC3232, Speaker, Internal] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET84WW(2.34):bd06/22/2015:svnLENOVO:pn20AQ0069GE:pvrThinkPadT440s:rvnLENOVO:rn20AQ0069GE:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AQ0069GE
  dmi.product.version: ThinkPad T440s
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2025 F pulseaudio
   /dev/snd/controlC0:  ubuntu 2025 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  MachineType: LENOVO 20AQ0069GE
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash ---
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-12-generic N/A
   linux-backports-modules-4.2.0-12-generic  N/A
   linux-firmware1.148
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  

[Kernel-packages] [Bug 1502155] Re: [20AQ0069GE, Realtek ALC3232, Speaker, Internal] crackling sound while booting Unity-Desktop

2015-10-02 Thread Waynexyz
** Package changed: alsa-driver (Ubuntu) => linux (Ubuntu)

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

Title:
  [20AQ0069GE, Realtek ALC3232, Speaker, Internal] crackling sound while
  booting Unity-Desktop

Status in linux package in Ubuntu:
  New
Status in Debian:
  Confirmed
Status in Fedora:
  Unknown
Status in Suse:
  Fix Released

Bug description:
  Machine is an T440s. Todays Daily Build of Ubuntu Unity, but was also
  on Ubuntu 15.10 Beta

  While booting into Desktop a crackling sound appears (like connect
  speakers or headphones to a music player if not muted) and it sounds
  very unhealthy to the speakers.

  When using Debian Testing I have the issue while booting. With Fedora
  23 Beta its also the same while booting. Always this unhealthy
  sounding crackling noise and then working normal after booting is
  finished. Muting is working, volume selecting is working without any
  issues, just while booting to Desktop there seems to be something not
  working properly while initializing internal speakers.

  On latest Ubuntu 14.04.3 there is no crackling while booting. Just
  booting normally into Desktop. You can hear that the speakers are
  initialized with a very silent plopping sound (as also in Debian
  Stable) but I think I start observing it just because of this
  crackling sound before. I was running Ubuntu 14.04.2 plus LTS Enabled
  Stack before and there were also no such issues.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  Uname: Linux 4.2.0-12-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   ubuntu 1987 F...m pulseaudio
   /dev/snd/controlC1:  ubuntu 1987 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1987 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  Date: Fri Oct  2 13:32:32 2015
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: None of the above
  Title: [20AQ0069GE, Realtek ALC3232, Speaker, Internal] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET84WW(2.34):bd06/22/2015:svnLENOVO:pn20AQ0069GE:pvrThinkPadT440s:rvnLENOVO:rn20AQ0069GE:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AQ0069GE
  dmi.product.version: ThinkPad T440s
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1502155/+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 1502155] Re: [20AQ0069GE, Realtek ALC3232, Speaker, Internal] crackling sound while booting Unity-Desktop

2015-10-02 Thread Waynexyz
@Raymond

Due to the fact that I switched back to Debian Stable, deleted Testing
from my hdd and I do not know how to modify boot.iso of Wily Werwolf
15.10 nor Fedora 23 Beta, I am not able to test it at the moment. :(

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

Title:
  [20AQ0069GE, Realtek ALC3232, Speaker, Internal] crackling sound while
  booting Unity-Desktop

Status in linux package in Ubuntu:
  Incomplete
Status in Debian:
  Confirmed
Status in Fedora:
  Unknown
Status in Suse:
  Fix Released

Bug description:
  Machine is an T440s. Todays Daily Build of Ubuntu Unity, but was also
  on Ubuntu 15.10 Beta

  While booting into Desktop a crackling sound appears (like connect
  speakers or headphones to a music player if not muted) and it sounds
  very unhealthy to the speakers.

  When using Debian Testing I have the issue while booting. With Fedora
  23 Beta its also the same while booting. Always this unhealthy
  sounding crackling noise and then working normal after booting is
  finished. Muting is working, volume selecting is working without any
  issues, just while booting to Desktop there seems to be something not
  working properly while initializing internal speakers.

  On latest Ubuntu 14.04.3 there is no crackling while booting. Just
  booting normally into Desktop. You can hear that the speakers are
  initialized with a very silent plopping sound (as also in Debian
  Stable) but I think I start observing it just because of this
  crackling sound before. I was running Ubuntu 14.04.2 plus LTS Enabled
  Stack before and there were also no such issues.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  Uname: Linux 4.2.0-12-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   ubuntu 1987 F...m pulseaudio
   /dev/snd/controlC1:  ubuntu 1987 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1987 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  Date: Fri Oct  2 13:32:32 2015
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: None of the above
  Title: [20AQ0069GE, Realtek ALC3232, Speaker, Internal] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET84WW(2.34):bd06/22/2015:svnLENOVO:pn20AQ0069GE:pvrThinkPadT440s:rvnLENOVO:rn20AQ0069GE:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AQ0069GE
  dmi.product.version: ThinkPad T440s
  dmi.sys.vendor: LENOVO

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

2015-10-02 Thread Waynexyz
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1502155/+attachment/4482167/+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/1502155

Title:
  [20AQ0069GE, Realtek ALC3232, Speaker, Internal] crackling sound while
  booting Unity-Desktop

Status in linux package in Ubuntu:
  Confirmed
Status in Debian:
  Confirmed
Status in Fedora:
  Unknown
Status in Suse:
  Fix Released

Bug description:
  Machine is an T440s. Todays Daily Build of Ubuntu Unity, but was also
  on Ubuntu 15.10 Beta

  While booting into Desktop a crackling sound appears (like connect
  speakers or headphones to a music player if not muted) and it sounds
  very unhealthy to the speakers.

  When using Debian Testing I have the issue while booting. With Fedora
  23 Beta its also the same while booting. Always this unhealthy
  sounding crackling noise and then working normal after booting is
  finished. Muting is working, volume selecting is working without any
  issues, just while booting to Desktop there seems to be something not
  working properly while initializing internal speakers.

  On latest Ubuntu 14.04.3 there is no crackling while booting. Just
  booting normally into Desktop. You can hear that the speakers are
  initialized with a very silent plopping sound (as also in Debian
  Stable) but I think I start observing it just because of this
  crackling sound before. I was running Ubuntu 14.04.2 plus LTS Enabled
  Stack before and there were also no such issues.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  Uname: Linux 4.2.0-12-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   ubuntu 1987 F...m pulseaudio
   /dev/snd/controlC1:  ubuntu 1987 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1987 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  Date: Fri Oct  2 13:32:32 2015
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: None of the above
  Title: [20AQ0069GE, Realtek ALC3232, Speaker, Internal] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET84WW(2.34):bd06/22/2015:svnLENOVO:pn20AQ0069GE:pvrThinkPadT440s:rvnLENOVO:rn20AQ0069GE:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AQ0069GE
  dmi.product.version: ThinkPad T440s
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2025 F pulseaudio
   /dev/snd/controlC0:  ubuntu 2025 F pulseaudio
  CasperVersion: 1.365
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  MachineType: LENOVO 20AQ0069GE
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash ---
  ProcVersionSignature: Ubuntu 4.2.0-12.14-generic 4.2.1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-12-generic N/A
   linux-backports-modules-4.2.0-12-generic  N/A
   linux-firmware1.148
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET84WW (2.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ0069GE
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available