[12.04 LTS] Napaka pri namestitvi ATI Catalyst Video Driverja

ClawFingaz Član
uredil/-a 25. March, 2014 v Težave s strojno opremo
Lep Pozdrav.

Sem ćisto nov v Linuxu in imam problem pri instalaciji driverja za nojo graficno kartico :
Mobility Radeon HD 5430 ( je dokaj stara graficna )
Malo sem googlal i n prisel do navodil kako se instalira na strani :
http://askubuntu.com/questions/124292/what-is-the-correct-way-to-install-ati-catalyst-video-drivers-fglrx/126513#126513

Bom kar napisal postopek kako sen delal in kje se mi zalomi :

V terminal napisal :

1.) V terminal napisal :
sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases
To mi je zdownlodalo in instaliralo

2.) z atijeve strani sem zdownloadal in extrahiral datoteko : amd-catalyst-13.12-linux-x86.x86_64.run v podmapo ATI tako da je pot clawfingaz@ClawFingaS:~/ati$

3.) V terminalu sem sel v ta direktorij in napisal :
sudo sh *.run --buildpkg Ubuntu/precise
In naredlo mi je 4 datoteke v istem direktriju :
fglrx_8.961-0ubuntu1_amd64.deb
fglrx-amdcccle_8.961-0ubuntu1_amd64.deb
fglrx-dev_8.961-0ubuntu1_amd64.deb
fglrx-installer_13.251-0ubuntu1_i386.changes

4.) Tu se mi sedaj zalomi vse skupaj po navodilih bi moral sedj istalirat driverje z :
sudo dpkg -i *.deb
Pojavi se mi napaka ( sem copy - pastal to kar je bilo v terminalu ) :

clawfingaz@ClawFingaS:~/ati$ sudo dpkg -i *.deb
Selecting previously unselected package fglrx.
(Reading database ... 148899 files and directories currently installed.)
Unpacking fglrx (from fglrx_13.251-0ubuntu1_i386.deb) ...
Selecting previously unselected package fglrx-amdcccle.
Unpacking fglrx-amdcccle (from fglrx-amdcccle_13.251-0ubuntu1_i386.deb) ...
Selecting previously unselected package fglrx-dev.
Unpacking fglrx-dev (from fglrx-dev_13.251-0ubuntu1_i386.deb) ...
dpkg: dependency problems prevent configuration of fglrx:
fglrx depends on linux-headers-generic | linux-headers-generic-lts-quantal | linux-headers; however:
Package linux-headers-generic is not installed.
Package linux-headers-generic-lts-quantal is not installed.
Package linux-headers 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 ...
Errors were encountered while processing:
fglrx
fglrx-amdcccle
fglrx-dev


Bil bi zelo hvaležen če bi mi znal kdo pomagat . Instaliran imam Linux Ubuntu 12.04.


LP Peter

Komentarji

  • hja no sicer vse lepo piše:
    fglrx depends on linux-headers-generic | linux-headers-generic-lts-quantal | linux-headers; however:
    Package linux-headers-generic is not installed.
    Package linux-headers-generic-lts-quantal is not installed.
    Package linux-headers is not installed.
    samo jaz bi jih raje poskusil najprej namestiti takole: http://www.psychocats.net/ubuntu/drivers

    sicer pa so prava navodila tu: https://help.ubuntu.com/community/BinaryDriverHowto/AMD
    in tudi 12.04 je precise ne quantal.
  • vse piše
     Package linux-headers-generic is not installed.


    Rešitev

    sudo apt-get install linux-headers-generic

    ali pa
    sudo apt-get upgrade -f
    {sam popravi posodobitev/namestitev če si jo začel preko dpkg}
Za komentiranje se prijavite ali pa se vpišite.