Драйверы Ubuntu AMD с двойной загрузкой установлены неправильно - цикл входа в систему
Я просто установил Ubuntu 16.something.something и попытался установить последние драйверы AMD (этот). Я установил их, используя этот учебник. Когда установка завершается, я получаю сообщение об ошибке, в котором говорится, что она установлена неправильно, и запрашивается проверка журнала установки, который выдает следующее сообщение об ошибке:
NOTE: If your system has logged the missing packages required for installation, install them in the order as per the log file to resolve package-dependency issues.
Package dh-modaliases is missing from the system. Install it using the command apt-get install dh-modaliases.
Package execstack is missing from the system. Install it using the command apt-get install execstack.
Package debhelper is missing from the system. Install it using the command apt-get install debhelper.
Package dkms is missing from the system. Install it using the command apt-get install dkms.
Package lib32gcc1 is missing from the system. Install it using the command apt-get install lib32gcc1.
Supported adapter detected.
Check if system has the tools required for installation.
Uninstalling any previously installed drivers.
Unloading radeon module...
rmmod: ERROR: Module radeon is in use
Unloading drm module...
rmmod: ERROR: Module drm is in use by: ttm drm_kms_helper radeon
[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/4.4.0-38-generic/build SUBDIRS=/lib/modules/fglrx/build_mod/2.6.x modules
make[1]: Entering directory '/usr/src/linux-headers-4.4.0-38-generic'
CC [M] /lib/modules/fglrx/build_mod/2.6.x/firegl_public.o
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function ‘firegl_major_proc_read’:
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:634:9: error: void value not ignored as it ought to be
len = seq_printf(m, "%d\n", major);
^
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function ‘KCL_fpu_save_init’:
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:6458:49: error: ‘XSTATE_FP’ undeclared (first use in this function)
if (!(fpu->state.xsave.header.xfeatures & XSTATE_FP))
^
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:6458:49: note: each undeclared identifier is reported only once for each function it appears in
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: At top level:
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:6448:12: warning: ‘KCL_fpu_save_init’ defined but not used [-Wunused-function]
static int KCL_fpu_save_init(struct task_struct *tsk)
^
scripts/Makefile.build:258: recipe for target '/lib/modules/fglrx/build_mod/2.6.x/firegl_public.o' failed
make[2]: * [/lib/modules/fglrx/build_mod/2.6.x/firegl_public.o] Error 1
Makefile:1403: recipe for target '_module_/lib/modules/fglrx/build_mod/2.6.x' failed
make[1]: * [module/lib/modules/fglrx/build_mod/2.6.x] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.4.0-38-generic'
Makefile:88: recipe for target 'kmod_build' failed
make: * [kmod_build] Error 2
build failed with return value 2
[Error] Kernel Module : Failed to compile kernel module - please consult readme.
[Reboot] Kernel Module : update-initramfs
После перезагрузки компьютера после того, как меня попросили попробовать войти в систему, где я получаю петлю входа в систему. В основном я набираю свой пароль, на секунду он отображает пустой рабочий стол, а затем возвращается к экрану входа. Это просто повторяется. Я новичок в Linux и не очень разбираюсь в программировании (помимо моих промежуточных знаний HTML, CSS и т. Д.)
Мои характеристики:
AMD FX-6300 CPU
ASRock Pro3 R2.0 Mobo
Gigabyte 270x
HyperX ddr3 RAM
Segate HDD - partitioned for Linux and Windows 10 dual boot
Пожалуйста, помогите:)