View previous topic :: View next topic |
Author |
Message |
starise Apprentice
Joined: 09 Oct 2004 Posts: 211 Location: Napoli
|
Posted: Fri Mar 25, 2005 7:09 pm Post subject: [risolto] Errori all'avvio: devfs, nvidia |
|
|
Ho messo sul PC di un amico la gentoo, usando la 2005.0 experimental
nessun problema particolare durante l'installazione, ma quando ho fatto il primo avvio, mi da questi due errori:
Code: |
starting devfsd...
/sbin/rc : line 271 : /sbin/devpsd : no such file or directory
checking root filesystem
failed to open the device /dev/hda10 : no such file or directory
* filesystem couldn't be fixed :(
|
non capisco da cosa dipende.. sapreste consigliarmi su dove indagare?
il fstab è a posto.
(nota: ho fatto 3 partizioni: BOOT = /dev/hda8 | SWAP = /dev/hda9 | ROOT = /dev/hda10 )
ciao a presto
Andrea _________________ Notebook: Dell XPS M1330, Core 2 Duo 2GHz, 2 GB DDR2, HD 200GB 7200rpm, GeForce 8400M - powered by Gentoo
Last edited by starise on Fri Mar 25, 2005 10:46 pm; edited 3 times in total |
|
Back to top |
|
|
dappiu Apprentice
Joined: 14 Mar 2005 Posts: 242 Location: Pisa, Italy
|
Posted: Fri Mar 25, 2005 7:14 pm Post subject: |
|
|
Perchè non configuri il sistema per usare udev e non devfs?
Mi sembra un problema legato a devfs _________________ If the human brain were so simple that we could understand it, we would be so simple we couldn't. |
|
Back to top |
|
|
starise Apprentice
Joined: 09 Oct 2004 Posts: 211 Location: Napoli
|
Posted: Fri Mar 25, 2005 7:19 pm Post subject: |
|
|
dappiu wrote: | Perchè non configuri il sistema per usare udev e non devfs?
Mi sembra un problema legato a devfs |
uhmm.. io ho seguito il manuale..
sapresti dirmi come fare per usare udev... o magari indicarmi una guida?
grazie _________________ Notebook: Dell XPS M1330, Core 2 Duo 2GHz, 2 GB DDR2, HD 200GB 7200rpm, GeForce 8400M - powered by Gentoo |
|
Back to top |
|
|
dappiu Apprentice
Joined: 14 Mar 2005 Posts: 242 Location: Pisa, Italy
|
Posted: Fri Mar 25, 2005 7:23 pm Post subject: |
|
|
Non lo devi fare per forza, sono sicuro che c'è un altro modo per risolvere il problema, comunque se vuoi passare a udev non è molto difficile, inoltre se ci hai fatto caso nel kernel 2.6 l'uso di devfs è deprecato
http://www.gentoo.org/doc/it/udev-guide.xml _________________ If the human brain were so simple that we could understand it, we would be so simple we couldn't. |
|
Back to top |
|
|
starise Apprentice
Joined: 09 Oct 2004 Posts: 211 Location: Napoli
|
Posted: Fri Mar 25, 2005 7:30 pm Post subject: |
|
|
dappiu wrote: | ... se ci hai fatto caso nel kernel 2.6 l'uso di devfs è deprecato...
|
si ci ho fatto caso!
allora metto udev seguendo la guida, magari l'errore..
però non sono convinto per secondo errore, quello sulla root (hda10)
credi sia in qualche modo legato al problema della devfs? _________________ Notebook: Dell XPS M1330, Core 2 Duo 2GHz, 2 GB DDR2, HD 200GB 7200rpm, GeForce 8400M - powered by Gentoo |
|
Back to top |
|
|
starise Apprentice
Joined: 09 Oct 2004 Posts: 211 Location: Napoli
|
Posted: Fri Mar 25, 2005 8:34 pm Post subject: |
|
|
dunque, avevi perfettamente ragione con udev, ora gli errori sono scomparsi e mi avvia normalmente il sistema...
tuttavia non riesce a caricarmi il modulo "nvidia" dall'autoload.... boh!!! _________________ Notebook: Dell XPS M1330, Core 2 Duo 2GHz, 2 GB DDR2, HD 200GB 7200rpm, GeForce 8400M - powered by Gentoo |
|
Back to top |
|
|
ErniBrown Apprentice
Joined: 19 Jan 2005 Posts: 276 Location: Seconda stella a destra e poi dritto fino al mattino...
|
Posted: Fri Mar 25, 2005 8:39 pm Post subject: |
|
|
dopo udev ti conviene mettere hotplug!
Code: | # emerge hotplug coldplug
# rc-update add hotplug boot
# rc-update add coldplug default |
Per dirla in maniera molto brutta hotplug si occupa del caricamento dinamico dei moduli (in realtà fa molto di più, ma a te serve per questo ) _________________ There are 10 kind of people:
those who understand binaries and
those who don't. |
|
Back to top |
|
|
starise Apprentice
Joined: 09 Oct 2004 Posts: 211 Location: Napoli
|
Posted: Fri Mar 25, 2005 8:41 pm Post subject: |
|
|
ErniBrown wrote: | dopo udev ti conviene mettere hotplug!
|
grazie, l'ho fatto!
solo che il driver nvidia non funziona... non capisco... quelli stabili non me li compila proprio...
ho dovuto unmaskerare quelli nuovi, però all'avvio non riesce a caricarmi il modulo "nvidia"....
maledetti driver nvidia... mai una volta che non danno problemi! _________________ Notebook: Dell XPS M1330, Core 2 Duo 2GHz, 2 GB DDR2, HD 200GB 7200rpm, GeForce 8400M - powered by Gentoo |
|
Back to top |
|
|
ErniBrown Apprentice
Joined: 19 Jan 2005 Posts: 276 Location: Seconda stella a destra e poi dritto fino al mattino...
|
Posted: Fri Mar 25, 2005 8:42 pm Post subject: |
|
|
e cosa dicono? _________________ There are 10 kind of people:
those who understand binaries and
those who don't. |
|
Back to top |
|
|
starise Apprentice
Joined: 09 Oct 2004 Posts: 211 Location: Napoli
|
Posted: Fri Mar 25, 2005 8:47 pm Post subject: |
|
|
lsmod non restituisce niente.. vuoto
mentre modprobe -l
mi da:
/lib/modules/2.6.11-gentoo-r4/video/nvidia.ko _________________ Notebook: Dell XPS M1330, Core 2 Duo 2GHz, 2 GB DDR2, HD 200GB 7200rpm, GeForce 8400M - powered by Gentoo |
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Fri Mar 25, 2005 9:01 pm Post subject: |
|
|
Ma quando hai ricompilato il kernel hai dato un:
Code: | make modules_install |
_________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
starise Apprentice
Joined: 09 Oct 2004 Posts: 211 Location: Napoli
|
Posted: Fri Mar 25, 2005 10:45 pm Post subject: |
|
|
gutter wrote: | Ma quando hai ricompilato il kernel hai dato un:
Code: | make modules_install |
|
ho provato a farlo.. ma mi ha dato errore proprio al modulo nvidia
allora ho ri-emerso il pacchetto nvidia-kernel...
adesso funziona!
grazie infinite a tutti! _________________ Notebook: Dell XPS M1330, Core 2 Duo 2GHz, 2 GB DDR2, HD 200GB 7200rpm, GeForce 8400M - powered by Gentoo |
|
Back to top |
|
|
|