Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[risolto] Errori all'avvio: devfs, nvidia
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
starise
Apprentice
Apprentice


Joined: 09 Oct 2004
Posts: 211
Location: Napoli

PostPosted: Fri Mar 25, 2005 7:09 pm    Post subject: [risolto] Errori all'avvio: devfs, nvidia Reply with quote

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
View user's profile Send private message
dappiu
Apprentice
Apprentice


Joined: 14 Mar 2005
Posts: 242
Location: Pisa, Italy

PostPosted: Fri Mar 25, 2005 7:14 pm    Post subject: Reply with quote

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
View user's profile Send private message
starise
Apprentice
Apprentice


Joined: 09 Oct 2004
Posts: 211
Location: Napoli

PostPosted: Fri Mar 25, 2005 7:19 pm    Post subject: Reply with quote

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
View user's profile Send private message
dappiu
Apprentice
Apprentice


Joined: 14 Mar 2005
Posts: 242
Location: Pisa, Italy

PostPosted: Fri Mar 25, 2005 7:23 pm    Post subject: Reply with quote

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
View user's profile Send private message
starise
Apprentice
Apprentice


Joined: 09 Oct 2004
Posts: 211
Location: Napoli

PostPosted: Fri Mar 25, 2005 7:30 pm    Post subject: Reply with quote

dappiu wrote:
... se ci hai fatto caso nel kernel 2.6 l'uso di devfs è deprecato...


si ci ho fatto caso! :wink:

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
View user's profile Send private message
starise
Apprentice
Apprentice


Joined: 09 Oct 2004
Posts: 211
Location: Napoli

PostPosted: Fri Mar 25, 2005 8:34 pm    Post subject: Reply with quote

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
View user's profile Send private message
ErniBrown
Apprentice
Apprentice


Joined: 19 Jan 2005
Posts: 276
Location: Seconda stella a destra e poi dritto fino al mattino...

PostPosted: Fri Mar 25, 2005 8:39 pm    Post subject: Reply with quote

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 :wink: )
_________________
There are 10 kind of people:
those who understand binaries and
those who don't.
Back to top
View user's profile Send private message
starise
Apprentice
Apprentice


Joined: 09 Oct 2004
Posts: 211
Location: Napoli

PostPosted: Fri Mar 25, 2005 8:41 pm    Post subject: Reply with quote

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
View user's profile Send private message
ErniBrown
Apprentice
Apprentice


Joined: 19 Jan 2005
Posts: 276
Location: Seconda stella a destra e poi dritto fino al mattino...

PostPosted: Fri Mar 25, 2005 8:42 pm    Post subject: Reply with quote

Code:
lsmod
e
Code:
modprobe -l
cosa dicono?
_________________
There are 10 kind of people:
those who understand binaries and
those who don't.
Back to top
View user's profile Send private message
starise
Apprentice
Apprentice


Joined: 09 Oct 2004
Posts: 211
Location: Napoli

PostPosted: Fri Mar 25, 2005 8:47 pm    Post subject: Reply with quote

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
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Fri Mar 25, 2005 9:01 pm    Post subject: Reply with quote

Ma quando hai ricompilato il kernel hai dato un:

Code:
make modules_install

_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
starise
Apprentice
Apprentice


Joined: 09 Oct 2004
Posts: 211
Location: Napoli

PostPosted: Fri Mar 25, 2005 10:45 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum