[Kernel-packages] [Bug 1213259] Re: Regression - Several ACPI calls no longer work on ASUS G75VW

2013-08-17 Thread Rainer Rohde
I forgot to add that when pressing the power button now, the laptop
simply shuts down. Previously, when pressing the power button, a menu
would pop up, allowing me to select various shutdown option -- not
anymore.

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

Title:
  Regression - Several ACPI calls no longer work on ASUS G75VW

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Folks,

  I am currently on kernel version 3.11.0-2-generic, and the following
  (what I assume are) ACPI calls no longer work via Fn keys:

  Fn+F2 = Toggle wifi on/off (works manually from the Network Indicator)
  Fn+F5/F6 = Adjust screen brightness (doesn't work at all, not even from the 
System Settings)
  Fn+F9 = Toggle mousepad on/off (works manually from the System Settings)

  Up until  3.11.0-1-generic, my Fn+F3/F4 = Adjust keyboard backlight
  didn't work, either. This might be fixed in  3.11.0-2-generic, but I
  need to verify this.

  My /etc/default/grub entry for GRUB_CMDLINE_LINUX_DEFAULT reads
  quiet splash acpi_osi=Linux acpi_backlight=vendor
  resume=/swapfile.swap -- not sure if that makes a difference towards
  the ACPI calls...

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-2-generic 3.11.0-2.5
  ProcVersionSignature: Ubuntu 3.11.0-2.5-generic 3.11.0-rc5
  Uname: Linux 3.11.0-2-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  rrohde 2215 F pulseaudio
   /dev/snd/controlC0:  rrohde 2215 F pulseaudio
  Date: Fri Aug 16 16:47:52 2013
  MachineType: ASUSTeK COMPUTER INC. G75VW
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-2-generic 
root=UUID=4dac4492-a4d7-4a6d-97bf-ed5c1ee0b1a0 ro elevator=noop quiet splash 
acpi_osi=Linux acpi_backlight=vendor resume=/swapfile.swap vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-2-generic N/A
   linux-backports-modules-3.11.0-2-generic  N/A
   linux-firmware1.113
  SourcePackage: linux
  StagingDrivers: zram
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/07/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: G75VW.223
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: G75VW
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrG75VW.223:bd01/07/2013:svnASUSTeKCOMPUTERINC.:pnG75VW:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnG75VW:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: G75VW
  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/1213259/+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 1169117] Re: REGRESSION: MBIM kernel suppport should be disabled until userspace support available (breaks Ericsson H5321 etc.)

2013-08-17 Thread Marius B. Kotsbak
Probably, but it will not solve this bug. See bug #1102343.

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

Title:
  REGRESSION: MBIM kernel suppport should be disabled until userspace
  support available (breaks Ericsson H5321 etc.)

Status in The Linux Kernel:
  Fix Released
Status in “linux” package in Ubuntu:
  Confirmed
Status in “modemmanager” package in Ubuntu:
  Invalid
Status in “linux” package in Debian:
  Fix Committed

Bug description:
  commit bd329e1 (net: cdc_ncm: do not bind to NCM compatible MBIM devices)
  introduced a new policy, preferring MBIM for dual NCM/MBIM functions if
  the cdc_mbim driver was enabled.  This caused a regression for users
  wanting to use NCM.

  This could be solved in different ways:

  1) Remove cdc_mbim.ko from packages like linux-image-extra-3.8.0-XX-
  YY. Easy, but makes it harder for people to experiment with MBIM and
  add userspace support

  2) Set the kernel parameter prefer_mbim to false for cdc_ncm
  module. This could be done by adding a file /etc/modprobe.d/avoid-
  mbim.conf with content:

    options cdc_ncm prefer_mbim=N

  This will allow people wanting to test MBIM easy access by removing or
  editing the file. Then the question is if this file should stay in
  modemmanager package or maybe in the kernel package?

  The required code for this option to exist seems to be in Ubuntu
  Raring packages in commit 04188f3010f64ddf2c75c3f4953eee9bdb4f5cc1.

  3) Debian has solved it by patching the kernel to reverse the default
  to be not to use MBIM:

  http://web.archiveorange.com/archive/v/dbmrrKybrWTJ0XZGsB3B
  http://lists.debian.org/debian-kernel/2013/03/msg00611.html

  See also bug #1102343.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1169117/+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 989191] Re: Asus Zenbook UX31E powers off on plugin in/out AC adapter

2013-08-17 Thread Oleksij Rempel
Just to notice,
i have this notebook too. This hardware was affected by USB suspend bug. One 
common thing on it is that this laptop can go down in misconfigured state. 
After power on it will stay misconfigured intill it will be configured and 
power down properly.

So, if you compare  different settings, try to power down and power up
with this setting before actuall test. If you do not do this, your test
will drive you creasy. With windows it is not reproducable untill you
start to use linux.

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

Title:
  Asus Zenbook UX31E powers off on plugin in/out AC adapter

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  When I have logged in to Unity and plug in or out AC adapter to Asus
  Zenbook UX31E, computer powers off. Sometimes this needs couple of
  tries (waiting or not waiting in between) when plugin in or out AC
  adapter.

  This problem doesn't occur when I have switched to console or when in LightDM 
login screen. Problem doesn't happen with MS Windows either.
  And yes, there's enough power in my battery too, I can boot up and use the 
computer without AC adapter.

  syslog prints these lines to stdout in console, when plugin AC adapter first 
out and then in:
    [  869.521396] asus_wmi: Unknown key 57 pressed
    [  874.704525] asus_wmi: Unknown key 58 pressed
    [  876.993295] [drm:drm_mode_getfb] *ERROR* invalid framebuffer id

  What you also need:

  1) lsb_release -rd
    Description:Ubuntu 12.04 LTS
    Release:12.04

  2) I could guess kernel, but it happens _only_ when I have logged in
  to Unity (or Unity 2D)...

  3) I expect that my computer doesn't power off.

  4) Computer powers off.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/989191/+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 1197869] Re: Thinkpad T430u randomly locks up/freezes

2013-08-17 Thread Jacob Bartlett
That is good news, please let us know how the testing goes,

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

Title:
  Thinkpad T430u randomly locks up/freezes

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  System randomly locks up completely.  Screen is frozen, system is
  completely unresponsive.  No key combos have any effect (Ctrl-Alt-Del,
  Ctrl-Alt-Backspace, Ctrl-Alt-F1).  The only thing that works is
  holding down the power button until it turns off.

  I tried Alt + SysReq + REISUB (http://askubuntu.com/a/36717/18665)
  when it locks up, but it has no effect either.

  It normally does it about once a day, but this morning it locked up 3
  times in the past hour or so.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-48-generic 3.2.0-48.74
  ProcVersionSignature: Ubuntu 3.2.0-48.74-generic 3.2.46
  Uname: Linux 3.2.0-48-generic x86_64
  NonfreeKernelModules: wl
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bryan  1922 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf181 irq 47'
     Mixer name : 'Intel PantherPoint HDMI'
     Components : 'HDA:10ec0269,17aa500c,00100203 
HDA:80862806,80860101,0010'
     Controls  : 31
     Simple ctrls  : 13
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
     Mixer name : 'ThinkPad EC (unknown)'
     Components : ''
     Controls  : 1
     Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
     Capabilities: pswitch pswitch-joined penum
     Playback channels: Mono
     Mono: Playback [on]
  CheckboxSubmission: 0f4e55dc6f3e211b5e23a7a40efd98d8
  CheckboxSystem: bb422ca46d02494cdbc459927a98bc2f
  Date: Thu Jul  4 10:18:48 2013
  HibernationDevice: RESUME=UUID=4afa8032-cfe5-45f4-a626-738ab33904ac
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
  MachineType: LENOVO 3351CTO
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-48-generic 
root=UUID=2d445ceb-b77f-4a11-b57b-9a9a7f59c222 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-48-generic N/A
   linux-backports-modules-3.2.0-48-generic  N/A
   linux-firmware1.79.4
  SourcePackage: linux
  StagingDrivers: rts_pstor mei
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/27/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: H6ET61WW (2.02 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 3351CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 STD DPK TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrH6ET61WW(2.02):bd08/27/2012:svnLENOVO:pn3351CTO:pvrThinkPadT430u:rvnLENOVO:rn3351CTO:rvrWin8STDDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 3351CTO
  dmi.product.version: ThinkPad T430u
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1197869/+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 1203565] Re: 045e:009c [H87-PRO] Microsoft Keyboard Elite for Bluetooth dead keys problem

2013-08-17 Thread Maeda
Do we need to mark this bug duplicate or something like that to work
only on the bug
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213123 ?

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

Title:
  045e:009c [H87-PRO] Microsoft Keyboard Elite for Bluetooth dead keys
  problem

Status in “bluez” package in Ubuntu:
  New
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  In Precise with 4.60 version of bluez I can pair my keyboard and mouse
  perfectly.

  === The problem is that dead keys of my keyboard (I mean -L or R-
  CTRL, ALT, SUPER, -L or R- SHIFT, ALT-GR) doesn't work with my current
  motherboard (whether application I opened, console included). It does
  work correctly with other motherboards. The new motherboard is an 1150
  Haswell one from Asus.

  What I can say is :
  1/ When booting, my BIOS recognize perfectly the dead keys of my keyboard, 
meaning that the bluetooth dongle or the motherboard is not directly concerned.
  2/ When doing a second installation of Ubuntu, same problem.
  3/ When trying the option 'keyboard layout' (whatever layout I choose), I 
don't see those dead keys flashing, meaning the system doesn't react at all 
when pressing them.
  4/ By chance, I found another keyboard (same model, same brand), same 
problem, meaning the keyboard is not concerned (it works on the older 
motherboard, then it was poor chance that the keyboard broked just before 
reinstalling).
  5/ Tried the setxkbmap command (with sudo or without), nothing's better
  6/ Tried the xmodmap command, I see the 0x codes for Left SHIFT, all dead 
keys are there (see attachment)
  7/ Normal keyboard (no wireless) works perfectly
  8/ Put the dongle on an other usb slot doesn't change anything
  9/ Command xev doesn't makes changes when pressing dead keys.

  For me it's clearly a Ubuntu's system bug, with my motherboard (Asus
  H87-PRO socket 1150).

  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   syl4375 F...m rhythmbox
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'PAD'/'RME Digi96/8 PAD at 0xf400, irq 19'
     Mixer name : ''
     Components : ''
     Controls  : 10
     Simple ctrls  : 6
  Card1.Amixer.info:
   Card hw:1 'NVidia'/'HDA NVidia at 0xf308 irq 17'
     Mixer name : 'Nvidia GPU 14 HDMI/DP'
     Components : 'HDA:10de0014,10de0101,00100100'
     Controls  : 24
     Simple ctrls  : 4
  Card2.Amixer.info:
   Card hw:2 'NVidia_1'/'HDA NVidia at 0xe308 irq 16'
     Mixer name : 'Nvidia GPU 0a HDMI/DP'
     Components : 'HDA:10de000a,10de0101,00100100'
     Controls  : 24
     Simple ctrls  : 4
  DistroRelease: Ubuntu 12.04
  MachineType: ASUS All Series
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-36-generic 
root=UUID=d2f8f163-a1ee-4332-a910-d593309cd2a6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.5.0-36.57~precise1-generic 3.5.7.14
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-36-generic N/A
   linux-backports-modules-3.5.0-36-generic  N/A
   linux-firmware1.79.4
  RfKill:
   0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
  Tags:  precise running-unity
  Uname: Linux 3.5.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio bluetooth boinc cdrom dip lp lpadmin netdev plugdev 
sambashare scanner sudo video
  dmi.bios.date: 04/08/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0501
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H87-PRO
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0501:bd04/08/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnH87-PRO:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1203565/+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 1213123] Re: 045e:009c [H87I-PLUS] Microsoft Keyboard Elite for Bluetooth dead keys problem

2013-08-17 Thread Maeda
Hi !

Done :
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date
0507
07/01/2013

No changes :

- With bluez 4.98 from Precise : same problem : pairing is OK, but never 
keyboard activate (mouse OK).
- With bluez 4.60 (from Lucid) installed on Precise : pairing is OK, activate 
and working but not the dead keys.

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

Title:
  045e:009c [H87I-PLUS] Microsoft Keyboard Elite for Bluetooth dead keys
  problem

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  In Precise with 4.60 version of bluez I can pair my keyboard and mouse
  perfectly, but not with the 4.98 that is in Precise by default.

  === The problem is that dead keys of my keyboard (I mean -L or R-
  CTRL, ALT, SUPER, -L or R- SHIFT, ALT-GR) doesn't work with my current
  motherboard (whether application I opened, console included). It does
  work correctly with other motherboards. The new motherboard is an 1150
  Haswell one from Asus.

  What I can say is :
  1/ When booting, my BIOS recognize perfectly the dead keys of my keyboard, 
meaning that the bluetooth dongle or the motherboard is not directly concerned.
  2/ When doing a second installation of Ubuntu, same problem.
  3/ When trying the option 'keyboard layout' (whatever layout I choose), I 
don't see those dead keys flashing, meaning the system doesn't react at all 
when pressing them.
  4/ By chance, I found another keyboard (same model, same brand), same 
problem, meaning the keyboard is not concerned (it works on the older 
motherboard, then it was poor chance that the keyboard broked just before 
reinstalling).
  5/ Tried the setxkbmap command (with sudo or without), nothing's better
  6/ Tried the xmodmap command, I see the 0x codes for Left SHIFT, all dead 
keys are there (see attachment)
  7/ Normal keyboard (no wireless) works perfectly
  8/ Put the dongle on an other usb slot doesn't change anything
  9/ Command xev doesn't makes changes when pressing dead keys.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.5.0-37-generic 3.5.0-37.58~precise1
  ProcVersionSignature: Ubuntu 3.5.0-37.58~precise1-generic 3.5.7.16
  Uname: Linux 3.5.0-37-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  lolo   2272 F pulseaudio
   /dev/snd/controlC0:  lolo   2272 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'MID'/'HDA Intel MID at 0xf0434000 irq 45'
 Mixer name : 'Intel Haswell HDMI'
 Components : 'HDA:80862807,80860101,0010'
 Controls  : 6
 Simple ctrls  : 1
  Card0.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Card1.Amixer.info:
   Card hw:1 'PCH'/'HDA Intel PCH at 0xf043 irq 46'
 Mixer name : 'Realtek ALC887-VD'
 Components : 'HDA:10ec0887,10438576,00100302'
 Controls  : 41
 Simple ctrls  : 20
  Date: Fri Aug 16 16:34:35 2013
  HibernationDevice: RESUME=UUID=942aa693-ca21-4f2a-966c-97b0fa9ea5ae
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: ASUS All Series
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-37-generic 
root=UUID=9509f53e-1de4-4f9c-90dd-6c1ef7ded3a9 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-37-generic N/A
   linux-backports-modules-3.5.0-37-generic  N/A
   linux-firmware1.79.6
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/15/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0306
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H87I-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0306:bd04/15/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnH87I-PLUS:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

-- 
Mailing list: 

[Kernel-packages] [Bug 1094722] Re: [HP Compaq nx7400] Raring: regression: fan keeps spinning at full speed after suspend

2013-08-17 Thread stevedpowell
Problem is still present with my HP 6910p laptop

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

Title:
  [HP Compaq nx7400] Raring: regression: fan keeps spinning at full
  speed after suspend

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Raring:
  Incomplete
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  With quantal i had no problem to suspend.
  Now with raring the fan spins at full speed after suspend.
  I found this:
  
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.17/+bug/77370/comments/88
  after creating the file the fan stopped spinning at full speed but it never 
came back
  to the normal speed. It spins still to fast.

  I think there is a bug in the acpi of this laptop. One of the temp sensors is 
aquatualy the fan speed.
  So i think there is some loop happening. the fan spins because it thinks it's 
too hot but actualy its the fanspeed itself.

  but however, with quantal (and i think older versions also) this didn't 
happen.
  So regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.7.0-7-generic 3.7.0-7.15
  ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0
  Uname: Linux 3.7.0-7-generic x86_64
  ApportVersion: 2.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip1304   1639 F pulseaudio
  Date: Sun Dec 30 19:47:40 2012
  HibernationDevice: RESUME=UUID=af3e5ce4-1130-4358-b886-81652437a297
  MachineType: Hewlett-Packard HP Compaq nx7400 (RH399EA#UUG)
  MarkForUpload: True
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.7.0-7-generic 
root=UUID=0f9b540c-8507-485e-b867-92cbb0a68ae7 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.7.0-7-generic N/A
   linux-backports-modules-3.7.0-7-generic  N/A
   linux-firmware   1.98
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/27/2008
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68YGU Ver. F.0E
  dmi.board.name: 30A2
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 40.17
  dmi.chassis.asset.tag: CNU6421VZN
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68YGUVer.F.0E:bd08/27/2008:svnHewlett-Packard:pnHPCompaqnx7400(RH399EA#UUG):pvrF.0E:rvnHewlett-Packard:rn30A2:rvrKBCVersion40.17:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq nx7400 (RH399EA#UUG)
  dmi.product.version: F.0E
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1094722/+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 1213348] [NEW] Fan too fast on HP 6910p after standby

2013-08-17 Thread stevedpowell
Public bug reported:

I have a HP 6910p that has an issue where the fan is running too fast
when coming out of standby. I have tried the following fix which appears
to work for some HP models  but it doesn't resolve the problem for me

here http://linuxg.net/how-to-fix-the-high-fan-speed-and-noise-on-
ubuntu-13-04-running-on-compaq-6720s/

The only way to resolve the problem is to reboot

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: linux-image-3.8.0-27-generic 3.8.0-27.40
ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
Uname: Linux 3.8.0-27-generic i686
ApportVersion: 2.9.2-0ubuntu8.3
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  steve  2146 F pulseaudio
 /dev/snd/pcmC0D0p:   steve  2146 F...m pulseaudio
Date: Sat Aug 17 11:49:13 2013
HibernationDevice: RESUME=UUID=0792b18f-dcc6-4b41-bcac-f221d7408118
InstallationDate: Installed on 2012-01-13 (581 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
MachineType: Hewlett-Packard HP Compaq 6910p
MarkForUpload: True
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=e559a8e9-b5e8-4680-82c4-be97a75e8f06 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.8.0-27-generic N/A
 linux-backports-modules-3.8.0-27-generic  N/A
 linux-firmware1.106
SourcePackage: linux
UpgradeStatus: Upgraded to raring on 2013-07-20 (27 days ago)
dmi.bios.date: 09/26/2007
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68MCU Ver. F.0B
dmi.board.name: 30BE
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 68.32
dmi.chassis.asset.tag: ME171
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MCUVer.F.0B:bd09/26/2007:svnHewlett-Packard:pnHPCompaq6910p:pvrF.0B:rvnHewlett-Packard:rn30BE:rvrKBCVersion68.32:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP Compaq 6910p
dmi.product.version: F.0B
dmi.sys.vendor: Hewlett-Packard

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


** Tags: apport-bug i386 raring

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

Title:
  Fan too fast on HP 6910p after standby

Status in “linux” package in Ubuntu:
  New

Bug description:
  I have a HP 6910p that has an issue where the fan is running too fast
  when coming out of standby. I have tried the following fix which
  appears to work for some HP models  but it doesn't resolve the problem
  for me

  here http://linuxg.net/how-to-fix-the-high-fan-speed-and-noise-on-
  ubuntu-13-04-running-on-compaq-6720s/

  The only way to resolve the problem is to reboot

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-27-generic 3.8.0-27.40
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic i686
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  steve  2146 F pulseaudio
   /dev/snd/pcmC0D0p:   steve  2146 F...m pulseaudio
  Date: Sat Aug 17 11:49:13 2013
  HibernationDevice: RESUME=UUID=0792b18f-dcc6-4b41-bcac-f221d7408118
  InstallationDate: Installed on 2012-01-13 (581 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  MachineType: Hewlett-Packard HP Compaq 6910p
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=e559a8e9-b5e8-4680-82c4-be97a75e8f06 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-27-generic N/A
   linux-backports-modules-3.8.0-27-generic  N/A
   linux-firmware1.106
  SourcePackage: linux
  UpgradeStatus: Upgraded to raring on 2013-07-20 (27 days ago)
  dmi.bios.date: 09/26/2007
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MCU Ver. F.0B
  dmi.board.name: 30BE
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 68.32
  dmi.chassis.asset.tag: ME171
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MCUVer.F.0B:bd09/26/2007:svnHewlett-Packard:pnHPCompaq6910p:pvrF.0B:rvnHewlett-Packard:rn30BE:rvrKBCVersion68.32:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq 6910p
  dmi.product.version: F.0B
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213348/+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 1010981] Re: Computer does not power off when attempting to shut down by any route.

2013-08-17 Thread psypher
Forgot to mention thgis only started happening after I installed 13.04.
No issues with this hardware on 12.04 or 12.10

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

Title:
  Computer does not power off when attempting to shut down by any route.

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  Computer does not shut down, but instead merely freezes at the
  graphical splash screen while remaining powered on, with monitor,
  fans, and all other hardware still running. I've attempted the
  following, all with no success:

  - Issuing halt, poweroff, halt -P, shutdown -h/-H/-P, and every other
  conceivable variation thereof from a terminal. Have also attempted
  these commands from a tty after killing X.

  - Graphical shutdown from unity panel. Have also tried this at login
  screen.

  - Have attempted to disable various services and kernel modules that
  have been implicated in other bug reports complaining of similar
  issues (namely, laptop-mode, acpi-support, proprietary fglrx driver,
  networking, and misc. others).

  - Various suggestions from Ubuntu forums (editing /etc/default/halt,
  updating grub with various different arguments to
  GRUB_CMDLINE_LINUX_DEFAULT, disabling network-manager service prior to
  attempting shut down, and others).

  This shut down malfunction happens invariably and with total
  predictability. Oddly, rebooting does initially appear to work, but
  when computer powers back on, the OS fails to load and instead hangs
  at a blank, purple screen (without the typical Ubuntu logo).

  Other relevant info:

  - Computer is an Acer Aspire 5560-7402 laptop.

  - Ubuntu is the sole OS, installed recently with default/automatic
  partitioning settings, using whole disk.

  - uname -srvmpio output:
  Linux 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:52:17 UTC 2012 x86_64 
x86_64 x86_64 GNU/Linux (please note that the problem began immediately after 
installation, i.e., before upgrade from 3.2.0-23-generic kernel).

  - lsb_release -rd output:
  Description:Ubuntu 12.04 LTS
  Release:12.04
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: Generic_1 [HD-Audio Generic], device 0: ALC269VB Analog [ALC269VB 
Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  grisha 3169 F pulseaudio
   /dev/snd/controlC0:  grisha 3169 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'Generic'/'HD-Audio Generic at 0xf0244000 irq 43'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 6
 Simple ctrls  : 1
  Card0.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Card1.Amixer.info:
   Card hw:1 'Generic_1'/'HD-Audio Generic at 0xf024 irq 16'
 Mixer name : 'Realtek ALC269VB'
 Components : 'HDA:10ec0269,1025059f,00100100'
 Controls  : 20
 Simple ctrls  : 11
  DistroRelease: Ubuntu 12.04
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=752809a0-c0c2-4a3e-922e-32aafd530966
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MachineType: Acer Aspire 5560
  NonfreeKernelModules: wl fglrx
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-color
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic 
root=UUID=3e6d51a0-a09b-43bd-911e-8297b64dec52 ro acpi=force quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-24-generic N/A
   linux-backports-modules-3.2.0-24-generic  N/A
   linux-firmware1.79
  SourcePackage: linux
  Tags:  precise precise
  Uname: Linux 3.2.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 12/05/2011
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: V1.15
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire 5560
  dmi.board.vendor: Acer
  dmi.board.version: A11
  dmi.chassis.asset.tag: Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Acer
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrV1.15:bd12/05/2011:svnAcer:pnAspire5560:pvr0.1:rvnAcer:rnAspire5560:rvrA11:cvnAcer:ct9:cvr0.1:
  dmi.product.name: Aspire 5560
  dmi.product.version: 0.1
  dmi.sys.vendor: Acer

To manage notifications about this 

[Kernel-packages] [Bug 1010981] Re: Computer does not power off when attempting to shut down by any route.

2013-08-17 Thread psypher
I have this issue on 13.04 on a Dell XPS L701X. Have to hard shutdown
the PC and then the next time it boots up it has to do a disk check on a
healthy drive. Does it everytime I start up and I am worried that there
is going to be DATA corruption soon.

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

Title:
  Computer does not power off when attempting to shut down by any route.

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  Computer does not shut down, but instead merely freezes at the
  graphical splash screen while remaining powered on, with monitor,
  fans, and all other hardware still running. I've attempted the
  following, all with no success:

  - Issuing halt, poweroff, halt -P, shutdown -h/-H/-P, and every other
  conceivable variation thereof from a terminal. Have also attempted
  these commands from a tty after killing X.

  - Graphical shutdown from unity panel. Have also tried this at login
  screen.

  - Have attempted to disable various services and kernel modules that
  have been implicated in other bug reports complaining of similar
  issues (namely, laptop-mode, acpi-support, proprietary fglrx driver,
  networking, and misc. others).

  - Various suggestions from Ubuntu forums (editing /etc/default/halt,
  updating grub with various different arguments to
  GRUB_CMDLINE_LINUX_DEFAULT, disabling network-manager service prior to
  attempting shut down, and others).

  This shut down malfunction happens invariably and with total
  predictability. Oddly, rebooting does initially appear to work, but
  when computer powers back on, the OS fails to load and instead hangs
  at a blank, purple screen (without the typical Ubuntu logo).

  Other relevant info:

  - Computer is an Acer Aspire 5560-7402 laptop.

  - Ubuntu is the sole OS, installed recently with default/automatic
  partitioning settings, using whole disk.

  - uname -srvmpio output:
  Linux 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:52:17 UTC 2012 x86_64 
x86_64 x86_64 GNU/Linux (please note that the problem began immediately after 
installation, i.e., before upgrade from 3.2.0-23-generic kernel).

  - lsb_release -rd output:
  Description:Ubuntu 12.04 LTS
  Release:12.04
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: Generic_1 [HD-Audio Generic], device 0: ALC269VB Analog [ALC269VB 
Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  grisha 3169 F pulseaudio
   /dev/snd/controlC0:  grisha 3169 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'Generic'/'HD-Audio Generic at 0xf0244000 irq 43'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 6
 Simple ctrls  : 1
  Card0.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Card1.Amixer.info:
   Card hw:1 'Generic_1'/'HD-Audio Generic at 0xf024 irq 16'
 Mixer name : 'Realtek ALC269VB'
 Components : 'HDA:10ec0269,1025059f,00100100'
 Controls  : 20
 Simple ctrls  : 11
  DistroRelease: Ubuntu 12.04
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=752809a0-c0c2-4a3e-922e-32aafd530966
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MachineType: Acer Aspire 5560
  NonfreeKernelModules: wl fglrx
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-color
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic 
root=UUID=3e6d51a0-a09b-43bd-911e-8297b64dec52 ro acpi=force quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-24-generic N/A
   linux-backports-modules-3.2.0-24-generic  N/A
   linux-firmware1.79
  SourcePackage: linux
  Tags:  precise precise
  Uname: Linux 3.2.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 12/05/2011
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: V1.15
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire 5560
  dmi.board.vendor: Acer
  dmi.board.version: A11
  dmi.chassis.asset.tag: Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Acer
  dmi.chassis.version: 0.1
  dmi.modalias: 

[Kernel-packages] [Bug 1213348] Status changed to Confirmed

2013-08-17 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New = 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/1213348

Title:
  Fan too fast on HP 6910p after standby

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I have a HP 6910p that has an issue where the fan is running too fast
  when coming out of standby. I have tried the following fix which
  appears to work for some HP models  but it doesn't resolve the problem
  for me

  here http://linuxg.net/how-to-fix-the-high-fan-speed-and-noise-on-
  ubuntu-13-04-running-on-compaq-6720s/

  The only way to resolve the problem is to reboot

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-27-generic 3.8.0-27.40
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic i686
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  steve  2146 F pulseaudio
   /dev/snd/pcmC0D0p:   steve  2146 F...m pulseaudio
  Date: Sat Aug 17 11:49:13 2013
  HibernationDevice: RESUME=UUID=0792b18f-dcc6-4b41-bcac-f221d7408118
  InstallationDate: Installed on 2012-01-13 (581 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  MachineType: Hewlett-Packard HP Compaq 6910p
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=e559a8e9-b5e8-4680-82c4-be97a75e8f06 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-27-generic N/A
   linux-backports-modules-3.8.0-27-generic  N/A
   linux-firmware1.106
  SourcePackage: linux
  UpgradeStatus: Upgraded to raring on 2013-07-20 (27 days ago)
  dmi.bios.date: 09/26/2007
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MCU Ver. F.0B
  dmi.board.name: 30BE
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 68.32
  dmi.chassis.asset.tag: ME171
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MCUVer.F.0B:bd09/26/2007:svnHewlett-Packard:pnHPCompaq6910p:pvrF.0B:rvnHewlett-Packard:rn30BE:rvrKBCVersion68.32:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq 6910p
  dmi.product.version: F.0B
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213348/+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 830915] Re: [Oneiric] Error during kernel upgrade: Could not locate dkms.conf file

2013-08-17 Thread Ro$k0
Yeah. And this is not wow at all. Same bug on 13.04 x32.

** Tags added: raring

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

Title:
  [Oneiric] Error during kernel upgrade: Could not locate dkms.conf file

Status in “dkms” package in Ubuntu:
  Confirmed

Bug description:
  Настраивается пакет linux-image-3.0.0-9-generic (3.0.0-9.12) ...
  Running depmod.
  update-initramfs: deferring update (hook will be called later)
  Examining /etc/kernel/postinst.d.
  run-parts: executing /etc/kernel/postinst.d/dkms 3.0.0-9-generic 
/boot/vmlinuz-3.0.0-9-generic
  Error! Could not locate dkms.conf file.
  File:  does not exist.
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.0.0-9-generic 
/boot/vmlinuz-3.0.0-9-generic
  update-initramfs: Generating /boot/initrd.img-3.0.0-9-generic
  run-parts: executing /etc/kernel/postinst.d/pm-utils 3.0.0-9-generic 
/boot/vmlinuz-3.0.0-9-generic
  run-parts: executing /etc/kernel/postinst.d/update-notifier 3.0.0-9-generic 
/boot/vmlinuz-3.0.0-9-generic
  run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.0.0-9-generic 
/boot/vmlinuz-3.0.0-9-generic
  Generating grub.cfg ...
  Found linux image: /boot/vmlinuz-3.0.0-9-generic
  Found initrd image: /boot/initrd.img-3.0.0-9-generic
  Found linux image: /boot/vmlinuz-3.0.0-8-generic
  Found initrd image: /boot/initrd.img-3.0.0-8-generic
  Found linux image: /boot/vmlinuz-2.6.38-10-generic
  Found initrd image: /boot/initrd.img-2.6.38-10-generic
  Found memtest86+ image: /boot/memtest86+.bin
  Found Ubuntu Natty (development branch) (11.04) on /dev/sdb5
  done

  This, however, doesn't seem to be fatal.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: dkms 2.2.0.2-1
  ProcVersionSignature: Ubuntu 3.0.0-8.11-generic 3.0.1
  Uname: Linux 3.0.0-8-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Mon Aug 22 12:43:31 2011
  InstallationMedia: Xubuntu 10.10 Maverick Meerkat - Release amd64 
(20101008.1)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: dkms
  UpgradeStatus: Upgraded to oneiric on 2011-08-10 (11 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/830915/+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 1186818] Re: 10de:0fd5 can't resume from suspend on MacBookPro9, 1

2013-08-17 Thread Adam Dingle
Christopher, I still don't see why you unmarked this as a duplicate of
bug #1084960.  I'm reluctant to perform more debugging steps here rather
than on the main bug.

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

Title:
  10de:0fd5 can't resume from suspend on MacBookPro9,1

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I'm running Ubuntu 13.10 on a MacBookPro9,1.  On this machine I can't
  resume after a suspend: the desktop background (sometimes) appears but
  the system is unresponsive, and switching virtual terminals might or
  might not work.

  I believe this is not a duplicate of bug #817017 (AHCI mode not restored 
during sleep-wakeup cycle).  I am booting using EFI, and as described on that 
bug page the AHCI bug does not occur on EFI systems.  In fact, originally I was 
not using EFI to boot, and I saw the symptoms on that page (the display was 
completely blank when I tried to resume).  Then I switched to EFI and the 
symptoms changed (I saw some stuff on the display but the system was 
unresponsive).  So I conclude that this is a separate bug.
  --- 
  ApportVersion: 2.12-0ubuntu3
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=97a27f76-3baf-42fe-b6fc-5bee91c831ca
  InstallationDate: Installed on 2013-06-30 (42 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130630)
  MachineType: Apple Inc. MacBookPro9,1
  MarkForUpload: True
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB:
   0 inteldrmfb
   1 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-1-generic 
root=UUID=9b2e4ae1-ef78-4a08-8abd-97a3013164f7 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.10.0-1.8-generic 3.10.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.10.0-1-generic N/A
   linux-backports-modules-3.10.0-1-generic  N/A
   linux-firmware1.113
  Tags:  saucy
  Uname: Linux 3.10.0-1-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  WifiSyslog:
   Aug 12 06:23:20 cloth wpa_supplicant[833]: eth1: WPA: Group rekeying 
completed with c8:d7:19:a1:f7:3c [GTK=CCMP]
   Aug 12 06:30:00 cloth kernel: [ 3909.001176] WebKitPluginPro[7073]: segfault 
at 7f11bb067f9b ip 7f11bb067f9b sp 7fff5f880610 error 14
   Aug 12 07:23:09 cloth wpa_supplicant[833]: eth1: WPA: Group rekeying 
completed with c8:d7:19:a1:f7:3c [GTK=CCMP]
  dmi.bios.date: 08/08/2012
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP91.88Z.00D3.B08.1208081132
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-4B7AC7E43945597E
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro9,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-4B7AC7E43945597E
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP91.88Z.00D3.B08.1208081132:bd08/08/2012:svnAppleInc.:pnMacBookPro9,1:pvr1.0:rvnAppleInc.:rnMac-4B7AC7E43945597E:rvrMacBookPro9,1:cvnAppleInc.:ct10:cvrMac-4B7AC7E43945597E:
  dmi.product.name: MacBookPro9,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1186818/+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 1084960] Re: 10de:0de1 [GeForce GT 430] Resume from Standby mode doesn't work with Nouveau

2013-08-17 Thread Adam Dingle
I'm running Nouveau on Ubuntu 13.10 on a MacBookPro9,1 with a GeForce GT
650 M.  13.10 now has this kernel:

$ uname -a
Linux cloth 3.11.0-2-generic #5-Ubuntu SMP Mon Aug 12 16:09:51 UTC 2013 x86_64 
x86_64 x86_64 GNU/Linux
$

Unfortunately I still can't resume from suspend: I see the same symptoms
that Jan described above.  So I don't believe this was fixed in the 3.10
kernel as madbiologist suggested above.

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

Title:
  10de:0de1 [GeForce GT 430] Resume from Standby mode doesn't work with
  Nouveau

Status in “linux” package in Ubuntu:
  Incomplete
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Triaged

Bug description:
  Hello,

  if I'm using the Nouveau driver with my graphics board (Geforce
  GT430), standby mode (a.k.a. suspend-to-ram) does not work.

  Going into standby mode itself works, but when I turn my PC back on,
  the monitor shows just a kind of colorful noise with the usual mouse
  cursor (the cursor itself is displayed properly). Sometimes it's
  possible to move the cursor a bit, but the system can't be used
  anymore and has to rebooted with the Alt+Print+b keycombo.

  This also happens on Quantal when I use the Nouveau driver.

  WORKAROUND: The propritary Nvidia driver works fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xserver-xorg-video-nouveau 1:1.0.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.7.0-3.9-generic 3.7.0-rc6
  Uname: Linux 3.7.0-3-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.6.2-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  Date: Fri Nov 30 10:34:21 2012
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationDate: Installed on 2012-11-26 (4 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20121126)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.7.0-3-generic 
root=/dev/mapper/internal--hdd-test1 ro quiet splash
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F13
  dmi.board.name: P35-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF13:bd07/10/2008:svnGigabyteTechnologyCo.,Ltd.:pnP35-DS3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP35-DS3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: P35-DS3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.8.4+bzr3412-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.40-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.1-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.1-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu8
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.0.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.14-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.4-0ubuntu1
  xserver.bootTime: Fri Nov 30 10:33:12 2012
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLogitech USB Laser Mouse MOUSE, id 8
   inputAT Translated Set 2 keyboard KEYBOARD, id 9
  xserver.errors:
   Failed to load module nvidia (module does not exist, 0)
   Failed to load module nvidia (module does not exist, 0)
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.13.0-0ubuntu8
  xserver.video_driver: nouveau

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1084960/+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 1213357] [NEW] USB3 card does not come back from suspend in timely fashion

