install AMD Driver on HP Pavilion dv6-6051er on ubuntu 13.10 amd64
Posted
by
user1685095
on Ask Ubuntu
See other posts from Ask Ubuntu
or by user1685095
Published on 2013-10-21T15:10:56Z
Indexed on
2013/10/21
16:10 UTC
Read the original article
Hit count: 517
So... I've tried to follow this instructions
After running sudo dpkg -i fglrx*.deb
I got a bunch of errors about missing packages, so I've star?d to install them one by one and stuck on this one.
Unpacking fglrx-dev (from fglrx-dev_12.104-0ubuntu1_amd64.deb) ... dpkg: dependency problems prevent configuration of fglrx: fglrx depends on lib32gcc1; however: Package lib32gcc1 is not installed. fglrx depends on dkms; however: Package dkms is not installed.
dpkg: error processing fglrx (--install): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of fglrx-amdcccle: fglrx-amdcccle depends on fglrx; however: Package fglrx is not configured yet.
dpkg: error processing fglrx-amdcccle (--install): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of fglrx-dev: fglrx-dev depends on fglrx; however: Package fglrx is not configured yet.
dpkg: error processing fglrx-dev (--install): dependency problems - leaving unconfigured Processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot Errors were encountered while processing: fglrx fglrx-amdcccle fglrx-dev
sudo apt-get install lib32gcc1
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
fglrx : Depends: dkms but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
So, what sould I do next to install this drivers?
© Ask Ubuntu or respective owner