INFORMATICS

The Best

Blad podczas instalacji RADEON HD 7790

Inicio desactivadoInicio desactivadoInicio desactivadoInicio desactivadoInicio desactivado
 

Podczas instalacji sterownika karty graficznej ATI HD otrzymujemy informacje o błędzie instalacji. Instalowany był  sterownik amd-driver-installer-radeon-hd7790-12-101.2.1-linux.

Blad z loga ponizej:

/usr/share/ati/fglrx-install.log                      755/755               100%
Supported adapter detected.
Check if system has the tools required for installation.
fglrx installation requires that the system have kernel headers.  /lib/modules/3
.2.0-4-amd64/build/include/linux/version.h cannot be found on this system.
fglrx installation requires that the system has make tool. make cannot be found
on this system.
fglrx installation requires that the system has gcc tool. gcc cannot be found on
 this system.
One or more tools required for installation cannot be found on the system. Insta
ll the required tools before installing the fglrx driver.
Optionally, run the installer with --force option to install without the tools.
Forcing install will disable AMD hardware acceleration and may make your system
unstable. Not recommended.

Jedno lub więcej narzedzi nie może byż zainstalowane i znalezione w systemie. Należy zainstalowac niezbędne narzedzia a nastepnie ponowić próbę instalacji.

Opcjonalnie mozna uruchomic instalator z opcja force pozwoli to zainstalowac nam sterownik ale bedzie on zainstalowany bez narzedzi co spowoduje wylaczenie akceleratora miedzy innymi OpenGC

Opcja ta jest niepolecana może spowodować spory balagan w poszukiwaniu przyczyny problemów z kartą graficzną

Rozpoczynamy sprawdzanie i instalowanie odpowiednich modulów.

wchodzimy do folderu

usr/share/ati/

i deinstalujemy za pomocą polecenia fglrx-uninstall.sh stare sterowniki

 Wczytujemy się w log i doinstalowujemy nagłówki jądra. Prubujemy zainstalować tylko jego

apt-get install linux-headers-generic

$ apt-cache search linux-headers-$(uname -r)

$ sudo apt-get install linux-headers-$(uname -r)

# apt-get install linux-headers-$(uname -r)

Po instalacji nagłówka nadal występuje problem z instalacją sterownika komunikat z loga to:

/usr/share/ati
Supported adapter detected.
Check if system has the tools required for installation.
fglrx installation requires that the system has make tool. make cannot be found on this system.
fglrx installation requires that the system has gcc tool. gcc cannot be found on this system.
One or more tools required for installation cannot be found on the system. Install the required tools before installing the fglrx driver.
Optionally, run the installer with --force option to install without the tools.
Forcing install will disable AMD hardware acceleration and may make your system unstable. Not recommended.

Instalujemy moduł gcc

apt-get install gcc, linux-sources linux-headers

 Po zainstalowaniu tych modułów proces instalacji przebiega prawidłowo.

Prawidłowy log po instalacji to:


Supported adapter detected.
Check if system has the tools required for installation.
Uninstalling any previously installed drivers.
[Message] Kernel Module : Trying to install a precompiled kernel module.
[Message] Kernel Module : Precompiled kernel module version mismatched.
[Message] Kernel Module : Found kernel module build environment, generating kernel module now.
AMD kernel module generator version 2.1
doing Makefile based build for kernel 2.6.x and higher
rm -rf *.c *.h *.o *.ko *.a .??* *.symvers
make -C /lib/modules/3.2.0-4-amd64/build SUBDIRS=/lib/modules/fglrx/build_mod/2.6.x modules
make[1]: Wej<C5><9B>cie do katalogu `/usr/src/linux-headers-3.2.0-4-amd64'
  CC [M]  /lib/modules/fglrx/build_mod/2.6.x/firegl_public.o
  CC [M]  /lib/modules/fglrx/build_mod/2.6.x/kcl_acpi.o
  CC [M]  /lib/modules/fglrx/build_mod/2.6.x/kcl_agp.o
  CC [M]  /lib/modules/fglrx/build_mod/2.6.x/kcl_debug.o
  CC [M]  /lib/modules/fglrx/build_mod/2.6.x/kcl_ioctl.o
  CC [M]  /lib/modules/fglrx/build_mod/2.6.x/kcl_io.o
  CC [M]  /lib/modules/fglrx/build_mod/2.6.x/kcl_pci.o
  CC [M]  /lib/modules/fglrx/build_mod/2.6.x/kcl_str.o
  CC [M]  /lib/modules/fglrx/build_mod/2.6.x/kcl_iommu.o
  CC [M]  /lib/modules/fglrx/build_mod/2.6.x/kcl.o
  CC [M]  /lib/modules/fglrx/build_mod/2.6.x/kcl_wait.o
  LD [M]  /lib/modules/fglrx/build_mod/2.6.x/fglrx.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /lib/modules/fglrx/build_mod/2.6.x/fglrx.mod.o
  LD [M]  /lib/modules/fglrx/build_mod/2.6.x/fglrx.ko
make[1]: Opuszczenie katalogu `/usr/src/linux-headers-3.2.0-4-amd64'
build succeeded with return value 0
duplicating results into driver repository...
done.
You must change your working directory to /lib/modules/fglrx
and then call ./make_install.sh in order to install the built module.
- recreating module dependency list
- trying a sample load of the kernel modules
done.
[Reboot] Kernel Module : update-initramfs
(END)

 

Search