2013-08-17 Thread drink
Public bug reported:

I have to lazy umount and re-mount the storage volume connected to my
USB3 adapter every time I come back from suspend. If I have it on USB2
then it works great, albeit slower.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: linux-image-3.8.0-27-generic 3.8.0-27.40
ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
Uname: Linux 3.8.0-27-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.9.2-0ubuntu8.3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  drink 10613 F pulseaudio
 /dev/snd/controlC1:  drink 10613 F pulseaudio
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Date: Sat Aug 17 04:57:28 2013
MachineType: Gigabyte Technology Co., Ltd. GA-MA770T-UD3P
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 SHELL=/bin/bash
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=8c8feac0-2451-4928-951a-847fa98cad71 ro quiet splash
RelatedPackageVersions:
 linux-restricted-modules-3.8.0-27-generic N/A
 linux-backports-modules-3.8.0-27-generic  N/A
 linux-firmware1.106
RfKill:
 
SourcePackage: linux
UpgradeStatus: Upgraded to raring on 2013-04-22 (116 days ago)
dmi.bios.date: 03/22/2011
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F12
dmi.board.name: GA-MA770T-UD3P
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF12:bd03/22/2011:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA770T-UD3P:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA770T-UD3P:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: GA-MA770T-UD3P
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: amd64 apport-bug raring

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

Title:
  USB3 card does not come back from suspend in timely fashion

Status in “linux” package in Ubuntu:
  New

Bug description:
  I have to lazy umount and re-mount the storage volume connected to my
  USB3 adapter every time I come back from suspend. If I have it on USB2
  then it works great, albeit slower.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-27-generic 3.8.0-27.40
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  drink 10613 F pulseaudio
   /dev/snd/controlC1:  drink 10613 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Date: Sat Aug 17 04:57:28 2013
  MachineType: Gigabyte Technology Co., Ltd. GA-MA770T-UD3P
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=8c8feac0-2451-4928-951a-847fa98cad71 ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-27-generic N/A
   linux-backports-modules-3.8.0-27-generic  N/A
   linux-firmware1.106
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to raring on 2013-04-22 (116 days ago)
  dmi.bios.date: 03/22/2011
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F12
  dmi.board.name: GA-MA770T-UD3P
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF12:bd03/22/2011:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA770T-UD3P:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA770T-UD3P:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-MA770T-UD3P
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213357/+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 1213095] Re: Too slow speed of storage devices (HDDs, flash-drives, etc) after booted up

2013-08-17 Thread mrDoctorWho
** Tags added: kernel-bug-exists-upstream

** 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/1213095

Title:
   Too slow speed of storage devices (HDDs, flash-drives, etc) after
  booted up

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello.
  Here a too strange bug report. I'm not really sure that it's kernel bug, but 
tests showing something like that.
  After Ubuntu 12.04 booted up i have too big problems with all data-storage 
devices. All of them are working too slow. I tested lastest and oldest kernels 
and all is ok OLNY on 3.2 kernel. I can't use 12.04 with 3.2 kernel because my 
ethernet card won't work here. I also TRIED ubuntu 13.04 (LiveCD) and results 
are the same.

  Here a simple example test by DD:

  Kernel 3.2.37:
  $ dd if=/dev/zero of=/tmp/1
  ^C2694838+0 recieved
  2694838+0 sent
  copied 1379757056 bytes (1,4 GB), 13,2817 sec, 104 MB/c

  Kernel 3.9.11:
  $ dd if=/dev/zero of=/tmp/1
  ^C6721+0 recieved
  6721+0 sent
  copied 3441152 bytes (3,4 MB), 12,56 sec, 274 kB/c

  ALL storage devices working like that, all are slowest. /tmp is not mounted 
anywhere (mean it's all by default). But in Windows all is ok.
  Hardware:
  Motherboard: GigaByte GA-Z87X-UD3H rev1.0
  Chipset: Intel Z87
  Software: UEFI F3 AMI, Ubuntu 12.04 (tests from it)

  $ cat /proc/version_signature  version.log
  file doen't exists! O_o
  I attached file logs.7z that contains /proc/version and lspci -vnvn.

  My friend reported bug #1213075 for me.
  --- Apport from 12.04.2 (kernel 3.9)
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: i386
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Xubuntu 12.04.2 LTS Precise Pangolin - Release i386 
(20130213)
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=ru:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  Tags:  precise
  Uname: Linux 3.9.11-030911-generic i686
  UnreportableReason: Этот пакет не является официальным пакетом Ubuntu. 
Пожалуйста, удалите все сторонние пакеты и попробуйте снова.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
  --- Apport from 13.04 (kernel 3.5). Added because apport won't post system 
info at 3.9 kernel
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu-gnome   3434 F pulseaudio
   /dev/snd/controlC0:  ubuntu-gnome   3434 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  CasperVersion: 1.331
  DistroRelease: Ubuntu 13.04
  IwConfig:
   lono wireless extensions.

   eth0  no wireless extensions.
  LiveMediaBuild: Ubuntu-GNOME 13.04 Raring Ringtail - Release i386 (20130424)
  MachineType: Gigabyte Technology Co., Ltd. Z87X-UD3H
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: initrd=/casper/initrd.lz file=/cdrom/preseed/username.seed 
boot=casper  quiet splash -- BOOT_IMAGE=/casper/vmlinuz
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  RfKill:

  Tags:  raring
  Uname: Linux 3.8.0-19-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 04/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F3
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87X-UD3H-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF3:bd04/17/2013:svnGigabyteTechnologyCo.,Ltd.:pnZ87X-UD3H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ87X-UD3H-CF:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: Z87X-UD3H
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213095/+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 1213357] Status changed to Confirmed

2013-08-17 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New = 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/1213357

Title:
  USB3 card does not come back from suspend in timely fashion

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I have to lazy umount and re-mount the storage volume connected to my
  USB3 adapter every time I come back from suspend. If I have it on USB2
  then it works great, albeit slower.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-27-generic 3.8.0-27.40
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  drink 10613 F pulseaudio
   /dev/snd/controlC1:  drink 10613 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Date: Sat Aug 17 04:57:28 2013
  MachineType: Gigabyte Technology Co., Ltd. GA-MA770T-UD3P
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=8c8feac0-2451-4928-951a-847fa98cad71 ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-27-generic N/A
   linux-backports-modules-3.8.0-27-generic  N/A
   linux-firmware1.106
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to raring on 2013-04-22 (116 days ago)
  dmi.bios.date: 03/22/2011
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F12
  dmi.board.name: GA-MA770T-UD3P
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF12:bd03/22/2011:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA770T-UD3P:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA770T-UD3P:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-MA770T-UD3P
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213357/+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 1213348] Re: Fan too fast on HP 6910p after standby

2013-08-17 Thread stevedpowell
** Description changed:

  I have a HP 6910p that has an issue where the fan is running too fast
  when coming out of standby. I have tried the following fix which appears
  to work for some HP models  but it doesn't resolve the problem for me
  
  here http://linuxg.net/how-to-fix-the-high-fan-speed-and-noise-on-
  ubuntu-13-04-running-on-compaq-6720s/
  
  The only way to resolve the problem is to reboot
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-27-generic 3.8.0-27.40
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic i686
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: i386
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  steve  2146 F pulseaudio
-  /dev/snd/pcmC0D0p:   steve  2146 F...m pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  steve  2146 F pulseaudio
+  /dev/snd/pcmC0D0p:   steve  2146 F...m pulseaudio
  Date: Sat Aug 17 11:49:13 2013
  HibernationDevice: RESUME=UUID=0792b18f-dcc6-4b41-bcac-f221d7408118
  InstallationDate: Installed on 2012-01-13 (581 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  MachineType: Hewlett-Packard HP Compaq 6910p
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=e559a8e9-b5e8-4680-82c4-be97a75e8f06 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
-  linux-restricted-modules-3.8.0-27-generic N/A
-  linux-backports-modules-3.8.0-27-generic  N/A
-  linux-firmware1.106
+  linux-restricted-modules-3.8.0-27-generic N/A
+  linux-backports-modules-3.8.0-27-generic  N/A
+  linux-firmware1.106
  SourcePackage: linux
  UpgradeStatus: Upgraded to raring on 2013-07-20 (27 days ago)
  dmi.bios.date: 09/26/2007
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MCU Ver. F.0B
  dmi.board.name: 30BE
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 68.32
- dmi.chassis.asset.tag: ME171
+ dmi.chassis.asset.tag: MINE
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MCUVer.F.0B:bd09/26/2007:svnHewlett-Packard:pnHPCompaq6910p:pvrF.0B:rvnHewlett-Packard:rn30BE:rvrKBCVersion68.32:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq 6910p
  dmi.product.version: F.0B
  dmi.sys.vendor: Hewlett-Packard

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

Title:
  Fan too fast on HP 6910p after standby

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I have a HP 6910p that has an issue where the fan is running too fast
  when coming out of standby. I have tried the following fix which
  appears to work for some HP models  but it doesn't resolve the problem
  for me

  here http://linuxg.net/how-to-fix-the-high-fan-speed-and-noise-on-
  ubuntu-13-04-running-on-compaq-6720s/

  The only way to resolve the problem is to reboot

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-27-generic 3.8.0-27.40
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic i686
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  steve  2146 F pulseaudio
   /dev/snd/pcmC0D0p:   steve  2146 F...m pulseaudio
  Date: Sat Aug 17 11:49:13 2013
  HibernationDevice: RESUME=UUID=0792b18f-dcc6-4b41-bcac-f221d7408118
  InstallationDate: Installed on 2012-01-13 (581 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  MachineType: Hewlett-Packard HP Compaq 6910p
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=e559a8e9-b5e8-4680-82c4-be97a75e8f06 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-27-generic N/A
   linux-backports-modules-3.8.0-27-generic  N/A
   linux-firmware1.106
  SourcePackage: linux
  UpgradeStatus: Upgraded to raring on 2013-07-20 (27 days ago)
  dmi.bios.date: 09/26/2007
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MCU Ver. F.0B
  dmi.board.name: 30BE
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 68.32
  dmi.chassis.asset.tag: MINE
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MCUVer.F.0B:bd09/26/2007:svnHewlett-Packard:pnHPCompaq6910p:pvrF.0B:rvnHewlett-Packard:rn30BE:rvrKBCVersion68.32:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq 6910p
  dmi.product.version: F.0B
  dmi.sys.vendor: Hewlett-Packard

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

-- 
Mailing 

[Kernel-packages] [Bug 1189998] Re: bluetooth disconnection corrupts memory and causes kernel panic

2013-08-17 Thread ekin
This bug seems similar to bug 1165433. By the way, the patch referred to
in comment #4 is still being reviewed and revised it seems. See for
instance http://marc.info/?a=12747661669r=1w=2

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

Title:
  bluetooth disconnection corrupts memory and causes kernel panic

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” source package in Raring:
  Confirmed
Status in “linux” source package in Saucy:
  Confirmed

Bug description:
  This bug is present on kernels v3.8-rc1 and beyond and was exposed by commit 
ecbbfd44.
  To reproduce:

  1) Pair a bluetooth device that is capable of being easily powered down (a 
phone for example)
  2) Configure /etc/bluetooth/rfcomm.conf to connect to device. For example:
  rfcomm0 {
  bind no;
  device XX:XX:XX:XX:XX:XX;
  channel XX;
  comment phone;
  }
  3) Type 'rfcomm connect 0'.
  4) On the device power down the bluetooth component or power down the device.
  5) Eventually the machine will crash, I've found that exec'ing another 
program will cause the crash easily.

  ProblemType: KernelCrash
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.9.0-4-generic
  ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
  Uname: Linux 3.9.0-4-generic x86_64
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1537 F pulseaudio
  Date: Tue Jun 11 12:22:26 2013
  HibernationDevice: RESUME=UUID=8c8e9f7c-b216-4ead-a5da-8e267ab136ac
  InstallationDate: Installed on 2013-06-05 (5 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130605)
  MachineType: LENOVO 42872WU
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.9.0-4-generic 
root=UUID=94d4ed1f-8182-4805-8d5b-6944f6f1c428 ro 
crashkernel=384M-2G:64M,2G-:128M debug ignore_loglevel
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.9.0-4-generic N/A
   linux-backports-modules-3.9.0-4-generic  N/A
   linux-firmware   1.109
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/01/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET55WW (1.25 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 42872WU
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8DET55WW(1.25):bd11/01/2011:svnLENOVO:pn42872WU:pvrThinkPadX220:rvnLENOVO:rn42872WU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 42872WU
  dmi.product.version: ThinkPad X220
  dmi.sys.vendor: LENOVO

  --

  The actual crash:
  [  507.050158] Bluetooth: TIOCGSERIAL is not supported
  [  513.902765] [ cut here ]
  [  513.902781] WARNING: at /build/buildd/linux-3.9.0/kernel/workqueue.c:602 
get_work_pool+0x81/0x90()
  [  513.902784] Hardware name: 42872WU
  [  513.902786] Modules linked in: intel_powerclamp coretemp kvm_intel kvm 
parport_pc(F) crc32_pclmul(F) ghash_clmulni_intel(F) ppdev(F) rfcomm 
aesni_intel(F) aes_x86_64(F) bnep xts(F) lrw(F) gf128mul(F) ablk_helper(F) 
cryptd(F) joydev(F) arc4(F) uvcvideo iwldvm snd_hda_codec_hdmi 
snd_hda_codec_conexant videobuf2_vmalloc videobuf2_memops videobuf2_core 
mac80211 snd_hda_intel thinkpad_acpi videodev snd_hda_codec nvram(F) 
snd_hwdep(F) snd_pcm(F) iwlwifi snd_page_alloc(F) snd_seq_midi(F) 
snd_seq_midi_event(F) snd_rawmidi(F) snd_seq(F) snd_seq_device(F) btusb 
snd_timer(F) psmouse(F) snd(F) bluetooth mei cfg80211 serio_raw(F) soundcore(F) 
microcode(F) tpm_tis lpc_ich mac_hid lp(F) parport(F) i915 i2c_algo_bit 
drm_kms_helper e1000e(F) ptp(F) pps_core(F) drm sdhci_pci sdhci ahci(F) 
libahci(F) wmi video(F)
  [  513.902871] Pid: 863, comm: modem-manager Tainted: GF
3.9.0-4-generic #9-Ubuntu
  [  513.902873] Call Trace:
  [  513.902883]  [810584c0] warn_slowpath_common+0x70/0xa0
  [  513.902889]  [810585aa] warn_slowpath_null+0x1a/0x20
  [  513.902894]  [810750f1] get_work_pool+0x81/0x90
  [  513.902900]  [810780c4] flush_work+0x24/0x160
  [  513.902909]  [a051330e] ? rfcomm_dev_destruct+0x7e/0xb0 [rfcomm]
  [  513.902916]  [8117d0ed] ? kfree+0xfd/0x130
  [  513.902922]  [81078274] __cancel_work_timer+0x74/0xb0
  [  513.902928]  [810782c0] cancel_work_sync+0x10/0x20
  [  513.902935]  [814196bd] tty_ldisc_halt+0x1d/0x30
  [  513.902940]  [8141a437] 

[Kernel-packages] [Bug 1213022] Re: Detected a hung GPU, disabling acceleration.

2013-08-17 Thread fsando
Correction: 
Machine is Lenovo W520 with Nvidia/Intel graphics 
(not T520, don't know why I mistyped that)

I am in the closing stages of a large project with a serious deadline. I
will not be able to reinstall things until the end of September. I'm
really sorry. In this case it would entail switching from Kubuntu to
Ubuntu, redo my whole dev-setup and work with it for a several days to
make sure the issue was gone.

I can however test the kernels, and when my project is over I will be
happy to participate in more extensive testing - also future bugs.

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

Title:
  Detected a hung GPU, disabling acceleration.

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Kubuntu 13.04
  Thinkpad T520
  Bios: automatic (i.e. detect support for descrete graphics, though does not 
seem to detect anything)

  $uname -a
  Linux fk1304 3.8.0-27-generic #40-Ubuntu SMP Tue Jul 9 00:17:05 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux

  Screen will regularly (typically 1-3 times a day) freeze for a few
  moments, then the acceleration is disabled.

  I have seen this happen in different situations:
  When switching between folders in dolphin
  When scrolling in FF
  When switching between desktops (I use kwin set up with a 9 desktops grid, no 
Compiz)
  When running a java app and a vmware virtual machine

  I have not found a certain way to make this happen, though it seems to
  be related to spikes of heavy activity.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  Date: Fri Aug 16 12:32:17 2013
  InstallationDate: Installed on 2013-04-24 (113 days ago)
  InstallationMedia: Kubuntu 13.04 Raring Ringtail - Alpha amd64 (20130402.1)
  MarkForUpload: True
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213022/+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 1195811] Re: nouveau: Abnormally high FPS (no vsync) on natively mir testing demo-clients.

2013-08-17 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu Package testing tracker.

A list of all reports related to this bug can be found here:
http://packages.qa.ubuntu.com/qatracker/reports/bugs/1195811

** Tags added: package-qa-testing

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

Title:
  nouveau: Abnormally high FPS (no vsync) on natively mir testing demo-
  clients.

Status in Mir:
  Triaged
Status in “linux” package in Ubuntu:
  In Progress

Bug description:
  I installed Ubuntu 13.10 (yesterday)  in order to test Xmir and Mir natively 
(examples-clients). Xmirg worked flawlessly. The only problem was the 
duplicate mouse cursor(s).
  But I noticed an abnormally high FPS in some clients demo when I tested Mir 
natively per these instructions
  http://unity.ubuntu.com/mir/using_mir_on_pc.html

  I recorded the test case using external camera.  Apologies for the quality 
but you will see the values.
  http://www.youtube.com/watch?v=zil-lRNlaks

  I attached an apport.log just for more info if are needed.

  I'm not a technical guy and I filled this report prompted by @duflu in IRC 
#ubuntu-mir
  You can read the mini conversation here.
  http://irclogs.ubuntu.com/2013/06/28/%23ubuntu-mir.html

  This test had the same results either if X only was running in VT7 (Video)  
or Xmir.
  I hope I helped... in something.

  Regards
   NikTh

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1195811/+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 1212455] Re: 8086:2562 Flash 11.2 content displays in shades of green and purple only, and in a horizontally compressed space

2013-08-17 Thread John Hupp
I have seen the issue with any Flash content I encountered.

But to reproduce it, as far as I know you need to be using one of the
affected Intel graphics chipsets.  The machine I was reporting from has
an 845G chipset.  It has also been reported for 855G and 865G (see
http://ubuntuforums.org/showthread.php?t=2132368, and
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1178982 Comment
#21).

In addition, from what I have read all of the affected machines are
Dell's, but that may be a simple consequence of the popularity of those
Dell PC's.  (I have 4 Dell Dimension 2400's here and several more near
cousins.)

In my thread on the Lubuntu email list, one regular on the list said
all of my older Dell machines have the problem.  (OK, that's verging
toward hearsay.)

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

Title:
  8086:2562 Flash 11.2 content displays in shades of green and purple
  only, and in a horizontally compressed space

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  In my testing with the Intel driver using its default acceleration:
  - Flash 11.2 works on Quantal with the 3.5 kernel
  - Flash 11.2 works on Raring with the 3.5.0-17 kernel (though it boots to a 
low-res desktop with a frozen pointer)
  - Flash 11.2 works on Raring also with the 3.6.11-030611 or 3.7.10-030710 
mainline kernels
  - Flash 11.8 works on Raring with the 3.8 kernel (in Chrome)
  - Flash 11.2 fails on Raring with the 3.8 kernel
  - Flash 11.2 fails on Raring with the latest mainline kernel, 3.11.0-031100rc5
  - Flash 11.2 fails on Saucy alpha 2 with its default kernel

  Disabling Flash *hardware* acceleration altogether (via R-click in the
  Flash display window: Settings: General tab) did not fix the problem.

  WORKAROUND: Setting the Intel driver's acceleration method to UXA
  rather than its default SNA *always* fixes the Flash problem, but
  causes a garbled login screen under LightDM that so far has no
  workaround.

  I also tried one possible fix for the default Intel SNA acceleration using 
the TearFree option.   I created /etc/X11/xorg.conf.d/20-intel.conf with 
contents:
  Section Device
     Identifier  Intel Graphics
     Driver  intel
     Option  AccelMethod  sna
     Option  TearFreetrue
  EndSection
  But this had no effect.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-27-generic 3.8.0-27.40
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic i686
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  user1  1467 F lxpanel
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  CurrentDmesg:
   [   72.390428] serial8250: too much work for irq17
   [   72.401696] serial8250: too much work for irq17
   [   72.411724] serial8250: too much work for irq17
   [   82.046726] serial8250: too much work for irq17
  Date: Wed Aug 14 17:39:10 2013
  HibernationDevice: RESUME=UUID=8adf1633-c1a8-4392-8fc3-44369bc85692
  IwConfig:
   lono wireless extensions.

   eth0  no wireless extensions.
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Computer Corporation Dimension 2400
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=a41f2f68-7642-46f9-88d8-08a656c1c40d ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-27-generic N/A
   linux-backports-modules-3.8.0-27-generic  N/A
   linux-firmware1.106
  RfKill:

  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/02/2003
  dmi.bios.vendor: Dell Computer Corporation
  dmi.bios.version: A05
  dmi.board.name: 0F5949
  dmi.board.vendor: Dell Computer Corp.
  dmi.board.version: A01
  dmi.chassis.type: 15
  dmi.chassis.vendor: Dell Computer Corporation
  dmi.modalias: 
dmi:bvnDellComputerCorporation:bvrA05:bd12/02/2003:svnDellComputerCorporation:pnDimension2400:pvr:rvnDellComputerCorp.:rn0F5949:rvrA01:cvnDellComputerCorporation:ct15:cvr:
  dmi.product.name: Dimension 2400
  dmi.sys.vendor: Dell Computer Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1212455/+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 763052] [NEW] Ubuntu can't boot on nvidia GeForce GT240 with nouveau drivers

2013-08-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: xserver-xorg-video-nouveau

I can't boot Ubuntu 10.10 on my PC with NVIDIA GeForce GT 240 (PCIe 16x). 
Instead login screen I see [attachment DSC00391.JPG].
Ctrl+Alt+Del and SysRq+B don't work.

Why Ubuntu use experimental (nouveau) driver?!? :
xserver-xorg-video-nouveau - X.Org X server -- Nouveau display driver 
(experimental)

WORKAROUND: 
I must install Ubuntu from alternate CD and boot to text mode and uninstall 
these packages: nouveau-firmware, xserver-xorg-video-nouveau and install 
nvidia-current package.

WORKAROUND: Try boot live cd with nomodeset option. It works for me on
GeForce GT 240.

** Affects: nouveau
 Importance: Undecided
 Status: New

** Affects: nvidia-common
 Importance: Undecided
 Status: New

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

** Affects: fedora
 Importance: Undecided
 Status: New


** Tags: maverick natty needs-boot-debug-log needs-kernel-logs 
needs-upstream-testing oneiric precise
-- 
Ubuntu can't boot on nvidia GeForce GT240 with nouveau drivers
https://bugs.launchpad.net/bugs/763052
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

-- 
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 661939] [NEW] New install 10.10 hangs at start

2013-08-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: apt

When doing a clean install of Ubuntu 10.10 from torrent downloaded iso
to CD, the initial splash screen appears, then after a few minutes, the
system hangs and display mild garbage on the screen.  This also occurred
with xubuntu, mythbuntu (64  32 bit)

Mythbuntu 10.04 64  32 bit test installs have both worked on this new
system.

I expected the 10.10 would install more or less like the 10.04
installation.

WORKAROUND: Intalling 10.04 and upgrading to 10.10.

Hardware for this system:
·AMD Athlon II X2 260 Regor 3.2GHz 2 x 1MB L2 Cache Socket AM3 65W Dual-Core 
Desktop Processor
·Foxconn A74ML-K 3.0 AM3 AMD 740G Micro ATX AMD Motherboard
·Crucial 2GB (2 x 1GB) 240-Pin DDR3 SDRAM DDR3 1333 (PC3 10600) Dual Channel Kit
·SeaSonic SS-300ET Bronze 300W ATX12V V2.3 80 PLUS BRONZE Certified Active PFC 
Power Supply
·EVGA 512-P3-1240-LR GeForce GT 240 512MB 128-bit DDR5 PCI Express 2.0 x16 HDCP 
Ready
·Hauppauge WinTV-HVR-2250 Media Center Kit Dual TV Tuner
·Western Digital Caviar Blue WD3200AAKS 320GB 7200 RPM 16MB Cache SATA 3.0Gb/s 
3.5 Internal Hard Drive
·Western Digital Caviar Green WD20EARS 2TB 64MB Cache SATA 3.0Gb/s 3.5 
Internal Hard Drive
·Sony Optiarc Black 18X DVD-ROM 48X CD-ROM IDE DVD-ROM Drive Model DDU1678A
·Rosewill RNX-G300EX IEEE 802.11b/g PCI Wireless Card

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


** Tags: maverick needs-boot-debug-logs needs-kernel-logs 
needs-upstream-testing regression-release
-- 
New install 10.10 hangs at start
https://bugs.launchpad.net/bugs/661939
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

-- 
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 951331] [NEW] X does not start on GT240

2013-08-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Hi,
I've installed 12.04 and decided to try nouveau since I'm coding colord-kde
which requires XRandR 1.3 (NVIDIA proprietary only supports 1.2), on my wife's
laptop the nouveau driver worked fine which is a GT230M iirc, but
my GT240 failed, If I ssh and kill KDM I'm able to use the ttyX
otherwise the screen is black...

Here is what I have on syslog:
Mar  9 17:15:33 Hommer kdm[1373]: X server startup timeout, terminating
Mar  9 17:15:35 Hommer kernel: [   45.949506] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
Mar  9 17:15:37 Hommer kernel: [   47.985846] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
Mar  9 17:15:37 Hommer kernel: [   50.097667] EXT4-fs (sda2): re-mounted. Opts: 
errors=remount-ro,commit=0
Mar  9 17:15:37 Hommer kernel: [   50.169289] EXT4-fs (sda1): re-mounted. Opts: 
commit=0
Mar  9 17:15:39 Hommer kernel: [   49.986244] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
Mar  9 17:15:41 Hommer kernel: [   51.987480] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
Mar  9 17:15:43 Hommer kernel: [   53.988622] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
Mar  9 17:15:45 Hommer kernel: [   55.989725] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
Mar  9 17:15:47 Hommer kernel: [   57.990810] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
Mar  9 17:16:03 Hommer kdm[1373]: X server termination timeout, killing
Mar  9 17:16:06 Hommer kernel: [   79.356009] [drm] nouveau :01:00.0: 
Failed to idle channel 2.
Mar  9 17:16:08 Hommer kernel: [   79.360372] [drm] nouveau :01:00.0: 
Ctxprog is still running
Mar  9 17:16:10 Hommer kernel: [   81.361439] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
Mar  9 17:16:13 Hommer kdm[1373]: X server is stuck in D state; leaving it alone
Mar  9 17:16:13 Hommer kdm[1373]: Failed to start X server. Starting failsafe X 
server.
Mar  9 17:16:13 Hommer kernel: [   86.356022] [drm] nouveau :01:00.0: 
Failed to idle channel 3.
Mar  9 17:16:13 Hommer kdm[2023]: Cannot execute /etc/gdm/failsafeXServer: No 
such file or directory
Mar  9 17:16:15 Hommer kernel: [   86.360002] [drm] nouveau :01:00.0: 
Ctxprog is still running
Mar  9 17:16:17 Hommer kernel: [   88.361085] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
Mar  9 17:16:19 Hommer kernel: [   90.363170] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
Mar  9 17:16:21 Hommer kernel: [   92.364439] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
Mar  9 17:16:23 Hommer kernel: [   94.365573] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
Mar  9 17:16:25 Hommer kernel: [   96.366699] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
Mar  9 17:16:27 Hommer kernel: [   98.367828] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
Mar  9 17:16:28 Hommer kdm[1373]: X server died during startup
Mar  9 17:16:28 Hommer kdm[1373]: Failed to start X server. Starting failsafe X 
server.
Mar  9 17:16:28 Hommer kdm[2027]: Cannot execute /etc/gdm/failsafeXServer: No 
such file or directory
Mar  9 17:16:29 Hommer kernel: [  100.368962] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
Mar  9 17:16:31 Hommer kernel: [  102.370406] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
Mar  9 17:16:33 Hommer kernel: [  104.371116] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
Mar  9 17:16:35 Hommer kernel: [  106.371769] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
Mar  9 17:16:37 Hommer kernel: [  108.372000] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
Mar  9 17:16:39 Hommer kernel: [  110.372048] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
Mar  9 17:16:41 Hommer kernel: [  112.372539] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
Mar  9 17:16:43 Hommer kernel: [  114.372658] [drm] nouveau :01:00.0: 

[Kernel-packages] [Bug 763052] Re: Ubuntu can't boot on nvidia GeForce GT240 with nouveau drivers

2013-08-17 Thread Christopher M. Penalver
tuxmartin, this bug was reported a while ago and there hasn't been any
activity in it recently. We were wondering if this is still an issue? If
so, could you please test for this with the latest development release
of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the daily folder, 
but the one all the way at the bottom. Once you've tested the upstream kernel, 
please comment on which kernel version specifically you tested. If this bug is 
fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.11-rc5

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Tags removed: nouveau nvidia
** Tags added: needs-boot-debug-log needs-kernel-logs needs-upstream-testing

** This bug is no longer a duplicate of bug 706063
   Nvidia GT240 screen corruption after boot

