nvidia: я протестировал of 0000:01:00.0 failed with ошибку-1

I have в problem. I cannot install latest nvidia драйверы for my card gt 630, package nvidia-352. I check this the nvidia сайт and I am sure that драйвер should совместимый with my card. Probably my mainboard is not. Could you please help? google did not help :-( at all

The ошибка message from dmesg:

[  353.572840] NVRM: The Unknown NVIDIA GT2xx Series GPU installed in this
[  353.572840] NVRM:  system is not supported through the 352.63 NVIDIA
[  353.572840] NVRM:  driver. You can try the NVIDIA 340.xx Legacy drivers.
[  353.572840] NVRM:  Please visit http://www.nvidia.com/object/unix.html
[  353.572840] NVRM:  for download information.  The 352.63 NVIDIA driver
[  353.572840] NVRM:  will ignore this GPU.  Continuing probe...
[  353.572877] nvidia: probe of 0000:01:00.0 failed with error -1
[  353.572901] Error: Driver 'nvlink' is already registered, aborting...
[  353.573313] NVRM: The NVIDIA probe routine failed for 1 device(s).
[  353.573315] NVRM: None of the NVIDIA graphics adapters were initialized!
[  353.573317] [drm] Module unloaded
[  353.573418] NVRM: NVIDIA init module failed!
[  353.574017] systemd-udevd[2755]: Failed to apply ACL on /dev/dri/card0: No such file or directory
[  353.574026] systemd-udevd[2755]: Failed to apply ACL on /dev/dri/card0: No such file or directory

Ubuntu версия:

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 14.04.3 LTS
Release:        14.04
Codename:       trusty

lspci output for the card:

01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108 [GeForce GT 630] [10de:0f00] (rev a2) (prog-if 00 [VGA controller])
        Flags: fast devsel, IRQ 16
        Memory at f6000000 (32-bit, non-prefetchable) [size=16M]
        Memory at c0000000 (64-bit, prefetchable) [size=512M]
        Memory at e0000000 (64-bit, prefetchable) [size=32M]
        I/O ports at e000 [size=128]
        Expansion ROM at f7000000 [disabled] [size=512K]
        Capabilities: [60] Power Management version 3
        Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
        Capabilities: [78] Express Endpoint, MSI 00
        Capabilities: [b4] Vendor Specific Information: Len=14 <?>
        Capabilities: [100] Virtual Channel
        Capabilities: [128] Power Budgeting <?>
        Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>

uname -a:

Linux vladimir-pc 3.16.0-57-generic #77~14.04.1-Ubuntu SMP Thu Dec 17 23:20:00 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

BIOS information:

01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108 [GeForce GT 630] [10de:0f00] (rev a2) (prog-if 00 [VGA controller])
        Flags: fast devsel, IRQ 16
        Memory at f6000000 (32-bit, non-prefetchable) [size=16M]
        Memory at c0000000 (64-bit, prefetchable) [size=512M]
        Memory at e0000000 (64-bit, prefetchable) [size=32M]
        I/O ports at e000 [size=128]
        Expansion ROM at f7000000 [disabled] [size=512K]
        Capabilities: [60] Power Management version 3
        Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
        Capabilities: [78] Express Endpoint, MSI 00
        Capabilities: [b4] Vendor Specific Information: Len=14 <?>
        Capabilities: [100] Virtual Channel
        Capabilities: [128] Power Budgeting <?>
        Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
1
задан 20 December 2015 в 08:42

1 ответ

Кажется, что видеокарта не была обнаружена правильно.
Установка NVIDIA 352 драйвера при помощи другого метода.

Первое удаление (возможно частично) установило программное обеспечение драйверов NVIDIA.

Выделение запись Ubuntu в меню начальной загрузки GRUB и нажатии E ключ.
Добавляют nouveau.modeset=0 до конца строки Linux - F10 нажатия для начальной загрузки.

На экранном нажатии входа в систему Ctrl + Высокий звук + F1 - входит, имя пользователя и пароль - тогда выполнитесь:

sudo apt-get purge nvidia*  
sudo reboot  

Теперь Установка драйверы 352,63 поддержки Выделение NVIDIA GEFORCE GT 630.

запись Ubuntu в меню начальной загрузки GRUB и нажатии E ключ.
Добавляют nouveau.modeset=0 до конца строки Linux - F10 нажатия для начальной загрузки.

На экранном нажатии входа в систему Ctrl + Высокий звук + F1 - входит, имя пользователя и пароль - тогда выполнитесь:

sudo apt-get update
sudo apt-get install nvidia-352
sudo reboot  

Примечание: В случае, если это не работает с nouveau.modeset=0 - повторяют его с параметром nomodeset.

2
ответ дан 7 December 2019 в 13:50

Другие вопросы по тегам:

Похожие вопросы: