[Bug 1753525] Re: Wacom tablet not recognized in Settings > Devices

2018-10-22 Thread virgosun via ubuntu-bugs
same here Ubuntu 18.04, Wacom ISDv4 104, builtin i2c tablet work but no
stylus setting

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

Title:
  Wacom tablet not recognized in Settings > Devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1753525/+subscriptions

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

[Bug 1766663] Re: source kernel 4.15 bug in media.h

2018-04-26 Thread virgosun via ubuntu-bugs
Hello,

After researching the Google,
https://android.googlesource.com/platform/bionic/+/c61f990/libc/kernel/README.TXT,
I found the the striping of kernel header is the same as Google's Bionic
the new 'clean' linux header feature:

"
fortunately, enlightnment happened, and the kernel now provides a way to
install a set of "user-friendly" headers that are generated from the official
ones by stripping the __KERNEL__ protected declarations.

"
To be exact, I guess this is taken at this step:

fakeroot debian/rules clean

So, may I ask how to prevent the step from stripping off all macros

Thanks!!

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

Title:
  source kernel 4.15 bug in media.h

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

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

[Bug 1766663] Re: source kernel 4.15 bug in media.h

2018-04-25 Thread virgosun via ubuntu-bugs
Thank you for you quick response.

Sorry, I have once again looked at the origin kernel source before the header 
DEB is built.
Then I see the user space .h is correctly isolated in uapi  tree.
Some how, the process of compile and install, has striped all kernel macro 
directive from these user space .h
I haven't figured out what cause this
I follow this guide to build the custom kernel with its associate header 
https://help.ubuntu.com/community/Kernel/Compile
And exactly from apt-get source

MAKEFLAGS="HOSTCC=/usr/bin/gcc CCACHE_PREFIX=distcc" make-kpkg --rootcmd
fakeroot --initrd --append-to-version=-suspend2 kernel-image kernel-
headers kernel-source

So, I suppose this is not a bug but may be the default feature of the build 
tool chain.
Am I correct?
It is an off topic 
But I don't know why custom header is striped out that way, when ubuntu header 
retain origin directive.

Regards

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

Title:
  source kernel 4.15 bug in media.h

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

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

[Bug 1766663] ProcCpuinfoMinimal.txt

2018-04-24 Thread virgosun via ubuntu-bugs
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/173/+attachment/5126621/+files/ProcCpuinfoMinimal.txt

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

Title:
  source kernel 4.15 bug in media.h

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

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

[Bug 1766663] Re: source kernel 4.15 bug in media.h

2018-04-24 Thread virgosun via ubuntu-bugs
apport information

** Tags added: apport-collected zesty