** Description changed:

  Binary package hint: xserver-xorg-video-nouveau
  
- I can't boot Ubuntu 10.10 on my PC with NVIDIA GeForce GT 240 (PCIe 16x). 
Instead login screen I see [attachment DSC00391.JPG]. 
+ I can't boot Ubuntu 10.10 on my PC with NVIDIA GeForce GT 240 (PCIe 16x). 
Instead login screen I see [attachment DSC00391.JPG].
  Ctrl+Alt+Del and SysRq+B don't work.
- I must install Ubuntu from alternate CD and boot to text mode and uninstall 
these packages: nouveau-firmware, xserver-xorg-video-nouveau and install 
nvidia-current package.
  
  Why Ubuntu use experimental (nouveau) driver?!? :
  xserver-xorg-video-nouveau - X.Org X server -- Nouveau display driver 
(experimental)
+ 
+ WORKAROUND: 
+ I must install Ubuntu from alternate CD and boot to text mode and uninstall 
these packages: nouveau-firmware, xserver-xorg-video-nouveau and install 
nvidia-current package.
+ 
+ WORKAROUND: Try boot live cd with nomodeset option. It works for me on
+ GeForce GT 240.

** Package changed: xserver-xorg-video-nouveau (Ubuntu) = linux
(Ubuntu)

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

** Project changed: nvidia-common = linux

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

Title:
  Ubuntu can't boot on nvidia GeForce GT240 with nouveau drivers

Status in The Linux Kernel:
  New
Status in Accelerated Xorg driver for nVidia cards:
  New
Status in “linux” package in Ubuntu:
  Incomplete
Status in Fedora:
  New

Bug description:
  Binary package hint: xserver-xorg-video-nouveau

  I can't boot Ubuntu 10.10 on my PC with NVIDIA GeForce GT 240 (PCIe 16x). 
Instead login screen I see [attachment DSC00391.JPG].
  Ctrl+Alt+Del and SysRq+B don't work.

  Why Ubuntu use experimental (nouveau) driver?!? :
  xserver-xorg-video-nouveau - X.Org X server -- Nouveau display driver 
(experimental)

  WORKAROUND: 
  I must install Ubuntu from alternate CD and boot to text mode and uninstall 
these packages: nouveau-firmware, xserver-xorg-video-nouveau and install 
nvidia-current package.

  WORKAROUND: Try boot live cd with nomodeset option. It works for me
  on GeForce GT 240.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/763052/+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 1213022] Re: Detected a hung GPU, disabling acceleration.

2013-08-17 Thread fsando
I am now running Ubuntu 13.10 live from usb. I don't know if this will
be sufficient to test the issue. I can do all my non-essential work from
here.

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

Title:
  Detected a hung GPU, disabling acceleration.

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Kubuntu 13.04
  Thinkpad T520
  Bios: automatic (i.e. detect support for descrete graphics, though does not 
seem to detect anything)

  $uname -a
  Linux fk1304 3.8.0-27-generic #40-Ubuntu SMP Tue Jul 9 00:17:05 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux

  Screen will regularly (typically 1-3 times a day) freeze for a few
  moments, then the acceleration is disabled.

  I have seen this happen in different situations:
  When switching between folders in dolphin
  When scrolling in FF
  When switching between desktops (I use kwin set up with a 9 desktops grid, no 
Compiz)
  When running a java app and a vmware virtual machine

  I have not found a certain way to make this happen, though it seems to
  be related to spikes of heavy activity.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  Date: Fri Aug 16 12:32:17 2013
  InstallationDate: Installed on 2013-04-24 (113 days ago)
  InstallationMedia: Kubuntu 13.04 Raring Ringtail - Alpha amd64 (20130402.1)
  MarkForUpload: True
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213022/+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 951331] Re: X does not start on GT240

2013-08-17 Thread Christopher M. Penalver
Daniel Nicoletti, this bug was reported a while ago and there hasn't
been any activity in it recently. We were wondering if this is still an
issue? If so, could you please test for this with the latest development
release of Ubuntu? ISO images are available from
http://cdimage.ubuntu.com/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the daily folder, 
but the one all the way at the bottom. Once you've tested the upstream kernel, 
please comment on which kernel version specifically you tested. If this bug is 
fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.11-rc5

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** This bug is no longer a duplicate of bug 706063
   Nvidia GT240 screen corruption after boot

** Package changed: xserver-xorg-video-nouveau (Ubuntu) = linux
(Ubuntu)

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

** Tags added: needs-kernel-logs needs-upstream-testing

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

Title:
  X does not start on GT240

Status in Accelerated Xorg driver for nVidia cards:
  Invalid
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Hi,
  I've installed 12.04 and decided to try nouveau since I'm coding colord-kde
  which requires XRandR 1.3 (NVIDIA proprietary only supports 1.2), on my wife's
  laptop the nouveau driver worked fine which is a GT230M iirc, but
  my GT240 failed, If I ssh and kill KDM I'm able to use the ttyX
  otherwise the screen is black...

  Here is what I have on syslog:
  Mar  9 17:15:33 Hommer kdm[1373]: X server startup timeout, terminating
  Mar  9 17:15:35 Hommer kernel: [   45.949506] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
  Mar  9 17:15:37 Hommer kernel: [   47.985846] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
  Mar  9 17:15:37 Hommer kernel: [   50.097667] EXT4-fs (sda2): re-mounted. 
Opts: errors=remount-ro,commit=0
  Mar  9 17:15:37 Hommer kernel: [   50.169289] EXT4-fs (sda1): re-mounted. 
Opts: commit=0
  Mar  9 17:15:39 Hommer kernel: [   49.986244] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
  Mar  9 17:15:41 Hommer kernel: [   51.987480] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
  Mar  9 17:15:43 Hommer kernel: [   53.988622] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
  Mar  9 17:15:45 Hommer kernel: [   55.989725] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
  Mar  9 17:15:47 Hommer kernel: [   57.990810] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
  Mar  9 17:16:03 Hommer kdm[1373]: X server termination timeout, killing
  Mar  9 17:16:06 Hommer kernel: [   79.356009] [drm] nouveau :01:00.0: 
Failed to idle channel 2.
  Mar  9 17:16:08 Hommer kernel: [   79.360372] [drm] nouveau :01:00.0: 
Ctxprog is still running
  Mar  9 17:16:10 Hommer kernel: [   81.361439] [drm] nouveau :01:00.0: 
PGRAPH TLB flush idle timeout fail: 0x011e0101 0x 0x002d 0x00348000
  Mar  9 17:16:13 Hommer kdm[1373]: X server is stuck in D state; leaving it 
alone
  Mar  9 17:16:13 Hommer kdm[1373]: Failed to start X server. Starting failsafe 
X server.
  Mar  9 17:16:13 Hommer kernel: [   86.356022] [drm] nouveau :01:00.0: 
Failed to idle channel 3.
  Mar  9 17:16:13 Hommer kdm[2023]: Cannot execute /etc/gdm/failsafeXServer: 
No such file or directory
  Mar  9 17:16:15 Hommer 

[Kernel-packages] [Bug 661939] Re: New install 10.10 hangs at start

2013-08-17 Thread Christopher M. Penalver
keepitsimpleengr, this bug was reported a while ago and there hasn't
been any activity in it recently. We were wondering if this is still an
issue? If so, could you please test for this with the latest development
release of Ubuntu? ISO images are available from
http://cdimage.ubuntu.com/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the daily folder, 
but the one all the way at the bottom. Once you've tested the upstream kernel, 
please comment on which kernel version specifically you tested. If this bug is 
fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.11-rc5

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Tags added: maverick needs-boot-debug-logs needs-kernel-logs needs-
upstream-testing regression-release

** This bug is no longer a duplicate of bug 706063
   Nvidia GT240 screen corruption after boot

** Description changed:

  Binary package hint: apt
  
  When doing a clean install of Ubuntu 10.10 from torrent downloaded iso
  to CD, the initial splash screen appears, then after a few minutes, the
  system hangs and display mild garbage on the screen.  This also occurred
  with xubuntu, mythbuntu (64  32 bit)
  
  Mythbuntu 10.04 64  32 bit test installs have both worked on this new
  system.
  
  I expected the 10.10 would install more or less like the 10.04
  installation.
  
+ WORKAROUND: Intalling 10.04 and upgrading to 10.10.
+ 
  Hardware for this system:
  ·AMD Athlon II X2 260 Regor 3.2GHz 2 x 1MB L2 Cache Socket AM3 65W Dual-Core 
Desktop Processor
  ·Foxconn A74ML-K 3.0 AM3 AMD 740G Micro ATX AMD Motherboard
- ·Crucial 2GB (2 x 1GB) 240-Pin DDR3 SDRAM DDR3 1333 (PC3 10600) Dual Channel 
Kit 
+ ·Crucial 2GB (2 x 1GB) 240-Pin DDR3 SDRAM DDR3 1333 (PC3 10600) Dual Channel 
Kit
  ·SeaSonic SS-300ET Bronze 300W ATX12V V2.3 80 PLUS BRONZE Certified Active 
PFC Power Supply
- ·EVGA 512-P3-1240-LR GeForce GT 240 512MB 128-bit DDR5 PCI Express 2.0 x16 
HDCP Ready 
+ ·EVGA 512-P3-1240-LR GeForce GT 240 512MB 128-bit DDR5 PCI Express 2.0 x16 
HDCP Ready
  ·Hauppauge WinTV-HVR-2250 Media Center Kit Dual TV Tuner
  ·Western Digital Caviar Blue WD3200AAKS 320GB 7200 RPM 16MB Cache SATA 
3.0Gb/s 3.5 Internal Hard Drive
  ·Western Digital Caviar Green WD20EARS 2TB 64MB Cache SATA 3.0Gb/s 3.5 
Internal Hard Drive
  ·Sony Optiarc Black 18X DVD-ROM 48X CD-ROM IDE DVD-ROM Drive Model DDU1678A
  ·Rosewill RNX-G300EX IEEE 802.11b/g PCI Wireless Card

** Package changed: ubuntu = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Status: Expired = Incomplete

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

Title:
  New install 10.10 hangs at start

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: apt

  When doing a clean install of Ubuntu 10.10 from torrent downloaded iso
  to CD, the initial splash screen appears, then after a few minutes,
  the system hangs and display mild garbage on the screen.  This also
  occurred with xubuntu, mythbuntu (64  32 bit)

  Mythbuntu 10.04 64  32 bit test installs have both worked on this new
  system.

  I expected the 10.10 would install more or less like the 10.04
  installation.

  WORKAROUND: Intalling 10.04 and upgrading to 10.10.

  Hardware for this system:
  ·AMD Athlon II X2 260 Regor 3.2GHz 2 x 1MB L2 Cache Socket AM3 65W Dual-Core 
Desktop Processor
  ·Foxconn A74ML-K 3.0 AM3 AMD 740G Micro ATX AMD Motherboard
  ·Crucial 2GB (2 x 1GB) 240-Pin DDR3 SDRAM DDR3 1333 (PC3 10600) Dual Channel 
Kit
  ·SeaSonic SS-300ET Bronze 300W ATX12V V2.3 80 PLUS BRONZE Certified Active 
PFC Power Supply
  ·EVGA 512-P3-1240-LR GeForce GT 240 512MB 128-bit DDR5 PCI Express 2.0 x16 
HDCP Ready
  ·Hauppauge WinTV-HVR-2250 Media Center Kit Dual TV Tuner
  ·Western Digital Caviar 

[Kernel-packages] [Bug 706063] Re: Nvidia GT240 screen corruption after boot

2013-08-17 Thread Christopher M. Penalver
Nukam, this bug was reported a while ago and there hasn't been any
activity in it recently. We were wondering if this is still an issue? If
so, could you please test for this with the latest development release
of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the daily folder, 
but the one all the way at the bottom. Once you've tested the upstream kernel, 
please comment on which kernel version specifically you tested. If this bug is 
fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.11-rc5

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

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

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

Title:
  Nvidia GT240 screen corruption after boot

Status in The Linux Kernel:
  Confirmed
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I am currently running Win7 and want to dual boot Ubuntu 10.10 on my
  computer I am currently running AMD Phenom II X4 940 Processor at 3.0
  Ghz, 6gigs of ram, and have a Nvidia GT240.

  My issue is that when I boot from the disc I get up to the Ubuntu
  loading screen and then it shows my background all scrambled and
  nothing happens, I cant do anything, no windows pop up at all. Is this
  and issue with my computer or with the disc, or maybe im missing
  something necessary. Any help would be greatly appreciated, thank you.

  
  EDIT: Visual Addition
  Booting through the disc, which brings me here:
  http://i55.photobucket.com/albums/g139/Yoyomega/0114111510.jpg

  After that screen:
  http://i55.photobucket.com/albums/g139/Yoyomega/0114111510a.jpg

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/706063/+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 1022092] Re: Sony VAIO VGN-FW275J doesn't resume from suspend

2013-08-17 Thread Israel Dahl
I am not going to install Windows Vista on any machine ever, so this bug will 
remain at an impass.
The only BIOS update available is for Windows Vista.  Using a bootable Winows 
PE cd does not allow me to run the BIOS update utility...
I will continue to use the hacky workaround instead.

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

Title:
  Sony VAIO VGN-FW275J doesn't resume from suspend

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Everything works quite well, including suspend.  But the computer
  simply rebooted, instead of resuming from suspend.  I never use
  suspend, so It is working fine for my daily needs.  I use the kernel
  full time daily without any major usability issues, save for this
  small issue that normally wouldn't effect me.

  WORKAROUND: Edit the /etc/default/grub file:
  gksu gedit /etc/default/grub

  Look up the line where it says:
  GRUB_CMDLINE_LINUX_DEFAULT=quiet splash

  and change it to:
  GRUB_CMDLINE_LINUX_DEFAULT=quiet splash acpi_sleep=nonvs

  Save and close the gedit file. Update the GRUB menu:
  sudo update-grub

  Reboot and enjoy!
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC262 Analog [ALC262 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  love   1886 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xd560 irq 48'
 Mixer name : 'Intel Cantiga HDMI'
 Components : 'HDA:10ec0262,104d2e00,00100302 
HDA:14f12c06,104d1700,0010 HDA:80862802,80860101,0010'
 Controls  : 26
 Simple ctrls  : 11
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=b440e518-f651-41b6-8919-4086ab335581
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  MachineType: Sony Corporation VGN-FW275J
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-15-generic 
root=UUID=91d026ac-df53-488b-a24e-0cff6b6c45db ro quiet splash acpi_sleep=nonvs 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.5.0-15.23~precise1-generic 3.5.4
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-15-generic N/A
   linux-backports-modules-3.5.0-15-generic  N/A
   linux-firmware1.79.1
  Tags:  precise running-unity
  Uname: Linux 3.5.0-15-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin nopasswdlogin plugdev sambashare sudo
  dmi.bios.date: 07/25/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R1090Y0
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR1090Y0:bd07/25/2008:svnSonyCorporation:pnVGN-FW275J:pvrC600YJT2:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VGN-FW275J
  dmi.product.version: C600YJT2
  dmi.sys.vendor: Sony Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1022092/+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 1212720] Re: 1286:2044 Microsoft Surface Pro Wifi display 3 times unable to login

2013-08-17 Thread Christopher M. Penalver
Adding Network Manager task given suggestion it may have a hand in this
- https://bugzilla.kernel.org/show_bug.cgi?id=60747#c1 . Please
Invalid'ate task if found to be kernel issue.

** Also affects: network-manager (Ubuntu)
   Importance: Undecided
   Status: New

** Bug watch added: Linux Kernel Bug Tracker #60747
   http://bugzilla.kernel.org/show_bug.cgi?id=60747

** Changed in: network-manager (Ubuntu)
   Status: New = Confirmed

** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=60747
   Importance: Unknown
   Status: Unknown

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

Title:
  1286:2044 Microsoft Surface Pro Wifi display 3 times unable to login

Status in The Linux Kernel:
  Unknown
Status in “linux” package in Ubuntu:
  Confirmed
Status in “network-manager” package in Ubuntu:
  Confirmed

Bug description:
  Wifi display 3 times under network manager.  Try to login to my AP
  with WPA2 authentication will ask 3 times but still unable to login.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-19-generic 3.8.0-19.30
  ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  thariman   1912 F pulseaudio
  CurrentDmesg:
   
  Date: Thu Aug 15 21:48:51 2013
  HibernationDevice: RESUME=UUID=ea886466-6203-467a-88b7-f24e538b0cbf
  InstallationDate: Installed on 2013-08-14 (1 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: Microsoft Corporation Surface with Windows 8 Pro
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=89fc82bc-dc53-4bc4-979e-cc25a7ee2bf7 ro
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/29/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.03.0450
  dmi.board.asset.tag: 0
  dmi.board.name: Surface with Windows 8 Pro
  dmi.board.vendor: Microsoft Corporation
  dmi.board.version: 1
  dmi.chassis.asset.tag: 0
  dmi.chassis.type: 17
  dmi.chassis.vendor: Microsoft Corporation
  dmi.chassis.version: 1
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.03.0450:bd03/29/2013:svnMicrosoftCorporation:pnSurfacewithWindows8Pro:pvr1:rvnMicrosoftCorporation:rnSurfacewithWindows8Pro:rvr1:cvnMicrosoftCorporation:ct17:cvr1:
  dmi.product.name: Surface with Windows 8 Pro
  dmi.product.version: 1
  dmi.sys.vendor: Microsoft Corporation
  --- 
  ApportVersion: 2.12-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  thariman   1663 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=e26dcbb3-d727-4eeb-baca-d2c60e5a4eb3
  InstallationDate: Installed on 2013-08-17 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130816)
  MachineType: Microsoft Corporation Surface with Windows 8 Pro
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-2-generic.efi.signed 
root=UUID=92e37758-7bfd-414c-8f53-e37b9424a88f ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-2.5-generic 3.11.0-rc5
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-2-generic N/A
   linux-backports-modules-3.11.0-2-generic  N/A
   linux-firmware1.113
  Tags:  saucy
  Uname: Linux 3.11.0-2-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 07/04/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.04.0350
  dmi.board.asset.tag: 0
  dmi.board.name: Surface with Windows 8 Pro
  dmi.board.vendor: Microsoft Corporation
  dmi.board.version: 1
  dmi.chassis.asset.tag: 0
  dmi.chassis.type: 17
  dmi.chassis.vendor: Microsoft Corporation
  dmi.chassis.version: 1
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.04.0350:bd07/04/2013:svnMicrosoftCorporation:pnSurfacewithWindows8Pro:pvr1:rvnMicrosoftCorporation:rnSurfacewithWindows8Pro:rvr1:cvnMicrosoftCorporation:ct17:cvr1:
  dmi.product.name: Surface with Windows 8 Pro
  dmi.product.version: 1
  dmi.sys.vendor: Microsoft Corporation

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

-- 
Mailing list: 

[Kernel-packages] [Bug 1213123] Re: 045e:009c [H87I-PLUS] Microsoft Keyboard Elite for Bluetooth dead keys problem

2013-08-17 Thread Christopher M. Penalver
** Tags removed: bios-outdated-0507
** Tags added: latest-bios-0507

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

Title:
  045e:009c [H87I-PLUS] Microsoft Keyboard Elite for Bluetooth dead keys
  problem

Status in “bluez” package in Ubuntu:
  New

Bug description:
  In Precise with 4.60 version of bluez I can pair my keyboard and mouse
  perfectly, but not with the 4.98 that is in Precise by default.

  === The problem is that dead keys of my keyboard (I mean -L or R-
  CTRL, ALT, SUPER, -L or R- SHIFT, ALT-GR) doesn't work with my current
  motherboard (whether application I opened, console included). It does
  work correctly with other motherboards. The new motherboard is an 1150
  Haswell one from Asus.

  What I can say is :
  1/ When booting, my BIOS recognize perfectly the dead keys of my keyboard, 
meaning that the bluetooth dongle or the motherboard is not directly concerned.
  2/ When doing a second installation of Ubuntu, same problem.
  3/ When trying the option 'keyboard layout' (whatever layout I choose), I 
don't see those dead keys flashing, meaning the system doesn't react at all 
when pressing them.
  4/ By chance, I found another keyboard (same model, same brand), same 
problem, meaning the keyboard is not concerned (it works on the older 
motherboard, then it was poor chance that the keyboard broked just before 
reinstalling).
  5/ Tried the setxkbmap command (with sudo or without), nothing's better
  6/ Tried the xmodmap command, I see the 0x codes for Left SHIFT, all dead 
keys are there (see attachment)
  7/ Normal keyboard (no wireless) works perfectly
  8/ Put the dongle on an other usb slot doesn't change anything
  9/ Command xev doesn't makes changes when pressing dead keys.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.5.0-37-generic 3.5.0-37.58~precise1
  ProcVersionSignature: Ubuntu 3.5.0-37.58~precise1-generic 3.5.7.16
  Uname: Linux 3.5.0-37-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  lolo   2272 F pulseaudio
   /dev/snd/controlC0:  lolo   2272 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'MID'/'HDA Intel MID at 0xf0434000 irq 45'
 Mixer name : 'Intel Haswell HDMI'
 Components : 'HDA:80862807,80860101,0010'
 Controls  : 6
 Simple ctrls  : 1
  Card0.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Card1.Amixer.info:
   Card hw:1 'PCH'/'HDA Intel PCH at 0xf043 irq 46'
 Mixer name : 'Realtek ALC887-VD'
 Components : 'HDA:10ec0887,10438576,00100302'
 Controls  : 41
 Simple ctrls  : 20
  Date: Fri Aug 16 16:34:35 2013
  HibernationDevice: RESUME=UUID=942aa693-ca21-4f2a-966c-97b0fa9ea5ae
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: ASUS All Series
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-37-generic 
root=UUID=9509f53e-1de4-4f9c-90dd-6c1ef7ded3a9 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-37-generic N/A
   linux-backports-modules-3.5.0-37-generic  N/A
   linux-firmware1.79.6
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/15/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0306
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H87I-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0306:bd04/15/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnH87I-PLUS:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1213123/+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 1203565] Re: 045e:009c [H87-PRO] Microsoft Keyboard Elite for Bluetooth dead keys problem

2013-08-17 Thread Christopher M. Penalver
Maeda, no.

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

Title:
  045e:009c [H87-PRO] Microsoft Keyboard Elite for Bluetooth dead keys
  problem

Status in “bluez” package in Ubuntu:
  New
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  In Precise with 4.60 version of bluez I can pair my keyboard and mouse
  perfectly.

  === The problem is that dead keys of my keyboard (I mean -L or R-
  CTRL, ALT, SUPER, -L or R- SHIFT, ALT-GR) doesn't work with my current
  motherboard (whether application I opened, console included). It does
  work correctly with other motherboards. The new motherboard is an 1150
  Haswell one from Asus.

  What I can say is :
  1/ When booting, my BIOS recognize perfectly the dead keys of my keyboard, 
meaning that the bluetooth dongle or the motherboard is not directly concerned.
  2/ When doing a second installation of Ubuntu, same problem.
  3/ When trying the option 'keyboard layout' (whatever layout I choose), I 
don't see those dead keys flashing, meaning the system doesn't react at all 
when pressing them.
  4/ By chance, I found another keyboard (same model, same brand), same 
problem, meaning the keyboard is not concerned (it works on the older 
motherboard, then it was poor chance that the keyboard broked just before 
reinstalling).
  5/ Tried the setxkbmap command (with sudo or without), nothing's better
  6/ Tried the xmodmap command, I see the 0x codes for Left SHIFT, all dead 
keys are there (see attachment)
  7/ Normal keyboard (no wireless) works perfectly
  8/ Put the dongle on an other usb slot doesn't change anything
  9/ Command xev doesn't makes changes when pressing dead keys.

  For me it's clearly a Ubuntu's system bug, with my motherboard (Asus
  H87-PRO socket 1150).

  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   syl4375 F...m rhythmbox
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'PAD'/'RME Digi96/8 PAD at 0xf400, irq 19'
     Mixer name : ''
     Components : ''
     Controls  : 10
     Simple ctrls  : 6
  Card1.Amixer.info:
   Card hw:1 'NVidia'/'HDA NVidia at 0xf308 irq 17'
     Mixer name : 'Nvidia GPU 14 HDMI/DP'
     Components : 'HDA:10de0014,10de0101,00100100'
     Controls  : 24
     Simple ctrls  : 4
  Card2.Amixer.info:
   Card hw:2 'NVidia_1'/'HDA NVidia at 0xe308 irq 16'
     Mixer name : 'Nvidia GPU 0a HDMI/DP'
     Components : 'HDA:10de000a,10de0101,00100100'
     Controls  : 24
     Simple ctrls  : 4
  DistroRelease: Ubuntu 12.04
  MachineType: ASUS All Series
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-36-generic 
root=UUID=d2f8f163-a1ee-4332-a910-d593309cd2a6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.5.0-36.57~precise1-generic 3.5.7.14
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-36-generic N/A
   linux-backports-modules-3.5.0-36-generic  N/A
   linux-firmware1.79.4
  RfKill:
   0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
  Tags:  precise running-unity
  Uname: Linux 3.5.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio bluetooth boinc cdrom dip lp lpadmin netdev plugdev 
sambashare scanner sudo video
  dmi.bios.date: 04/08/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0501
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H87-PRO
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0501:bd04/08/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnH87-PRO:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1203565/+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 1213398] [NEW] Internet connection lost on activating hotspot

2013-08-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When I installed Ubuntu 13.04, my network froze after a few minutes.
Please refer -
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1176370. This bug
was handled upstream
(https://bugzilla.kernel.org/show_bug.cgi?id=54021). I read somewhere
that the bug was fixed in the latest kernel. So, I downloaded and
installed the latest kernal.

Now I can browse without any problem, but when I try to switch on
hotspot, the network freezes (same old problem returns!). I wanted wifi
for my android phone, and so I followed the this guide
(http://www.webupd8.org/2013/06/how-to-set-up-wireless-hotspot-
access.html). Mobile gets connected to the computer without any trouble,
but network doesnot work.

When running 
$ ifconfig etho
I get
eth0  Link encap:Ethernet  HWaddr 00:26:6c:d3:00:c1  
  inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:267212 errors:0 dropped:274 overruns:274 frame:274
  TX packets:264554 errors:0 dropped:0 overruns:0 carrier:3
  collisions:0 txqueuelen:1000 
  RX bytes:302100605 (302.1 MB)  TX bytes:32422644 (32.4 MB)

And the network in computer as well as mobile freezes. After that to
make the eth0 work, I have to stop hotspot and disable wifi. And
reconnect LAN cable manually, or do

$ sudo ifconfig eth0 down
$ sudo ifconfig eth0 up

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


** Tags: compat-wireless kernel-bug ubuntu
-- 
Internet connection lost on activating hotspot
https://bugs.launchpad.net/bugs/1213398
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

-- 
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 1213123] Re: 045e:009c [H87I-PLUS] Microsoft Keyboard Elite for Bluetooth dead keys problem

2013-08-17 Thread Christopher M. Penalver
Maeda, we have two running bugs here:
1) changing bluez version caues mis-pairing.
2) When you keyboard is properly paired, some keys are dead.

Given changing bluez version from that which is released brings you in
unsupported territory, we would want to get the bluez problem fixed
first before we would focus on the dead keys.

Sending to bluez (Ubuntu). Please send back if found to be a kernel
problem.

** Package changed: linux (Ubuntu) = bluez (Ubuntu)

** Changed in: bluez (Ubuntu)
   Status: Incomplete = New

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

Title:
  045e:009c [H87I-PLUS] Microsoft Keyboard Elite for Bluetooth dead keys
  problem

Status in “bluez” package in Ubuntu:
  New

Bug description:
  In Precise with 4.60 version of bluez I can pair my keyboard and mouse
  perfectly, but not with the 4.98 that is in Precise by default.

  === The problem is that dead keys of my keyboard (I mean -L or R-
  CTRL, ALT, SUPER, -L or R- SHIFT, ALT-GR) doesn't work with my current
  motherboard (whether application I opened, console included). It does
  work correctly with other motherboards. The new motherboard is an 1150
  Haswell one from Asus.

  What I can say is :
  1/ When booting, my BIOS recognize perfectly the dead keys of my keyboard, 
meaning that the bluetooth dongle or the motherboard is not directly concerned.
  2/ When doing a second installation of Ubuntu, same problem.
  3/ When trying the option 'keyboard layout' (whatever layout I choose), I 
don't see those dead keys flashing, meaning the system doesn't react at all 
when pressing them.
  4/ By chance, I found another keyboard (same model, same brand), same 
problem, meaning the keyboard is not concerned (it works on the older 
motherboard, then it was poor chance that the keyboard broked just before 
reinstalling).
  5/ Tried the setxkbmap command (with sudo or without), nothing's better
  6/ Tried the xmodmap command, I see the 0x codes for Left SHIFT, all dead 
keys are there (see attachment)
  7/ Normal keyboard (no wireless) works perfectly
  8/ Put the dongle on an other usb slot doesn't change anything
  9/ Command xev doesn't makes changes when pressing dead keys.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.5.0-37-generic 3.5.0-37.58~precise1
  ProcVersionSignature: Ubuntu 3.5.0-37.58~precise1-generic 3.5.7.16
  Uname: Linux 3.5.0-37-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  lolo   2272 F pulseaudio
   /dev/snd/controlC0:  lolo   2272 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'MID'/'HDA Intel MID at 0xf0434000 irq 45'
 Mixer name : 'Intel Haswell HDMI'
 Components : 'HDA:80862807,80860101,0010'
 Controls  : 6
 Simple ctrls  : 1
  Card0.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Card1.Amixer.info:
   Card hw:1 'PCH'/'HDA Intel PCH at 0xf043 irq 46'
 Mixer name : 'Realtek ALC887-VD'
 Components : 'HDA:10ec0887,10438576,00100302'
 Controls  : 41
 Simple ctrls  : 20
  Date: Fri Aug 16 16:34:35 2013
  HibernationDevice: RESUME=UUID=942aa693-ca21-4f2a-966c-97b0fa9ea5ae
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: ASUS All Series
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-37-generic 
root=UUID=9509f53e-1de4-4f9c-90dd-6c1ef7ded3a9 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-37-generic N/A
   linux-backports-modules-3.5.0-37-generic  N/A
   linux-firmware1.79.6
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/15/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0306
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H87I-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0306:bd04/15/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnH87I-PLUS:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System 

[Kernel-packages] [Bug 1205494] Re: [Dell XPS 18] Touch screen not functioning under Ubuntu 13.04 13.10

2013-08-17 Thread Peter B.
Follow-up to post 26. I found a bugfix for uck  
https://answers.launchpad.net/uck/+question/211908
which fixed the previous issue with uck, and allowed me to successfully create 
a LiveCD for Ubuntu 13.04 plus patches and the linux updates from Joseph 
http://kernel.ubuntu.com/~jsalisbury/lp1205494/
and used Startup Disk Creater to successfully write the new LiveCD ISO to USB, 
and it booted up.

Bad news - upon boot, after the Ubuntu . screen, it goes to this
message:

Busybox v1.20.2 (Ubuntu 1:1.20.0-8ubuntu1) ...

initramfsunable to find medium containing live file system.

I know the LiveCD ISO file was successfully created, and likewise for
the Startup Disk Creator fully successful writing it to USB stick.   So,
at this point, I can only attribute this issue to the new 3.11 kernel
from the   http://kernel.ubuntu.com/~jsalisbury/lp1205494/   pakages ???

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

Title:
  [Dell XPS 18] Touch screen not functioning under Ubuntu 13.04 13.10

Status in “linux” package in Ubuntu:
  In Progress

Bug description:
  I ran `ubuntu-bug linux` from Ubuntu 13.04 terminal session, and it
  appeared to have uploaded the information successfully.

  Additional items:

  root@ubuntu:~# lsb_release -rd
  Description:  Ubuntu 13.04
  Release:  13.04

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-19-generic 3.8.0-19.29
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 3270 F pulseaudio
  CasperVersion: 1.331
  Date: Fri Jul 26 21:11:10 2013
  LiveMediaBuild: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: Dell Inc. XPS 18
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/hostname.seed boot=casper quiet splash --
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0GWH76
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 13
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd06/04/2013:svnDellInc.:pnXPS18:pvrNotSpecified:rvnDellInc.:rn0GWH76:rvrA00:cvnDellInc.:ct13:cvrNotSpecified:
  dmi.product.name: XPS 18
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1205494/+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 1213398] Re: Internet connection lost on activating hotspot

2013-08-17 Thread Mathew Roy
** Package changed: usb-creator (Ubuntu) = ubuntu

** Package changed: 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/1213398

Title:
  Internet connection lost on activating hotspot

Status in “linux” package in Ubuntu:
  New

