You are not logged in.

#1 2009-06-27 19:08:53

jarbowski
Member
Registered: 2008-12-01
Posts: 7

[SOLVED] mistake with /etc/modprobe.d

hi,
I was certainly dreaming when I did that....but I did it.....
I've erased /etc/modprobe.d.............
Is there anyone who know how to regenerate these files in /etc/modprobe.d?
Thanks

Last edited by jarbowski (2009-06-27 20:18:11)

Offline

#2 2009-06-27 19:45:23

Profjim
Member
From: NYC
Registered: 2008-03-24
Posts: 658

Re: [SOLVED] mistake with /etc/modprobe.d

This will list all your installed packages:

pacman -Qq

For a given package, this will list all the files contained in it:

pacman -Ql PACKAGENAME

That seems also to accept the PACKAGENAME via stdin. Hence you can easily string them together and grep for /etc/modprobe.d:

pacman -Qq | pacman -Ql | fgrep /etc/modprobe.d

Reinstall the packages this reports.

Offline

#3 2009-06-27 20:11:41

jarbowski
Member
Registered: 2008-12-01
Posts: 7

Re: [SOLVED] mistake with /etc/modprobe.d

Perfect.
Thanks a lot.

Offline

#4 2009-06-27 20:42:59

jarbowski
Member
Registered: 2008-12-01
Posts: 7

Re: [SOLVED] mistake with /etc/modprobe.d

Just for information, because you seem to know a lot of things about it, could you explain me why I've managed to reach X just by changing nvidia by nv in /etc/X11/xorg.conf............(with /etc/modprobe.d empty............I was despered....and it worked............)
thanks

ps : I love your glasses...

Offline

Board footer

Powered by FluxBB