JeremyI tried reinstalling the files you linked. These re the errors I received. miguel@miguel-MIIX-510-12ISK:~/Downloads/linux$ sudo dpkg -i linux-*.deb [sudo] password for miguel: (Reading database ... 201194 files and directories currently installed.) Preparing to unpack linux-headers-5.2.0-050200rc4_5.2.0-050200rc4.201906091240_all.deb ... Unpacking linux-headers-5.2.0-050200rc4 (5.2.0-050200rc4.201906091240) over (5.2.0-050200rc4.201906091240) ... Preparing to unpack linux-headers-5.2.0-050200rc4-generic_5.2.0-050200rc4.201906091240_amd64.deb ... Unpacking linux-headers-5.2.0-050200rc4-generic (5.2.0-050200rc4.201906091240) over (5.2.0-050200rc4.201906091240) ... Selecting previously unselected package linux-image-unsigned-5.2.0-050200rc4-generic. Preparing to unpack linux-image-unsigned-5.2.0-050200rc4-generic_5.2.0-050200rc4.201906091240_amd64.deb ... Unpacking linux-image-unsigned-5.2.0-050200rc4-generic (5.2.0-050200rc4.201906091240) ... Selecting previously unselected package linux-modules-5.2.0-050200rc4-generic. Preparing to unpack linux-modules-5.2.0-050200rc4-generic_5.2.0-050200rc4.201906091240_amd64.deb ... Unpacking linux-modules-5.2.0-050200rc4-generic (5.2.0-050200rc4.201906091240) ... dpkg: error processing archive linux-modules-5.2.0-050200rc4-generic_5.2.0-050200rc4.201906091240_amd64.deb (--install): unable to open '/lib/modules/5.2.0-050200rc4-generic/kernel/drivers/media/usb/gspca/gl860/gspca_gl860.ko.dpkg-new': Operation not permitted Setting up linux-headers-5.2.0-050200rc4 (5.2.0-050200rc4.201906091240) ... Setting up linux-headers-5.2.0-050200rc4-generic (5.2.0-050200rc4.201906091240) ... /etc/kernel/header_postinst.d/dkms: ERROR (dkms apport): kernel package linux-headers-5.2.0-050200rc4-generic is not supported Error! Bad return status for module build on kernel: 5.2.0-050200rc4-generic (x86_64) Consult /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/make.log for more information. dpkg: dependency problems prevent configuration of linux-image-unsigned-5.2.0-050200rc4-generic: linux-image-unsigned-5.2.0-050200rc4-generic depends on linux-modules-5.2.0-050200rc4-generic; however: Package linux-modules-5.2.0-050200rc4-generic is not installed.
dpkg: error processing package linux-image-unsigned-5.2.0-050200rc4-generic (--install): dependency problems - leaving unconfigured Errors were encountered while processing: linux-modules-5.2.0-050200rc4-generic_5.2.0-050200rc4.201906091240_amd64.deb linux-image-unsigned-5.2.0-050200rc4-generic miguel@miguel-MIIX-510-12ISK:~/Downloads/linux$ Miguel================================== On Sunday, June 16, 2019, 10:25:35 AM GMT+8, Miguel Aboitiz <migsaboi...@yahoo.com> wrote: Addendum... Jeremy 1. I tried removing the blacklist fix and rebooting the computer to see if the partial install of the kernel fixed the problem. It did not (see attached screenshot) 2. I tried updating my software, however the system detected a partial install and now does not allow any updates until some type of "package fix" is done Miguel-------- On Sunday, June 16, 2019, 9:57:21 AM GMT+8, Miguel Aboitiz <migsaboi...@yahoo.com> wrote: Jeremy My secureboot is Disabled I tried installing the files as you instructed and encountered these errors. miguel@miguel-MIIX-510-12ISK:~/Downloads/linux$ sudo dpkg -i linux-*.deb [sudo] password for miguel: (Reading database ... 187922 files and directories currently installed.) Preparing to unpack linux-headers-5.2.0-050200rc4_5.2.0-050200rc4.201906091240_all.deb ... Unpacking linux-headers-5.2.0-050200rc4 (5.2.0-050200rc4.201906091240) over (5.2.0-050200rc4.201906091240) ... Preparing to unpack linux-headers-5.2.0-050200rc4-generic_5.2.0-050200rc4.201906091240_amd64.deb ... Unpacking linux-headers-5.2.0-050200rc4-generic (5.2.0-050200rc4.201906091240) over (5.2.0-050200rc4.201906091240) ... Preparing to unpack linux-image-unsigned-5.2.0-050200rc4-generic_5.2.0-050200rc4.201906091240_amd64.deb ... Unpacking linux-image-unsigned-5.2.0-050200rc4-generic (5.2.0-050200rc4.201906091240) over (5.2.0-050200rc4.201906091240) ... Preparing to unpack linux-modules-5.2.0-050200rc4-generic_5.2.0-050200rc4.201906091240_amd64.deb ... Unpacking linux-modules-5.2.0-050200rc4-generic (5.2.0-050200rc4.201906091240) over (5.2.0-050200rc4.201906091240) ... dpkg: error processing archive linux-modules-5.2.0-050200rc4-generic_5.2.0-050200rc4.201906091240_amd64.deb (--install): unable to open '/lib/modules/5.2.0-050200rc4-generic/kernel/drivers/media/dvb-frontends/dib7000p.ko.dpkg-new': Operation not permitted Setting up linux-headers-5.2.0-050200rc4 (5.2.0-050200rc4.201906091240) ... Setting up linux-headers-5.2.0-050200rc4-generic (5.2.0-050200rc4.201906091240) ... /etc/kernel/header_postinst.d/dkms: Traceback (most recent call last): File "/usr/share/apport/package-hooks/dkms_packages.py", line 53, in <module> supported_kernel = apport.packaging.is_distro_package(kernel_package) File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 187, in is_distro_package pkg = self._apt_pkg(package) File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 125, in _apt_pkg return self._cache()[package] File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 90, in _cache self._apt_cache = apt.Cache(progress, rootdir='/') File "/usr/lib/python3/dist-packages/apt/cache.py", line 166, in __init__ self.open(progress) File "/usr/lib/python3/dist-packages/apt/cache.py", line 227, in open self._depcache = apt_pkg.DepCache(self._cache) apt_pkg.Error: E:The package linux-modules-5.2.0-050200rc4-generic needs to be reinstalled, but I can't find an archive for it. Error! Bad return status for module build on kernel: 5.2.0-050200rc4-generic (x86_64) Consult /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/make.log for more information. dpkg: dependency problems prevent configuration of linux-image-unsigned-5.2.0-050200rc4-generic: linux-image-unsigned-5.2.0-050200rc4-generic depends on linux-modules-5.2.0-050200rc4-generic; however: Package linux-modules-5.2.0-050200rc4-generic is not installed. dpkg: error processing package linux-image-unsigned-5.2.0-050200rc4-generic (--install): dependency problems - leaving unconfigured Errors were encountered while processing: linux-modules-5.2.0-050200rc4-generic_5.2.0-050200rc4.201906091240_amd64.deb linux-image-unsigned-5.2.0-050200rc4-generic I am leaving to night for Europe and will not have this particular laptop with me. I will be back in 2 weeks miguel========= On Saturday, June 15, 2019, 9:20:42 PM GMT+8, Jeremy <1832...@bugs.launchpad.net> wrote: Download the following https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2-rc4/linux-headers-5.2.0-050200rc4_5.2.0-050200rc4.201906091240_all.deb https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2-rc4/linux-headers-5.2.0-050200rc4-generic_5.2.0-050200rc4.201906091240_amd64.deb https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2-rc4/linux-image-unsigned-5.2.0-050200rc4-generic_5.2.0-050200rc4.201906091240_amd64.deb https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2-rc4/linux-modules-5.2.0-050200rc4-generic_5.2.0-050200rc4.201906091240_amd64.deb Then install them with sudo dpkg -i linux-*.deb -- You received this bug notification because you are subscribed to the bug report. https://bugs.launchpad.net/bugs/1832435 Title: Lenovo miix 510 wifi adapter cannot be turned on Status in linux package in Ubuntu: Confirmed Bug description: This problem appears when you first install ubuntu 18.04, 18.10, and 19.10 on a Lenovo Miix 501 laptop. I have not tried previous versions of ubuntu. After installation or update to a newer versio of ubuntu the network adaptor is set to off and cannot be turned on. I believe this is because of a non-existent or faulty driver for the intel 8260 wifi adapter. It also could be that the driver is waiting for physical or keyboard switch to turn on the adapter. However, no such switch exists in this laptop model. The problem can be resolved by adding "blacklist ideapad_laptop" to the configuration file /etc/modprobe.d/blacklist.conf (this is for ubuntu 19.04. The filename and location are different for 18.04 and 18.10) --- ProblemType: Bug ApportVersion: 2.20.10-0ubuntu27 Architecture: amd64 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC0: miguel 6912 F.... pulseaudio CurrentDesktop: ubuntu:GNOME DistroRelease: Ubuntu 19.04 InstallationDate: Installed on 2019-05-19 (25 days ago) InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210) Lsusb: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 258a:1015 Bus 001 Device 002: ID 8087:0a2b Intel Corp. Bus 001 Device 004: ID 046d:c52f Logitech, Inc. Unifying Receiver Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: LENOVO 80U1 NonfreeKernelModules: wl Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-16-generic root=UUID=b684d0bb-4d92-4580-ac87-40c2ed9a486e ro quiet splash vt.handoff=1 ProcVersionSignature: Ubuntu 5.0.0-16.17-generic 5.0.8 RelatedPackageVersions: linux-restricted-modules-5.0.0-16-generic N/A linux-backports-modules-5.0.0-16-generic N/A linux-firmware 1.178.1 StagingDrivers: ipu3_imgu Tags: disco staging Uname: Linux 5.0.0-16-generic x86_64 UpgradeStatus: Upgraded to disco on 2019-06-12 (1 days ago) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 06/23/2017 dmi.bios.vendor: LENOVO dmi.bios.version: 2KCN33WW dmi.board.asset.tag: NO Asset Tag dmi.board.name: INVALID dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: NO Asset Tag dmi.chassis.type: 32 dmi.chassis.vendor: LENOVO dmi.chassis.version: MIIX 510-12ISK dmi.modalias: dmi:bvnLENOVO:bvr2KCN33WW:bd06/23/2017:svnLENOVO:pn80U1:pvrMIIX510-12ISK:rvnLENOVO:rnINVALID:rvrSDK0J40697WIN:cvnLENOVO:ct32:cvrMIIX510-12ISK: dmi.product.family: IDEAPAD dmi.product.name: 80U1 dmi.product.sku: LENOVO_MT_80U1_BU_idea_FM_MIIX 510-12ISK dmi.product.version: MIIX 510-12ISK dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1832435/+subscriptions -- 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/1832435 Title: Lenovo miix 510 wifi adapter cannot be turned on Status in linux package in Ubuntu: Confirmed Bug description: This problem appears when you first install ubuntu 18.04, 18.10, and 19.10 on a Lenovo Miix 501 laptop. I have not tried previous versions of ubuntu. After installation or update to a newer versio of ubuntu the network adaptor is set to off and cannot be turned on. I believe this is because of a non-existent or faulty driver for the intel 8260 wifi adapter. It also could be that the driver is waiting for physical or keyboard switch to turn on the adapter. However, no such switch exists in this laptop model. The problem can be resolved by adding "blacklist ideapad_laptop" to the configuration file /etc/modprobe.d/blacklist.conf (this is for ubuntu 19.04. The filename and location are different for 18.04 and 18.10) --- ProblemType: Bug ApportVersion: 2.20.10-0ubuntu27 Architecture: amd64 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC0: miguel 6912 F.... pulseaudio CurrentDesktop: ubuntu:GNOME DistroRelease: Ubuntu 19.04 InstallationDate: Installed on 2019-05-19 (25 days ago) InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210) Lsusb: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 258a:1015 Bus 001 Device 002: ID 8087:0a2b Intel Corp. Bus 001 Device 004: ID 046d:c52f Logitech, Inc. Unifying Receiver Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: LENOVO 80U1 NonfreeKernelModules: wl Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-16-generic root=UUID=b684d0bb-4d92-4580-ac87-40c2ed9a486e ro quiet splash vt.handoff=1 ProcVersionSignature: Ubuntu 5.0.0-16.17-generic 5.0.8 RelatedPackageVersions: linux-restricted-modules-5.0.0-16-generic N/A linux-backports-modules-5.0.0-16-generic N/A linux-firmware 1.178.1 StagingDrivers: ipu3_imgu Tags: disco staging Uname: Linux 5.0.0-16-generic x86_64 UpgradeStatus: Upgraded to disco on 2019-06-12 (1 days ago) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 06/23/2017 dmi.bios.vendor: LENOVO dmi.bios.version: 2KCN33WW dmi.board.asset.tag: NO Asset Tag dmi.board.name: INVALID dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: NO Asset Tag dmi.chassis.type: 32 dmi.chassis.vendor: LENOVO dmi.chassis.version: MIIX 510-12ISK dmi.modalias: dmi:bvnLENOVO:bvr2KCN33WW:bd06/23/2017:svnLENOVO:pn80U1:pvrMIIX510-12ISK:rvnLENOVO:rnINVALID:rvrSDK0J40697WIN:cvnLENOVO:ct32:cvrMIIX510-12ISK: dmi.product.family: IDEAPAD dmi.product.name: 80U1 dmi.product.sku: LENOVO_MT_80U1_BU_idea_FM_MIIX 510-12ISK dmi.product.version: MIIX 510-12ISK dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1832435/+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