Bug description:
  When I installed Ubuntu 13.04, my network froze after a few minutes.
  Please refer -
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1176370. This bug
  was handled upstream
  (https://bugzilla.kernel.org/show_bug.cgi?id=54021). I read somewhere
  that the bug was fixed in the latest kernel. So, I downloaded and
  installed the latest kernal.

  Now I can browse without any problem, but when I try to switch on
  hotspot, the network freezes (same old problem returns!). I wanted
  wifi for my android phone, and so I followed the this guide
  (http://www.webupd8.org/2013/06/how-to-set-up-wireless-hotspot-
  access.html). Mobile gets connected to the computer without any
  trouble, but network doesnot work.

  When running 
  $ ifconfig etho
  I get
  eth0  Link encap:Ethernet  HWaddr 00:26:6c:d3:00:c1  
inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:267212 errors:0 dropped:274 overruns:274 frame:274
TX packets:264554 errors:0 dropped:0 overruns:0 carrier:3
collisions:0 txqueuelen:1000 
RX bytes:302100605 (302.1 MB)  TX bytes:32422644 (32.4 MB)

  And the network in computer as well as mobile freezes. After that to
  make the eth0 work, I have to stop hotspot and disable wifi. And
  reconnect LAN cable manually, or do

  $ sudo ifconfig eth0 down
  $ sudo ifconfig eth0 up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213398/+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 1094722] Re: [HP Compaq nx7400] Raring: regression: fan keeps spinning at full speed after suspend

2013-08-17 Thread Christopher M. Penalver
stevedpowell, if you have a bug in Ubuntu, the Ubuntu Kernel team, Ubuntu Bug 
Control team, and Ubuntu Bug Squad would like you to please file a new report 
by executing the following in a terminal:
ubuntu-bug linux

For more on this, please see the official Ubuntu documentation:
Ubuntu Kernel Team: https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies
Ubuntu Bug Control and Ubuntu Bug Squad: 
https://wiki.ubuntu.com/Bugs/BestPractices
Ubuntu Community: https://wiki.ubuntu.com/ReportingBugs

When opening up the new report, please feel free to subscribe me to it.

Please note, not filing a new report would delay your problem being
addressed as quickly as possible.

Thank you for your understanding.

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

Title:
  [HP Compaq nx7400] Raring: regression: fan keeps spinning at full
  speed after suspend

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Raring:
  Incomplete
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  With quantal i had no problem to suspend.
  Now with raring the fan spins at full speed after suspend.
  I found this:
  
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.17/+bug/77370/comments/88
  after creating the file the fan stopped spinning at full speed but it never 
came back
  to the normal speed. It spins still to fast.

  I think there is a bug in the acpi of this laptop. One of the temp sensors is 
aquatualy the fan speed.
  So i think there is some loop happening. the fan spins because it thinks it's 
too hot but actualy its the fanspeed itself.

  but however, with quantal (and i think older versions also) this didn't 
happen.
  So regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.7.0-7-generic 3.7.0-7.15
  ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0
  Uname: Linux 3.7.0-7-generic x86_64
  ApportVersion: 2.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip1304   1639 F pulseaudio
  Date: Sun Dec 30 19:47:40 2012
  HibernationDevice: RESUME=UUID=af3e5ce4-1130-4358-b886-81652437a297
  MachineType: Hewlett-Packard HP Compaq nx7400 (RH399EA#UUG)
  MarkForUpload: True
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.7.0-7-generic 
root=UUID=0f9b540c-8507-485e-b867-92cbb0a68ae7 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.7.0-7-generic N/A
   linux-backports-modules-3.7.0-7-generic  N/A
   linux-firmware   1.98
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/27/2008
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68YGU Ver. F.0E
  dmi.board.name: 30A2
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 40.17
  dmi.chassis.asset.tag: CNU6421VZN
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68YGUVer.F.0E:bd08/27/2008:svnHewlett-Packard:pnHPCompaqnx7400(RH399EA#UUG):pvrF.0E:rvnHewlett-Packard:rn30A2:rvrKBCVersion40.17:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq nx7400 (RH399EA#UUG)
  dmi.product.version: F.0E
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1094722/+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 1093795] Re: Backlight does not work on sony vaio sve1112

2013-08-17 Thread Jason
Can this bug please be fixed in Precise via an SRU? It appears the
original reporter has already done steps 1 and 2 as requested in
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1093795/comments/14

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

Title:
  Backlight does not work on sony vaio sve1112

Status in “linux” package in Ubuntu:
  Fix Released

Bug description:
  Using the default ati open source driver hotkeys are not working, echo
  commands are not working but files exist in sys/class/backlight.

  I used acpi_backlight=vendor , legacy and also the
  video.use_bios_initial_backlight=0 with no effect.

  Reverse mainline kernel version bisecting revealed the fix landed in
  the transition from 3.6.11 raring to 3.7-rc1 quantal.

  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: linux-image-3.5.0-21-generic 3.5.0-21.32
  ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
  Uname: Linux 3.5.0-21-generic x86_64
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  micdhack   1643 F pulseaudio
   /dev/snd/controlC0:  micdhack   1643 F pulseaudio
  Date: Wed Dec 26 13:40:51 2012
  HibernationDevice: RESUME=UUID=b9ded35c-c251-435b-898e-e2827835b63a
  InstallationDate: Installed on 2012-12-25 (0 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MachineType: Sony Corporation SVE1112M1EW
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-21-generic.efi.signed 
root=UUID=ff2bb0f9-b45a-4e72-871e-9463d0ab0c66 ro quiet splash acpi_osi=Linux 
acpi_backlight=legacy vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-21-generic N/A
   linux-backports-modules-3.5.0-21-generic  N/A
   linux-firmware1.95
  SourcePackage: linux
  StagingDrivers: rts_pstor
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/22/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: R0120D8
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrR0120D8:bd08/22/2012:svnSonyCorporation:pnSVE1112M1EW:pvrC60B8NZ6:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: SVE1112M1EW
  dmi.product.version: C60B8NZ6
  dmi.sys.vendor: Sony Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1093795/+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 1165433] Re: Kernel 3.8.x panics on bluetooth DUN disconnect

2013-08-17 Thread Christopher M. Penalver
ekin, if you have a bug in Ubuntu, the Ubuntu Kernel team, Ubuntu Bug Control 
team, and Ubuntu Bug Squad would like you to please file a new report by 
executing the following in a terminal:
ubuntu-bug linux

For more on this, please see the official Ubuntu documentation:
Ubuntu Kernel Team: https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies
Ubuntu Bug Control and Ubuntu Bug Squad: 
https://wiki.ubuntu.com/Bugs/BestPractices
Ubuntu Community: https://wiki.ubuntu.com/ReportingBugs

When opening up the new report, please feel free to subscribe me to it.

Please note, not filing a new report would delay your problem being
addressed as quickly as possible.

Thank you for your understanding.

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

Title:
  Kernel 3.8.x panics on bluetooth DUN disconnect

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Issue is obviously in the kernel that should not panic in any circumnstances.
  This bug is seen on quantal using the kernel from PPA mainline. Tested with 
3.8.0 to 3.8.6.
  Since 3.8.x is going to be the raring kernel I believe that this should 
definitely be fixed before raring is shipped.

  Seen on:

  DELL E6500 with kubuntu quantal 12.10 64 bit and as said, kernel 3.8.6 from 
the mainline ppa.
  The machine has a Dell Computer Corp. Wireless 370 Bluetooth Mini-card 
(connected via an internal usb connection).

  The issue is shown when connecting to the internet via a Samsung Galaxy S 
plus phone, using a bluetooth DUN connection.
  It is reproducible every time.

  How to reproduce:

  1) Use the bluetooth applet to discover the phone and associate to it.
  2) Use network manager to setup a DUN connection with the phone through your 
APN
  3) Connect to the internet via bluetooth DUN (connection works perfectly)
  4) Disconnect from the network manager.

  At the same time you disconnect, the GUI session is terminated and the
  kernel panics, briefly showing a panic log on the screen.

  Note that:

  a) The issue is not present using the standard ubuntu quantal kernel
  b) The issue is not present using kernels from the mainline ppa before 3.8 
(e.g., 3.7.x is fine for all x)
  c) The issue is not present when connecting to the internet using a USB 
mobile dongle (e.g. Huawei usb key)

  This looks pretty serious to me: kernel does not sync when panicing
  and there is a serious risk of data loss; connecting to the internet
  via a smart phone using bluetooth DUN seems to be something that one
  should take for granted on any modern OS. Furthermore, points a) and
  b) above show that this is a *regression* over previous kernels.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165433/+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 1212455] Re: 8086:2562 Flash 11.2 content displays in shades of green and purple only, and in a horizontally compressed space

2013-08-17 Thread Christopher M. Penalver
** Description changed:

  In my testing with the Intel driver using its default acceleration:
  - Flash 11.2 works on Quantal with the 3.5 kernel
  - Flash 11.2 works on Raring with the 3.5.0-17 kernel (though it boots to a 
low-res desktop with a frozen pointer)
  - Flash 11.2 works on Raring also with the 3.6.11-030611 or 3.7.10-030710 
mainline kernels
- - Flash 11.8 works on Raring with the 3.8 kernel (in Chrome)
+ - Flash 11.2 works on Raring with the 3.8 kernel (in Chrome)
  - Flash 11.2 fails on Raring with the 3.8 kernel
  - Flash 11.2 fails on Raring with the latest mainline kernel, 3.11.0-031100rc5
  - Flash 11.2 fails on Saucy alpha 2 with its default kernel
  
  Disabling Flash *hardware* acceleration altogether (via R-click in the
  Flash display window: Settings: General tab) did not fix the problem.
  
  WORKAROUND: Setting the Intel driver's acceleration method to UXA rather
  than its default SNA *always* fixes the Flash problem, but causes a
  garbled login screen under LightDM that so far has no workaround.
  
  I also tried one possible fix for the default Intel SNA acceleration using 
the TearFree option.   I created /etc/X11/xorg.conf.d/20-intel.conf with 
contents:
  Section Device
     Identifier  Intel Graphics
     Driver  intel
     Option  AccelMethod  sna
     Option  TearFreetrue
  EndSection
  But this had no effect.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-27-generic 3.8.0-27.40
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic i686
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  user1  1467 F lxpanel
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  CurrentDmesg:
   [   72.390428] serial8250: too much work for irq17
   [   72.401696] serial8250: too much work for irq17
   [   72.411724] serial8250: too much work for irq17
   [   82.046726] serial8250: too much work for irq17
  Date: Wed Aug 14 17:39:10 2013
  HibernationDevice: RESUME=UUID=8adf1633-c1a8-4392-8fc3-44369bc85692
  IwConfig:
   lono wireless extensions.
  
   eth0  no wireless extensions.
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Computer Corporation Dimension 2400
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=a41f2f68-7642-46f9-88d8-08a656c1c40d ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-27-generic N/A
   linux-backports-modules-3.8.0-27-generic  N/A
   linux-firmware1.106
  RfKill:
  
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/02/2003
  dmi.bios.vendor: Dell Computer Corporation
  dmi.bios.version: A05
  dmi.board.name: 0F5949
  dmi.board.vendor: Dell Computer Corp.
  dmi.board.version: A01
  dmi.chassis.type: 15
  dmi.chassis.vendor: Dell Computer Corporation
  dmi.modalias: 
dmi:bvnDellComputerCorporation:bvrA05:bd12/02/2003:svnDellComputerCorporation:pnDimension2400:pvr:rvnDellComputerCorp.:rn0F5949:rvrA01:cvnDellComputerCorporation:ct15:cvr:
  dmi.product.name: Dimension 2400
  dmi.sys.vendor: Dell Computer Corporation

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

Title:
  8086:2562 Flash 11.2 content displays in shades of green and purple
  only, and in a horizontally compressed space

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  In my testing with the Intel driver using its default acceleration:
  - Flash 11.2 works on Quantal with the 3.5 kernel
  - Flash 11.2 works on Raring with the 3.5.0-17 kernel (though it boots to a 
low-res desktop with a frozen pointer)
  - Flash 11.2 works on Raring also with the 3.6.11-030611 or 3.7.10-030710 
mainline kernels
  - Flash 11.2 works on Raring with the 3.8 kernel (in Chrome)
  - Flash 11.2 fails on Raring with the 3.8 kernel
  - Flash 11.2 fails on Raring with the latest mainline kernel, 3.11.0-031100rc5
  - Flash 11.2 fails on Saucy alpha 2 with its default kernel

  Disabling Flash *hardware* acceleration altogether (via R-click in the
  Flash display window: Settings: General tab) did not fix the problem.

  WORKAROUND: Setting the Intel driver's acceleration method to UXA
  rather than its default SNA *always* fixes the Flash problem, but
  causes a garbled login screen under LightDM that so far has no
  workaround.

  I also tried one possible fix for the default Intel SNA acceleration using 
the TearFree option.   I created 

[Kernel-packages] [Bug 1212455] Re: 8086:2562 Flash 11.2 content displays in shades of green and purple only, and in a horizontally compressed space

2013-08-17 Thread Christopher M. Penalver
** Tags removed: needs-upstream-testing
** Tags added: kernel-bug-exists-upstream-v3.11-rc5

** Tags added: saucy

** Description changed:

- In my testing with the Intel driver using its default acceleration:
+ In my testing with the Intel driver using its default acceleration, what 
works:
  - Flash 11.2 works on Quantal with the 3.5 kernel
  - Flash 11.2 works on Raring with the 3.5.0-17 kernel (though it boots to a 
low-res desktop with a frozen pointer)
  - Flash 11.2 works on Raring also with the 3.6.11-030611 or 3.7.10-030710 
mainline kernels
  - Flash 11.2 works on Raring with the 3.8 kernel (in Chrome)
+ 
+ what fails:
  - Flash 11.2 fails on Raring with the 3.8 kernel
  - Flash 11.2 fails on Raring with the latest mainline kernel, 3.11.0-031100rc5
  - Flash 11.2 fails on Saucy alpha 2 with its default kernel
  
  Disabling Flash *hardware* acceleration altogether (via R-click in the
  Flash display window: Settings: General tab) did not fix the problem.
  
  WORKAROUND: Setting the Intel driver's acceleration method to UXA rather
  than its default SNA *always* fixes the Flash problem, but causes a
  garbled login screen under LightDM that so far has no workaround.
  
  I also tried one possible fix for the default Intel SNA acceleration using 
the TearFree option.   I created /etc/X11/xorg.conf.d/20-intel.conf with 
contents:
  Section Device
     Identifier  Intel Graphics
     Driver  intel
     Option  AccelMethod  sna
     Option  TearFreetrue
  EndSection
  But this had no effect.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-27-generic 3.8.0-27.40
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic i686
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  user1  1467 F lxpanel
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  CurrentDmesg:
   [   72.390428] serial8250: too much work for irq17
   [   72.401696] serial8250: too much work for irq17
   [   72.411724] serial8250: too much work for irq17
   [   82.046726] serial8250: too much work for irq17
  Date: Wed Aug 14 17:39:10 2013
  HibernationDevice: RESUME=UUID=8adf1633-c1a8-4392-8fc3-44369bc85692
  IwConfig:
   lono wireless extensions.
  
   eth0  no wireless extensions.
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Computer Corporation Dimension 2400
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=a41f2f68-7642-46f9-88d8-08a656c1c40d ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-27-generic N/A
   linux-backports-modules-3.8.0-27-generic  N/A
   linux-firmware1.106
  RfKill:
  
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/02/2003
  dmi.bios.vendor: Dell Computer Corporation
  dmi.bios.version: A05
  dmi.board.name: 0F5949
  dmi.board.vendor: Dell Computer Corp.
  dmi.board.version: A01
  dmi.chassis.type: 15
  dmi.chassis.vendor: Dell Computer Corporation
  dmi.modalias: 
dmi:bvnDellComputerCorporation:bvrA05:bd12/02/2003:svnDellComputerCorporation:pnDimension2400:pvr:rvnDellComputerCorp.:rn0F5949:rvrA01:cvnDellComputerCorporation:ct15:cvr:
  dmi.product.name: Dimension 2400
  dmi.sys.vendor: Dell Computer Corporation

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

Title:
  8086:2562 Flash 11.2 content displays in shades of green and purple
  only, and in a horizontally compressed space

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  In my testing with the Intel driver using its default acceleration, what 
works:
  - Flash 11.2 works on Quantal with the 3.5 kernel
  - Flash 11.2 works on Raring with the 3.5.0-17 kernel (though it boots to a 
low-res desktop with a frozen pointer)
  - Flash 11.2 works on Raring also with the 3.6.11-030611 or 3.7.10-030710 
mainline kernels
  - Flash 11.2 works on Raring with the 3.8 kernel (in Chrome)

  what fails:
  - Flash 11.2 fails on Raring with the 3.8 kernel
  - Flash 11.2 fails on Raring with the latest mainline kernel, 3.11.0-031100rc5
  - Flash 11.2 fails on Saucy alpha 2 with its default kernel

  Disabling Flash *hardware* acceleration altogether (via R-click in the
  Flash display window: Settings: General tab) did not fix the problem.

  WORKAROUND: Setting the Intel driver's acceleration method to UXA
  rather than its default SNA *always* fixes the Flash problem, but
  causes a 

[Kernel-packages] [Bug 1213398] Missing required logs.

2013-08-17 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1213398

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New = Incomplete

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

Title:
  Internet connection lost on activating hotspot

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  When I installed Ubuntu 13.04, my network froze after a few minutes.
  Please refer -
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1176370. This bug
  was handled upstream
  (https://bugzilla.kernel.org/show_bug.cgi?id=54021). I read somewhere
  that the bug was fixed in the latest kernel. So, I downloaded and
  installed the latest kernal.

  Now I can browse without any problem, but when I try to switch on
  hotspot, the network freezes (same old problem returns!). I wanted
  wifi for my android phone, and so I followed the this guide
  (http://www.webupd8.org/2013/06/how-to-set-up-wireless-hotspot-
  access.html). Mobile gets connected to the computer without any
  trouble, but network doesnot work.

  When running 
  $ ifconfig etho
  I get
  eth0  Link encap:Ethernet  HWaddr 00:26:6c:d3:00:c1  
inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:267212 errors:0 dropped:274 overruns:274 frame:274
TX packets:264554 errors:0 dropped:0 overruns:0 carrier:3
collisions:0 txqueuelen:1000 
RX bytes:302100605 (302.1 MB)  TX bytes:32422644 (32.4 MB)

  And the network in computer as well as mobile freezes. After that to
  make the eth0 work, I have to stop hotspot and disable wifi. And
  reconnect LAN cable manually, or do

  $ sudo ifconfig eth0 down
  $ sudo ifconfig eth0 up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213398/+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 1213403] Re: Whole system freeze with TL-WN821N USB wifi adapter

2013-08-17 Thread James Clemence
** Attachment added: lspci-vnvn.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213403/+attachment/3775948/+files/lspci-vnvn.log

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

Title:
  Whole system freeze with TL-WN821N USB wifi adapter

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  My server occasionally suddenly hangs, and the wifi network cuts out.
  This is then only fixed by unplugging and replugging in the USB wifi
  adapter in question, and then the system suddenly restores itself and
  works again. When the system freezes, the whole input/output system
  fails, and any plugged in keyboards will not work until the USB stick
  is unplugged and replugged. This is a very frustrating bug, and has
  started happening with significant frequency recently.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-27-generic 3.8.0-27.40
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.8.0-27-generic.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC1', '/dev/snd/hwC1D0', '/dev/snd/pcmC1D3p', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D2p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  Card1.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card1.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  Date: Sat Aug 17 16:49:16 2013
  HibernationDevice: RESUME=UUID=68010d55-3d34-4af0-ae07-3cc19e003a74
  InstallationDate: Installed on 2013-08-10 (6 days ago)
  InstallationMedia: Ubuntu-Server 13.04 Raring Ringtail - Release amd64 
(20130423.1)
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/usr/bin/zsh
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=e20c7442-026d-4593-8a6a-3676ccbecd6f ro
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-27-generic N/A
   linux-backports-modules-3.8.0-27-generic  N/A
   linux-firmware1.106
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2603
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M4A78-E
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2603:bd04/13/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A78-E:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

2013-08-17 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New = 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/1213403

Title:
  Whole system freeze with TL-WN821N USB wifi adapter

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  My server occasionally suddenly hangs, and the wifi network cuts out.
  This is then only fixed by unplugging and replugging in the USB wifi
  adapter in question, and then the system suddenly restores itself and
  works again. When the system freezes, the whole input/output system
  fails, and any plugged in keyboards will not work until the USB stick
  is unplugged and replugged. This is a very frustrating bug, and has
  started happening with significant frequency recently.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-27-generic 3.8.0-27.40
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.8.0-27-generic.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC1', '/dev/snd/hwC1D0', '/dev/snd/pcmC1D3p', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D2p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  Card1.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card1.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  Date: Sat Aug 17 16:49:16 2013
  HibernationDevice: RESUME=UUID=68010d55-3d34-4af0-ae07-3cc19e003a74
  InstallationDate: Installed on 2013-08-10 (6 days ago)
  InstallationMedia: Ubuntu-Server 13.04 Raring Ringtail - Release amd64 
(20130423.1)
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/usr/bin/zsh
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=e20c7442-026d-4593-8a6a-3676ccbecd6f ro
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-27-generic N/A
   linux-backports-modules-3.8.0-27-generic  N/A
   linux-firmware1.106
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2603
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M4A78-E
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2603:bd04/13/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A78-E:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213403/+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 1213403] Re: Whole system freeze with TL-WN821N USB wifi adapter

2013-08-17 Thread James Clemence
** Attachment added: Syslog including system freeze
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213403/+attachment/3775950/+files/syslog-freeze.log

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

Title:
  Whole system freeze with TL-WN821N USB wifi adapter

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  My server occasionally suddenly hangs, and the wifi network cuts out.
  This is then only fixed by unplugging and replugging in the USB wifi
  adapter in question, and then the system suddenly restores itself and
  works again. When the system freezes, the whole input/output system
  fails, and any plugged in keyboards will not work until the USB stick
  is unplugged and replugged. This is a very frustrating bug, and has
  started happening with significant frequency recently.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-27-generic 3.8.0-27.40
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.8.0-27-generic.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC1', '/dev/snd/hwC1D0', '/dev/snd/pcmC1D3p', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D2p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  Card1.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card1.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  Date: Sat Aug 17 16:49:16 2013
  HibernationDevice: RESUME=UUID=68010d55-3d34-4af0-ae07-3cc19e003a74
  InstallationDate: Installed on 2013-08-10 (6 days ago)
  InstallationMedia: Ubuntu-Server 13.04 Raring Ringtail - Release amd64 
(20130423.1)
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/usr/bin/zsh
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=e20c7442-026d-4593-8a6a-3676ccbecd6f ro
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-27-generic N/A
   linux-backports-modules-3.8.0-27-generic  N/A
   linux-firmware1.106
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2603
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M4A78-E
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2603:bd04/13/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A78-E:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213403/+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 1212455] Re: 8086:2562 Flash 11.2 content displays in shades of green and purple only, and in a horizontally compressed space

2013-08-17 Thread Christopher M. Penalver
John Hupp, not to disagree with a maintainer, but cursorily if the flash
version is kept the same, all that changed is one went from one
kernel+xorg stack to another, and the WORKAROUND is toggling Intel
driver acceleration, the problem would lie in the kernel+xorg stack.
Also, this graphics card is quite old from a technology standpoint, so
teasing out the latest features would be challenging. As well, this is
only reproducible on a limited set of Intel chipsets. If it was a core
xorg issue, we would have 1000s+ of duplicate reports complaining flash
doesn't work.

Despite this, at a minimum a non-flash regression exists going from
Quantal to Raring. Could you please bisect this following
https://wiki.ubuntu.com/Kernel/KernelBisection ?

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

Title:
  8086:2562 Flash 11.2 content displays in shades of green and purple
  only, and in a horizontally compressed space

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  In my testing with the Intel driver using its default acceleration, what 
works:
  - Flash 11.2 works on Quantal with the 3.5 kernel
  - Flash 11.2 works on Raring with the 3.5.0-17 kernel (though it boots to a 
low-res desktop with a frozen pointer)
  - Flash 11.2 works on Raring also with the 3.6.11-030611 or 3.7.10-030710 
mainline kernels
  - Flash 11.2 works on Raring with the 3.8 kernel (in Chrome)

  what fails:
  - Flash 11.2 fails on Raring with the 3.8 kernel
  - Flash 11.2 fails on Raring with the latest mainline kernel, 3.11.0-031100rc5
  - Flash 11.2 fails on Saucy alpha 2 with its default kernel

  Disabling Flash *hardware* acceleration altogether (via R-click in the
  Flash display window: Settings: General tab) did not fix the problem.

  WORKAROUND: Setting the Intel driver's acceleration method to UXA
  rather than its default SNA *always* fixes the Flash problem, but
  causes a garbled login screen under LightDM that so far has no
  workaround.

  I also tried one possible fix for the default Intel SNA acceleration using 
the TearFree option.   I created /etc/X11/xorg.conf.d/20-intel.conf with 
contents:
  Section Device
     Identifier  Intel Graphics
     Driver  intel
     Option  AccelMethod  sna
     Option  TearFreetrue
  EndSection
  But this had no effect.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-27-generic 3.8.0-27.40
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic i686
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  user1  1467 F lxpanel
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  CurrentDmesg:
   [   72.390428] serial8250: too much work for irq17
   [   72.401696] serial8250: too much work for irq17
   [   72.411724] serial8250: too much work for irq17
   [   82.046726] serial8250: too much work for irq17
  Date: Wed Aug 14 17:39:10 2013
  HibernationDevice: RESUME=UUID=8adf1633-c1a8-4392-8fc3-44369bc85692
  IwConfig:
   lono wireless extensions.

   eth0  no wireless extensions.
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Computer Corporation Dimension 2400
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=a41f2f68-7642-46f9-88d8-08a656c1c40d ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-27-generic N/A
   linux-backports-modules-3.8.0-27-generic  N/A
   linux-firmware1.106
  RfKill:

  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/02/2003
  dmi.bios.vendor: Dell Computer Corporation
  dmi.bios.version: A05
  dmi.board.name: 0F5949
  dmi.board.vendor: Dell Computer Corp.
  dmi.board.version: A01
  dmi.chassis.type: 15
  dmi.chassis.vendor: Dell Computer Corporation
  dmi.modalias: 
dmi:bvnDellComputerCorporation:bvrA05:bd12/02/2003:svnDellComputerCorporation:pnDimension2400:pvr:rvnDellComputerCorp.:rn0F5949:rvrA01:cvnDellComputerCorporation:ct15:cvr:
  dmi.product.name: Dimension 2400
  dmi.sys.vendor: Dell Computer Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1212455/+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 1213403] Re: Whole system freeze with TL-WN821N USB wifi adapter

2013-08-17 Thread James Clemence
** Attachment added: Syslog from replugging device
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213403/+attachment/3775951/+files/syslog-replug.log

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

Title:
  Whole system freeze with TL-WN821N USB wifi adapter

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  My server occasionally suddenly hangs, and the wifi network cuts out.
  This is then only fixed by unplugging and replugging in the USB wifi
  adapter in question, and then the system suddenly restores itself and
  works again. When the system freezes, the whole input/output system
  fails, and any plugged in keyboards will not work until the USB stick
  is unplugged and replugged. This is a very frustrating bug, and has
  started happening with significant frequency recently.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-27-generic 3.8.0-27.40
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.8.0-27-generic.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC1', '/dev/snd/hwC1D0', '/dev/snd/pcmC1D3p', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D2p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  Card1.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card1.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  Date: Sat Aug 17 16:49:16 2013
  HibernationDevice: RESUME=UUID=68010d55-3d34-4af0-ae07-3cc19e003a74
  InstallationDate: Installed on 2013-08-10 (6 days ago)
  InstallationMedia: Ubuntu-Server 13.04 Raring Ringtail - Release amd64 
(20130423.1)
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/usr/bin/zsh
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=e20c7442-026d-4593-8a6a-3676ccbecd6f ro
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-27-generic N/A
   linux-backports-modules-3.8.0-27-generic  N/A
   linux-firmware1.106
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2603
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M4A78-E
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2603:bd04/13/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A78-E:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213403/+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 1093795] Re: Backlight does not work on sony vaio sve1112

2013-08-17 Thread Christopher M. Penalver
Jason, if you have a bug in Ubuntu, the Ubuntu Kernel team, Ubuntu Bug Control 
team, and Ubuntu Bug Squad would like you to please file a new report by 
executing the following in a terminal:
ubuntu-bug linux

For more on this, please see the official Ubuntu documentation:
Ubuntu Kernel Team: https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies
Ubuntu Bug Control and Ubuntu Bug Squad: 
https://wiki.ubuntu.com/Bugs/BestPractices
Ubuntu Community: https://wiki.ubuntu.com/ReportingBugs

When opening up the new report, please feel free to subscribe me to it.

Please note, not filing a new report would delay your problem being
addressed as quickly as possible.

Thank you for your understanding.

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

Title:
  Backlight does not work on sony vaio sve1112

Status in “linux” package in Ubuntu:
  Fix Released

Bug description:
  Using the default ati open source driver hotkeys are not working, echo
  commands are not working but files exist in sys/class/backlight.

  I used acpi_backlight=vendor , legacy and also the
  video.use_bios_initial_backlight=0 with no effect.

  Reverse mainline kernel version bisecting revealed the fix landed in
  the transition from 3.6.11 raring to 3.7-rc1 quantal.

  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: linux-image-3.5.0-21-generic 3.5.0-21.32
  ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
  Uname: Linux 3.5.0-21-generic x86_64
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  micdhack   1643 F pulseaudio
   /dev/snd/controlC0:  micdhack   1643 F pulseaudio
  Date: Wed Dec 26 13:40:51 2012
  HibernationDevice: RESUME=UUID=b9ded35c-c251-435b-898e-e2827835b63a
  InstallationDate: Installed on 2012-12-25 (0 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MachineType: Sony Corporation SVE1112M1EW
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-21-generic.efi.signed 
root=UUID=ff2bb0f9-b45a-4e72-871e-9463d0ab0c66 ro quiet splash acpi_osi=Linux 
acpi_backlight=legacy vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-21-generic N/A
   linux-backports-modules-3.5.0-21-generic  N/A
   linux-firmware1.95
  SourcePackage: linux
  StagingDrivers: rts_pstor
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/22/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: R0120D8
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrR0120D8:bd08/22/2012:svnSonyCorporation:pnSVE1112M1EW:pvrC60B8NZ6:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: SVE1112M1EW
  dmi.product.version: C60B8NZ6
  dmi.sys.vendor: Sony Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1093795/+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 993907] [NEW] [nvidia GT 240] no desktop after X started

2013-08-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:


Tried to run, in order
- Ubuntu 12.04 LiveDVD (64-bit Desktop): Burnt to DVD and booted from disk
- Ubuntu 12.04 LiveCD (64-bit Desktop): Written to USB stick via usb-creator 
and booted from USB
- Xubuntu 12.04 LiveCD (64-bit Desktop): Written to USB stick via usb-creator 
and booted from USB

In each case, got the same behaviour
- System would boot from the disk/ USB
- Would be presented with the splah/ progress screen (the one with the dots on 
plain background for Ubuntu and bouncing progress bar with background image for 
Xubuntu)
- After that screen would fill up with coloured noise, random black/ coloured 
pixels all over the screen
- Unable to do anything other than a hard reboot

This was with using an old NVidia GT 240 card (which works fine with Lucid 
10.04.4 64-bit Desktop). Complete system specs:
- Intel C2D E7200 || Intel DG33FB mobo || 4 GB RAM || 64 bit Lucid Desktop || 
WD Caviar Black 1TB, Green 2TB
- Palit Sonic GT 240 (OC'd NVidia card) || Dell U2412M Monitor || Logitech 
Quickcam Connect || Acer 3300U Scanner

Next I went into BIOS and forced it to use the onboard Intel graphics
(Intel DG33FB board with Intel GMA 3100 graphics) and Xubuntu booted up
fine and got into the desktop with no problems. Launched a few apps and
all seems fine.

Based on my advanced analytical skills (!) I conclude there is a problem with 
the graphics driver on the LiveCD/DVD in Ubuntu/Xubuntu.
WORKAROUND:  Use the NVidia proprietary drivers (nvidia-current, v295.40) 
installed from the repos under 'safe mode'.

---
.tmp.unity.support.test.0:

ApportVersion: 2.0.1-0ubuntu5
Architecture: amd64
CasperVersion: 1.315
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
DistUpgraded: Fresh install
DistroCodename: precise
DistroRelease: Ubuntu 12.04
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation 82G33/G31 Express Integrated Graphics Controller [8086:29c2] 
(rev 02) (prog-if 00 [VGA controller])
   Subsystem: Intel Corporation Device [8086:5044]
LiveMediaBuild: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 (20120425)
Package: xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build2
PackageArchitecture: amd64
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz noprompt 
cdrom-detect/try-usb=true persistent file=/cdrom/preseed/username.seed 
boot=casper initrd=/casper/initrd.lz quiet splash --
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Tags:  precise ubuntu compiz-0.9
Uname: Linux 3.2.0-23-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
dmi.bios.date: 02/18/2008
dmi.bios.vendor: Intel Corp.
dmi.bios.version: DPP3510J.86A.0407.2008.0218.0923
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: DG33FB
dmi.board.vendor: Intel Corporation
dmi.board.version: AAD81072-307
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnIntelCorp.:bvrDPP3510J.86A.0407.2008.0218.0923:bd02/18/2008:svn:pn:pvr:rvnIntelCorporation:rnDG33FB:rvrAAD81072-307:cvn:ct3:cvr:
version.compiz: compiz 1:0.9.7.6-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: apport-collected bios-outdated-0572 compiz-0.9 needs-upstream-testing 
precise regression-release ubuntu xubuntu
-- 
[nvidia GT 240] no desktop after X started
https://bugs.launchpad.net/bugs/993907
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

-- 
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 993907] Re: [nvidia GT 240] no desktop after X started

