[Kernel-packages] [Bug 2046084] Re: [Regression] HID gamepad stopped working in 5.68-0ubuntu1.1

2023-12-10 Thread Romeo
Hello,

I was able to find a similar issue on the bluez github here
(https://github.com/bluez/bluez/issues/673) and after investigating a
bit further, I am able to get things working on the current update from
Canonical if I pair the device using bluetoothctl instead of with
blueman. Instructions on how to do that are in this
(https://github.com/bluez/bluez/issues/673#issuecomment-1849132576)
comment.

I think that this might be an issue with how blueman handles
authentication with gamepad devices, not with how bluez does.

** Bug watch added: github.com/bluez/bluez/issues #673
   https://github.com/bluez/bluez/issues/673

** Package changed: bluez (Ubuntu) => blueman (Ubuntu)

** Summary changed:

- [Regression] HID gamepad stopped working in 5.68-0ubuntu1.1
+ [Regression] HID gamepad stopped working when paired with blueman on bluez 
5.68-0ubuntu1.1

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

Title:
  [Regression] HID gamepad stopped working when paired with blueman on
  bluez 5.68-0ubuntu1.1

Status in blueman package in Ubuntu:
  New

Bug description:
  Hello,

  I updated from 5.68-0ubuntu1 to 5.68-0ubuntu1.1 and my bluetooth
  gamepad (8bitdo Pro 2) stopped working. It no longer was detected by
  various emulator software or by jstest-gtk. It stopped showing up in
  /dev/input/ as well.

  Here are the logs that I get on connection with the broken (new)
  version:

  Dec 10 13:12:23 laptop bluetoothd[6317]: src/profile.c:record_cb() Unable to 
get Hands-Free Voice gateway SDP record: Host is down
  Dec 10 13:12:43 laptop bluetoothd[6317]: 
profiles/input/device.c:ioctl_is_connected() Can't get HIDP connection info
  Dec 10 13:12:45 laptop bluetoothd[6317]: 
profiles/input/device.c:hidp_add_connection() Rejected connection from !bonded 
device E4:17:DE:AD:BE:EF

  Here are the logs that I get on connection with the old (working)
  version:

  Dec 10 13:37:17 laptop bluetoothd[7736]: src/profile.c:record_cb() Unable to 
get Hands-Free Voice gateway SDP record: Host is down
  Dec 10 13:38:30 laptop bluetoothd[7736]: 
profiles/input/device.c:ioctl_is_connected() Can't get HIDP connection info

  I think that the indicator of issues (or at least a red herring) is
  the "Rejected connection from !bonded device" line in the broken
  output. I've redacted my MAC address obviously.

  I think that two packages are involved with this and I am not quite
  sure where exactly the bug lives. I think that both the "bluez" and
  "bluez-obexd" packages are involved. If I mix the versions between
  these two, I get various different behaviors:

  bluez-obexd 1.1 and bluez 1.1 = broken behavior
  bluez-obexd 1 and bluez 1.1 = broken behavior
  bluez-obexd 1 and bluez 1 = working behavior
  bluez-obexd 1.1 and bluez 1 = unable to connect bluetooth device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/blueman/+bug/2046084/+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 2046084] Re: [Regression] HID gamepad stopped working in 5.68-0ubuntu1.1

2023-12-10 Thread Romeo
Until this bug is fixed, other users can get the previous function back
by running

sudo apt install bluez-obexd=5.68-0ubuntu1 bluez=5.68-0ubuntu1
sudo apt-mark hold bluez bluez-obexd

I think that this undoes a security update
(https://launchpad.net/ubuntu/+source/bluez/5.68-0ubuntu1.1) for this
CVE (https://nvd.nist.gov/vuln/detail/CVE-2023-45866), but if you care
more about your controller working than you do the possibility of
someone injecting keystrokes while your computer is in "discoverable"
mode then it seems like a fair trade-off.

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2023-45866

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

Title:
  [Regression] HID gamepad stopped working in 5.68-0ubuntu1.1

Status in bluez package in Ubuntu:
  New

Bug description:
  Hello,

  I updated from 5.68-0ubuntu1 to 5.68-0ubuntu1.1 and my bluetooth
  gamepad (8bitdo Pro 2) stopped working. It no longer was detected by
  various emulator software or by jstest-gtk. It stopped showing up in
  /dev/input/ as well.

  Here are the logs that I get on connection with the broken (new)
  version:

  Dec 10 13:12:23 laptop bluetoothd[6317]: src/profile.c:record_cb() Unable to 
get Hands-Free Voice gateway SDP record: Host is down
  Dec 10 13:12:43 laptop bluetoothd[6317]: 
profiles/input/device.c:ioctl_is_connected() Can't get HIDP connection info
  Dec 10 13:12:45 laptop bluetoothd[6317]: 
profiles/input/device.c:hidp_add_connection() Rejected connection from !bonded 
device E4:17:DE:AD:BE:EF

  Here are the logs that I get on connection with the old (working)
  version:

  Dec 10 13:37:17 laptop bluetoothd[7736]: src/profile.c:record_cb() Unable to 
get Hands-Free Voice gateway SDP record: Host is down
  Dec 10 13:38:30 laptop bluetoothd[7736]: 
profiles/input/device.c:ioctl_is_connected() Can't get HIDP connection info

  I think that the indicator of issues (or at least a red herring) is
  the "Rejected connection from !bonded device" line in the broken
  output. I've redacted my MAC address obviously.

  I think that two packages are involved with this and I am not quite
  sure where exactly the bug lives. I think that both the "bluez" and
  "bluez-obexd" packages are involved. If I mix the versions between
  these two, I get various different behaviors:

  bluez-obexd 1.1 and bluez 1.1 = broken behavior
  bluez-obexd 1 and bluez 1.1 = broken behavior
  bluez-obexd 1 and bluez 1 = working behavior
  bluez-obexd 1.1 and bluez 1 = unable to connect bluetooth device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2046084/+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 2046084] [NEW] [Regression] HID gamepad stopped working in 5.68-0ubuntu1.1

2023-12-10 Thread Romeo
Public bug reported:

Hello,

I updated from 5.68-0ubuntu1 to 5.68-0ubuntu1.1 and my bluetooth gamepad
(8bitdo Pro 2) stopped working. It no longer was detected by various
emulator software or by jstest-gtk. It stopped showing up in /dev/input/
as well.

Here are the logs that I get on connection with the broken (new)
version:

Dec 10 13:12:23 laptop bluetoothd[6317]: src/profile.c:record_cb() Unable to 
get Hands-Free Voice gateway SDP record: Host is down
Dec 10 13:12:43 laptop bluetoothd[6317]: 
profiles/input/device.c:ioctl_is_connected() Can't get HIDP connection info
Dec 10 13:12:45 laptop bluetoothd[6317]: 
profiles/input/device.c:hidp_add_connection() Rejected connection from !bonded 
device E4:17:DE:AD:BE:EF

Here are the logs that I get on connection with the old (working)
version:

Dec 10 13:37:17 laptop bluetoothd[7736]: src/profile.c:record_cb() Unable to 
get Hands-Free Voice gateway SDP record: Host is down
Dec 10 13:38:30 laptop bluetoothd[7736]: 
profiles/input/device.c:ioctl_is_connected() Can't get HIDP connection info

I think that the indicator of issues (or at least a red herring) is the
"Rejected connection from !bonded device" line in the broken output.
I've redacted my MAC address obviously.

I think that two packages are involved with this and I am not quite sure
where exactly the bug lives. I think that both the "bluez" and "bluez-
obexd" packages are involved. If I mix the versions between these two, I
get various different behaviors:

bluez-obexd 1.1 and bluez 1.1 = broken behavior
bluez-obexd 1 and bluez 1.1 = broken behavior
bluez-obexd 1 and bluez 1 = working behavior
bluez-obexd 1.1 and bluez 1 = unable to connect bluetooth device

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

** Description changed:

  Hello,
  
  I updated from 5.68-0ubuntu1 to 5.68-0ubuntu1.1 and my bluetooth gamepad
  (8bitdo Pro 2) stopped working. It no longer was detected by various
  emulator software or by jstest-gtk. It stopped showing up in /dev/input/
  as well.
  
  Here are the logs that I get on connection with the broken (new)
  version:
  
  Dec 10 13:12:23 laptop bluetoothd[6317]: src/profile.c:record_cb() Unable to 
get Hands-Free Voice gateway SDP record: Host is down
  Dec 10 13:12:43 laptop bluetoothd[6317]: 
profiles/input/device.c:ioctl_is_connected() Can't get HIDP connection info
  Dec 10 13:12:45 laptop bluetoothd[6317]: 
profiles/input/device.c:hidp_add_connection() Rejected connection from !bonded 
device E4:17:DE:AD:BE:EF
  
- 
- Here are the logs that I get on connection with the old (working) version:
+ Here are the logs that I get on connection with the old (working)
+ version:
  
  Dec 10 13:37:17 laptop bluetoothd[7736]: src/profile.c:record_cb() Unable to 
get Hands-Free Voice gateway SDP record: Host is down
  Dec 10 13:38:30 laptop bluetoothd[7736]: 
profiles/input/device.c:ioctl_is_connected() Can't get HIDP connection info
  
- 
- I think that the indicator of issues (or at least a red herring) is the 
"Rejected connection from !bonded device" line in the broken output. I've 
redacted my MAC address obviously.
+ I think that the indicator of issues (or at least a red herring) is the
+ "Rejected connection from !bonded device" line in the broken output.
+ I've redacted my MAC address obviously.
  
  I think that two packages are involved with this and I am not quite sure
  where exactly the bug lives. I think that both the "bluez" and "bluez-
  obexd" packages are involved. If I mix the versions between these two, I
  get various different behaviors:
  
  bluez-obexd 1.1 and bluez 1.1 = broken behavior
  bluez-obexd 1 and bluez 1.1 = broken behavior
  bluez-obexd 1 and bluez 1 = working behavior
- bluez-obex 1.1 and bluez 1 = unable to connect bluetooth device
+ bluez-obexd 1.1 and bluez 1 = unable to connect bluetooth device

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

Title:
  [Regression] HID gamepad stopped working in 5.68-0ubuntu1.1

Status in bluez package in Ubuntu:
  New

Bug description:
  Hello,

  I updated from 5.68-0ubuntu1 to 5.68-0ubuntu1.1 and my bluetooth
  gamepad (8bitdo Pro 2) stopped working. It no longer was detected by
  various emulator software or by jstest-gtk. It stopped showing up in
  /dev/input/ as well.

  Here are the logs that I get on connection with the broken (new)
  version:

  Dec 10 13:12:23 laptop bluetoothd[6317]: src/profile.c:record_cb() Unable to 
get Hands-Free Voice gateway SDP record: Host is down
  Dec 10 13:12:43 laptop bluetoothd[6317]: 
profiles/input/device.c:ioctl_is_connected() Can't get HIDP connection info
  Dec 10 13:12:45 laptop bluetoothd[6317]: 
profiles/input/device.c:hidp_add_connection() Rejected connection from !bonded 
device E4:17:DE:AD:BE:EF

  Here are the logs that I get on connection with the old (working)
  version:

  Dec 10 13:37:17 laptop 

[Kernel-packages] [Bug 1945590] Re: Thinkpad E14 Gen2: Kernel panic with trackpad and trackpoint enabled

2021-10-21 Thread Claudio Romeo
I got the same kernel panic error showed in the "S13 kernel panic" image by 
Pietro Mingo (skar395).
I workarounded the problem by entering the BIOS and disabling the trackpoint.
The trackpad can remain active.
This is not a solution, but it works.
Please, forgive my bad English

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

Title:
  Thinkpad E14 Gen2: Kernel panic with trackpad and trackpoint enabled

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Impish:
  Confirmed

Bug description:
  I installed the Ubuntu 21.10 beta and as soon as I boot I get the
  kernel panic that I am attaching.

  I also installed Ubuntu 21.04 and upgraded, as soon as I boot with the
  5.13 kernel I get the same problem, disabling the trackpad and
  trackpoint in the bios the problem disappears.

  Everything works with the 5.11 kernel.
  I remain available for further details and sorry for my lack of experience.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: linux-image-5.13.0-16-generic 5.13.0-16.16
  ProcVersionSignature: Ubuntu 5.13.0-16.16-generic 5.13.13
  Uname: Linux 5.13.0-16-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu69
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  pietro 1810 F pulseaudio
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Sep 30 10:26:10 2021
  InstallationDate: Installed on 2021-09-29 (0 days ago)
  InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
  MachineType: LENOVO 20TA0033IX
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-16-generic 
root=UUID=b5ea9465-4cd9-408b-8e30-458acf90181b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-16-generic N/A
   linux-backports-modules-5.13.0-16-generic  N/A
   linux-firmware 1.201
  SourcePackage: linux
  UpgradeStatus: Upgraded to impish on 2021-09-29 (0 days ago)
  dmi.bios.date: 09/02/2021
  dmi.bios.release: 1.43
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R1EET43W(1.43 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20TA0033IX
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.43
  dmi.modalias: 
dmi:bvnLENOVO:bvrR1EET43W(1.43):bd09/02/2021:br1.43:efr1.43:svnLENOVO:pn20TA0033IX:pvrThinkPadE14Gen2:skuLENOVO_MT_20TA_BU_Think_FM_ThinkPadE14Gen2:rvnLENOVO:rn20TA0033IX:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad E14 Gen 2
  dmi.product.name: 20TA0033IX
  dmi.product.sku: LENOVO_MT_20TA_BU_Think_FM_ThinkPad E14 Gen 2
  dmi.product.version: ThinkPad E14 Gen 2
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1945590/+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 1698028] [NEW] package linux-image-4.4.0-80-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2017-06-14 Thread romeo
*** This bug is a duplicate of bug 1698027 ***
https://bugs.launchpad.net/bugs/1698027

Public bug reported:

sto usando da parecchio tempo ubuntu 16.04 lts. recentemente mi sono
scomparsi il launcer, che era a sinistra del descktop, la barra dei menu
e la barra degli strumenti. all'avvio mi si presenta solo il descktop
con le icone dei file e delle cartelle, l'open office, l'icona firefox
non sono presenti.quindi il mio computer è inutilizzabile. non sono
molto esperto di compèuter. sono solo uno smanettone. grazie a
tutti.rommascia

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-80-generic (not installed)
ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
Uname: Linux 4.4.0-79-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  remo   2043 F pulseaudio
 /dev/snd/controlC0:  remo   2043 F pulseaudio
Date: Thu Jun 15 01:46:38 2017
ErrorMessage: subprocess new pre-installation script returned error exit status 
128
HibernationDevice: RESUME=UUID=21cc7b49-c3b6-4915-830c-1e8c12b9da96
InstallationDate: Installed on 2016-09-01 (286 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: Packard Bell imedia S3800
ProcFB: 0 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-79-generic 
root=UUID=153f300f-7cb1-4d60-8791-1157f7e4d1e5 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.11
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Title: package linux-image-4.4.0-80-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/03/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P01-B1
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: FIH57
dmi.board.vendor: Acer
dmi.chassis.type: 3
dmi.chassis.vendor: Acer
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP01-B1:bd04/03/2010:svnPackardBell:pnimediaS3800:pvr:rvnAcer:rnFIH57:rvr:cvnAcer:ct3:cvr:
dmi.product.name: imedia S3800
dmi.sys.vendor: Packard Bell

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


** Tags: amd64 apport-package xenial

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

Title:
  package linux-image-4.4.0-80-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

Status in linux package in Ubuntu:
  New

Bug description:
  sto usando da parecchio tempo ubuntu 16.04 lts. recentemente mi sono
  scomparsi il launcer, che era a sinistra del descktop, la barra dei
  menu e la barra degli strumenti. all'avvio mi si presenta solo il
  descktop con le icone dei file e delle cartelle, l'open office,
  l'icona firefox non sono presenti.quindi il mio computer è
  inutilizzabile. non sono molto esperto di compèuter. sono solo uno
  smanettone. grazie a tutti.rommascia

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-80-generic (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  Uname: Linux 4.4.0-79-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  remo   2043 F pulseaudio
   /dev/snd/controlC0:  remo   2043 F pulseaudio
  Date: Thu Jun 15 01:46:38 2017
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 128
  HibernationDevice: RESUME=UUID=21cc7b49-c3b6-4915-830c-1e8c12b9da96
  InstallationDate: Installed on 2016-09-01 (286 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Packard Bell imedia S3800
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-79-generic 
root=UUID=153f300f-7cb1-4d60-8791-1157f7e4d1e5 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: package linux-image-4.4.0-80-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/03/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P01-B1
  dmi.board.asset.tag: To Be Filled By 

[Kernel-packages] [Bug 1698027] [NEW] package linux-image-4.4.0-80-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2017-06-14 Thread romeo
Public bug reported:

sto usando da parecchio tempo ubuntu 16.04 lts. recentemente mi sono
scomparsi il launcer, che era a sinistra del descktop, la barra dei menu
e la barra degli strumenti. all'avvio mi si presenta solo il descktop
con le icone dei file e delle cartelle, l'open office, l'icona firefox
non sono presenti.quindi il mio computer è inutilizzabile. non sono
molto esperto di compèuter. sono solo uno smanettone. grazie a
tutti.rommascia

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-80-generic (not installed)
ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
Uname: Linux 4.4.0-79-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  remo   2043 F pulseaudio
 /dev/snd/controlC0:  remo   2043 F pulseaudio
Date: Thu Jun 15 01:46:38 2017
ErrorMessage: subprocess new pre-installation script returned error exit status 
128
HibernationDevice: RESUME=UUID=21cc7b49-c3b6-4915-830c-1e8c12b9da96
InstallationDate: Installed on 2016-09-01 (286 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: Packard Bell imedia S3800
ProcFB: 0 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-79-generic 
root=UUID=153f300f-7cb1-4d60-8791-1157f7e4d1e5 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.11
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Title: package linux-image-4.4.0-80-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/03/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P01-B1
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: FIH57
dmi.board.vendor: Acer
dmi.chassis.type: 3
dmi.chassis.vendor: Acer
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP01-B1:bd04/03/2010:svnPackardBell:pnimediaS3800:pvr:rvnAcer:rnFIH57:rvr:cvnAcer:ct3:cvr:
dmi.product.name: imedia S3800
dmi.sys.vendor: Packard Bell

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


** Tags: amd64 apport-package xenial

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

Title:
  package linux-image-4.4.0-80-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

Status in linux package in Ubuntu:
  New

Bug description:
  sto usando da parecchio tempo ubuntu 16.04 lts. recentemente mi sono
  scomparsi il launcer, che era a sinistra del descktop, la barra dei
  menu e la barra degli strumenti. all'avvio mi si presenta solo il
  descktop con le icone dei file e delle cartelle, l'open office,
  l'icona firefox non sono presenti.quindi il mio computer è
  inutilizzabile. non sono molto esperto di compèuter. sono solo uno
  smanettone. grazie a tutti.rommascia

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-80-generic (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  Uname: Linux 4.4.0-79-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  remo   2043 F pulseaudio
   /dev/snd/controlC0:  remo   2043 F pulseaudio
  Date: Thu Jun 15 01:46:38 2017
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 128
  HibernationDevice: RESUME=UUID=21cc7b49-c3b6-4915-830c-1e8c12b9da96
  InstallationDate: Installed on 2016-09-01 (286 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Packard Bell imedia S3800
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-79-generic 
root=UUID=153f300f-7cb1-4d60-8791-1157f7e4d1e5 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: package linux-image-4.4.0-80-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/03/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P01-B1
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: FIH57
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  

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

2014-03-13 Thread Romeo Disca
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1290517/+attachment/4021917/+files/BootDmesg.txt

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

Title:
  Asus R751L Notebook - Touchpad not recognized

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I made a fresh install of ubuntu 13.10.
  After that dist upgraded.

  Mouse works if I attach an optical mouse. This works fine.

  My touchpad isn't recognized. Even I cannot see a tab for touchpad in 
settings.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jbc1639 F pulseaudio
   /dev/snd/controlC1:  jbc1639 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=c218623a-1038-4589-8a9f-beb574a44cd6
  InstallationDate: Installed on 2014-03-10 (2 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: ASUSTeK COMPUTER INC. X750LB
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-18-generic.efi.signed 
root=UUID=b2acb217-20f6-4ec8-9346-6415483140fc ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-18-generic N/A
   linux-backports-modules-3.11.0-18-generic  N/A
   linux-firmware 1.116.2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  saucy
  Uname: Linux 3.11.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 10/01/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 205
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X750LB
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  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.:bvr205:bd10/01/2013:svnASUSTeKCOMPUTERINC.:pnX750LB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX750LB:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: X750LB
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2014-03-13 Thread Romeo Disca
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1290517/+attachment/4021924/+files/ProcEnviron.txt

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

Title:
  Asus R751L Notebook - Touchpad not recognized

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I made a fresh install of ubuntu 13.10.
  After that dist upgraded.

  Mouse works if I attach an optical mouse. This works fine.

  My touchpad isn't recognized. Even I cannot see a tab for touchpad in 
settings.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jbc1639 F pulseaudio
   /dev/snd/controlC1:  jbc1639 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=c218623a-1038-4589-8a9f-beb574a44cd6
  InstallationDate: Installed on 2014-03-10 (2 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: ASUSTeK COMPUTER INC. X750LB
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-18-generic.efi.signed 
root=UUID=b2acb217-20f6-4ec8-9346-6415483140fc ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-18-generic N/A
   linux-backports-modules-3.11.0-18-generic  N/A
   linux-firmware 1.116.2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  saucy
  Uname: Linux 3.11.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 10/01/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 205
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X750LB
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  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.:bvr205:bd10/01/2013:svnASUSTeKCOMPUTERINC.:pnX750LB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX750LB:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: X750LB
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2014-03-13 Thread Romeo Disca
apport information

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

Title:
  Asus R751L Notebook - Touchpad not recognized

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I made a fresh install of ubuntu 13.10.
  After that dist upgraded.

  Mouse works if I attach an optical mouse. This works fine.

  My touchpad isn't recognized. Even I cannot see a tab for touchpad in 
settings.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jbc1639 F pulseaudio
   /dev/snd/controlC1:  jbc1639 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=c218623a-1038-4589-8a9f-beb574a44cd6
  InstallationDate: Installed on 2014-03-10 (2 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: ASUSTeK COMPUTER INC. X750LB
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-18-generic.efi.signed 
root=UUID=b2acb217-20f6-4ec8-9346-6415483140fc ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-18-generic N/A
   linux-backports-modules-3.11.0-18-generic  N/A
   linux-firmware 1.116.2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  saucy
  Uname: Linux 3.11.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 10/01/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 205
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X750LB
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  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.:bvr205:bd10/01/2013:svnASUSTeKCOMPUTERINC.:pnX750LB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX750LB:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: X750LB
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2014-03-13 Thread Romeo Disca
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1290517/+attachment/4021930/+files/WifiSyslog.txt

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

Title:
  Asus R751L Notebook - Touchpad not recognized

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I made a fresh install of ubuntu 13.10.
  After that dist upgraded.

  Mouse works if I attach an optical mouse. This works fine.

  My touchpad isn't recognized. Even I cannot see a tab for touchpad in 
settings.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jbc1639 F pulseaudio
   /dev/snd/controlC1:  jbc1639 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=c218623a-1038-4589-8a9f-beb574a44cd6
  InstallationDate: Installed on 2014-03-10 (2 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: ASUSTeK COMPUTER INC. X750LB
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-18-generic.efi.signed 
root=UUID=b2acb217-20f6-4ec8-9346-6415483140fc ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-18-generic N/A
   linux-backports-modules-3.11.0-18-generic  N/A
   linux-firmware 1.116.2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  saucy
  Uname: Linux 3.11.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 10/01/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 205
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X750LB
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  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.:bvr205:bd10/01/2013:svnASUSTeKCOMPUTERINC.:pnX750LB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX750LB:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: X750LB
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2014-03-13 Thread Romeo Disca
apport information

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

Title:
  Asus R751L Notebook - Touchpad not recognized

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I made a fresh install of ubuntu 13.10.
  After that dist upgraded.

  Mouse works if I attach an optical mouse. This works fine.

  My touchpad isn't recognized. Even I cannot see a tab for touchpad in 
settings.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jbc1639 F pulseaudio
   /dev/snd/controlC1:  jbc1639 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=c218623a-1038-4589-8a9f-beb574a44cd6
  InstallationDate: Installed on 2014-03-10 (2 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: ASUSTeK COMPUTER INC. X750LB
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-18-generic.efi.signed 
root=UUID=b2acb217-20f6-4ec8-9346-6415483140fc ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-18-generic N/A
   linux-backports-modules-3.11.0-18-generic  N/A
   linux-firmware 1.116.2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  saucy
  Uname: Linux 3.11.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 10/01/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 205
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X750LB
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  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.:bvr205:bd10/01/2013:svnASUSTeKCOMPUTERINC.:pnX750LB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX750LB:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: X750LB
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2014-03-13 Thread Romeo Disca
apport information

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

Title:
  Asus R751L Notebook - Touchpad not recognized

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I made a fresh install of ubuntu 13.10.
  After that dist upgraded.

  Mouse works if I attach an optical mouse. This works fine.

  My touchpad isn't recognized. Even I cannot see a tab for touchpad in 
settings.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jbc1639 F pulseaudio
   /dev/snd/controlC1:  jbc1639 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=c218623a-1038-4589-8a9f-beb574a44cd6
  InstallationDate: Installed on 2014-03-10 (2 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: ASUSTeK COMPUTER INC. X750LB
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-18-generic.efi.signed 
root=UUID=b2acb217-20f6-4ec8-9346-6415483140fc ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-18-generic N/A
   linux-backports-modules-3.11.0-18-generic  N/A
   linux-firmware 1.116.2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  saucy
  Uname: Linux 3.11.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 10/01/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 205
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X750LB
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  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.:bvr205:bd10/01/2013:svnASUSTeKCOMPUTERINC.:pnX750LB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX750LB:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: X750LB
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1290517/+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 1290517] Re: Asus R751L Notebook - Touchpad not recognized

2014-03-13 Thread Romeo Disca
apport information

** Tags added: apport-collected

** Description changed:

  I made a fresh install of ubuntu 13.10.
  After that dist upgraded.
  
  Mouse works if I attach an optical mouse. This works fine.
  
- My touchpad isn't recognized. Even I cannot see a tab for touchpad in
- settings.
+ My touchpad isn't recognized. Even I cannot see a tab for touchpad in 
settings.
+ --- 
+ ApportVersion: 2.12.5-0ubuntu2.2
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  jbc1639 F pulseaudio
+  /dev/snd/controlC1:  jbc1639 F pulseaudio
+ DistroRelease: Ubuntu 13.10
+ HibernationDevice: RESUME=UUID=c218623a-1038-4589-8a9f-beb574a44cd6
+ InstallationDate: Installed on 2014-03-10 (2 days ago)
+ InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
+ MachineType: ASUSTeK COMPUTER INC. X750LB
+ MarkForUpload: True
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-18-generic.efi.signed 
root=UUID=b2acb217-20f6-4ec8-9346-6415483140fc ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
+ RelatedPackageVersions:
+  linux-restricted-modules-3.11.0-18-generic N/A
+  linux-backports-modules-3.11.0-18-generic  N/A
+  linux-firmware 1.116.2
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  saucy
+ Uname: Linux 3.11.0-18-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ dmi.bios.date: 10/01/2013
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 205
+ dmi.board.asset.tag: To be filled by O.E.M.
+ dmi.board.name: X750LB
+ dmi.board.vendor: ASUSTeK COMPUTER INC.
+ dmi.board.version: 1.0
+ 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.:bvr205:bd10/01/2013:svnASUSTeKCOMPUTERINC.:pnX750LB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX750LB:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
+ dmi.product.name: X750LB
+ dmi.product.version: 1.0
+ dmi.sys.vendor: ASUSTeK COMPUTER INC.

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1290517/+attachment/4021916/+files/AlsaInfo.txt

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

Title:
  Asus R751L Notebook - Touchpad not recognized

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I made a fresh install of ubuntu 13.10.
  After that dist upgraded.

  Mouse works if I attach an optical mouse. This works fine.

  My touchpad isn't recognized. Even I cannot see a tab for touchpad in 
settings.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jbc1639 F pulseaudio
   /dev/snd/controlC1:  jbc1639 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=c218623a-1038-4589-8a9f-beb574a44cd6
  InstallationDate: Installed on 2014-03-10 (2 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: ASUSTeK COMPUTER INC. X750LB
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-18-generic.efi.signed 
root=UUID=b2acb217-20f6-4ec8-9346-6415483140fc ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-18-generic N/A
   linux-backports-modules-3.11.0-18-generic  N/A
   linux-firmware 1.116.2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  saucy
  Uname: Linux 3.11.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 10/01/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 205
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X750LB
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  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.:bvr205:bd10/01/2013:svnASUSTeKCOMPUTERINC.:pnX750LB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX750LB:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: X750LB
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:

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

2014-03-13 Thread Romeo Disca
apport information

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

Title:
  Asus R751L Notebook - Touchpad not recognized

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I made a fresh install of ubuntu 13.10.
  After that dist upgraded.

  Mouse works if I attach an optical mouse. This works fine.

  My touchpad isn't recognized. Even I cannot see a tab for touchpad in 
settings.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jbc1639 F pulseaudio
   /dev/snd/controlC1:  jbc1639 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=c218623a-1038-4589-8a9f-beb574a44cd6
  InstallationDate: Installed on 2014-03-10 (2 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: ASUSTeK COMPUTER INC. X750LB
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-18-generic.efi.signed 
root=UUID=b2acb217-20f6-4ec8-9346-6415483140fc ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-18-generic N/A
   linux-backports-modules-3.11.0-18-generic  N/A
   linux-firmware 1.116.2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  saucy
  Uname: Linux 3.11.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 10/01/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 205
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X750LB
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  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.:bvr205:bd10/01/2013:svnASUSTeKCOMPUTERINC.:pnX750LB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX750LB:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: X750LB
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2014-03-13 Thread Romeo Disca
apport information

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

Title:
  Asus R751L Notebook - Touchpad not recognized

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I made a fresh install of ubuntu 13.10.
  After that dist upgraded.

  Mouse works if I attach an optical mouse. This works fine.

  My touchpad isn't recognized. Even I cannot see a tab for touchpad in 
settings.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jbc1639 F pulseaudio
   /dev/snd/controlC1:  jbc1639 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=c218623a-1038-4589-8a9f-beb574a44cd6
  InstallationDate: Installed on 2014-03-10 (2 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: ASUSTeK COMPUTER INC. X750LB
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-18-generic.efi.signed 
root=UUID=b2acb217-20f6-4ec8-9346-6415483140fc ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-18-generic N/A
   linux-backports-modules-3.11.0-18-generic  N/A
   linux-firmware 1.116.2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  saucy
  Uname: Linux 3.11.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 10/01/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 205
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X750LB
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  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.:bvr205:bd10/01/2013:svnASUSTeKCOMPUTERINC.:pnX750LB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX750LB:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: X750LB
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2014-03-13 Thread Romeo Disca
apport information

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

Title:
  Asus R751L Notebook - Touchpad not recognized

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I made a fresh install of ubuntu 13.10.
  After that dist upgraded.

  Mouse works if I attach an optical mouse. This works fine.

  My touchpad isn't recognized. Even I cannot see a tab for touchpad in 
settings.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jbc1639 F pulseaudio
   /dev/snd/controlC1:  jbc1639 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=c218623a-1038-4589-8a9f-beb574a44cd6
  InstallationDate: Installed on 2014-03-10 (2 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: ASUSTeK COMPUTER INC. X750LB
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-18-generic.efi.signed 
root=UUID=b2acb217-20f6-4ec8-9346-6415483140fc ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-18-generic N/A
   linux-backports-modules-3.11.0-18-generic  N/A
   linux-firmware 1.116.2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  saucy
  Uname: Linux 3.11.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 10/01/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 205
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X750LB
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  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.:bvr205:bd10/01/2013:svnASUSTeKCOMPUTERINC.:pnX750LB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX750LB:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: X750LB
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2014-03-13 Thread Romeo Disca
apport information

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

Title:
  Asus R751L Notebook - Touchpad not recognized

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I made a fresh install of ubuntu 13.10.
  After that dist upgraded.

  Mouse works if I attach an optical mouse. This works fine.

  My touchpad isn't recognized. Even I cannot see a tab for touchpad in 
settings.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jbc1639 F pulseaudio
   /dev/snd/controlC1:  jbc1639 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=c218623a-1038-4589-8a9f-beb574a44cd6
  InstallationDate: Installed on 2014-03-10 (2 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: ASUSTeK COMPUTER INC. X750LB
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-18-generic.efi.signed 
root=UUID=b2acb217-20f6-4ec8-9346-6415483140fc ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-18-generic N/A
   linux-backports-modules-3.11.0-18-generic  N/A
   linux-firmware 1.116.2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  saucy
  Uname: Linux 3.11.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 10/01/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 205
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X750LB
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  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.:bvr205:bd10/01/2013:svnASUSTeKCOMPUTERINC.:pnX750LB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX750LB:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: X750LB
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2014-03-13 Thread Romeo Disca
apport information

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

Title:
  Asus R751L Notebook - Touchpad not recognized

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I made a fresh install of ubuntu 13.10.
  After that dist upgraded.

  Mouse works if I attach an optical mouse. This works fine.

  My touchpad isn't recognized. Even I cannot see a tab for touchpad in 
settings.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jbc1639 F pulseaudio
   /dev/snd/controlC1:  jbc1639 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=c218623a-1038-4589-8a9f-beb574a44cd6
  InstallationDate: Installed on 2014-03-10 (2 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: ASUSTeK COMPUTER INC. X750LB
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-18-generic.efi.signed 
root=UUID=b2acb217-20f6-4ec8-9346-6415483140fc ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-18-generic N/A
   linux-backports-modules-3.11.0-18-generic  N/A
   linux-firmware 1.116.2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  saucy
  Uname: Linux 3.11.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 10/01/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 205
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X750LB
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  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.:bvr205:bd10/01/2013:svnASUSTeKCOMPUTERINC.:pnX750LB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX750LB:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: X750LB
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2014-03-13 Thread Romeo Disca
apport information

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

Title:
  Asus R751L Notebook - Touchpad not recognized

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I made a fresh install of ubuntu 13.10.
  After that dist upgraded.

  Mouse works if I attach an optical mouse. This works fine.

  My touchpad isn't recognized. Even I cannot see a tab for touchpad in 
settings.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jbc1639 F pulseaudio
   /dev/snd/controlC1:  jbc1639 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=c218623a-1038-4589-8a9f-beb574a44cd6
  InstallationDate: Installed on 2014-03-10 (2 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: ASUSTeK COMPUTER INC. X750LB
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-18-generic.efi.signed 
root=UUID=b2acb217-20f6-4ec8-9346-6415483140fc ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-18-generic N/A
   linux-backports-modules-3.11.0-18-generic  N/A
   linux-firmware 1.116.2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  saucy
  Uname: Linux 3.11.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 10/01/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 205
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X750LB
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  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.:bvr205:bd10/01/2013:svnASUSTeKCOMPUTERINC.:pnX750LB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX750LB:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: X750LB
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2014-03-13 Thread Romeo Disca
apport information

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

Title:
  Asus R751L Notebook - Touchpad not recognized

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I made a fresh install of ubuntu 13.10.
  After that dist upgraded.

  Mouse works if I attach an optical mouse. This works fine.

  My touchpad isn't recognized. Even I cannot see a tab for touchpad in 
settings.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jbc1639 F pulseaudio
   /dev/snd/controlC1:  jbc1639 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=c218623a-1038-4589-8a9f-beb574a44cd6
  InstallationDate: Installed on 2014-03-10 (2 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: ASUSTeK COMPUTER INC. X750LB
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-18-generic.efi.signed 
root=UUID=b2acb217-20f6-4ec8-9346-6415483140fc ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-18-generic N/A
   linux-backports-modules-3.11.0-18-generic  N/A
   linux-firmware 1.116.2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  saucy
  Uname: Linux 3.11.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 10/01/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 205
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X750LB
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  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.:bvr205:bd10/01/2013:svnASUSTeKCOMPUTERINC.:pnX750LB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX750LB:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: X750LB
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1290517/+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 1290517] Re: Asus R751L Notebook - Touchpad not recognized

2014-03-13 Thread Romeo Disca
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

** Tags added: kernel-bug-exists-upstream

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

Title:
  Asus R751L Notebook - Touchpad not recognized

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I made a fresh install of ubuntu 13.10.
  After that dist upgraded.

  Mouse works if I attach an optical mouse. This works fine.

  My touchpad isn't recognized. Even I cannot see a tab for touchpad in 
settings.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jbc1639 F pulseaudio
   /dev/snd/controlC1:  jbc1639 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=c218623a-1038-4589-8a9f-beb574a44cd6
  InstallationDate: Installed on 2014-03-10 (2 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: ASUSTeK COMPUTER INC. X750LB
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-18-generic.efi.signed 
root=UUID=b2acb217-20f6-4ec8-9346-6415483140fc ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-18-generic N/A
   linux-backports-modules-3.11.0-18-generic  N/A
   linux-firmware 1.116.2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  saucy
  Uname: Linux 3.11.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 10/01/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 205
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X750LB
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  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.:bvr205:bd10/01/2013:svnASUSTeKCOMPUTERINC.:pnX750LB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX750LB:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: X750LB
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1290517/+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 1290517] [NEW] Asus R751L Notebook - Touchpad not recognized

2014-03-10 Thread Romeo Disca
Public bug reported:

I made a fresh install of ubuntu 13.10.
After that dist upgraded.

Mouse works if I attach an optical mouse. This works fine.

My touchpad isn't recognized. Even I cannot see a tab for touchpad in
settings.

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

** Attachment added: all-in-one.zip
   
https://bugs.launchpad.net/bugs/1290517/+attachment/4017139/+files/all-in-one.zip

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

Title:
  Asus R751L Notebook - Touchpad not recognized

Status in “linux” package in Ubuntu:
  New

Bug description:
  I made a fresh install of ubuntu 13.10.
  After that dist upgraded.

  Mouse works if I attach an optical mouse. This works fine.

  My touchpad isn't recognized. Even I cannot see a tab for touchpad in
  settings.

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