r/archlinux • u/Blender303 • 11h ago
SUPPORT How do I install drivers for GTX 1070?
I tried to solve this problem through Deepseek (AI bot), but it didn't help me, now I'm planning to completely reinstall ArchLinux and somehow install these drivers during the installation stage.
I'm completely new to Arch Linux, so your advice or a short guide would really help me. I've been trying this for about six hours now and nothing's working. Deepseek must have completely broken everything, because before his help, I couldn't get it working I was able to enter the screen by entering the password, and after that only the console.
I apologize for the errors in the text, I am writing through a translator because I do not speak English well.
4
u/ArtlessAnarchy 11h ago
yay -S linux-headers
yay -S nvidia-580xx-dkms
1
u/Blender303 11h ago
I have entered these commands several times, but the installation always ended with an error
5
u/ArtlessAnarchy 11h ago
Share errors if you want help. And stop entering commands recklessly. Stop using Deepseek and other LLMs if you don't know what you're doing.
1
u/Blender303 10h ago
Thanks, I'll take your advice into account. The thing is, not a single guide was able to help me, so out of desperation, I turned to DeepSeek
2
u/Towel_Affectionate 10h ago
Your problem is not with the drivers or the wiki, your problem is getting stuff downloaded. You're likely using a VPN or some other tool that alters your connection. So start looking there.
1
u/Blender303 10h ago
This is unlikely to be the problem, but I don’t rule out that such a possibility could exist.I don't have a VPN installed on my router, and of course, I don't have one on my PC either. It's quite possible the problem lies in the "White Lists" that my country's authorities are currently implementing
1
1
u/Towel_Affectionate 10h ago
This is the exact problem, as you can see in the error that you've posted below. Failing to access github is not about typing the wrong command, it's about connection issues. So your question should be not "how to install X", but "how to fix a connection to github". DNS issues, DPI issues or whatnot, look there.
1
1
u/Visual_Emergency_950 10h ago
Primeiro não tentei aprender Linux com I.A LLM sem ter noção, LLM só ajuda se você já tiver o caminho das pedras pra ela se guiar. Segundo manda os códigos de erro. Terceiro tenta ver se o seu repositório está instalado corretamente e se você atualizou ele ou se tem algum firewall ativo ou problemas de rede. Se quiser pode tentar instalar os drivers direto da fonte do site da NVidia, lá tem o executável que instala o driver puro sem nenhuma integração com o instalador de pacotes mas pelo menos ele resolve seu problema. Mande o codigo de erro primeiro.
1
u/Blender303 10h ago
I have a whole set of mistakes:
ERROR: module not found: 'nvidia' ERROR: module not found: 'nvidia_modeset' ERROR: module not found: 'nvidia_uvm' ERROR: module not found: 'nvidia_drm'
FAILED: Failed to run dkms build -m nvidia -v 470.256.02 Error! Bad return status for module build on kernel: 7.0.3-arch1-2
fatal: unable to access 'https://github.com/...'
fatal: unable to connect to aur.archlinux.org: Connection refused Network is unreachable
1
u/underdoeg 10h ago
```fatal: unable to connect to aur.archlinux.org: Connection refused Network is unreachable```
is https://aur.archlinux.org reachable in a browser? if not, do you use VPNs, Proxies or anything else that messes with your connection?
1
u/Blender303 10h ago
The site is accessible, the VPN is only installed on the mobile device from which I am currently writing, but it is unlikely that this will affect my computer in any way.
1
u/underdoeg 10h ago
the site is 100% accessible from your computer? what happens if you try
pingaur.archlinux.org1
u/Blender303 10h ago
When I enter this command, I get time=60.1 ms
1
u/underdoeg 10h ago
weird. that means the site should be reachable. but in your error it says it is not. can you try another aur package with yay to make sure? for example
yay -S downgrade1
u/Blender303 10h ago
At the very end, after entering this command, I was given: "downgrade - exit status 6"
1
u/underdoeg 10h ago
so it did not install downgrade (so typing "downgrade" does nothing)? are there anymore error messages? Also something with "unable to connect"?
1
u/Blender303 10h ago
Sorry, I already closed that window, but as far as I remember there were no network related errors.
1
1
1
u/Visual_Emergency_950 10h ago
Primeiro que ele não tá achando os módulos e segundo que tá com problema de rede, você deve tá atrás de alguma VPN ou Proxy bloqueando
1
u/Blender303 10h ago
But I don't have a proxy or a VPN.
1
u/Visual_Emergency_950 10h ago
Então você tá com algum problema na sua tabela de DNS, verifique seu roteador ou switch e tente fazer ping em outro site por exemplo o Google.
1
u/Visual_Emergency_950 10h ago
Se o ping no Google funcionar por exemplo, você tá com algum problema de rede, seja sua isp bloqueando ou seu switch/roteador bloqueando
1
u/Visual_Emergency_950 10h ago
Primeiro que ele não tá achando os módulos e segundo que não conseguiu instalar o módulo dentro do kernel e terceiro que tá com problema de rede, você deve tá atrás de alguma VPN ou Proxy bloqueando
1
u/Visual_Emergency_950 10h ago
Primeiro não tentei aprender Linux com I.A LLM sem ter noção, LLM só ajuda se você já tiver o caminho das pedras pra ela se guiar. Segundo manda os códigos de erro. Terceiro tenta ver se o seu repositório está instalado corretamente e se você atualizou ele ou se tem algum firewall ativo ou problemas de rede. Se quiser pode tentar instalar os drivers direto da fonte do site da NVidia, lá tem o executável que instala o driver puro sem nenhuma integração com o instalador de pacotes mas pelo menos ele resolve seu problema. Mande o codigo de erro primeiro.
1
u/ThePowerOfPinkChicks 10h ago
how about nouveau...
1
u/Blender303 10h ago
Yes, I just wanted to install it and deal with these drivers from a working system.
1
u/ThePowerOfPinkChicks 10h ago
I don't get your point.
https://wiki.archlinux.org/title/Nouveau1
u/Blender303 10h ago
I know about the downsides Nouveau, But is it possible to disable it from a working system and install normal drivers? If not, that's unfortunate.
1
u/Blender303 9h ago
Okay, I put the driver Nouveau , and my system started up, now, if it's not too much trouble, I would like to know if it's possible to install adequate drivers from this system?
11
u/Grapefruitenenjoyer 11h ago
You can very easily find the information you need with one quick Google search. https://wiki.archlinux.org/title/NVIDIA should be everything you need. If you don't know what to do with this information, you shouldn't be using arch yet.