2013-08-17 Thread Christopher M. Penalver
Shreepad S, this bug was reported a while ago and there hasn't been any
activity in it recently. We were wondering if this is still an issue? If
so, could you please test for this with the latest development release
of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the daily folder, 
but the one all the way at the bottom. Once you've tested the upstream kernel, 
please comment on which kernel version specifically you tested. If this bug is 
fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.11-rc5

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Package changed: xserver-xorg-video-nouveau (Ubuntu) = linux
(Ubuntu)

** Changed in: linux (Ubuntu)
   Status: New = Incomplete

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

Title:
  [nvidia GT 240] no desktop after X started

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  
  Tried to run, in order
  - Ubuntu 12.04 LiveDVD (64-bit Desktop): Burnt to DVD and booted from disk
  - Ubuntu 12.04 LiveCD (64-bit Desktop): Written to USB stick via usb-creator 
and booted from USB
  - Xubuntu 12.04 LiveCD (64-bit Desktop): Written to USB stick via usb-creator 
and booted from USB

  In each case, got the same behaviour
  - System would boot from the disk/ USB
  - Would be presented with the splah/ progress screen (the one with the dots 
on plain background for Ubuntu and bouncing progress bar with background image 
for Xubuntu)
  - After that screen would fill up with coloured noise, random black/ coloured 
pixels all over the screen
  - Unable to do anything other than a hard reboot

  This was with using an old NVidia GT 240 card (which works fine with Lucid 
10.04.4 64-bit Desktop). Complete system specs:
  - Intel C2D E7200 || Intel DG33FB mobo || 4 GB RAM || 64 bit Lucid Desktop || 
WD Caviar Black 1TB, Green 2TB
  - Palit Sonic GT 240 (OC'd NVidia card) || Dell U2412M Monitor || Logitech 
Quickcam Connect || Acer 3300U Scanner

  Next I went into BIOS and forced it to use the onboard Intel graphics
  (Intel DG33FB board with Intel GMA 3100 graphics) and Xubuntu booted
  up fine and got into the desktop with no problems. Launched a few apps
  and all seems fine.

  Based on my advanced analytical skills (!) I conclude there is a problem with 
the graphics driver on the LiveCD/DVD in Ubuntu/Xubuntu.
  WORKAROUND:  Use the NVidia proprietary drivers (nvidia-current, v295.40) 
installed from the repos under 'safe mode'.

  ---
  .tmp.unity.support.test.0:

  ApportVersion: 2.0.1-0ubuntu5
  Architecture: amd64
  CasperVersion: 1.315
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 82G33/G31 Express Integrated Graphics Controller 
[8086:29c2] (rev 02) (prog-if 00 [VGA controller])
     Subsystem: Intel Corporation Device [8086:5044]
  LiveMediaBuild: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 (20120425)
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build2
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz noprompt 
cdrom-detect/try-usb=true persistent file=/cdrom/preseed/username.seed 
boot=casper initrd=/casper/initrd.lz quiet splash --
  ProcVersionSignature: Ubuntu 

[Kernel-packages] [Bug 877666] Re: Dell XT2 touchpad not recognized

2013-08-17 Thread Marty Plummer
I have a Dell Latitude XT2, and this bug affects me, I'm using xubuntu
raring x64. Touchpad is reported as ps/2 mouse, cannot adjust standard
touchpad settings.

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

Title:
  Dell XT2 touchpad not recognized

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  The touchpad of my Dell XT2 is not recognized as a touchpad - only a
  PS2 mouse is seen in the lists of devices. Therefore I cannot disable
  it or change any settings (especially disable it when typing!)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: linux-image-3.0.0-12-generic 3.0.0-12.20
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ljpp   1282 F xfce4-volumed
ljpp   1327 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf6adc000 irq 47'
 Mixer name : 'IDT 92HD71B7X'
 Components : 'HDA:111d76b2,10280252,00100302'
 Controls  : 20
 Simple ctrls  : 12
  Date: Tue Oct 18 21:57:11 2011
  HibernationDevice: RESUME=UUID=9f401c15-307f-4bb4-b20b-dd1fde60f02d
  InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: Dell Inc. Latitude XT2
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=929c68a5-87f6-49c7-84f2-1fc349734f77 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.0.0-12-generic N/A
   linux-backports-modules-3.0.0-12-generic  N/A
   linux-firmware1.60
  SourcePackage: linux
  StagingDrivers: mei
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/03/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A12
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd05/03/2011:svnDellInc.:pnLatitudeXT2:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude XT2
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/877666/+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 709677] Re: [drm] MTRR allocation failed. Graphics performance may suffer.

2013-08-17 Thread Christopher M. Penalver
Ralf Hildebrandt, this bug report is being closed due to your last
comment
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/709677/comments/12
regarding this being fixed with an update. For future reference you can
manage the status of your own bugs by clicking on the current status in
the yellow line and then choosing a new status in the revealed drop down
box. You can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Changed in: linux (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  [drm] MTRR allocation failed.  Graphics performance may suffer.

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  [3.159092] [drm] Initialized drm 1.1.0 20060810
  [3.224937] i915 :00:02.0: PCI INT A - GSI 16 (level, low) - IRQ 16
  [3.242176] i915 :00:02.0: setting latency timer to 64
  [3.317070] sky2: driver version 1.28
  [3.354628] mtrr: type mismatch for e000,1000 old: write-back new: 
write-combining
  [3.372359] [drm] MTRR allocation failed.  Graphics performance may suffer.
  [3.390812] i915 :00:02.0: irq 42 for MSI/MSI-X
  [3.390822] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
  [3.408833] [drm] Driver supports precise vblank timestamp query.

  2.6.38 is reporting MTRR allocation failed.  Graphics performance may
  suffer

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: linux-image-2.6.38-1-generic 2.6.38-1.28
  Regression: Yes
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
  Uname: Linux 2.6.38-1-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC262 Analog [ALC262 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hildeb15060 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfc70 irq 46'
 Mixer name : 'Realtek ALC262'
 Components : 'HDA:10ec0262,10cf0100,00100202'
 Controls  : 27
 Simple ctrls  : 16
  Date: Sat Jan 29 10:55:22 2011
  HibernationDevice: RESUME=/dev/sdb5
  MachineType: FUJITSU SIEMENS LIFEBOOK P8010
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=de_DE.UTF-8
   LC_MESSAGES=en_US.utf8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-1-generic 
root=UUID=d3877693-43c0-45cc-821c-6c4dcd692cde ro noquiet nosplash 
rootfstype=ext4
  RelatedPackageVersions:
   linux-restricted-modules-2.6.38-1-generic N/A
   linux-backports-modules-2.6.38-1-generic N/A
   linux-firmware 1.46
  SourcePackage: linux
  dmi.bios.date: 08/20/2008
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: Version 1.08
  dmi.board.name: FJNB1E3
  dmi.board.vendor: FUJITSU
  dmi.board.version: CP365186-01
  dmi.chassis.type: 10
  dmi.chassis.vendor: FUJITSU SIEMENS
  dmi.chassis.version: P8010
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvrVersion1.08:bd08/20/2008:svnFUJITSUSIEMENS:pnLIFEBOOKP8010:pvr:rvnFUJITSU:rnFJNB1E3:rvrCP365186-01:cvnFUJITSUSIEMENS:ct10:cvrP8010:
  dmi.product.name: LIFEBOOK P8010
  dmi.sys.vendor: FUJITSU SIEMENS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/709677/+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 706303] Re: LCD screen brightness is not adapted on AC/Battery state change

2013-08-17 Thread Christopher M. Penalver
Theo band, this bug was reported a while ago and there hasn't been any
activity in it recently. We were wondering if this is still an issue? If
so, could you please test for this with the latest development release
of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the daily folder, 
but the one all the way at the bottom. Once you've tested the upstream kernel, 
please comment on which kernel version specifically you tested. If this bug is 
fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.11-rc5

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Tags added: latest-bios-v.135 needs-upstream-testing

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

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

Title:
  LCD screen brightness is not adapted on AC/Battery state change

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Fn-left and Fn-right control the brightness correctly (with a nice indicator 
popup)
  The brightness slider in gnome-power-manager has no effect (It does seem to 
change the value in /proc/acpi/video/OVGA/DD02/brightness)
  xbacklight -set 50 does not work.
  setpci -s 00:02.0 F4.B=FF to 
  setpci -s 00:02.0 F4.B=00 controls the brightness over the entire range.
  I tried acpi_backlight=vendor as boot option but that does not make any 
difference (this used to be a workaround for 10.04)

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: xorg 1:7.5+6ubuntu3
  ProcVersionSignature: Ubuntu 2.6.35-24.42-generic-pae 2.6.35.8
  Uname: Linux 2.6.35-24-generic-pae i686
  Architecture: i386
  DRM.card0.DisplayPort.1:
   status: disconnected
   enabled: disabled
   dpms: On
   modes: 
   edid-base64:
  DRM.card0.DisplayPort.2:
   status: disconnected
   enabled: disabled
   dpms: On
   modes: 
   edid-base64:
  DRM.card0.HDMI_Type_A.1:
   status: disconnected
   enabled: disabled
   dpms: On
   modes: 
   edid-base64:
  DRM.card0.LVDS.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1366x768
   edid-base64: 
AP///wAGrzwhAAESAQOAHxF4Cgnll1dUkyciUFQBAQEBAQEBAQEBAQEBAQEBIBxWgFAAIzAwIDYANa4QAAAYDwAg/gBBVU8KICAgICAgICAg/gBCMTQwWFcwMiBWMSAKALI=
  DRM.card0.VGA.1:
   status: disconnected
   enabled: disabled
   dpms: On
   modes: 
   edid-base64:
  Date: Sat Jan 22 15:36:02 2011
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
  MachineType: Acer Aspire 4810T
  ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.35-24-generic-pae 
root=/dev/mapper/vg-root_10.10 ro i8042.nomux quiet splash vga=792
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  dmi.bios.date: 04/13/2010
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.35
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Aspire 4810T
  dmi.board.vendor: Acer
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.35:bd04/13/2010:svnAcer:pnAspire4810T:pvrV1.35:rvnAcer:rnAspire4810T:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 4810T
  dmi.product.version: V1.35
  dmi.sys.vendor: Acer
  glxinfo: Error: [Errno 2] No such file or directory
  system:
   distro: Ubuntu
   codename:   maverick
   architecture:   i686
   kernel: 2.6.35-24-generic-pae
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: 

[Kernel-packages] [Bug 877666] Re: Dell XT2 touchpad not recognized

2013-08-17 Thread Christopher M. Penalver
Marty Plummer, if you have a bug in Ubuntu, the Ubuntu Kernel team, Ubuntu Bug 
Control team, and Ubuntu Bug Squad would like you to please file a new report 
by executing the following in a terminal:
ubuntu-bug linux

For more on this, please see the official Ubuntu documentation:
Ubuntu Kernel Team: https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies
Ubuntu Bug Control and Ubuntu Bug Squad: 
https://wiki.ubuntu.com/Bugs/BestPractices
Ubuntu Community: https://wiki.ubuntu.com/ReportingBugs

When opening up the new report, please feel free to subscribe me to it.

Please note, not filing a new report would delay your problem being
addressed as quickly as possible.

Thank you for your understanding.

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

Title:
  Dell XT2 touchpad not recognized

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  The touchpad of my Dell XT2 is not recognized as a touchpad - only a
  PS2 mouse is seen in the lists of devices. Therefore I cannot disable
  it or change any settings (especially disable it when typing!)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: linux-image-3.0.0-12-generic 3.0.0-12.20
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ljpp   1282 F xfce4-volumed
ljpp   1327 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf6adc000 irq 47'
 Mixer name : 'IDT 92HD71B7X'
 Components : 'HDA:111d76b2,10280252,00100302'
 Controls  : 20
 Simple ctrls  : 12
  Date: Tue Oct 18 21:57:11 2011
  HibernationDevice: RESUME=UUID=9f401c15-307f-4bb4-b20b-dd1fde60f02d
  InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: Dell Inc. Latitude XT2
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=929c68a5-87f6-49c7-84f2-1fc349734f77 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.0.0-12-generic N/A
   linux-backports-modules-3.0.0-12-generic  N/A
   linux-firmware1.60
  SourcePackage: linux
  StagingDrivers: mei
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/03/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A12
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd05/03/2011:svnDellInc.:pnLatitudeXT2:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude XT2
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/877666/+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 713206] Re: Non-functioning Fn Special Key for Vol Mute + Errant Keyboard LED

2013-08-17 Thread Christopher M. Penalver
inverser, this bug was reported a while ago and there hasn't been any
activity in it recently. We were wondering if this is still an issue? If
so, could you please test for this with the latest development release
of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the daily folder, 
but the one all the way at the bottom. Once you've tested the upstream kernel, 
please comment on which kernel version specifically you tested. If this bug is 
fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.11-rc5

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Tags added: needs-full-computer-model needs-upstream-testing

** Attachment removed: version.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/713206/+attachment/1829669/+files/version.log

** Attachment removed: lspci-vnvn.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/713206/+attachment/1829668/+files/lspci-vnvn.log

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

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

Title:
  Non-functioning Fn Special Key for Vol Mute + Errant Keyboard LED

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Hello, first off thank you for taking the time to look at my bug. I
  hope you can help me to resolve it for the Voodoo Envy 133 owners out
  there that are interested in Ubuntu.

  I am running Maverick Meerkat and 99% of Ubuntu runs flawlessly right
  out of the box. The problem I have is with the Fn+F11 key, which is
  the Voodoo Special Key for volume mute. F11 itself works fine. I use
  it with Guake daily. But pressing Fn+F11 locks me out of the keyboard.
  Keystrokes are no longer registered on the machine until I
  Cntrl+Alt+Backspace.

  #
  #
  # xev output for mute key (Fn+F11) is as follows:

  FocusOut event, serial 36, synthetic NO, window 0x541,
  mode NotifyGrab, detail NotifyAncestor

  FocusOut event, serial 36, synthetic NO, window 0x541,
  mode NotifyWhileGrabbed, detail NotifyNonlinear

  FocusOut event, serial 36, synthetic NO, window 0x421,
  mode NotifyGrab, detail NotifyAncestor

  # xev output for F11 key is as follows:

  KeyPress event, serial 36, synthetic NO, window 0x541,
  root 0xac, subw 0x0, time 6536115, (502,-375), root:(505,220),
  state 0x0, keycode 95 (keysym 0xffc8, F11), same_screen YES,
  XLookupString gives 0 bytes:
  XmbLookupString gives 0 bytes:
  XFilterEvent returns: False

  KeyRelease event, serial 36, synthetic NO, window 0x541,
  root 0xac, subw 0x0, time 6536229, (502,-375), root:(505,220),
  state 0x0, keycode 95 (keysym 0xffc8, F11), same_screen YES,
  XLookupString gives 0 bytes:
  XFilterEvent returns: False

  FocusOut event, serial 36, synthetic NO, window 0x541,
  mode NotifyNormal, detail NotifyNonlinear

  #
  #
  #

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: linux-image-2.6.35-25-generic 2.6.35-25.44
  Regression: No
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.35-25.44-generic 2.6.35.10
  Uname: Linux 2.6.35-25-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christopher   1608 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfc40 irq 45'
     Mixer name : 'Silicon Image SiI1392 HDMI'
    

[Kernel-packages] [Bug 716147] Re: cursor disappears on one screen of dual monitor setup

2013-08-17 Thread Christopher M. Penalver
Gordon Hopper, this bug report is being closed due to your last comment
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/716147/comments/9
regarding you no longer use this kernel. For future reference you can
manage the status of your own bugs by clicking on the current status in
the yellow line and then choosing a new status in the revealed drop down
box. You can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Tags added: bios-outdated-a11

** Changed in: linux (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  cursor disappears on one screen of dual monitor setup

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  This issue occurs after the system has been running for several days.
  When I move the mouse onto the primary monitor, the cursor disappears.
  It shows up fine on the secondary monitor.  The invisible cursor issue
  has always occurred on the same monitor.  I can tell that the cursor
  is moving on the primary monitor because the task-bar buttons
  highlight when I mouse over them, but the cursor shape is not visible
  on that monitor.

  Checking dmesg, I see the following messages:

  [530033.364566] [drm] nouveau :02:00.0: EvoCh 0 Mthd 0x Data 
0x0400 (0x0002 0x01)
  [530651.214956] [drm] nouveau :02:00.0: no space while unhiding cursor
  [530651.272312] [drm] nouveau :02:00.0: no space while hiding cursor

  The warning messages about hiding and unhiding the cursor repeat a
  significant number of times.

  I am running VMWare workstation, which installs a proprietary kernel
  module.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: linux-image-2.6.32-28-generic 2.6.32-28.55
  Regression: Yes
  Reproducible: No
  ProcVersionSignature: Ubuntu 2.6.32-28.55-generic 2.6.32.27+drm33.12
  Uname: Linux 2.6.32-28-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
 Subdevices: 2/2
 Subdevice #0: subdevice #0
 Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ghopper1838 F pulseaudio
   /dev/snd/pcmC0D0p:   ghopper1838 F...m pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfbffc000 irq 16'
 Mixer name : 'Analog Devices AD1984'
 Components : 'HDA:11d41984,1028021e,00100400'
 Controls  : 30
 Simple ctrls  : 18
  Date: Wed Feb  9 14:01:12 2011
  Frequency: Once a week.
  HibernationDevice: RESUME=UUID=abcc9632-9c21-4342-a166-6021fc439d05
  InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 
(20100816.1)
  MachineType: Dell Inc. Precision WorkStation T5400
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-28-generic 
root=UUID=e25c3170-93fb-49d0-9c02-cefaebc95305 ro quiet splash
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  RelatedPackageVersions: linux-firmware 1.34.3
  RfKill:
   
  SourcePackage: linux
  dmi.bios.date: 08/21/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 0RW203
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 7
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd08/21/2008:svnDellInc.:pnPrecisionWorkStationT5400:pvr:rvnDellInc.:rn0RW203:rvr:cvnDellInc.:ct7:cvr:
  dmi.product.name: Precision WorkStation T5400
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/716147/+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 716807] Re: Kernel Oops - BUG: unable to handle kernel paging request at ffffffc1; EIP is at kref_put+0x1d/0x60

2013-08-17 Thread Christopher M. Penalver
hansmex, this bug was reported a while ago and there hasn't been any
activity in it recently. We were wondering if this is still an issue? If
so, could you please test for this with the latest development release
of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the daily folder, 
but the one all the way at the bottom. Once you've tested the upstream kernel, 
please comment on which kernel version specifically you tested. If this bug is 
fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.11-rc5

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Tags added: bios-outdated-0413

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

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

Title:
  Kernel Oops - BUG: unable to handle kernel paging request at ffc1;
  EIP is at kref_put+0x1d/0x60

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I installed Ubuntu 10.04 beta from a live CD.
  I used this same CD earlier on the same computer and didn't have any problems.

  Now the installation seems OK, but refuses to upgrade to Ubuntu 10.10.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 10.04
  Package: linux-image-2.6.32-28-generic-pae 2.6.32-28.55
  Regression: Yes
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.32-28.55-generic-pae 2.6.32.27+drm33.12
  Uname: Linux 2.6.32-28-generic-pae i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hans   1254 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xdfdf8000 irq 19'
 Mixer name : 'Realtek ALC662 rev1'
 Components : 'HDA:10ec0662,10438290,00100101'
 Controls  : 36
 Simple ctrls  : 19
  Date: Fri Feb 11 01:15:44 2011
  Failure: oops
  HibernationDevice: RESUME=UUID=d9ff01a7-27c0-47a1-bf5b-9a884166988e
  InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20100322)
  MachineType: System manufacturer System Product Name
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-28-generic-pae 
root=UUID=dde86940-08ad-4c79-9354-b009381913e2 ro quiet splash
  RelatedPackageVersions: linux-firmware 1.34.3
  RfKill:
   0: phy1: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: BUG: unable to handle kernel paging request at ffc1
  dmi.bios.date: 08/01/2007
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0207
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5GC-MX/1333
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev x.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: ASUSTek Computer INC.
  dmi.chassis.version: Rev 1.xx
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0207:bd08/01/2007:svnSystemmanufacturer:pnSystemProductName:pvrRev1.xx:rvnASUSTeKComputerINC.:rnP5GC-MX/1333:rvrRevx.xx:cvnASUSTekComputerINC.:ct3:cvrRev1.xx:
  dmi.product.name: System Product Name
  dmi.product.version: Rev 1.xx
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/716807/+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 721996] Re: CMOS crc error on next boot

2013-08-17 Thread Christopher M. Penalver
unicorp, this bug was reported a while ago and there hasn't been any
activity in it recently. We were wondering if this is still an issue? If
so, could you please test for this with the latest development release
of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the daily folder, 
but the one all the way at the bottom. Once you've tested the upstream kernel, 
please comment on which kernel version specifically you tested. If this bug is 
fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.11-rc5

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Tags added: bios-outdated-1003

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

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

Title:
  CMOS crc error on next boot

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: linux-image-2.6.38-4-generic-pae

  in kernel 2.6.38-1 to 2.6.38-4-generic-pae CMOS crc error on next boot
  all data CMOS norm until TIME corrupt.
  in kernel 2.6.37-12-generic-pae all norm

  hwclock
  Вс. 20 февр. 2011 06:07:38  -0.062698 секунд
  root@hub2:/dev# date
  Вс. февр. 20 05:58:29 YEKT 2011

  ASUS P5KPL-VM, Core 2 Duo E8300

  --

  on compile kernel (100% CPU gcc):

  atk0110-acpi-0
  Adapter: ACPI interface
  Vcore Voltage: +1.25 V  (min =  +0.85 V, max =  +1.60 V)
   +3.3 Voltage: +3.28 V  (min =  +2.97 V, max =  +3.63 V)
   +5 Voltage:   +4.94 V  (min =  +4.50 V, max =  +5.50 V)
   +12 Voltage: +12.04 V  (min = +10.20 V, max = +13.80 V)
  CPU FAN Speed:1906 RPM  (min =  600 RPM)
  CHASSIS FAN Speed:1767 RPM  (min =  800 RPM)
  CPU Temperature:   +54.0°C  (high = +60.0°C, crit = +95.0°C)  

  coretemp-isa-
  Adapter: ISA adapter
  Core 0:  +58.0°C  (high = +78.0°C, crit = +100.0°C)  

  coretemp-isa-0001
  Adapter: ISA adapter
  Core 1:  +59.0°C  (high = +78.0°C, crit = +100.0°C)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: linux-image-2.6.38-4-generic-pae 2.6.38-4.31
  Regression: Yes
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.37-12.26-generic-pae 2.6.37
  Uname: Linux 2.6.37-12-generic-pae i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hub2   2221 F pulseaudio
   /dev/snd/pcmC0D0p:   hub2   2221 F...m pulseaudio
  CRDA: Error: [Errno 2] Нет такого файла или каталога
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf9ffc000 irq 41'
 Mixer name : 'Realtek ALC662 rev1'
 Components : 'HDA:10ec0662,10438290,00100101'
 Controls  : 34
 Simple ctrls  : 18
  Date: Sun Feb 20 05:37:54 2011
  HibernationDevice: RESUME=UUID=2047c0fa-229d-40c1-ad4d-88276f5f7f93
  InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  Lsusb:
   Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   LANGUAGE=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.37-12-generic-pae 
root=UUID=278076d0-19b2-4ef1-9a89-f478818c8594 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-2.6.37-12-generic-pae N/A
   linux-backports-modules-2.6.37-12-generic-pae N/A
   linux-firmware 1.47
  RfKill:
   
  SourcePackage: linux
  

[Kernel-packages] [Bug 717931] Re: Unknown Keycode for Touchpad toggle

2013-08-17 Thread Christopher M. Penalver
Muelli, this bug was reported a while ago and there hasn't been any
activity in it recently. We were wondering if this is still an issue? If
so, could you please test for this with the latest development release
of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the daily folder, 
but the one all the way at the bottom. Once you've tested the upstream kernel, 
please comment on which kernel version specifically you tested. If this bug is 
fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.11-rc5

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Tags added: bios-outdated-24cn62ww needs-upstream-testing

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

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

Title:
  Unknown Keycode for Touchpad toggle

Status in “linux” package in Ubuntu:
  Incomplete
Status in “linux” package in Fedora:
  Unknown

Bug description:
  I expected to be able to toggle whether the touchpad works via Fn+F6
  on my Lenovo Ideapad S10-3t.

  But instead, I get this:
  [ 2975.474700] atkbd serio0: Unknown key released (translated set 2, code 
0xf2 on isa0060/serio0).
  [ 2975.474716] atkbd serio0: Use 'setkeycodes e072 keycode' to make it 
known.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: linux-image-2.6.38-3-generic 2.6.38-3.30
  Regression: No
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.38-3.30-generic 2.6.38-rc4
  Uname: Linux 2.6.38-3-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  muelli 1527 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf040 irq 44'
 Mixer name : 'Conexant CX20582 (Pebble)'
 Components : 'HDA:14f15066,17aa4003,00100302'
 Controls  : 8
 Simple ctrls  : 5
  CurrentDmesg:
   [ 2975.334993] atkbd serio0: Unknown key pressed (translated set 2, code 
0xf2 on isa0060/serio0).
   [ 2975.335008] atkbd serio0: Use 'setkeycodes e072 keycode' to make it 
known.
   [ 2975.474700] atkbd serio0: Unknown key released (translated set 2, code 
0xf2 on isa0060/serio0).
   [ 2975.474716] atkbd serio0: Use 'setkeycodes e072 keycode' to make it 
known.
  Date: Sun Feb 13 00:34:44 2011
  HibernationDevice: RESUME=UUID=19373b74-bcce-4bf1-bca7-0c1686eca780
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110201.2)
  MachineType: LENOVO 20040M18
  ProcEnviron:
   LANGUAGE=en_GB:en
   LANG=en_GB.UTF-8
   LC_MESSAGES=en_GB.utf8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-2.6.38-3-generic 
root=/dev/mapper/hostname-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-2.6.38-3-generic N/A
   linux-backports-modules-2.6.38-3-generic N/A
   linux-firmware 1.47
  SourcePackage: linux
  dmi.bios.date: 08/11/2010
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 24CN61WW
  dmi.board.name: Caucasus2
  dmi.board.vendor: LENOVO
  dmi.board.version: Rev 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Lenovo
  dmi.chassis.version: Rev 1.0
  dmi.modalias: 

[Kernel-packages] [Bug 722377] Re: [Dell Latitude E6400] Switch display Fn+F8 not working

2013-08-17 Thread Christopher M. Penalver
tetsuo55, this bug was reported a while ago and there hasn't been any
activity in it recently. We were wondering if this is still an issue? If
so, could you please test for this with the latest development release
of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the daily folder, 
but the one all the way at the bottom. Once you've tested the upstream kernel, 
please comment on which kernel version specifically you tested. If this bug is 
fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.11-rc5

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Summary changed:

