[Bug 1796799] Re: After doing dist-upgrade in apt , crashed while re-login [error: implicit declaration of function ‘init_timer’]

2018-11-20 Thread Modestas
*** This bug is a duplicate of bug 1737750 ***
https://bugs.launchpad.net/bugs/1737750

Please upgrade the package to 304.137 from debian repo as it fixes the
build issue on 4.15 kernel. It is a trivial fix that no one seems to
care fixing. I am sad it takes such a long time to fix.

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

Title:
  After doing dist-upgrade in apt , crashed while re-login [error:
  implicit declaration of function ‘init_timer’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1796799/+subscriptions

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

[Bug 1800531] [NEW] Nvidia driver does not build on Xenial LTS 4.15

2018-10-29 Thread Modestas
Public bug reported:

Please update the Nvidia 304 package so they can be built with the
Xenial 4.15 lts kernel as is done on debian see:

https://packages.debian.org/jessie/nvidia-legacy-304xx-driver
https://metadata.ftp-master.debian.org/changelogs//non-free/n/nvidia-graphics-drivers-legacy-304xx/nvidia-graphics-drivers-legacy-304xx_304.137-0~deb8u1_changelog

  * Add nvidia-drm-pci-init.patch to fix kernel module build on Linux 4.14
and newer (304.137-1).
  * Add timer.patch to fix kernel module build on Linux 4.15 and newer
(304.137-4).

As now the driver is broken on Xenial LTS 4.15 only 4.4 works. As it is
a LTS I hope this simple update will come soon. Thanks. :)

** Affects: nvidia-graphics-drivers-304 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: driver nvidia xenial

** Tags added: driver nvidia xenial

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

Title:
  Nvidia driver does not build on Xenial LTS 4.15

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1800531/+subscriptions

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

[Bug 1751147] Re: nvidia-304 kernel module failed to build with new bionic kernel [error: implicit declaration of function ‘init_timer’; did you mean ‘init_timers’?]

2018-10-29 Thread Modestas
*** This bug is a duplicate of bug 1737750 ***
https://bugs.launchpad.net/bugs/1737750

Hi dear Xenial ubuntu 16.04 LTS maintainers. You broke Nvidia drivers with hwe 
kernel 4.15. AS it is a LTE please stop wasting time on bug fixing and just 
import the debian strech stable packages that are fixed for kernel 4.15 and 
above. see:
https://metadata.ftp-master.debian.org/changelogs//non-free/n/nvidia-graphics-drivers-legacy-304xx/nvidia-graphics-drivers-legacy-304xx_304.137-0~deb8u1_changelog

* Add timer.patch to fix kernel module build on Linux 4.15 and newer
(304.137-4).

https://packages.debian.org/jessie/nvidia-legacy-304xx-driver

Pretty please!!!

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

Title:
  nvidia-304 kernel module failed to build with new bionic kernel
  [error: implicit declaration of function ‘init_timer’; did you mean
  ‘init_timers’?]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1751147/+subscriptions

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

[Bug 1737750] Re: nvidia-graphics-drivers fail to build [error: implicit declaration of function ‘init_timer’]

2018-10-29 Thread Modestas
Hi dear Xenial ubuntu 16.04 LTS maintainers. You broke Nvidia drivers with hwe 
kernel 4.15. AS it is a LTE please stop wasting time on bug fixing and just 
import the debian strech stable packages that are fixed for kernel 4.15 and 
above. see:
https://metadata.ftp-master.debian.org/changelogs//non-free/n/nvidia-graphics-drivers-legacy-304xx/nvidia-graphics-drivers-legacy-304xx_304.137-0~deb8u1_changelog

* Add timer.patch to fix kernel module build on Linux 4.15 and newer
(304.137-4).

https://packages.debian.org/jessie/nvidia-legacy-304xx-driver

Pretty please!!!

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

Title:
  nvidia-graphics-drivers fail to build [error: implicit declaration of
  function ‘init_timer’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1737750/+subscriptions

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

[Bug 1733127] Re: Session crashes when monitor is disconnected

2017-12-23 Thread Modestas
I have this bug too. Please fix ASAP because it is driving me insane! I
turn off monitor to save electricity and ubuntu logs off terminating all
my programs!!! How can you even release with such a big bug! I don't
have this problem with other Linux distros.

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

Title:
  Session crashes when monitor is disconnected

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

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

[Bug 1497472] Re: Kernel fails to find devices to mount

2017-09-13 Thread Modestas
*** This bug is a duplicate of bug 1496756 ***
https://bugs.launchpad.net/bugs/1496756

the bug is resolved in official kernel, proper 5.0 emmc support is added
see mmc.c:


/* eMMC v5 or later */
if (card->ext_csd.rev >= 7) {
memcpy(card->ext_csd.fwrev, _csd[EXT_CSD_FIRMWARE_VERSION],
   MMC_FIRMWARE_LEN);
card->ext_csd.ffu_capable =
(ext_csd[EXT_CSD_SUPPORTED_MODE] & 0x1) &&
!(ext_csd[EXT_CSD_FW_CONFIG] & 0x1);

card->ext_csd.pre_eol_info = ext_csd[EXT_CSD_PRE_EOL_INFO];
card->ext_csd.device_life_time_est_typ_a =
ext_csd[EXT_CSD_DEVICE_LIFE_TIME_EST_TYP_A];
card->ext_csd.device_life_time_est_typ_b =
ext_csd[EXT_CSD_DEVICE_LIFE_TIME_EST_TYP_B];
}

Please support flo again! :)

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

Title:
  Kernel fails to find devices to mount

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

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