b-rad-NDi / Ubuntu-media-tree-kernel-builder

Slip stream the latest LinuxTV.org media drivers into an installable Ubuntu kernel package
98 stars 9 forks source link

unmet dependancies #144

Closed learningubuntu closed 2 years ago

learningubuntu commented 2 years ago

So, i'm pretty new to linux, i have Ubuntu server (64 bit) installed on a raspberry pi, its a clean install.

Imediately after install I did

sudo apt-get update

then

sudo apt-get upgrade

OS details.....

NAME="Ubuntu" VERSION="20.04.4 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.4 LTS" VERSION_ID="20.04" VERSION_CODENAME=focal UBUNTU_CODENAME=focal

then when I go to install mediatree packages i do.....

sudo add-apt-repository ppa:b-rad/kernel+mediatree+hauppauge

This PPA provides the Ubuntu kernel, with the latest Linuxtv.org media tree slipstreamed in and all new hardware enabled. There are also additional patches applied to accommodate new Hauppauge hardware/features, while that support is heading upstream.

Patches, build script, and bug tracker may be found here: https://github.com/b-rad-NDi/Ubuntu-media-tree-kernel-builder More info: https://launchpad.net/~b-rad/+archive/ubuntu/kernel+mediatree+hauppauge Press [ENTER] to continue or Ctrl-c to cancel adding it.

Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB] Hit:3 http://ppa.launchpad.net/b-rad/kernel+mediatree+hauppauge/ubuntu focal InRelease Get:4 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [1235 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [868 kB] Fetched 2439 kB in 4s (570 kB/s) Reading package lists... Done

sudo apt-get update

Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease Hit:2 http://ppa.launchpad.net/b-rad/kernel+mediatree+hauppauge/ubuntu focal InRelease Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease Reading package lists... Done

sudo apt-get install linux-mediatree

Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies: linux-mediatree : Depends: linux-image-5.4.0-1042203222222-generic but it is not installable Depends: linux-modules-5.4.0-1042203222222-generic but it is not installable Depends: linux-modules-extra-5.4.0-1042203222222-generic but it is not installable Depends: linux-headers-5.4.0-1042203222222-generic but it is not installable E: Unable to correct problems, you have held broken packages.

Any help would be really appreciated!

b-rad-NDi commented 2 years ago

The ppa is for x86/amd64 only. If you want raspberry pi builds you must download them from the releases page of this github project.