- [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller. 
Switch display Fn button not working on Dell e6400
+ [Dell Latitude E6400] Switch display Fn+F8 not working

** Description changed:

  The Dell E6400 has a hardware button Fn+F8 that, on windows, switches
- between the internal and the externally connected monitor (in this case
- a HP f2105)
+ between the internal and the externally connected HP f2105 monitor.
  
- What did i expect to happen:
- When pressing the button, like windows the display would switch to the 
external monitor.
+ What did i expect to happen is when pressing the button, like windows
+ the display would switch to the external monitor. What happened instead
+ is that when pressing this button in ubuntu nothing happens.
  
- What happend instead:
- When pressing this button in ubuntu nothing happens.
- 
- Extra info:
- Description:  Ubuntu 10.10
- Release:  10.10
- --- 
+ ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: amd64
  ArecordDevices:
-   List of CAPTURE Hardware Devices 
-  card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
-Subdevices: 2/2
-Subdevice #0: subdevice #0
-Subdevice #1: subdevice #1
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
+    Subdevices: 2/2
+    Subdevice #0: subdevice #0
+    Subdevice #1: subdevice #1
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  work   1925 F pulseaudio
-  /dev/snd/pcmC0D0p:   work   1925 F...m pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  work   1726 F pulseaudio
+  /dev/snd/pcmC0D0p:   work   1726 F...m pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
-  Card hw:0 'Intel'/'HDA Intel at 0xf6adc000 irq 47'
-Mixer name : 'Intel Cantiga HDMI'
-Components : 'HDA:111d76b2,10280233,00100302 
HDA:80862802,80860101,0010'
-Controls  : 24
-Simple ctrls  : 15
+  Card hw:0 'Intel'/'HDA Intel at 0xf6adc000 irq 47'
+    Mixer name : 'Intel Cantiga HDMI'
+    Components : 'HDA:111d76b2,10280233,00100302 
HDA:80862802,80860101,0010'
+    Controls  : 24
+    Simple ctrls  : 15
  DistroRelease: Ubuntu 10.10
  HibernationDevice: RESUME=UUID=c44d4678-3197-4d15-bcc8-b1404aa9eca6
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Beta amd64 (20100901.1)
  MachineType: Dell Inc. Latitude E6400
  Package: linux (not installed)
  PccardctlIdent:
-  Socket 0:
-no product info available
+  Socket 0:
+    no product info available
  PccardctlStatus:
-  Socket 0:
-no card
- ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.35-27-generic 
root=UUID=011a04a8-aa8b-48dc-aa89-d52c7a32af85 ro quiet splash
- ProcEnviron:
-  LANG=en_US.utf8
-  SHELL=/bin/bash
- ProcVersionSignature: Ubuntu 2.6.35-27.48-generic 2.6.35.11
- Regression: No
- RelatedPackageVersions: linux-firmware 1.38.4
- Reproducible: Yes
- Tags: maverick kernel-uncat needs-upstream-testing
- Uname: Linux 2.6.35-27-generic x86_64
- UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
- dmi.bios.date: 

[Kernel-packages] [Bug 1213403] Re: Whole system freeze with TL-WN821N USB wifi adapter

2013-08-17 Thread Christopher M. Penalver
James Clemence, could you please test the latest upstream kernel available 
following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow 
additional upstream developers to examine the issue. Please do not test the 
daily folder, but the one all the way at the bottom. Once you've tested the 
upstream kernel, please comment on which kernel version specifically you 
tested. If this bug is fixed in the mainline kernel, please add the following 
tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.11-rc5

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Tags added: latest-bios-2603 needs-upstream-testing regression-
potential

** Attachment removed: lspci-vnvn
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213403/+attachment/3775931/+files/lspci-vnvn.log

** Summary changed:

- Whole system freeze with TL-WN821N USB wifi adapter
+ 0cf3:7015 Whole system freeze with TL-WN821N USB wifi adapter

** Attachment removed: lspci-vnvn.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213403/+attachment/3775948/+files/lspci-vnvn.log

** Attachment removed: version.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213403/+attachment/3775949/+files/version.log

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

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

Title:
  0cf3:7015 Whole system freeze with TL-WN821N USB wifi adapter

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  My server occasionally suddenly hangs, and the wifi network cuts out.
  This is then only fixed by unplugging and replugging in the USB wifi
  adapter in question, and then the system suddenly restores itself and
  works again. When the system freezes, the whole input/output system
  fails, and any plugged in keyboards will not work until the USB stick
  is unplugged and replugged. This is a very frustrating bug, and has
  started happening with significant frequency recently.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-27-generic 3.8.0-27.40
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.8.0-27-generic.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC1', '/dev/snd/hwC1D0', '/dev/snd/pcmC1D3p', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D2p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  Card1.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card1.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  Date: Sat Aug 17 16:49:16 2013
  HibernationDevice: RESUME=UUID=68010d55-3d34-4af0-ae07-3cc19e003a74
  InstallationDate: Installed on 2013-08-10 (6 days ago)
  InstallationMedia: Ubuntu-Server 13.04 Raring Ringtail - Release amd64 
(20130423.1)
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/usr/bin/zsh
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=e20c7442-026d-4593-8a6a-3676ccbecd6f ro
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-27-generic N/A
   linux-backports-modules-3.8.0-27-generic  N/A
   linux-firmware1.106
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2603
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M4A78-E
  dmi.board.vendor: ASUSTeK Computer INC.
  

[Kernel-packages] [Bug 1213357] Re: USB3 card does not come back from suspend in timely fashion

2013-08-17 Thread Christopher M. Penalver
drink, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the daily folder, 
but the one all the way at the bottom. Once you've tested the upstream kernel, 
please comment on which kernel version specifically you tested. If this bug is 
fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.11-rc5

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.


** Description changed:

- I have to lazy umount and re-mount the storage volume connected to my
- USB3 adapter every time I come back from suspend. If I have it on USB2
- then it works great, albeit slower.
+ When I come back from suspend, my USB storage volume is not mounted when
+ connected to USB3.
+ 
+ WORKAROUND: Manually umount and re-mount.
+ 
+ WORKAROUND: Use USB2 port.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-27-generic 3.8.0-27.40
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC2:  drink 10613 F pulseaudio
-  /dev/snd/controlC1:  drink 10613 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC2:  drink 10613 F pulseaudio
+  /dev/snd/controlC1:  drink 10613 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Date: Sat Aug 17 04:57:28 2013
  MachineType: Gigabyte Technology Co., Ltd. GA-MA770T-UD3P
  MarkForUpload: True
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=set
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  SHELL=/bin/bash
  ProcFB:
-  
+ 
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=8c8feac0-2451-4928-951a-847fa98cad71 ro quiet splash
  RelatedPackageVersions:
-  linux-restricted-modules-3.8.0-27-generic N/A
-  linux-backports-modules-3.8.0-27-generic  N/A
-  linux-firmware1.106
+  linux-restricted-modules-3.8.0-27-generic N/A
+  linux-backports-modules-3.8.0-27-generic  N/A
+  linux-firmware1.106
  RfKill:
-  
+ 
  SourcePackage: linux
  UpgradeStatus: Upgraded to raring on 2013-04-22 (116 days ago)
  dmi.bios.date: 03/22/2011
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F12
  dmi.board.name: GA-MA770T-UD3P
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF12:bd03/22/2011:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA770T-UD3P:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA770T-UD3P:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-MA770T-UD3P
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

** Tags added: lastest-bios-f12 needs-suspend-logs needs-upstream-
testing regression-potential

** Summary changed:

- USB3 card does not come back from suspend in timely fashion
+ 0bc2:50a5 USB Seagate not automounted resuming from suspend

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

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

Title:
  0bc2:50a5 USB Seagate not automounted resuming from suspend

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  When I come back from suspend, my USB storage volume is not mounted
  when connected to USB3.

  WORKAROUND: Manually umount and re-mount.

  WORKAROUND: Use USB2 port.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-27-generic 3.8.0-27.40
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  drink 10613 F pulseaudio
   /dev/snd/controlC1:  drink 10613 F pulseaudio
  CRDA: Error: command 

[Kernel-packages] [Bug 1213398] Re: Internet connection lost on activating hotspot

2013-08-17 Thread Mathew Roy
HI Brad Figg, this is the first time, I am filing a complaint. I am
sorry that i didn't add the required files.

But when I run
apport-collect 1213398
I get ERROR:
ERROR: The launchpadlib Python module is not installed. This functionality is 
not available.

Please let me know what i should do.

** 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/1213398

Title:
  Internet connection lost on activating hotspot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  When I installed Ubuntu 13.04, my network froze after a few minutes.
  Please refer -
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1176370. This bug
  was handled upstream
  (https://bugzilla.kernel.org/show_bug.cgi?id=54021). I read somewhere
  that the bug was fixed in the latest kernel. So, I downloaded and
  installed the latest kernal.

  Now I can browse without any problem, but when I try to switch on
  hotspot, the network freezes (same old problem returns!). I wanted
  wifi for my android phone, and so I followed the this guide
  (http://www.webupd8.org/2013/06/how-to-set-up-wireless-hotspot-
  access.html). Mobile gets connected to the computer without any
  trouble, but network doesnot work.

  When running 
  $ ifconfig etho
  I get
  eth0  Link encap:Ethernet  HWaddr 00:26:6c:d3:00:c1  
inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:267212 errors:0 dropped:274 overruns:274 frame:274
TX packets:264554 errors:0 dropped:0 overruns:0 carrier:3
collisions:0 txqueuelen:1000 
RX bytes:302100605 (302.1 MB)  TX bytes:32422644 (32.4 MB)

  And the network in computer as well as mobile freezes. After that to
  make the eth0 work, I have to stop hotspot and disable wifi. And
  reconnect LAN cable manually, or do

  $ sudo ifconfig eth0 down
  $ sudo ifconfig eth0 up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213398/+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 1213348] Re: Fan too fast on HP 6910p after standby

2013-08-17 Thread Christopher M. Penalver
stevedpowell, as per
http://h2.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=encc=usprodNameId=3357378prodTypeId=321957prodSeriesId=3357377swLang=13taskId=135swEnvOID=1093#120
an update is available for your BIOS (F.19). If you update to this, does
it change anything?

If not, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful.

Thank you for your understanding.

** Tags added: bios-outdated-f.19 needs-suspend-logs needs-upstream-
testing regression-potential

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

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

Title:
  Fan too fast on HP 6910p after standby

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I have a HP 6910p that has an issue where the fan is running too fast
  when coming out of standby. I have tried the following fix which
  appears to work for some HP models  but it doesn't resolve the problem
  for me

  here http://linuxg.net/how-to-fix-the-high-fan-speed-and-noise-on-
  ubuntu-13-04-running-on-compaq-6720s/

  The only way to resolve the problem is to reboot

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-27-generic 3.8.0-27.40
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic i686
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  steve  2146 F pulseaudio
   /dev/snd/pcmC0D0p:   steve  2146 F...m pulseaudio
  Date: Sat Aug 17 11:49:13 2013
  HibernationDevice: RESUME=UUID=0792b18f-dcc6-4b41-bcac-f221d7408118
  InstallationDate: Installed on 2012-01-13 (581 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  MachineType: Hewlett-Packard HP Compaq 6910p
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=e559a8e9-b5e8-4680-82c4-be97a75e8f06 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-27-generic N/A
   linux-backports-modules-3.8.0-27-generic  N/A
   linux-firmware1.106
  SourcePackage: linux
  UpgradeStatus: Upgraded to raring on 2013-07-20 (27 days ago)
  dmi.bios.date: 09/26/2007
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MCU Ver. F.0B
  dmi.board.name: 30BE
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 68.32
  dmi.chassis.asset.tag: MINE
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MCUVer.F.0B:bd09/26/2007:svnHewlett-Packard:pnHPCompaq6910p:pvrF.0B:rvnHewlett-Packard:rn30BE:rvrKBCVersion68.32:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq 6910p
  dmi.product.version: F.0B
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213348/+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 1213286] Re: [System manufacturer System Product Name] suspend/resume failure

2013-08-17 Thread Christopher M. Penalver
Roby, as per
http://www.asus.com/Motherboards/M5A78LM_LX/#support_Download_8 an
update is available for your BIOS (1502). If you update to this, does it
change anything?

If not, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful.

Thank you for your understanding.

** Tags added: bios-outdated-1502 needs-upstream-testing

** Summary changed:

- [System manufacturer System Product Name] suspend/resume failure
+ [Asus M5A78L-M LX] suspend/resume failure

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

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

Title:
  [Asus M5A78L-M LX] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  It's happend just after start the initial screen.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-1-generic 3.11.0-1.4
  ProcVersionSignature: Ubuntu 3.11.0-1.4-generic 3.11.0-rc4
  Uname: Linux 3.11.0-1-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.12-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 3992 F pulseaudio
ubuntu14526 F pulseaudio
   /dev/snd/controlC1:  ubuntu14526 F pulseaudio
  CasperVersion: 1.336
  CurrentDmesg:
   [  115.752546] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
   [  115.752844] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
   [  115.754304] r8169 :02:00.0 eth0: link down
   [  117.402161] r8169 :02:00.0 eth0: link up
   [  117.402170] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  Date: Fri Aug 16 19:37:14 2013
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  InterpreterPath: /usr/bin/python3.3
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  LiveMediaBuild: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130813)
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: noprompt cdrom-detect/try-usb=true persistent 
file=/cdrom/preseed/hostname.seed boot=casper initrd=/casper/initrd.lz quiet 
splash -- maybe-ubiquity
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-1-generic N/A
   linux-backports-modules-3.11.0-1-generic  N/A
   linux-firmware1.113
  RfKill:
   
  SourcePackage: linux
  Title: [System manufacturer System Product Name] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 02/15/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0901
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M5A78L-M LX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0901:bd02/15/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM5A78L-MLX:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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


Re: [Kernel-packages] [Bug 721996] Re: CMOS crc error on next boot

2013-08-17 Thread unicorp99
Здравствуйте, Christopher.

Вы писали 17 августа 2013 г., 22:54:06:

Sorry, can not check how this bug because P5KPL-VM motherboard is absent
now.


CMP unicorp, this bug was reported a while ago and there hasn't been any
CMP activity in it recently. We were wondering if this is still an issue? If
CMP so, could you please test for this with the latest development release
CMP of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
CMP /daily-live/current/ .

CMP If it remains an issue, could you please run the following command in
CMP the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
CMP and attach updated debug information to this report:

CMP apport-collect -p linux replace-with-bug-number

CMP Also, could you please test the latest upstream kernel available
CMP following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will
CMP allow additional upstream developers to examine the issue. Please
CMP do not test the daily folder, but the one all the way at the
CMP bottom. Once you've tested the upstream kernel, please comment on
CMP which kernel version specifically you tested. If this bug is
CMP fixed in the mainline kernel, please add the following tags:
CMP kernel-fixed-upstream
CMP kernel-fixed-upstream-VERSION-NUMBER

CMP where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
CMP kernel-fixed-upstream-v3.11-rc5

CMP This can be done by clicking on the yellow circle with a black
CMP pencil icon next to the word Tags located at the bottom of the
CMP bug description. As well, please remove the tag:
CMP needs-upstream-testing

CMP If the mainline kernel does not fix this bug, please add the following 
tags:
CMP kernel-bug-exists-upstream
CMP kernel-bug-exists-upstream-VERSION-NUMBER

CMP As well, please remove the tag:
CMP needs-upstream-testing

CMP Once testing of the upstream kernel is complete, please mark this bug's
CMP Status as Confirmed. Please let us know your results. Thank you for your
CMP understanding.

CMP ** Tags added: bios-outdated-1003

CMP ** Changed in: linux (Ubuntu)
CMPStatus: Confirmed = Incomplete



-- 
С уважением,
 Petr  mailto:unicor...@hotbox.ru

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

Title:
  CMOS crc error on next boot

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: linux-image-2.6.38-4-generic-pae

  in kernel 2.6.38-1 to 2.6.38-4-generic-pae CMOS crc error on next boot
  all data CMOS norm until TIME corrupt.
  in kernel 2.6.37-12-generic-pae all norm

  hwclock
  Вс. 20 февр. 2011 06:07:38  -0.062698 секунд
  root@hub2:/dev# date
  Вс. февр. 20 05:58:29 YEKT 2011

  ASUS P5KPL-VM, Core 2 Duo E8300

  --

  on compile kernel (100% CPU gcc):

  atk0110-acpi-0
  Adapter: ACPI interface
  Vcore Voltage: +1.25 V  (min =  +0.85 V, max =  +1.60 V)
   +3.3 Voltage: +3.28 V  (min =  +2.97 V, max =  +3.63 V)
   +5 Voltage:   +4.94 V  (min =  +4.50 V, max =  +5.50 V)
   +12 Voltage: +12.04 V  (min = +10.20 V, max = +13.80 V)
  CPU FAN Speed:1906 RPM  (min =  600 RPM)
  CHASSIS FAN Speed:1767 RPM  (min =  800 RPM)
  CPU Temperature:   +54.0°C  (high = +60.0°C, crit = +95.0°C)  

  coretemp-isa-
  Adapter: ISA adapter
  Core 0:  +58.0°C  (high = +78.0°C, crit = +100.0°C)  

  coretemp-isa-0001
  Adapter: ISA adapter
  Core 1:  +59.0°C  (high = +78.0°C, crit = +100.0°C)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: linux-image-2.6.38-4-generic-pae 2.6.38-4.31
  Regression: Yes
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.37-12.26-generic-pae 2.6.37
  Uname: Linux 2.6.37-12-generic-pae i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hub2   2221 F pulseaudio
   /dev/snd/pcmC0D0p:   hub2   2221 F...m pulseaudio
  CRDA: Error: [Errno 2] Нет такого файла или каталога
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf9ffc000 irq 41'
 Mixer name : 'Realtek ALC662 rev1'
 Components : 'HDA:10ec0662,10438290,00100101'
 Controls  : 34
 Simple ctrls  : 18
  Date: Sun Feb 20 05:37:54 2011
  HibernationDevice: RESUME=UUID=2047c0fa-229d-40c1-ad4d-88276f5f7f93
  InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  Lsusb:
   Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   LANGUAGE=
   LANG=ru_RU.UTF-8
   

[Kernel-packages] [Bug 1063474] Re: System fails to connect to iHOS-104 DVD drive with nvidia MCP61 chipset.

2013-08-17 Thread \|Bruce L
On 8/15/2013 9:47 PM, Bruce Link wrote:
 On 8/15/2013 12:36 AM, Robert Hancock wrote:
 On Wed, Aug 14, 2013 at 4:17 PM, Bruce Link br...@1045.ca wrote:
 These NVIDIA SATA controllers are a pain as they all seem to have a
 different set of bugs related to hardreset, etc. What happens if 
 you boot up
 without the drive connected and then plug in the cable after the 
 system
 boots up?
 Roughly the same error is returned. See below for the dmesg output.

 root@teevee:/sys/devices/pci:00/:00:06.0/ata1/host0/scsi_host/host0#
  

 echo - - -  /sys/class/scsi_host/host4/scan
 root@teevee:/sys/devices/pci:00/:00:06.0/ata1/host0/scsi_host/host0#
  

 dmesg|grep ata5
 [1.030224] ata5: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 
 0xc400 irq
 20
 [1.354216] ata5: SATA link down (SStatus 0 SControl 300)
 [  944.773288] ata5: exception Emask 0x10 SAct 0x0 SErr 0x5 
 action 0xf
 [  944.773304] ata5: SError: { PHYRdyChg CommWake }
 [  944.773322] ata5: hard resetting link
 [  945.652070] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
 [  945.660176] ata5.00: ATAPI: ATAPI   iHOS104, WL0F, max UDMA/100
 [  945.676165] ata5.00: configured for UDMA/100
 [  950.676049] ata5.00: qc timeout (cmd 0xa0)
 [  950.676056] ata5.00: TEST_UNIT_READY failed (err_mask=0x5)
 [  950.676064] ata5: hard resetting link
 [  950.676066] ata5: nv: skipping hardreset on occupied port
 [  951.144073] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
 [  951.168168] ata5.00: configured for UDMA/100
 [  956.168049] ata5.00: qc timeout (cmd 0xa0)
 [  956.168057] ata5.00: TEST_UNIT_READY failed (err_mask=0x4)
 [  956.168061] ata5: limiting SATA link speed to 1.5 Gbps
 [  956.168064] ata5.00: limiting speed to UDMA/100:PIO3
 [  956.168070] ata5: hard resetting link
 [  956.168072] ata5: nv: skipping hardreset on occupied port
 [  956.636056] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
 [  956.660169] ata5.00: configured for UDMA/100
 [  961.660036] ata5.00: qc timeout (cmd 0xa0)
 [  961.660044] ata5.00: TEST_UNIT_READY failed (err_mask=0x4)
 [  961.660046] ata5.00: disabled
 [  961.660061] ata5: hard resetting link
 [  962.544045] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
 [  962.544061] ata5: EH complete
 root@teevee:/sys/devices/pci:00/:00:06.0/ata1/host0/scsi_host/host0#
  


 Hmm, it did a hard reset on the hotplug with seemingly the same
 effect. Can we narrow down the problem any more: does this drive work
 on this machine under any Linux version, or in Windows? Can you try it
 in another Linux machine with a different controller to see if it
 works there?
 Well, this is embarrassing.

 I've always assumed the problem was with the with the motherboard, as 
 the DVD will always successfully boot a windows installer, so I 
 assumed everything with the drive was OK. On further inspection, it 
 appears that the drive falls down when being accessed from the WinPE 
 environment, much the same as in linux. I've tested this on another PC 
 and the result looks to be the same. I'm going to do some more 
 testing, and will send another email if I find out otherwise. But I 
 think we can consider this closed.

 Sorry to be a bother.
 Bruce
I hooked up the DVD drive to a USB-SATA adapter to a PC and the DVD 
drive works great (under both windows and linux). I was able to copy a 
large number of files with no performance issues.
The PC that I did the second test on turns out to have a nVidia MCP51 
chipset (It's a gateway GT4016 with a KTBC51G-LF motherboard). I should 
have checked this beforehand.

So this problem looks to persist across different nVidia chipsets.

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

Title:
  System fails to connect to iHOS-104 DVD drive with nvidia MCP61
  chipset.

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  The computer fails to connect to the LG iHOS-104 DVD drive.
  The drive is working, as it will boot the Windows installer.

  I have seen similar bugs posted on the internet for the past 5 years.
  Here's a thread that shows the problem fixed for the MCP55 chipset.

  http://www.gossamer-
  threads.com/lists/linux/kernel/1234502?do=post_view_threaded#1234502

  I think that this is similar in nature.

  Please let me know any further information that can be supplied. I'm
  sorry if I've missed any of the standard stuff.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: linux-image-3.5.0-17-generic 3.5.0-17.27
  ProcVersionSignature: Ubuntu 3.5.0-17.27-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  ApportVersion: 2.6.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  watchtv7366 F pulseaudio
   /dev/snd/controlC0:  watchtv4814 F alsamixer
watchtv7366 F pulseaudio
  CRDA: Error: [Errno 2] 

[Kernel-packages] [Bug 1205827] Re: Regression: USB storage broken on 3.10.06-generic

2013-08-17 Thread Dave Gilbert
Works in 3.11.0-2generic #5

** Changed in: linux (Ubuntu Saucy)
   Status: Fix Committed = Fix Released

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

Title:
  Regression: USB storage broken on 3.10.06-generic

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  A Kingston 16GB DataTraveler G2 stick is timing out on 3.10.06-generic #17
  If I reboot back to 3.10.04-generic #13 this works
  It also works in another machine running OpenSLES

  [2.687510] scsi 8:0:0:0: Direct-Access Kingston DataTraveler G2  1.00 
PQ: 0 ANSI: 2
  [2.687808] sd 8:0:0:0: Attached scsi generic sg3 type 0
  [2.688665] sd 8:0:0:0: [sdc] 31367168 512-byte logical blocks: (16.0 
GB/14.9 GiB)
  [2.689579] sd 8:0:0:0: [sdc] Write Protect is off
  [2.689586] sd 8:0:0:0: [sdc] Mode Sense: 23 00 00 00
  [2.690455] sd 8:0:0:0: [sdc] No Caching mode page present
  [2.690462] sd 8:0:0:0: [sdc] Assuming drive cache: write through
  [   33.019256] usb 1-1.4: reset high-speed USB device number 3 using ehci-pci

  then later more timeouts:

  [   95.085902] usb 1-1.4: reset high-speed USB device number 3 using ehci-pci
  [  126.087228] usb 1-1.4: reset high-speed USB device number 3 using ehci-pci
  [  126.185164] sd 8:0:0:0: [sdc] No Caching mode page present
  [  126.185171] sd 8:0:0:0: [sdc] Assuming drive cache: write through
  [  157.152730] usb 1-1.4: reset high-speed USB device number 3 using ehci-pci
  [  188.218077] usb 1-1.4: reset high-speed USB device number 3 using ehci-pci

  and udevd hanging on it:
  [  219.219390] usb 1-1.4: reset high-speed USB device number 3 using ehci-pci
  [  240.960930] INFO: task systemd-udevd:156 blocked for more than 120 seconds.
  [  240.963953] echo 0  /proc/sys/kernel/hung_task_timeout_secs disables 
this message.
  [  240.966892] systemd-udevd   D 880237d54480 0   156  1 
0x0004

  this boot it did eventually make it into /proc/partitions, on the last
  boot it gave up and was only in /proc/scsi/scsi

  (Saucy+KDE)

  Dave

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.10.0-6-generic 3.10.0-6.17
  ProcVersionSignature: Ubuntu 3.10.0-6.17-generic 3.10.3
  Uname: Linux 3.10.0-6-generic x86_64
  ApportVersion: 2.11-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dg 3301 F pulseaudio
   /dev/snd/controlC0:  dg 3301 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Date: Sun Jul 28 12:08:34 2013
  HibernationDevice: RESUME=UUID=985b0eb1-c149-486d-a66d-3113788778b1
  InstallationDate: Installed on 2012-07-17 (375 days ago)
  InstallationMedia: Kubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120717)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  MarkForUpload: True
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-6-generic 
root=UUID=711860b7-f028-46b1-83bb-c2be5dc8044d ro nointremap 
crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.10.0-6-generic N/A
   linux-backports-modules-3.10.0-6-generic  N/A
   linux-firmware1.112
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to saucy on 2013-05-21 (68 days ago)
  dmi.bios.date: 09/10/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.50
  dmi.board.name: P55M Pro
  dmi.board.vendor: ASRock
  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.:bvrP1.50:bd09/10/2009:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnP55MPro:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1205827/+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 1205827] Re: Regression: USB storage broken on 3.10.06-generic

2013-08-17 Thread Dave Gilbert
All good - thanks!

Linux major 3.11.0-2-generic #5-Ubuntu SMP Mon Aug 12 16:09:51 UTC 2013
x86_64 x86_64 x86_64 GNU/Linux

Dave

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

Title:
  Regression: USB storage broken on 3.10.06-generic

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  A Kingston 16GB DataTraveler G2 stick is timing out on 3.10.06-generic #17
  If I reboot back to 3.10.04-generic #13 this works
  It also works in another machine running OpenSLES

  [2.687510] scsi 8:0:0:0: Direct-Access Kingston DataTraveler G2  1.00 
PQ: 0 ANSI: 2
  [2.687808] sd 8:0:0:0: Attached scsi generic sg3 type 0
  [2.688665] sd 8:0:0:0: [sdc] 31367168 512-byte logical blocks: (16.0 
GB/14.9 GiB)
  [2.689579] sd 8:0:0:0: [sdc] Write Protect is off
  [2.689586] sd 8:0:0:0: [sdc] Mode Sense: 23 00 00 00
  [2.690455] sd 8:0:0:0: [sdc] No Caching mode page present
  [2.690462] sd 8:0:0:0: [sdc] Assuming drive cache: write through
  [   33.019256] usb 1-1.4: reset high-speed USB device number 3 using ehci-pci

  then later more timeouts:

  [   95.085902] usb 1-1.4: reset high-speed USB device number 3 using ehci-pci
  [  126.087228] usb 1-1.4: reset high-speed USB device number 3 using ehci-pci
  [  126.185164] sd 8:0:0:0: [sdc] No Caching mode page present
  [  126.185171] sd 8:0:0:0: [sdc] Assuming drive cache: write through
  [  157.152730] usb 1-1.4: reset high-speed USB device number 3 using ehci-pci
  [  188.218077] usb 1-1.4: reset high-speed USB device number 3 using ehci-pci

  and udevd hanging on it:
  [  219.219390] usb 1-1.4: reset high-speed USB device number 3 using ehci-pci
  [  240.960930] INFO: task systemd-udevd:156 blocked for more than 120 seconds.
  [  240.963953] echo 0  /proc/sys/kernel/hung_task_timeout_secs disables 
this message.
  [  240.966892] systemd-udevd   D 880237d54480 0   156  1 
0x0004

  this boot it did eventually make it into /proc/partitions, on the last
  boot it gave up and was only in /proc/scsi/scsi

  (Saucy+KDE)

  Dave

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.10.0-6-generic 3.10.0-6.17
  ProcVersionSignature: Ubuntu 3.10.0-6.17-generic 3.10.3
  Uname: Linux 3.10.0-6-generic x86_64
  ApportVersion: 2.11-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dg 3301 F pulseaudio
   /dev/snd/controlC0:  dg 3301 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Date: Sun Jul 28 12:08:34 2013
  HibernationDevice: RESUME=UUID=985b0eb1-c149-486d-a66d-3113788778b1
  InstallationDate: Installed on 2012-07-17 (375 days ago)
  InstallationMedia: Kubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120717)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  MarkForUpload: True
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-6-generic 
root=UUID=711860b7-f028-46b1-83bb-c2be5dc8044d ro nointremap 
crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.10.0-6-generic N/A
   linux-backports-modules-3.10.0-6-generic  N/A
   linux-firmware1.112
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to saucy on 2013-05-21 (68 days ago)
  dmi.bios.date: 09/10/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.50
  dmi.board.name: P55M Pro
  dmi.board.vendor: ASRock
  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.:bvrP1.50:bd09/10/2009:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnP55MPro:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1205827/+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 1213095] Re: Too slow speed of storage devices (HDDs, flash-drives, etc) after booted up

2013-08-17 Thread Christopher M. Penalver
DSG, could you please dd a location that has a known static file size in time 
(ex. external HDD or flash) via:
dd if=/dev/zero of=/dev/XYZ bs=1M

where XYZ is replaced with the drive location, and then post the results
from the two different kernels (3.2 and higher one)?

** Description changed:

- Hello.
- Here a too strange bug report. I'm not really sure that it's kernel bug, but 
tests showing something like that.
- After Ubuntu 12.04 booted up i have too big problems with all data-storage 
devices. All of them are working too slow. I tested lastest and oldest kernels 
and all is ok OLNY on 3.2 kernel. I can't use 12.04 with 3.2 kernel because my 
ethernet card won't work here. I also TRIED ubuntu 13.04 (LiveCD) and results 
are the same.
- 
- Here a simple example test by DD:
- 
+ After Ubuntu 12.04 booted up all data-storage devices are working too slow. I 
tested lastest and oldest kernels and all is ok OLNY on 3.2 kernel. I can't use 
12.04 with 3.2 kernel because my ethernet card won't work here. I also TRIED 
ubuntu 13.04 (LiveCD) and results are the same. Here a simple example test by 
DD:
  Kernel 3.2.37:
  $ dd if=/dev/zero of=/tmp/1
  ^C2694838+0 recieved
  2694838+0 sent
  copied 1379757056 bytes (1,4 GB), 13,2817 sec, 104 MB/c
  
  Kernel 3.9.11:
  $ dd if=/dev/zero of=/tmp/1
  ^C6721+0 recieved
  6721+0 sent
  copied 3441152 bytes (3,4 MB), 12,56 sec, 274 kB/c
  
- ALL storage devices working like that, all are slowest. /tmp is not mounted 
anywhere (mean it's all by default). But in Windows all is ok.
- Hardware:
- Motherboard: GigaByte GA-Z87X-UD3H rev1.0
- Chipset: Intel Z87
- Software: UEFI F3 AMI, Ubuntu 12.04 (tests from it)
- 
- $ cat /proc/version_signature  version.log
- file doen't exists! O_o
- I attached file logs.7z that contains /proc/version and lspci -vnvn.
+ ALL storage devices working like that, all are slowest. /tmp is not
+ mounted anywhere (mean it's all by default). But in Windows all is ok.
  
  My friend reported bug #1213075 for me.
+ 
  --- Apport from 12.04.2 (kernel 3.9)
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: i386
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Xubuntu 12.04.2 LTS Precise Pangolin - Release i386 
(20130213)
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=ru:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  Tags:  precise
  Uname: Linux 3.9.11-030911-generic i686
  UnreportableReason: Этот пакет не является официальным пакетом Ubuntu. 
Пожалуйста, удалите все сторонние пакеты и попробуйте снова.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
  --- Apport from 13.04 (kernel 3.5). Added because apport won't post system 
info at 3.9 kernel
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu-gnome   3434 F pulseaudio
   /dev/snd/controlC0:  ubuntu-gnome   3434 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  CasperVersion: 1.331
  DistroRelease: Ubuntu 13.04
  IwConfig:
   lono wireless extensions.
  
   eth0  no wireless extensions.
  LiveMediaBuild: Ubuntu-GNOME 13.04 Raring Ringtail - Release i386 (20130424)
  MachineType: Gigabyte Technology Co., Ltd. Z87X-UD3H
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: initrd=/casper/initrd.lz file=/cdrom/preseed/username.seed 
boot=casper  quiet splash -- BOOT_IMAGE=/casper/vmlinuz
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  RfKill:
  
  Tags:  raring
  Uname: Linux 3.8.0-19-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 04/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F3
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87X-UD3H-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF3:bd04/17/2013:svnGigabyteTechnologyCo.,Ltd.:pnZ87X-UD3H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ87X-UD3H-CF:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: Z87X-UD3H
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

** Tags added: bios-outdated-f7 needs-upstream-testing regression-
release

** Tags removed: 

[Kernel-packages] [Bug 978891] Re: ubuntu 12.04 doesn't boot when usb device plugged in (except usb mouse)

2013-08-17 Thread solazs
Here's a photo of the console output of the boot with the latest 3.11
rc5 mainline kernel, with boot options quiet splash and vt_handoff
removed and debug=vc added.

** Attachment added: IMAG1331.jpg
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/978891/+attachment/3776119/+files/IMAG1331.jpg

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

Title:
  ubuntu 12.04 doesn't boot when usb device plugged in (except usb
  mouse)

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” source package in Precise:
  Confirmed
Status in “linux” source package in Quantal:
  Confirmed
Status in “linux” source package in Raring:
  Confirmed
Status in “linux” source package in Saucy:
  Confirmed

Bug description:
  On DELL Vostro 3750 with Ubuntu 12.04 beta 64bit, boot stops with black 
screen is in one of USB ports is plugged USB device that is not USB mouse. I 
have tried USB HDD and laptop cooler USB and in both cases Ubuntu does not 
boot. It gets till grub and after that it loads for few seconds and then stops 
not even showing logo screen.
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
 Subdevices: 0/1
 Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu2
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  djbacon1993 F pulseaudio
   /dev/snd/pcmC0D0p:   djbacon1993 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf2b0 irq 54'
 Mixer name : 'Realtek ALC269VB'
 Components : 'HDA:10ec0269,102804c6,00100100'
 Controls  : 19
 Simple ctrls  : 11
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=099b65c3-d636-4ada-9e1b-0e9984c79454
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: Dell Inc. Dell System Vostro 3750
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=eb98f17b-648a-4a2e-85cb-462736e19441 ro quiet splash pcie_aspm=force 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-23-generic N/A
   linux-backports-modules-3.2.0-23-generic  N/A
   linux-firmware1.78
  SourcePackage: linux
  StagingDrivers: mei zram
  Tags:  precise staging precise staging
  Uname: Linux 3.2.0-23-generic x86_64
  UpgradeStatus: Upgraded to precise on 2012-04-06 (6 days ago)
  UserGroups: adm admin lpadmin sambashare vboxusers
  dmi.bios.date: 05/19/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0VP036
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd05/19/2011:svnDellInc.:pnDellSystemVostro3750:pvr:rvnDellInc.:rn0VP036:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System Vostro 3750
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/978891/+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 1103492] Re: [ARIMA A0851] late resume failure

2013-08-17 Thread Mikhail Titov
Christopher, I'm not sure whether it would be helpful in this case. It
is assembled in Russia something called Bliss 507s. Here you can find
pics and specs of an exact model
http://translate.google.com/translate?sl=rutl=enjs=nprev=_thl=enie=UTF-8u=http%3A%2F%2Fwww.ferra.ru%2Fru%2Fnotebooks%2Fs26010%2Fact=url
. It is based I think on
http://www.arimacorp.com/ViewProduct.asp?View=141 or alike. There got to
be Gateways laptops similar to this one as Arima used to manufacture
those but I can't recall which ones :(

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

Title:
  [ARIMA A0851] late resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Failed to wake up from suspended state. Happened for the first time
  after upgrade to Raring. Previously maybe happened twice over several
  years on Precise though I'm not sure if it was same reason with
  older kernel.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-1-generic 3.8.0-1.5
  ProcVersionSignature: Ubuntu 3.8.0-1.5-generic 3.8.0-rc4
  Uname: Linux 3.8.0-1-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.  The resume processing hung very near the end and will have 
appeared to have completed normally.
  ApportVersion: 2.8-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mlt2748 F pulseaudio
mlt2913 F xfce4-volumed
  Date: Wed Jan 23 08:50:16 2013
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: late resume
  HibernationDevice: RESUME=UUID=42c97f21-59d2-4769-9dd7-7cf6fe8029b5
  InterpreterPath: /usr/bin/python3.3
  MachineType: ARIMA A0851
  MarkForUpload: True
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: root=UUID=ee78af6c-6b38-417c-871e-60fd86e6197b ro quiet 
splash resume=UUID=42c97f21-59d2-4769-9dd7-7cf6fe8029b5 highres=off  
crashkernel=384M-2G:64M,2G-:128M
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-1-generic N/A
   linux-backports-modules-3.8.0-1-generic  N/A
   linux-firmware   1.99
  SourcePackage: linux
  Title: [ARIMA A0851] late resume failure
  UpgradeStatus: Upgraded to raring on 2013-01-15 (7 days ago)
  UserGroups:
   
  WpaSupplicantLog:
   
  dmi.bios.date: 05/30/2005
  dmi.bios.vendor: Phoenix
  dmi.bios.version: A0851F04
  dmi.board.name: A0851
  dmi.board.vendor: ARIMA
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenix:bvrA0851F04:bd05/30/2005:svnARIMA:pnA0851:pvrNotApplicable:rvnARIMA:rnA0851:rvrNotApplicable:cvnNoEnclosure:ct1:cvrN/A:
  dmi.product.name: A0851
  dmi.product.version: Not Applicable
  dmi.sys.vendor: ARIMA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1103492/+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 1169761] Re: 3.8.0-18 Kernel causes HDMI Audio to stop working

2013-08-17 Thread Bjorn Madsen
*** This bug is a duplicate of bug 1169984 ***
https://bugs.launchpad.net/bugs/1169984

#70 did not work on 
Linux EEEbox 3.8.0-27-generic #40-Ubuntu SMP Tue Jul 9 00:17:05 UTC 2013 x86_64 
x86_64 x86_64 GNU/Linux

 List of PLAYBACK Hardware Devices 
