0
$ sudo apt-get install cedarview-drm libva-cedarview-vaapi-driver cedarview-graphics-drivers

Reading package lists... Done
Building dependency tree       
Reading state information... Done

E: Unable to locate package cedarview-drm
E: Unable to locate package libva-cedarview-vaapi-driver
E: Unable to locate package cedarview-graphics-drivers

.

$ uname -m
i686
  • Why can't I find these "cedarview-drm packages"?
bain
  • 12,200
antnchv
  • 13

1 Answers1

1

I've got to assume you're running an older version of Ubuntu, on older hardware. The cedarview drivers seem to be fairly unsupported according to this link, and another link suggests that they will only operate with a 32 bit version of Ubuntu (12.04?). Ubuntu Packages has a downloadable driver for cedarview that you might give a shot at. Other than that you could start calling and writing to Intel, perhaps?

Charles Green
  • 21,859