** Description changed:

  Hello all,
  
  I am compiling my custom linux-image and linux-headers from bionic
  source:
  
  Source version in changelog:
  
  * linux: 4.15.0-15.16 -proposed tracker (LP: #1761177)
  
  After install the custom linux to my system, I can not install external
  module:
  
  make[1]: Entering directory '/usr/src/linux-headers-4.15.15+inject'
CC [M]  
/home/virgosun/Documents/droidcam-64bit/v4l2loopback/v4l2loopback-dc.o
  In file included from ./include/linux/media.h:28:0,
   from ./include/media/media-entity.h:27,
   from ./include/media/v4l2-dev.h:20,
   from ./include/media/v4l2-common.h:29,
   from 
/home/virgosun/Documents/droidcam-64bit/v4l2loopback/v4l2loopback-dc.c:30:
  /usr/lib/gcc/x86_64-linux-gnu/7/include/stdint.h:9:26: error: no include path 
in which to search for stdint.h
   # include_next 
^
  
  Look at the media.h, I found the change that cause the error:
  
  #ifndef __KERNEL__
  #include 
  #endif
  
  is changed to
  
  #include 
  
  Revert the change fix the compilation
  
  Please be aware of this
  
  Thanks
  
  Regards
+ --- 
+ ApportVersion: 2.20.4-0ubuntu4.10
+ Architecture: amd64
+ CurrentDesktop: GNOME
+ DistroRelease: Ubuntu 17.04
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: virgosun
+ Tags:  zesty
+ Uname: Linux 4.15.15+inject x86_64
+ UnreportableReason: The running kernel is not an Ubuntu kernel
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm audio cdrom dip lpadmin plugdev pulse sambashare 
shairport-sync sudo wireshark
+ _MarkForUpload: True

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/173/+attachment/5126620/+files/JournalErrors.txt

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

Title:
  source kernel 4.15 bug in media.h

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

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

[Bug 1766663] [NEW] source kernel 4.15 bug in media.h

2018-04-24 Thread virgosun via ubuntu-bugs
Public bug reported:

Hello all,

I am compiling my custom linux-image and linux-headers from bionic
source:

Source version in changelog:

* linux: 4.15.0-15.16 -proposed tracker (LP: #1761177)

After install the custom linux to my system, I can not install external
module:

make[1]: Entering directory '/usr/src/linux-headers-4.15.15+inject'
  CC [M]  /home/virgosun/Documents/droidcam-64bit/v4l2loopback/v4l2loopback-dc.o
In file included from ./include/linux/media.h:28:0,
 from ./include/media/media-entity.h:27,
 from ./include/media/v4l2-dev.h:20,
 from ./include/media/v4l2-common.h:29,
 from 
/home/virgosun/Documents/droidcam-64bit/v4l2loopback/v4l2loopback-dc.c:30:
/usr/lib/gcc/x86_64-linux-gnu/7/include/stdint.h:9:26: error: no include path 
in which to search for stdint.h
 # include_next 
  ^

Look at the media.h, I found the change that cause the error:

#ifndef __KERNEL__
#include 
#endif

is changed to

#include 

Revert the change fix the compilation

Please be aware of this

Thanks

Regards

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

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

Title:
  source kernel 4.15 bug in media.h

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

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

[Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2018-04-23 Thread virgosun via ubuntu-bugs
Thanks for the work around!
Why it affects only my custom kernel 4.14.0.15 Artful?

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

Title:
  update-initramfs not adding i915 GuC firmware, firmware fails to load

To manage notifications about this bug go to:
https://bugs.launchpad.net/initramfs-tools/+bug/1728238/+subscriptions

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

[Bug 1587674] Re: [HP Pavilion dm1-3205au Entertainment Notebook PC] Wifi intermittently connects to router on Ubuntu 16.04 LTS - Ralink RT5390

2018-04-17 Thread virgosun via ubuntu-bugs
Same here. Wifi random lost connection

$ lspci | grep 802.11
02:00.0 Network controller: Ralink corp. RT5390 Wireless 802.11n 1T/1R PCIe

on Asus X451CA

Works fine on latest kernel of Kali 2017

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

Title:
  [HP Pavilion dm1-3205au Entertainment Notebook PC] Wifi intermittently
  connects to router on Ubuntu 16.04 LTS - Ralink RT5390

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

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

[Bug 1732845] Re: Tablet layout uses qwertz in us.xml

2017-11-28 Thread virgosun
Change the us.xml doesn't work after login

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

Title:
  Tablet layout uses qwertz in us.xml

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

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

[Bug 1359803] Re: External mic not being used in combo port

2017-02-09 Thread virgosun
I confirm @fabianbur work around solve the issue

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

Title:
  External mic not being used in combo port

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

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


[Bug 1359803] Re: External mic not being used in combo port

2017-02-09 Thread virgosun
me too Asus X451CA Realtek ALC270. Ubuntu 16.04

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

Title:
  External mic not being used in combo port

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

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


[Bug 1608933] [NEW] package intel-microcode 3.20151106.1 failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2016-08-02 Thread virgosun
Public bug reported:

I dont know
Ubuntu run from Live USB stick, create new user account

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: intel-microcode 3.20151106.1
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
AptOrdering:
 intel-microcode: Remove
 initramfs-tools: Configure
 NULL: ConfigurePending
Architecture: amd64
CasperVersion: 1.376
Date: Tue Aug  2 11:57:29 2016
ErrorMessage: subprocess installed post-removal script returned error exit 
status 1
LiveMediaBuild: Ubuntu-GNOME 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160720)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: intel-microcode
Title: package intel-microcode 3.20151106.1 failed to install/upgrade: 
subprocess installed post-removal script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: intel-microcode (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package intel-microcode 3.20151106.1 failed to install/upgrade:
  subprocess installed post-removal script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1608933/+subscriptions

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


[Bug 1602035] Re: Maps app no longer works because MapQuest disabled access

2016-07-31 Thread virgosun
Will it be available for gnome-shell --version
GNOME Shell 3.18.5
?

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

Title:
  Maps app no longer works because MapQuest disabled access

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-maps/+bug/1602035/+subscriptions

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


[Bug 1559576] Re: Ubuntu GNOME boots to black screen when using proprietary Nvidia drivers on a laptop with Optimus

2016-04-27 Thread virgosun
@shinyblue you can try different version from ppa, but remember to turn
off Nvidia in bios before you are ready to turn it on.

Terminal upgrade and terminal recovery console is a very bare runtime
without any power management. I was facing frequent force-reset while
working in terminal, due to overheat

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

Title:
  Ubuntu GNOME boots to black screen when using proprietary Nvidia
  drivers on a laptop with Optimus

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

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


[Bug 1559576] Re: Ubuntu GNOME boots to black screen when using proprietary Nvidia drivers on a laptop with Optimus

2016-04-26 Thread virgosun
@Alberto Milone ah yet they said that it is just packed from the
vendor's release

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

Title:
  Ubuntu GNOME boots to black screen when using proprietary Nvidia
  drivers on a laptop with Optimus

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

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


[Bug 1559576] Re: Ubuntu GNOME boots to black screen when using proprietary Nvidia drivers on a laptop with Optimus

2016-04-25 Thread virgosun
@Simon Kjellberg If 364.19 not work for you, you may try roll back to 352 as it 
work in 15.10.
I am sure it is gdm, I have almost naver been able to combine lightdm with 
Gnome in my system.
$dpkg-reconfigure gdm

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

Title:
  Ubuntu GNOME boots to black screen when using proprietary Nvidia
  drivers on a laptop with Optimus

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

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


[Bug 1559576] Re: Ubuntu GNOME boots to black screen when using proprietary Nvidia drivers on a laptop with Optimus

2016-04-24 Thread virgosun
Rick Gatewood@  graphics ppa work for me, you can try. If you face back
screen boot, then restart to recovery console:

mount -o remount,rw /
prime-select intel

If it don not work

apt-get purge nvidia*

If it work,  login to desktop add graphic ppa address as @Alberto Milone.
On additional driver, choose Nvidia 364.19 (open source).
This work for me, PRIME profile work with both Intel and Nvida

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

Title:
  Ubuntu GNOME boots to black screen when using proprietary Nvidia
  drivers on a laptop with Optimus

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

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


[Bug 1559576] Re: Ubuntu GNOME boots to black screen when using proprietary Nvidia drivers on a laptop with Optimus

2016-04-23 Thread virgosun
@Alberto Milone  solve by add graphical ppa, nvidia 364.19

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

Title:
  Ubuntu GNOME boots to black screen when using proprietary Nvidia
  drivers on a laptop with Optimus

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

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


[Bug 1559576] Re: Ubuntu GNOME boots to black screen when using proprietary Nvidia drivers on a laptop with Optimus

2016-04-22 Thread virgosun
@Alberto Milone yet , 362 driver only works if the PRIME profile set to Intel 
Graphics power save. If the profile is set to NVIDIA Geforce then black screen 
after login. With Nouveu there is no way to turn of Nvidia GeForce. 16.04 
in fact ruin the PC, toast it really heat. 
Driver 351 run fine in 15.10 http://i.imgur.com/ubN15iq.jpg

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

Title:
  Ubuntu GNOME boots to black screen when using proprietary Nvidia
  drivers on a laptop with Optimus

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

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


[Bug 1559576] Re: Ubuntu GNOME boots to black screen when using proprietary Nvidia drivers on a laptop with Optimus

2016-04-22 Thread virgosun
confirm same. reproducible on hardware Lenovo Yoga 500-15IBD Primus HD
5500/ Nvidia Geforce  GT940M.


Before 16.04, run fine on base system 15.10 Nvidia proprietary 351

After

 $sudo do-release-upgrade
Lighntdm   ---> login loop
dpkg-reconfigure Gdm --->  blank screen

Nvidia proprietary 362

Bug

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

Title:
  Ubuntu GNOME boots to black screen when using proprietary Nvidia
  drivers on a laptop with Optimus

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

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