card 0: NVidia [HDA NVidia], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 1: ALC662 rev1 Digital [ALC662 rev1 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
  Subdevices: 0/1
  Subdevice #0: subdevice #0

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

Title:
  3.8.0-18 Kernel causes HDMI Audio to stop working

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Was using Raring 13.04 with kernel 3.8.0-17 with NVIDIA HDMI Audio via the 
NVIDIA 319.12 drivers.  When upgrading to 3.8.0-18, HDMI is no longer listed 
within Sound Settings or pavucontrol (only item listed with Dummy.)  Switched 
over to the ubuntu nividia-current driver, same problem.  Rolled back to 
3.8.0-17 and HDMI audio again works correctly.  What files should I attach to 
assist with this? I can roll back/fourth between the two to get anything 
required.
  --- 
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D1', '/dev/snd/hwC0D2', 
'/dev/snd/hwC0D3', '/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D7p', 
'/dev/snd/pcmC0D8p', '/dev/snd/pcmC0D9p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
  CurrentDmesg:
   Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg 
-'] failed with exit code 1: comm: /var/log/dmesg: Permission denied
   dmesg: write failed: Broken pipe
  DistroRelease: Ubuntu 13.04
  InstallationDate: Installed on 2012-12-18 (119 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-18-generic 
root=UUID=9ec63a8c-080e-49d3-ab11-50cb155d48c3 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-18.28-generic 3.8.6
  Tags:  raring
  Uname: Linux 3.8.0-18-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-03-16 (31 days ago)
  UserGroups: lpadmin sudo
  WifiSyslog:
   
  dmi.bios.date: 09/03/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F11
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z77X-UP5 TH-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF11:bd09/03/2012:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ77X-UP5TH-CF:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  --- 
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D1', '/dev/snd/hwC0D2', 
'/dev/snd/hwC0D3', '/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D7p', 
'/dev/snd/pcmC0D8p', '/dev/snd/pcmC0D9p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=68018cdf-d176-4c0f-8b23-3b62b4e09b5d
  InstallationDate: Installed on 2012-12-18 (119 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-18-generic 
root=UUID=9ec63a8c-080e-49d3-ab11-50cb155d48c3 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-18.28-generic 3.8.6
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-18-generic N/A
   linux-backports-modules-3.8.0-18-generic  N/A
   linux-firmware1.105
  

[Kernel-packages] [Bug 1213123] Re: 045e:009c [H87I-PLUS] Microsoft Keyboard Elite for Bluetooth dead keys problem

2013-08-17 Thread Maeda
OK thanks, I understand your opinion.

Let's see with bluez's guys, then :-)

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

Title:
  045e:009c [H87I-PLUS] Microsoft Keyboard Elite for Bluetooth dead keys
  problem

Status in “bluez” package in Ubuntu:
  New

Bug description:
  In Precise with 4.60 version of bluez I can pair my keyboard and mouse
  perfectly, but not with the 4.98 that is in Precise by default.

  === The problem is that dead keys of my keyboard (I mean -L or R-
  CTRL, ALT, SUPER, -L or R- SHIFT, ALT-GR) doesn't work with my current
  motherboard (whether application I opened, console included). It does
  work correctly with other motherboards. The new motherboard is an 1150
  Haswell one from Asus.

  What I can say is :
  1/ When booting, my BIOS recognize perfectly the dead keys of my keyboard, 
meaning that the bluetooth dongle or the motherboard is not directly concerned.
  2/ When doing a second installation of Ubuntu, same problem.
  3/ When trying the option 'keyboard layout' (whatever layout I choose), I 
don't see those dead keys flashing, meaning the system doesn't react at all 
when pressing them.
  4/ By chance, I found another keyboard (same model, same brand), same 
problem, meaning the keyboard is not concerned (it works on the older 
motherboard, then it was poor chance that the keyboard broked just before 
reinstalling).
  5/ Tried the setxkbmap command (with sudo or without), nothing's better
  6/ Tried the xmodmap command, I see the 0x codes for Left SHIFT, all dead 
keys are there (see attachment)
  7/ Normal keyboard (no wireless) works perfectly
  8/ Put the dongle on an other usb slot doesn't change anything
  9/ Command xev doesn't makes changes when pressing dead keys.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.5.0-37-generic 3.5.0-37.58~precise1
  ProcVersionSignature: Ubuntu 3.5.0-37.58~precise1-generic 3.5.7.16
  Uname: Linux 3.5.0-37-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  lolo   2272 F pulseaudio
   /dev/snd/controlC0:  lolo   2272 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'MID'/'HDA Intel MID at 0xf0434000 irq 45'
 Mixer name : 'Intel Haswell HDMI'
 Components : 'HDA:80862807,80860101,0010'
 Controls  : 6
 Simple ctrls  : 1
  Card0.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Card1.Amixer.info:
   Card hw:1 'PCH'/'HDA Intel PCH at 0xf043 irq 46'
 Mixer name : 'Realtek ALC887-VD'
 Components : 'HDA:10ec0887,10438576,00100302'
 Controls  : 41
 Simple ctrls  : 20
  Date: Fri Aug 16 16:34:35 2013
  HibernationDevice: RESUME=UUID=942aa693-ca21-4f2a-966c-97b0fa9ea5ae
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: ASUS All Series
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-37-generic 
root=UUID=9509f53e-1de4-4f9c-90dd-6c1ef7ded3a9 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-37-generic N/A
   linux-backports-modules-3.5.0-37-generic  N/A
   linux-firmware1.79.6
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/15/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0306
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H87I-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0306:bd04/15/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnH87I-PLUS:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1213123/+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 978891] Re: ubuntu 12.04 doesn't boot when usb device plugged in (except usb mouse)

2013-08-17 Thread Guglielmo Collotta
also this, don't know if it can help

** Attachment added: dmesg
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/978891/+attachment/3776121/+files/dmesg

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

Title:
  ubuntu 12.04 doesn't boot when usb device plugged in (except usb
  mouse)

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” source package in Precise:
  Confirmed
Status in “linux” source package in Quantal:
  Confirmed
Status in “linux” source package in Raring:
  Confirmed
Status in “linux” source package in Saucy:
  Confirmed

Bug description:
  On DELL Vostro 3750 with Ubuntu 12.04 beta 64bit, boot stops with black 
screen is in one of USB ports is plugged USB device that is not USB mouse. I 
have tried USB HDD and laptop cooler USB and in both cases Ubuntu does not 
boot. It gets till grub and after that it loads for few seconds and then stops 
not even showing logo screen.
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
 Subdevices: 0/1
 Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu2
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  djbacon1993 F pulseaudio
   /dev/snd/pcmC0D0p:   djbacon1993 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf2b0 irq 54'
 Mixer name : 'Realtek ALC269VB'
 Components : 'HDA:10ec0269,102804c6,00100100'
 Controls  : 19
 Simple ctrls  : 11
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=099b65c3-d636-4ada-9e1b-0e9984c79454
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: Dell Inc. Dell System Vostro 3750
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=eb98f17b-648a-4a2e-85cb-462736e19441 ro quiet splash pcie_aspm=force 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-23-generic N/A
   linux-backports-modules-3.2.0-23-generic  N/A
   linux-firmware1.78
  SourcePackage: linux
  StagingDrivers: mei zram
  Tags:  precise staging precise staging
  Uname: Linux 3.2.0-23-generic x86_64
  UpgradeStatus: Upgraded to precise on 2012-04-06 (6 days ago)
  UserGroups: adm admin lpadmin sambashare vboxusers
  dmi.bios.date: 05/19/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0VP036
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd05/19/2011:svnDellInc.:pnDellSystemVostro3750:pvr:rvnDellInc.:rn0VP036:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System Vostro 3750
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/978891/+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 978891] Re: ubuntu 12.04 doesn't boot when usb device plugged in (except usb mouse)

2013-08-17 Thread Guglielmo Collotta
I also experienced a panic error (I think this is how it was called)
at boot when trying kernel 3.10.7

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

Title:
  ubuntu 12.04 doesn't boot when usb device plugged in (except usb
  mouse)

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” source package in Precise:
  Confirmed
Status in “linux” source package in Quantal:
  Confirmed
Status in “linux” source package in Raring:
  Confirmed
Status in “linux” source package in Saucy:
  Confirmed

Bug description:
  On DELL Vostro 3750 with Ubuntu 12.04 beta 64bit, boot stops with black 
screen is in one of USB ports is plugged USB device that is not USB mouse. I 
have tried USB HDD and laptop cooler USB and in both cases Ubuntu does not 
boot. It gets till grub and after that it loads for few seconds and then stops 
not even showing logo screen.
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
 Subdevices: 0/1
 Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu2
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  djbacon1993 F pulseaudio
   /dev/snd/pcmC0D0p:   djbacon1993 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf2b0 irq 54'
 Mixer name : 'Realtek ALC269VB'
 Components : 'HDA:10ec0269,102804c6,00100100'
 Controls  : 19
 Simple ctrls  : 11
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=099b65c3-d636-4ada-9e1b-0e9984c79454
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: Dell Inc. Dell System Vostro 3750
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=eb98f17b-648a-4a2e-85cb-462736e19441 ro quiet splash pcie_aspm=force 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-23-generic N/A
   linux-backports-modules-3.2.0-23-generic  N/A
   linux-firmware1.78
  SourcePackage: linux
  StagingDrivers: mei zram
  Tags:  precise staging precise staging
  Uname: Linux 3.2.0-23-generic x86_64
  UpgradeStatus: Upgraded to precise on 2012-04-06 (6 days ago)
  UserGroups: adm admin lpadmin sambashare vboxusers
  dmi.bios.date: 05/19/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0VP036
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd05/19/2011:svnDellInc.:pnDellSystemVostro3750:pvr:rvnDellInc.:rn0VP036:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System Vostro 3750
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/978891/+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 1105719] Re: [ARIMA A0851] suspend/resume failure

2013-08-17 Thread Mikhail Titov
Brad, I do try to stay up to date. These kinds of bugs are really rare
for me but I guess it still worth reporting them. When it happened after
your last comment  my last upgrade, apport (?) did not recognize an
existing bug but created another one
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1127496 . I'm not
sure if these are related including
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1103492 .

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

Title:
  [ARIMA A0851] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I don't know if this is related to previous bug I submitted
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1103492 . Apport
  gave it different summary name.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-1-generic 3.8.0-1.5
  ProcVersionSignature: Ubuntu 3.8.0-1.5-generic 3.8.0-rc4
  Uname: Linux 3.8.0-1-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.8-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mlt2793 F pulseaudio
mlt2979 F xfce4-volumed
  Date: Fri Jan 25 19:16:15 2013
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=42c97f21-59d2-4769-9dd7-7cf6fe8029b5
  InterpreterPath: /usr/bin/python3.3
  MachineType: ARIMA A0851
  MarkForUpload: True
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: root=UUID=ee78af6c-6b38-417c-871e-60fd86e6197b ro quiet 
splash resume=UUID=42c97f21-59d2-4769-9dd7-7cf6fe8029b5 highres=off  
crashkernel=384M-2G:64M,2G-:128M
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-1-generic N/A
   linux-backports-modules-3.8.0-1-generic  N/A
   linux-firmware   1.99
  SourcePackage: linux
  Title: [ARIMA A0851] suspend/resume failure
  UpgradeStatus: Upgraded to raring on 2013-01-15 (10 days ago)
  UserGroups:
   
  WpaSupplicantLog:
   
  dmi.bios.date: 05/30/2005
  dmi.bios.vendor: Phoenix
  dmi.bios.version: A0851F04
  dmi.board.name: A0851
  dmi.board.vendor: ARIMA
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenix:bvrA0851F04:bd05/30/2005:svnARIMA:pnA0851:pvrNotApplicable:rvnARIMA:rnA0851:rvrNotApplicable:cvnNoEnclosure:ct1:cvrN/A:
  dmi.product.name: A0851
  dmi.product.version: Not Applicable
  dmi.sys.vendor: ARIMA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1105719/+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 1213119] [NEW] You need to load the kernel first when trying select any option from grub list when using EFI

2013-08-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

This affects Precise, Quantal and Raring on ga a75 ud4h  hardware.  This is not 
a Secure Boot capable system .  
Trying to install using EFI mode when Windows installed using GPT already.
 EFI has to be switched off to allow installer or live session to run.  Both 
default and fallback installers not working when EFI is on. No options from 
grub list boot - get can not read cd0/files and You need to load the kernel 
first errors.  

Have asked this http://askubuntu.com/q/208405/102029 question and tried
to list some observations at
http://ubuntuforums.org/showthread.php?t=2149013.

After installing using the workaround of switching EFI off and then
creating grub_bios partition to allow installtion bios mode. Then
installing of grub-efi needs other modification to existing boot loader
for Ubuntu to boot.  This is due to firmware hardcoding by vendors.
Boot-Repair fixes things to get going but through time system
deteriorates and becomes unrecoverable or bootable due to mountall
errors.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: grub-efi (not installed)
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
CasperVersion: 1.331
Date: Fri Aug 16 15:09:38 2013
LiveMediaBuild: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: grub2
UpgradeStatus: No upgrade log present (probably fresh install)

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

** Affects: ubiquity
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug raring
-- 
You need to load the kernel first when trying select any option from grub 
list when using EFI
https://bugs.launchpad.net/bugs/1213119
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

-- 
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 1213172] Re: You need to load the kernel first when trying select any option from grub list when using EFI

2013-08-17 Thread Phillip Susi
*** This bug is a duplicate of bug 1213119 ***
https://bugs.launchpad.net/bugs/1213119

** This bug has been marked a duplicate of bug 1213119
   You need to load the kernel first when trying select any option from grub 
list when using EFI

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

Title:
  You need to load the kernel first when trying select any option from
  grub list when using EFI

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  will use url to add linux as affects to this bug report
  https://bugs.launchpad.net/ubiquity/+bug/1213119

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-19-generic 3.8.0-19.29
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 3446 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  CasperVersion: 1.331
  Date: Fri Aug 16 17:26:40 2013
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  LiveMediaBuild: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: Gigabyte Technology Co., Ltd. GA-A75-UD4H
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- keyboard-configuration/layoutcode=gb
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/07/2012
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F8c
  dmi.board.name: GA-A75-UD4H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF8c:bd12/07/2012:svnGigabyteTechnologyCo.,Ltd.:pnGA-A75-UD4H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-A75-UD4H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-A75-UD4H
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213172/+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 1213119] Re: You need to load the kernel first when trying select any option from grub list when using EFI

2013-08-17 Thread Phillip Susi
Please attach your /boot/grub/grub.cfg file that causes this error.


** Project changed: linux = linux (Ubuntu)

** Project changed: ubiquity = ubiquity (Ubuntu)

** No longer affects: linux (Ubuntu)

** No longer affects: ubiquity (Ubuntu)

** Changed in: grub2 (Ubuntu)
   Status: New = Incomplete

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

Title:
  You need to load the kernel first when trying select any option from
  grub list when using EFI

Status in “grub2” package in Ubuntu:
  Incomplete

Bug description:
  This affects Precise, Quantal and Raring on ga a75 ud4h  hardware.  This is 
not a Secure Boot capable system .  
  Trying to install using EFI mode when Windows installed using GPT already.
   EFI has to be switched off to allow installer or live session to run.  Both 
default and fallback installers not working when EFI is on. No options from 
grub list boot - get can not read cd0/files and You need to load the kernel 
first errors.  

  Have asked this http://askubuntu.com/q/208405/102029 question and
  tried to list some observations at
  http://ubuntuforums.org/showthread.php?t=2149013.

  After installing using the workaround of switching EFI off and then
  creating grub_bios partition to allow installtion bios mode. Then
  installing of grub-efi needs other modification to existing boot
  loader for Ubuntu to boot.  This is due to firmware hardcoding by
  vendors.  Boot-Repair fixes things to get going but through time
  system deteriorates and becomes unrecoverable or bootable due to
  mountall errors.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: grub-efi (not installed)
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  CasperVersion: 1.331
  Date: Fri Aug 16 15:09:38 2013
  LiveMediaBuild: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: grub2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1213119/+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 579671] Re: Display Corruption Using KMS on Radeon HD 3400

2013-08-17 Thread madbiologist
Is this still occurring on Ubuntu 13.04 Raring Ringtail?

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

Title:
  Display Corruption Using KMS on Radeon HD 3400

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  There are little green dashes across the screen randomly. This is on a
  Toshiba Satellite Pro laptop with an RV620 Radeon HD 3400 display.

  Throughout using Karmic this was absolutely fine using the Radeon
  driver. To get 3d support I started using the Xorg-edgers PPA and then
  3d support was fine too.

  Now from upgrading to Lucid the display corruption is there from
  Plymouth onwards. It does start off worse and then get slightly better
  on one laptop but on an identical laptop the corruption is slightly
  worse. Obviously the clocks are slightly off between laptops. It's
  still not perfect on any though.

  Using nomodeset on the kernel options sorts it out but then the
  virtual desktop has to be set before changing display properties.

  I've tested with the mainline kernel (2.6.34-999) which is exactly the
  same.

  As an aside, these Toshiba laptops seem to have a dodgy implementation
  of the RV620 - fglrx has always just hard-locked on X start, now this
  works but gives very bad display corruption. Using Windows on them is
  fine though so I can't blame the laptops specifically.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: linux-image-2.6.32-22-generic 2.6.32-22.33
  Regression: Yes
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  darrenm1772 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xd650 irq 22'
 Mixer name : 'Realtek ALC268'
 Components : 'HDA:10ec0268,1179ff1e,0013 
HDA:11c11040,11790001,00100200'
 Controls  : 18
 Simple ctrls  : 10
  Date: Wed May 12 21:57:42 2010
  HibernationDevice: RESUME=UUID=deb72699-9fb1-48d0-af64-b2a5a99e7a89
  InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100406.1)
  MachineType: TOSHIBA Satellite Pro A300
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic 
root=UUID=bdbaba16-e57a-40fd-a959-a53824959e66 ro quiet splash
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_GB.utf8
   SHELL=/bin/bash
  RelatedPackageVersions: linux-firmware 1.34
  SourcePackage: linux
  dmi.bios.date: 08/18/2008
  dmi.bios.vendor: INSYDE
  dmi.bios.version: 1.40
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Base Board Product Name
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvr1.40:bd08/18/2008:svnTOSHIBA:pnSatelliteProA300:pvrPSAGDE-003003EN:rvnIntelCorp.:rnBaseBoardProductName:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Satellite Pro A300
  dmi.product.version: PSAGDE-003003EN
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/579671/+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 993907] Re: [nvidia GT 240] no desktop after X started

2013-08-17 Thread Shreepad S
Hi Christopher

I'm sorry but I've stopped using Ubuntu and won't be able to help you
with this. In any case I don't run the latest release/ kernel and stick
to LTS versions as this is my primary (and only) desktop.

FWIW I've run into the same isue while installing Debian Wheezy 7.0 and
the fix was the same, boot into safe mode and install the proprietary
drivers from the repos.

If there is an equivalent bug tracker in Debian that you could point me
to I will be happy to log it there, if this will help upstream.

Regards
Shreepad

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

Title:
  [nvidia GT 240] no desktop after X started

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  
  Tried to run, in order
  - Ubuntu 12.04 LiveDVD (64-bit Desktop): Burnt to DVD and booted from disk
  - Ubuntu 12.04 LiveCD (64-bit Desktop): Written to USB stick via usb-creator 
and booted from USB
  - Xubuntu 12.04 LiveCD (64-bit Desktop): Written to USB stick via usb-creator 
and booted from USB

  In each case, got the same behaviour
  - System would boot from the disk/ USB
  - Would be presented with the splah/ progress screen (the one with the dots 
on plain background for Ubuntu and bouncing progress bar with background image 
for Xubuntu)
  - After that screen would fill up with coloured noise, random black/ coloured 
pixels all over the screen
  - Unable to do anything other than a hard reboot

  This was with using an old NVidia GT 240 card (which works fine with Lucid 
10.04.4 64-bit Desktop). Complete system specs:
  - Intel C2D E7200 || Intel DG33FB mobo || 4 GB RAM || 64 bit Lucid Desktop || 
WD Caviar Black 1TB, Green 2TB
  - Palit Sonic GT 240 (OC'd NVidia card) || Dell U2412M Monitor || Logitech 
Quickcam Connect || Acer 3300U Scanner

  Next I went into BIOS and forced it to use the onboard Intel graphics
  (Intel DG33FB board with Intel GMA 3100 graphics) and Xubuntu booted
  up fine and got into the desktop with no problems. Launched a few apps
  and all seems fine.

  Based on my advanced analytical skills (!) I conclude there is a problem with 
the graphics driver on the LiveCD/DVD in Ubuntu/Xubuntu.
  WORKAROUND:  Use the NVidia proprietary drivers (nvidia-current, v295.40) 
installed from the repos under 'safe mode'.

  ---
  .tmp.unity.support.test.0:

  ApportVersion: 2.0.1-0ubuntu5
  Architecture: amd64
  CasperVersion: 1.315
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 82G33/G31 Express Integrated Graphics Controller 
[8086:29c2] (rev 02) (prog-if 00 [VGA controller])
     Subsystem: Intel Corporation Device [8086:5044]
  LiveMediaBuild: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 (20120425)
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build2
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz noprompt 
cdrom-detect/try-usb=true persistent file=/cdrom/preseed/username.seed 
boot=casper initrd=/casper/initrd.lz quiet splash --
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Tags:  precise ubuntu compiz-0.9
  Uname: Linux 3.2.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 02/18/2008
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: DPP3510J.86A.0407.2008.0218.0923
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DG33FB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAD81072-307
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrDPP3510J.86A.0407.2008.0218.0923:bd02/18/2008:svn:pn:pvr:rvnIntelCorporation:rnDG33FB:rvrAAD81072-307:cvn:ct3:cvr:
  version.compiz: compiz 1:0.9.7.6-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

To 

[Kernel-packages] [Bug 1096989] Re: 10ec:8179 No wireless support for Lenovo IdeaCentre Q190 (RTL8188E)

2013-08-17 Thread Your Dudeness
Christopher,

Tried the command, but since I'm on 3.10 now because of this thread's
solution, it forwarded me to bugzilla.

Just an FYI for anyone reporting after installing 3.10 like me.

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

Title:
  10ec:8179 No wireless support for Lenovo IdeaCentre Q190 (RTL8188E)

Status in HWE Next Project:
  New
Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I'm on 12.10. The wifi adapter doesn't seem to be recognized at all:
  doesn't show up in NetworkManager, no adapter listed by iwconfig. The
  wifi card seems to be a RTL8188E (lspci -nn tells me it's 10ec:8179).

  I've tried to:
     - install the Realtek driver for the RTL8188CE (seemed close enough...)
     - install the driver from https://github.com/tianon/linux-rtlwifi-8188ce
     - install linux-backports-modules-cw
     - upgrade to kernel 3.7

  None of those worked.

  ---
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  cat1782 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  DistroRelease: Ubuntu 12.10
  HibernationDevice: RESUME=UUID=b597ccff-c6a0-4caf-8d7a-86b5885c2e71
  InstallationDate: Installed on 2013-01-07 (29 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: LENOVO 10115
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-23-generic 
root=UUID=181643fb-824f-49b7-bad9-b8a31c74a430 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-23-generic N/A
   linux-backports-modules-3.5.0-23-generic  N/A
   linux-firmware1.95
  RfKill:

  Tags:  quantal running-unity
  Uname: Linux 3.5.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 09/21/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: EZKT12AUS
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 STD MM DPK IPG
  dmi.chassis.type: 3
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnLENOVO:bvrEZKT12AUS:bd09/21/2012:svnLENOVO:pn10115:pvrIdeaCentreQ190:rvnLENOVO:rnINVALID:rvrWin8STDMMDPKIPG:cvnLENOVO:ct3:cvrChassisVersion:
  dmi.product.name: 10115
  dmi.product.version: IdeaCentre Q190
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1096989/+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 1212046] Re: linux-ti-omap4: 3.5.0-231.47 -proposed tracker

2013-08-17 Thread Parameswaran Sivatharman
** Tags added: qa-testing-passed

** Changed in: kernel-sru-workflow/regression-testing
   Status: In Progress = Fix Released

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

Title:
  linux-ti-omap4: 3.5.0-231.47 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow upload-to-ppa series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux-ti-omap4” package in Ubuntu:
  New
Status in “linux-ti-omap4” source package in Quantal:
  New
Status in “linux-ti-omap4” source package in Raring:
  New
Status in “linux-ti-omap4” source package in Saucy:
  New

Bug description:
  This bug is for tracking the 3.5.0-231.47 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Wednesday, 14. August 2013 00:48 UTC
  kernel-stable-master-bug:1211872
  kernel-stable-Certification-testing-end:Thursday, 15. August 2013 00:05 UTC
  kernel-stable-Prepare-package-end:Friday, 16. August 2013 02:19 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 16. August 2013 02:19 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 16. August 2013 03:03 UTC
  kernel-stable-Verification-testing-start:Friday, 16. August 2013 04:05 UTC
  kernel-stable-phase:Testing
  kernel-stable-Security-signoff-start:Friday, 16. August 2013 04:41 UTC
  kernel-stable-phase-changed:Friday, 16. August 2013 04:41 UTC
  kernel-stable-Verification-testing-end:Friday, 16. August 2013 04:40 UTC
  kernel-stable-Regression-testing-start:Friday, 16. August 2013 04:41 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1212046/+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 721996] Re: CMOS crc error on next boot

2013-08-17 Thread Christopher M. Penalver
unicorp99, this bug report is being closed due to your last comment
regarding you no longer have the hardware. For future reference you can
manage the status of your own bugs by clicking on the current status in
the yellow line and then choosing a new status in the revealed drop down
box. You can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  CMOS crc error on next boot

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: linux-image-2.6.38-4-generic-pae

  in kernel 2.6.38-1 to 2.6.38-4-generic-pae CMOS crc error on next boot
  all data CMOS norm until TIME corrupt.
  in kernel 2.6.37-12-generic-pae all norm

  hwclock
  Вс. 20 февр. 2011 06:07:38  -0.062698 секунд
  root@hub2:/dev# date
  Вс. февр. 20 05:58:29 YEKT 2011

  ASUS P5KPL-VM, Core 2 Duo E8300

  --

  on compile kernel (100% CPU gcc):

  atk0110-acpi-0
  Adapter: ACPI interface
  Vcore Voltage: +1.25 V  (min =  +0.85 V, max =  +1.60 V)
   +3.3 Voltage: +3.28 V  (min =  +2.97 V, max =  +3.63 V)
   +5 Voltage:   +4.94 V  (min =  +4.50 V, max =  +5.50 V)
   +12 Voltage: +12.04 V  (min = +10.20 V, max = +13.80 V)
  CPU FAN Speed:1906 RPM  (min =  600 RPM)
  CHASSIS FAN Speed:1767 RPM  (min =  800 RPM)
  CPU Temperature:   +54.0°C  (high = +60.0°C, crit = +95.0°C)  

  coretemp-isa-
  Adapter: ISA adapter
  Core 0:  +58.0°C  (high = +78.0°C, crit = +100.0°C)  

  coretemp-isa-0001
  Adapter: ISA adapter
  Core 1:  +59.0°C  (high = +78.0°C, crit = +100.0°C)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: linux-image-2.6.38-4-generic-pae 2.6.38-4.31
  Regression: Yes
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.37-12.26-generic-pae 2.6.37
  Uname: Linux 2.6.37-12-generic-pae i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hub2   2221 F pulseaudio
   /dev/snd/pcmC0D0p:   hub2   2221 F...m pulseaudio
  CRDA: Error: [Errno 2] Нет такого файла или каталога
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf9ffc000 irq 41'
 Mixer name : 'Realtek ALC662 rev1'
 Components : 'HDA:10ec0662,10438290,00100101'
 Controls  : 34
 Simple ctrls  : 18
  Date: Sun Feb 20 05:37:54 2011
  HibernationDevice: RESUME=UUID=2047c0fa-229d-40c1-ad4d-88276f5f7f93
  InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  Lsusb:
   Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   LANGUAGE=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.37-12-generic-pae 
root=UUID=278076d0-19b2-4ef1-9a89-f478818c8594 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-2.6.37-12-generic-pae N/A
   linux-backports-modules-2.6.37-12-generic-pae N/A
   linux-firmware 1.47
  RfKill:
   
  SourcePackage: linux
  WifiSyslog:
   
  dmi.bios.date: 07/28/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0904
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5KPL-VM
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0904:bd07/28/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5KPL-VM:rvrx.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/721996/+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 716807] Re: Kernel Oops - BUG: unable to handle kernel paging request at ffffffc1; EIP is at kref_put+0x1d/0x60

2013-08-17 Thread Christopher M. Penalver
hansmex, this bug report is being closed due to your last comment
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/716807/comments/3
regarding this being fixed with an update. For future reference you can
manage the status of your own bugs by clicking on the current status in
the yellow line and then choosing a new status in the revealed drop down
box. You can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Kernel Oops - BUG: unable to handle kernel paging request at ffc1;
  EIP is at kref_put+0x1d/0x60

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  I installed Ubuntu 10.04 beta from a live CD.
  I used this same CD earlier on the same computer and didn't have any problems.

  Now the installation seems OK, but refuses to upgrade to Ubuntu 10.10.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 10.04
  Package: linux-image-2.6.32-28-generic-pae 2.6.32-28.55
  Regression: Yes
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.32-28.55-generic-pae 2.6.32.27+drm33.12
  Uname: Linux 2.6.32-28-generic-pae i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hans   1254 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xdfdf8000 irq 19'
 Mixer name : 'Realtek ALC662 rev1'
 Components : 'HDA:10ec0662,10438290,00100101'
 Controls  : 36
 Simple ctrls  : 19
  Date: Fri Feb 11 01:15:44 2011
  Failure: oops
  HibernationDevice: RESUME=UUID=d9ff01a7-27c0-47a1-bf5b-9a884166988e
  InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20100322)
  MachineType: System manufacturer System Product Name
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-28-generic-pae 
root=UUID=dde86940-08ad-4c79-9354-b009381913e2 ro quiet splash
  RelatedPackageVersions: linux-firmware 1.34.3
  RfKill:
   0: phy1: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: BUG: unable to handle kernel paging request at ffc1
  dmi.bios.date: 08/01/2007
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0207
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5GC-MX/1333
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev x.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: ASUSTek Computer INC.
  dmi.chassis.version: Rev 1.xx
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0207:bd08/01/2007:svnSystemmanufacturer:pnSystemProductName:pvrRev1.xx:rvnASUSTeKComputerINC.:rnP5GC-MX/1333:rvrRevx.xx:cvnASUSTekComputerINC.:ct3:cvrRev1.xx:
  dmi.product.name: System Product Name
  dmi.product.version: Rev 1.xx
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/716807/+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 1063474] Re: System fails to connect to iHOS-104 DVD drive with nvidia MCP61 chipset.

2013-08-17 Thread Christopher M. Penalver
\|Bruce L, would it be case that the DVD drive is fine, but the specific
SATA connection cables/port to the M68M-S2P board or board itself has a
hardware failure given you tested it in Windows when SATA connected and
it still didn't work?

** Changed in: linux (Ubuntu)
   Status: Invalid = Confirmed

** Description changed:

  The computer fails to connect to the LG iHOS-104 DVD drive.
  The drive is working, as it will boot the Windows installer.
  
  I have seen similar bugs posted on the internet for the past 5 years.
  Here's a thread that shows the problem fixed for the MCP55 chipset.
  
  http://www.gossamer-
  threads.com/lists/linux/kernel/1234502?do=post_view_threaded#1234502
  
- I think that this is similar in nature.
- 
- Please let me know any further information that can be supplied. I'm
- sorry if I've missed any of the standard stuff.
+ WORKAROUND: Use the DVD drive with a USB-SATA adapter.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: linux-image-3.5.0-17-generic 3.5.0-17.27
  ProcVersionSignature: Ubuntu 3.5.0-17.27-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  ApportVersion: 2.6.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  watchtv7366 F pulseaudio
-  /dev/snd/controlC0:  watchtv4814 F alsamixer
-   watchtv7366 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  watchtv7366 F pulseaudio
+  /dev/snd/controlC0:  watchtv4814 F alsamixer
+   watchtv7366 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Sun Oct  7 19:34:10 2012
  HibernationDevice: RESUME=UUID=914386c4-84a9-4eb4-8382-cb6f877f7ef6
  IwConfig:
-  eth0  no wireless extensions.
-  
-  lono wireless extensions.
+  eth0  no wireless extensions.
+ 
+  lono wireless extensions.
  Lsusb:
-  Bus 002 Device 006: ID 046d:c047 Logitech, Inc. Laser Mouse
-  Bus 002 Device 005: ID 0e8f:0021 GreenAsia Inc. Multimedia Keyboard 
Controller
-  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
-  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 002 Device 006: ID 046d:c047 Logitech, Inc. Laser Mouse
+  Bus 002 Device 005: ID 0e8f:0021 GreenAsia Inc. Multimedia Keyboard 
Controller
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Gigabyte Technology Co., Ltd. M68M-S2P
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=81823799-2b15-4236-887b-e3497f3f6a46 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
-  linux-restricted-modules-3.5.0-17-generic N/A
-  linux-backports-modules-3.5.0-17-generic  N/A
-  linux-firmware1.94
+  linux-restricted-modules-3.5.0-17-generic N/A
+  linux-backports-modules-3.5.0-17-generic  N/A
+  linux-firmware1.94
  RfKill:
-  
+ 
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:
-  
+ 
  dmi.bios.date: 07/15/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: FCb
  dmi.board.name: M68M-S2P
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrFCb:bd07/15/2010:svnGigabyteTechnologyCo.,Ltd.:pnM68M-S2P:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnM68M-S2P:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: M68M-S2P
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
- --- 
+ ---
  ApportVersion: 2.12-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  watchtv1305 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  watchtv1305 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  CurrentDmesg:
-  [   55.165828] pool[1480]: segfault at 40 ip 7f3d05544f87 sp 
7f3d03653c50 error 4 in tumbler-gst-thumbnailer.so[7f3d05542000+4000]
-  [  707.285402] python[6778]: segfault at 0 ip 7eff23bde2f7 sp 
7fffeba941f8 error 4 in libgtk-3.so.0.800.2[7eff23ade000+4c5000]
+  [   55.165828] pool[1480]: segfault at 40 ip 7f3d05544f87 sp 
7f3d03653c50 error 4 in tumbler-gst-thumbnailer.so[7f3d05542000+4000]
+  [  707.285402] python[6778]: segfault at 0 ip 7eff23bde2f7 sp 
7fffeba941f8 error 4 in libgtk-3.so.0.800.2[7eff23ade000+4c5000]
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=914386c4-84a9-4eb4-8382-cb6f877f7ef6
  IwConfig:
-  eth0  no wireless extensions.
-  
-  lono wireless extensions.
+  eth0  no wireless extensions.
+ 
+  lono wireless extensions.
  Lsusb:
-  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 

[Kernel-packages] [Bug 1103492] Re: [ARIMA A0851] late resume failure

2013-08-17 Thread Christopher M. Penalver
Mihail Titov, looks like the laptop's website is:
http://bliss.ru/support/drivers/187.html

Despite this, could you please confirm this issue exists with the latest
development release of Ubuntu? ISO images are available from
http://cdimage.ubuntu.com/daily-live/current/ . If the issue remains,
could you please run the following command in the development release
from a Terminal (Applications-Accessories-Terminal), as it will
automatically gather and attach updated debug information to this
report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the daily folder, 
but the one all the way at the bottom. Once you've tested the upstream kernel, 
please comment on which kernel version specifically you tested. If this bug is 
fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.11-rc5

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Tags removed: needs-full-computer-model

** Tags added: needs-pheonixbios-check

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

Title:
  [ARIMA A0851] late resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Failed to wake up from suspended state. Happened for the first time
  after upgrade to Raring. Previously maybe happened twice over several
  years on Precise though I'm not sure if it was same reason with
  older kernel.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-1-generic 3.8.0-1.5
  ProcVersionSignature: Ubuntu 3.8.0-1.5-generic 3.8.0-rc4
  Uname: Linux 3.8.0-1-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.  The resume processing hung very near the end and will have 
appeared to have completed normally.
  ApportVersion: 2.8-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mlt2748 F pulseaudio
mlt2913 F xfce4-volumed
  Date: Wed Jan 23 08:50:16 2013
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: late resume
  HibernationDevice: RESUME=UUID=42c97f21-59d2-4769-9dd7-7cf6fe8029b5
  InterpreterPath: /usr/bin/python3.3
  MachineType: ARIMA A0851
  MarkForUpload: True
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: root=UUID=ee78af6c-6b38-417c-871e-60fd86e6197b ro quiet 
splash resume=UUID=42c97f21-59d2-4769-9dd7-7cf6fe8029b5 highres=off  
crashkernel=384M-2G:64M,2G-:128M
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-1-generic N/A
   linux-backports-modules-3.8.0-1-generic  N/A
   linux-firmware   1.99
  SourcePackage: linux
  Title: [ARIMA A0851] late resume failure
  UpgradeStatus: Upgraded to raring on 2013-01-15 (7 days ago)
  UserGroups:
   
  WpaSupplicantLog:
   
  dmi.bios.date: 05/30/2005
  dmi.bios.vendor: Phoenix
  dmi.bios.version: A0851F04
  dmi.board.name: A0851
  dmi.board.vendor: ARIMA
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenix:bvrA0851F04:bd05/30/2005:svnARIMA:pnA0851:pvrNotApplicable:rvnARIMA:rnA0851:rvrNotApplicable:cvnNoEnclosure:ct1:cvrN/A:
  dmi.product.name: A0851
  dmi.product.version: Not Applicable
  dmi.sys.vendor: ARIMA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1103492/+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 1212455] Re: 8086:2562 Flash 11.2 content displays in shades of green and purple only, and in a horizontally compressed space

2013-08-17 Thread Christopher M. Penalver
John Hupp, the next step is to commit bisect from 3.7.0-7.15 to
3.8.0-0.2 in order to identify the commit that caused this problem via
https://wiki.ubuntu.com/Kernel/KernelBisection .

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

Title:
  8086:2562 Flash 11.2 content displays in shades of green and purple
  only, and in a horizontally compressed space

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  In my testing with the Intel driver using its default acceleration, what 
works:
  - Flash 11.2 works on Quantal with the 3.5 kernel
  - Flash 11.2 works on Raring with the 3.5.0-17 kernel (though it boots to a 
low-res desktop with a frozen pointer)
  - Flash 11.2 works on Raring also with the 3.6.11-030611 or 3.7.10-030710 
mainline kernels
  - Flash 11.2 works on Raring with the 3.8 kernel (in Chrome)

  what fails:
  - Flash 11.2 fails on Raring with the 3.8 kernel
  - Flash 11.2 fails on Raring with the latest mainline kernel, 3.11.0-031100rc5
  - Flash 11.2 fails on Saucy alpha 2 with its default kernel

  Disabling Flash *hardware* acceleration altogether (via R-click in the
  Flash display window: Settings: General tab) did not fix the problem.

  WORKAROUND: Setting the Intel driver's acceleration method to UXA
  rather than its default SNA *always* fixes the Flash problem, but
  causes a garbled login screen under LightDM that so far has no
  workaround.

  I also tried one possible fix for the default Intel SNA acceleration using 
the TearFree option.   I created /etc/X11/xorg.conf.d/20-intel.conf with 
contents:
  Section Device
     Identifier  Intel Graphics
     Driver  intel
     Option  AccelMethod  sna
     Option  TearFreetrue
  EndSection
  But this had no effect.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-27-generic 3.8.0-27.40
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic i686
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  user1  1467 F lxpanel
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  CurrentDmesg:
   [   72.390428] serial8250: too much work for irq17
   [   72.401696] serial8250: too much work for irq17
   [   72.411724] serial8250: too much work for irq17
   [   82.046726] serial8250: too much work for irq17
  Date: Wed Aug 14 17:39:10 2013
  HibernationDevice: RESUME=UUID=8adf1633-c1a8-4392-8fc3-44369bc85692
  IwConfig:
   lono wireless extensions.

   eth0  no wireless extensions.
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Computer Corporation Dimension 2400
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=a41f2f68-7642-46f9-88d8-08a656c1c40d ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-27-generic N/A
   linux-backports-modules-3.8.0-27-generic  N/A
   linux-firmware1.106
  RfKill:

  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/02/2003
  dmi.bios.vendor: Dell Computer Corporation
  dmi.bios.version: A05
  dmi.board.name: 0F5949
  dmi.board.vendor: Dell Computer Corp.
  dmi.board.version: A01
  dmi.chassis.type: 15
  dmi.chassis.vendor: Dell Computer Corporation
  dmi.modalias: 
dmi:bvnDellComputerCorporation:bvrA05:bd12/02/2003:svnDellComputerCorporation:pnDimension2400:pvr:rvnDellComputerCorp.:rn0F5949:rvrA01:cvnDellComputerCorporation:ct15:cvr:
  dmi.product.name: Dimension 2400
  dmi.sys.vendor: Dell Computer Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1212455/+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 1173581] Re: Ubuntu 13.04 full system crash/kernel panic

2013-08-17 Thread daniel.fanica
I have experienced 2 different problems, both freezes that need me to pull the 
plug on my machine.
1. kernel panic... solution: I have installed version 3.8.8 and I haven't seen 
it since. I have almost a full day of use.
2. graphic freeze... I am on the opne source drivers at the moment tho I have 
tried the other ones as well with pretty much the same result. I have a Dell 
Inspiron 1764

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

Title:
  Ubuntu 13.04 full system crash/kernel panic

Status in “linux” package in Ubuntu:
  Won't Fix

Bug description:
  Ubuntu 13.04 (with latest updates) crashes after a while every time I
  start it, the screen freezes, keyboard and mouse/touchpad do not
  generate any reponse. Ive tried to follow
  https://help.ubuntu.com/community/DebuggingSystemCrash to provide as
  much information as possible.

  I'm using:
  - Dell Studio 1558 (Intel core i3, ATI Mobility Radeon HD 5430/5450/5470)

  I've tried:
  - switching to command line using Ctrl-F1, no response;
  - Prt Scr + R E I S U B, no response;
  - monitoring /var/log/syslog and dmesg, I can't find anything that happened 
at the moment of the crash that might have caused it;
  - running a memory check (for 45 minutes), it passed one time and then I let 
it continue for a while longer, but no errors showed up;
  - disconnecting everyting attached to the laptop (power chord, wireless 
mouse), but the laptop still crashes;
  - using different videocard drivers: fglrx, fglrx-updates and fglrx-12 (from 
the xorg-edgers ppa); does not appear to make any difference, although the 
fglrx drivers seem to increase time before the system crashes (but they 
ironically show a 'AMD unsupported hardware' watermark in the corner of the 
screen);
  - remotely monitoring dmesg and /var/log/syslog over ssh, but ssh also goes 
crashes, the last reports are the same as on the laptop;
  -  installing the 32-bit version of Ubuntu 13.04, same problem as on 64-bit.
  - updating Dell BIOS to A12

  I'm not sure what else I can do to get more information on the crash,
  I'm sorry this is all rather vague. I've tried to gather as much
  information as possible. If there is anyting else I can do, please
  ask.

  UPDATE: I'm now using the open source videocard drivers, and now when the 
system crashes I get a kernel panic (unfortunatelly I seem to be unable to find 
the full message in a log, if there are any at all). I'm not sure if the kernel 
panic is the same crash as under the other videocard drivers, but the effect 
appears to be the same, with the exception that the screen does not freeze, but 
switches to text-mode (still accepts no keyboard input).
  --- 
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  elco   1953 F pulseaudio
  CRDA:
   country NL:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
(5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS
(5490 - 5710 @ 40), (N/A, 27), DFS
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=d4e85ebe-079f-44d5-af90-efd4595f5095
  InstallationDate: Installed on 2013-04-26 (0 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
  MachineType: Dell Inc. Studio 1558
  MarkForUpload: True
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=nl_NL.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=9a065c8b-ac87-49f1-b417-d221a205181f ro quiet splash pcie_aspm=force 
acpi_backlight=vendor vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-19-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 03/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A12
  dmi.board.name: 0874P6
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A12
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A12
  dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd03/30/2011:svnDellInc.:pnStudio1558:pvrA12:rvnDellInc.:rn0874P6:rvrA12:cvnDellInc.:ct8:cvrA12:
  dmi.product.name: Studio 1558
  dmi.product.version: A12
  dmi.sys.vendor: Dell Inc.

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

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

[Kernel-packages] [Bug 1096989] Re: 10ec:8179 No wireless support for Lenovo IdeaCentre Q190 (RTL8188E)

2013-08-17 Thread Christopher M. Penalver
Your Dudeness, one would want to be booted into a Ubuntu repository
kernel when filing a new report.

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

Title:
  10ec:8179 No wireless support for Lenovo IdeaCentre Q190 (RTL8188E)

Status in HWE Next Project:
  New
Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I'm on 12.10. The wifi adapter doesn't seem to be recognized at all:
  doesn't show up in NetworkManager, no adapter listed by iwconfig. The
  wifi card seems to be a RTL8188E (lspci -nn tells me it's 10ec:8179).

  I've tried to:
     - install the Realtek driver for the RTL8188CE (seemed close enough...)
     - install the driver from https://github.com/tianon/linux-rtlwifi-8188ce
     - install linux-backports-modules-cw
     - upgrade to kernel 3.7

  None of those worked.

  ---
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  cat1782 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  DistroRelease: Ubuntu 12.10
  HibernationDevice: RESUME=UUID=b597ccff-c6a0-4caf-8d7a-86b5885c2e71
  InstallationDate: Installed on 2013-01-07 (29 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: LENOVO 10115
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-23-generic 
root=UUID=181643fb-824f-49b7-bad9-b8a31c74a430 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-23-generic N/A
   linux-backports-modules-3.5.0-23-generic  N/A
   linux-firmware1.95
  RfKill:

  Tags:  quantal running-unity
  Uname: Linux 3.5.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 09/21/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: EZKT12AUS
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 STD MM DPK IPG
  dmi.chassis.type: 3
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnLENOVO:bvrEZKT12AUS:bd09/21/2012:svnLENOVO:pn10115:pvrIdeaCentreQ190:rvnLENOVO:rnINVALID:rvrWin8STDMMDPKIPG:cvnLENOVO:ct3:cvrChassisVersion:
  dmi.product.name: 10115
  dmi.product.version: IdeaCentre Q190
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1096989/+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 1212977] Re: saucy daily-live images are unbootable on Dell Optiplex 990; stuck in BusyBox shell

2013-08-17 Thread Christopher M. Penalver
** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  saucy daily-live images are unbootable on Dell Optiplex 990; stuck in
  BusyBox shell

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  saucy daily-live images are unbootable on Dell Optiplex 990. I just get a 
BusyBox shell.
  I have tried the latest live images for the past few days without any luck. 
And the bug persists regardless of which graphics card (or none) I have in.

  Tried at least:
  http://cdimage.ubuntu.com/daily-live/20130814/
  http://cdimage.ubuntu.com/daily-live/20130815/

  and the Optiplex 990 cannot boot them.

  Interestingly, the same USB images do boot successfully on a Thinkpad
  X220.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1212977/+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 1212818] Re: Using fscache with NFS causes random kernel oops

2013-08-17 Thread Christopher M. Penalver
Pending update.

** Tags added: latest-bios-l01-v02.05 needs-upstream-testing regression-
release

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

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

Title:
  Using fscache with NFS causes random kernel oops

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  It is hard to get an oops because the entire FS system seems to hang
  and /var/log/kern.log won't capture it.  I have managed to get a kdump
  capture. I think I told apport to submit the crash dump, but I'm not
  really sure if it worked, and I don't know where to look to see if it
  made it anyplace..

  fscache was working fine in oneiric at least, so this is a regression.

  I'm thinking this is probably the fix that needs to be backported:

  http://www.redhat.com/archives/linux-cachefs/2013-May/msg8.html

  crash reports:

  [178619.012128] BUG: unable to handle kernel NULL pointer dereference at 
000c
  [178619.012224] IP: [81044a99] __ticket_spin_lock+0x9/0x30
  [178619.012303] PGD 0 
  [178619.012329] Oops: 0002 [#1] SMP 
  [178619.012369] Modules linked in: nfsv4(F) cachefiles(F) rfcomm bnep 
bluetooth autofs4(F) nfsd(F) auth_rpcgss(F) nfs_acl(F) nfs(F) lockd(F) 
sunrpc(F) fscache(F) nls_iso8859_1(F) snd_hda_codec_realtek snd_hda_codec_hdmi 
coretemp snd_hda_intel snd_hda_codec kvm_intel snd_hwdep(F) snd_pcm(F) kvm 
snd_page_alloc(F) snd_seq_midi(F) snd_seq_midi_event(F) snd_rawmidi(F) 
snd_seq(F) snd_seq_device(F) snd_timer(F) snd(F) soundcore(F) tpm_infineon 
ghash_clmulni_intel(F) aesni_intel(F) aes_x86_64(F) i915 xts(F) lrw(F) 
gf128mul(F) hp_wmi psmouse(F) drm_kms_helper drm ablk_helper(F) cryptd(F) 
microcode(F) i2c_algo_bit serio_raw(F) sparse_keymap mac_hid wmi tpm_tis 
lpc_ich ppdev(F) video(F) parport_pc(F) iTCO_wdt iTCO_vendor_support lp(F) 
parport(F) hid_generic usbhid hid ahci(F) libahci(F) e1000e(F)
  [178619.013231] CPU 4 
  [178619.013257] Pid: 21461, comm: kworker/u:0 Tainted: GF  O 
3.8.0-27-generic #40-Ubuntu Hewlett-Packard HP EliteDesk 800 G1 SFF/1998
  [178619.013372] RIP: 0010:[81044a99]  [81044a99] 
__ticket_spin_lock+0x9/0x30
  [178619.013460] RSP: 0018:88034e9c9ce0  EFLAGS: 00010287
  [178619.013512] RAX: 0001 RBX: 8803ef5c92c0 RCX: 
81e4fc10
  [178619.013579] RDX: 0001 RSI: 0005 RDI: 
000c
  [178619.013669] RBP: 88034e9c9ce0 R08:  R09: 
81e4fb70
  [178619.013749] R10:  R11:  R12: 
0030
  [178619.013816] R13: 000c R14: 81e4fb60 R15: 
81e4fa00
  [178619.013895] FS:  () GS:88041eb0() 
knlGS:
  [178619.013997] CS:  0010 DS:  ES:  CR0: 80050033
  [178619.014064] CR2: 000c CR3: 02c0d000 CR4: 
001407e0
  [178619.014132] DR0:  DR1:  DR2: 

  [178619.014199] DR3:  DR6: fffe0ff0 DR7: 
0400
  [178619.014267] Process kworker/u:0 (pid: 21461, threadinfo 88034e9c8000, 
task 8803b99cdd00)
  [178619.014364] Stack:
  [178619.014398]  88034e9c9cf0 816cc97e 88034e9c9da0 
a02cc598
  [178619.014483]  880406319c00 88034e9c9d20 8108f393 
8803ef5c9340
  [178619.014576]  88034e9c9d30 81074c74 88034e9c9d40 
81074d14
  [178619.014660] Call Trace:
  [178619.014698]  [816cc97e] _raw_spin_lock+0xe/0x20
  [178619.014762]  [a02cc598] fscache_invalidate_writes+0x28/0xc0 
[fscache]
  [178619.014839]  [8108f393] ? wake_up_process+0x23/0x40
  [178619.014927]  [81074c74] ? wake_up_worker+0x24/0x30
  [178619.014985]  [81074d14] ? insert_work+0x94/0xb0
  [178619.015043]  [8107725a] ? __queue_work+0xea/0x370
  [178619.015111]  [a02c8f6f] fscache_object_state_machine+0x6f/0xa30 
[fscache]
  [178619.015192]  [a02c995b] fscache_object_work_func+0x2b/0x60 
[fscache]
  [178619.015263]  [8107682c] process_one_work+0x15c/0x4d0
  [178619.015325]  [8107808e] worker_thread+0x16e/0x480
  [178619.015418]  [81077f20] ? manage_workers+0x2a0/0x2a0
  [178619.015491]  [8107d420] kthread+0xc0/0xd0
  [178619.015558]  [8107d360] ? kthread_create_on_node+0x120/0x120
  [178619.015662]  [816d516c] ret_from_fork+0x7c/0xb0
  [178619.015728]  [8107d360] ? kthread_create_on_node+0x120/0x120
  [178619.015790] Code: 00 00 48 c7 c1 a1 48 04 81 48 c7 c2 9e 48 04 81 e9 dd 
fe ff ff 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 55 b8 00 00 01 00 48 89 e5 f0 
0f c1 07 89 c1 c1 e9 10 66 39 c1 89 ca 74 11 0f 1f 80 00 00 
  [178619.016207] RIP  [81044a99] __ticket_spin_lock+0x9/0x30
  [178619.016302]  RSP 

[Kernel-packages] [Bug 1165774] Re: [ASUS M3A32-MVP DELUXE] suspend/resume failure

2013-08-17 Thread Jim Patterson
Just updated to the latest, 2202, and it does seem to resolve the issue.
The system has suspended several times and woken up without any issues.

Thanks.

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

Title:
  [ASUS M3A32-MVP DELUXE] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  After suspending the system before retiring last night, it would not
  enable the display upon resume (using the shift key on this PC). The
  system had woken up, as I could hear the fan, but I cannot work
  without the display. I waited at least 1 minute but the monitor never
  came out of sleep mode. I finally reset the systm.

  This is not a new issue. I've seen it persistently, on two different
  PCs I own, since 12.04.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-16-generic 3.8.0-16.26 [modified: 
boot/vmlinuz-3.8.0-16-generic]
  ProcVersionSignature: Ubuntu 3.8.0-16.26-generic 3.8.5
  Uname: Linux 3.8.0-16-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jim2040 F pulseaudio
   /dev/snd/controlC0:  jim2040 F pulseaudio
   /dev/snd/controlC1:  jim2040 F pulseaudio
  CRDA:
   country CO:
(2402 - 2472 @ 40), (3, 27)
(5170 - 5250 @ 40), (3, 17)
(5250 - 5330 @ 40), (3, 23), DFS
(5735 - 5835 @ 40), (3, 30)
  Date: Sun Apr  7 10:33:17 2013
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=f3d69779-2779-47e6-9f55-e79bffb1b5cc
  InstallationDate: Installed on 2013-04-06 (0 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130402.1)
  InterpreterPath: /usr/bin/python3.3
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-16-generic 
root=UUID=788d972f-18cf-48d8-93fa-d851797f1936 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:
   linux-restricted-modules-3.8.0-16-generic N/A
   linux-backports-modules-3.8.0-16-generic  N/A
   linux-firmware1.104
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: [System manufacturer System Product Name] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 12/26/2007
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0801
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M3A32-MVP DELUXE
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0801:bd12/26/2007:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM3A32-MVPDELUXE:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165774/+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 1208532] Re: put_page failures with 3.8.0-27.40

2013-08-17 Thread Gregory Stewart
3.8.0-29.42 uptime 1 day, 13:14, no issues

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

Title:
  put_page failures with 3.8.0-27.40

Status in “linux” package in Ubuntu:
  In Progress

Bug description:
  Since update to 3.8.0-27.40 kernel I have been seeing these errors on
  an almost daily basis. I run two Windows Server 2012 instances under
  KVM. One or both of the Windows instances will disconnect from the
  network when this error happens and will not reconnect until I reboot
  Windows. Linux seems to recover silently on its own.

  Running on an HP Z600 Workstation with ECC RAM (memory issue is very
  unlikely). Scanned the boot/swap HDD for errors with Seagate SeaTools,
  no issues found.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-27-generic 3.8.0-27.40
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  greg   3352 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Date: Mon Aug  5 09:44:31 2013
  HibernationDevice: RESUME=UUID=94c635e6-8245-4fe1-8c93-432c8d10dbd1
  InstallationDate: Installed on 2012-02-14 (538 days ago)
  InstallationMedia: Ubuntu-Server 11.10 Oneiric Ocelot - Release amd64 
(20111011)
  MachineType: Hewlett-Packard HP Z600 Workstation
  MarkForUpload: True
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-27-generic 
root=/dev/mapper/mizuno-root ro
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-27-generic N/A
   linux-backports-modules-3.8.0-27-generic  N/A
   linux-firmware1.106
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to raring on 2013-04-25 (101 days ago)
  dmi.bios.date: 11/02/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G4 v03.54
  dmi.board.asset.tag: 2UA00605JK
  dmi.board.name: 0AE8h
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: C
  dmi.chassis.asset.tag: 2UA00605JK
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G4v03.54:bd11/02/2011:svnHewlett-Packard:pnHPZ600Workstation:pvr:rvnHewlett-Packard:rn0AE8h:rvrC:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Z600 Workstation
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1208532/+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 758909] Re: WARNING: at /build/buildd/linux-2.6.38/net/sched/sch_generic.c:256 dev_watchdog 0x213/0x220()

2013-08-17 Thread Christopher M. Penalver
Henk Boudewijn, this bug was reported a while ago and there hasn't been
any activity in it recently. We were wondering if this is still an
issue? If so, could you please test for this with the latest development
release of Ubuntu? ISO images are available from
http://cdimage.ubuntu.com/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the daily folder, 
but the one all the way at the bottom. Once you've tested the upstream kernel, 
please comment on which kernel version specifically you tested. If this bug is 
fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.11-rc5

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** This bug is no longer a duplicate of bug 732651
   WARNING: at /build/buildd/linux-2.6.38/net/sched/sch_generic.c:256 
dev_watchdog 0x213/0x220()

** Tags added: needs-full-computer-model

** Changed in: linux (Ubuntu)
   Status: New = Incomplete

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

Title:
  WARNING: at /build/buildd/linux-2.6.38/net/sched/sch_generic.c:256
  dev_watchdog 0x213/0x220()

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  serious kernel problem: this happens at least 3 times a day

  ProblemType: KernelOops
  DistroRelease: Ubuntu 11.04
  Package: linux-image-2.6.38-8-generic 2.6.38-8.42
  Regression: No
  Reproducible: No
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic i686
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xc000 irq 17'
 Mixer name : 'Realtek ALC861-VD'
 Components : 'HDA:10ec0862,103c30e5,0011 
HDA:10573055,103c30e5,00100700'
 Controls  : 23
 Simple ctrls  : 13
  Date: Tue Apr 12 17:54:22 2011
  Failure: oops
  Frequency: Once a day.
  HibernationDevice: RESUME=UUID=55d28f7b-17ad-43ac-9e87-e6085b553597
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta 1 i386 (20110329.1)
  MachineType: Hewlett-Packard HP Pavilion tx2000 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=07c9c444-3b53-4950-b578-1260121140a9 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-2.6.38-8-generic N/A
   linux-backports-modules-2.6.38-8-generic  N/A
   linux-firmware1.50
  SourcePackage: linux
  Title: WARNING: at /build/buildd/linux-2.6.38/net/sched/sch_generic.c:256 
dev_watchdog+0x213/0x220()
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/22/2008
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.06
  dmi.board.name: 30E5
  dmi.board.vendor: Quanta
  dmi.board.version: 88.08
  dmi.chassis.type: 10
  dmi.chassis.vendor: Quanta
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.06:bd02/22/2008:svnHewlett-Packard:pnHPPaviliontx2000NotebookPC:pvrRev1:rvnQuanta:rn30E5:rvr88.08:cvnQuanta:ct10:cvrN/A:
  dmi.product.name: HP Pavilion tx2000 Notebook PC
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/758909/+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 1165774] Re: [ASUS M3A32-MVP DELUXE] suspend/resume failure

2013-08-17 Thread Christopher M. Penalver
Jim Patterson, this bug report is being closed due to your last comment
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165774/comments/8
regarding this being fixed with a BIOS update. For future reference you
can manage the status of your own bugs by clicking on the current status
in the yellow line and then choosing a new status in the revealed drop
down box. You can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  [ASUS M3A32-MVP DELUXE] suspend/resume failure

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  After suspending the system before retiring last night, it would not
  enable the display upon resume (using the shift key on this PC). The
  system had woken up, as I could hear the fan, but I cannot work
  without the display. I waited at least 1 minute but the monitor never
  came out of sleep mode. I finally reset the systm.

  This is not a new issue. I've seen it persistently, on two different
  PCs I own, since 12.04.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-16-generic 3.8.0-16.26 [modified: 
boot/vmlinuz-3.8.0-16-generic]
  ProcVersionSignature: Ubuntu 3.8.0-16.26-generic 3.8.5
  Uname: Linux 3.8.0-16-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jim2040 F pulseaudio
   /dev/snd/controlC0:  jim2040 F pulseaudio
   /dev/snd/controlC1:  jim2040 F pulseaudio
  CRDA:
   country CO:
(2402 - 2472 @ 40), (3, 27)
(5170 - 5250 @ 40), (3, 17)
(5250 - 5330 @ 40), (3, 23), DFS
(5735 - 5835 @ 40), (3, 30)
  Date: Sun Apr  7 10:33:17 2013
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=f3d69779-2779-47e6-9f55-e79bffb1b5cc
  InstallationDate: Installed on 2013-04-06 (0 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130402.1)
  InterpreterPath: /usr/bin/python3.3
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-16-generic 
root=UUID=788d972f-18cf-48d8-93fa-d851797f1936 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:
   linux-restricted-modules-3.8.0-16-generic N/A
   linux-backports-modules-3.8.0-16-generic  N/A
   linux-firmware1.104
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: [System manufacturer System Product Name] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 12/26/2007
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0801
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M3A32-MVP DELUXE
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0801:bd12/26/2007:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM3A32-MVPDELUXE:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165774/+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 742697] Re: [atl1c] WARNING: at /build/buildd/linux-2.6.38/net/sched/sch_generic.c:256 dev_watchdog+0x213/0x220()

2013-08-17 Thread Christopher M. Penalver
Oleksij Rempel, this bug was reported a while ago and there hasn't been
any activity in it recently. We were wondering if this is still an
issue? If so, could you please test for this with the latest development
release of Ubuntu? ISO images are available from
http://cdimage.ubuntu.com/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the daily folder, 
but the one all the way at the bottom. Once you've tested the upstream kernel, 
please comment on which kernel version specifically you tested. If this bug is 
fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.11-rc5

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** This bug is no longer a duplicate of bug 732651
   WARNING: at /build/buildd/linux-2.6.38/net/sched/sch_generic.c:256 
dev_watchdog 0x213/0x220()

** Tags added: bios-outdated-1601

** Changed in: linux (Ubuntu)
   Status: New = Incomplete

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

Title:
  [atl1c] WARNING: at
  /build/buildd/linux-2.6.38/net/sched/sch_generic.c:256
  dev_watchdog+0x213/0x220()

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  After plugging and unplugging the LAN cable i get this warning.
  Network continue to work, so i do not think it is a critical warning:

  [ 1224.016060] [ cut here ]
  [ 1224.016082] WARNING: at 
/build/buildd/linux-2.6.38/net/sched/sch_generic.c:256 
dev_watchdog+0x213/0x220()
  [ 1224.016089] Hardware name: 1005HA
  [ 1224.016095] NETDEV WATCHDOG: eth0 (atl1c): transmit queue 0 timed out
  [ 1224.016101] Modules linked in: cryptd aes_i586 aes_generic binfmt_misc 
parport_pc ppdev dm_crypt snd_hda_codec_realtek snd_hda_intel snd_hda_codec 
snd_hwdep snd_pcm arc4 snd_seq_midi snd_rawmidi snd_seq_midi_event eeepc_wmi 
joydev ath9k mac80211 snd_seq ath9k_common sparse_keymap snd_timer 
snd_seq_device ath9k_hw uvcvideo snd ath cfg80211 videodev soundcore psmouse 
snd_page_alloc serio_raw lp parport dm_raid45 xor btrfs zlib_deflate libcrc32c 
i915 ahci libahci drm_kms_helper drm atl1c i2c_algo_bit video ramzswap xvmalloc
  [ 1224.016213] Pid: 2000, comm: firefox-bin Not tainted 2.6.38-7-generic 
#38-Ubuntu
  [ 1224.016220] Call Trace:
  [ 1224.016235]  [c104f912] ? warn_slowpath_common+0x72/0xa0
  [ 1224.016245]  [c1449d03] ? dev_watchdog+0x213/0x220
  [ 1224.016255]  [c1449d03] ? dev_watchdog+0x213/0x220
  [ 1224.016265]  [c104f9e3] ? warn_slowpath_fmt+0x33/0x40
  [ 1224.016275]  [c1449d03] ? dev_watchdog+0x213/0x220
  [ 1224.016288]  [c105cb1b] ? lock_timer_base.clone.21+0x2b/0x50
  [ 1224.016297]  [c105e217] ? mod_timer+0x117/0x250
  [ 1224.016307]  [c105c70b] ? call_timer_fn+0x2b/0xe0
  [ 1224.016316]  [c15104bb] ? do_IRQ+0x4b/0xc0
  [ 1224.016324]  [c1449af0] ? dev_watchdog+0x0/0x220
  [ 1224.016331]  [c105da49] ? run_timer_softirq+0xe9/0x1e0
  [ 1224.016338]  [c1449af0] ? dev_watchdog+0x0/0x220
  [ 1224.016346]  [c1056622] ? __do_softirq+0x82/0x170
  [ 1224.016353]  [c10565a0] ? __do_softirq+0x0/0x170
  [ 1224.016358]  IRQ  [c10567ed] ? irq_exit+0x6d/0x80
  [ 1224.016370]  [c151058b] ? smp_apic_timer_interrupt+0x5b/0x8a
  [ 1224.016378]  [c1509d89] ? apic_timer_interrupt+0x31/0x38
  [ 1224.016385]  [c150] ? intel_workarounds+0x45/0x11c
  [ 1224.016391] ---[ end trace 9e18cbfe984cc3de ]---
  [ 1224.040954] atl1c :01:00.0: irq 45 for MSI/MSI-X
  [ 1224.041044] atl1c :01:00.0: atl1c: eth0 NIC Link is Up100 Mbps Full 
Duplex

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: linux-image-2.6.38-7-generic 2.6.38-7.38
  Regression: Yes
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.38-7.38-generic 2.6.38
  Uname: Linux 2.6.38-7-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  

  1   2   3   >