Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Che sfilza di modprobe !?!?!?
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
Gaspyd
Apprentice
Apprentice


Joined: 21 Nov 2004
Posts: 242
Location: Brindisi, Italy

PostPosted: Wed Nov 24, 2004 12:56 pm    Post subject: Che sfilza di modprobe !?!?!? Reply with quote

Ecco cosa avviene ad ogni mio login:

Code:

modprobe: Can't locate module aload* which is needed for /dev/aload*
modprobe: Can't locate module dmfm* which is needed for /dev/dmfm*
modprobe: Can't locate module * which is needed for /dev/ide/*
modprobe: Can't locate module cdwriter* which is needed for /dev/cdwriter*
modprobe: Can't locate module scanner* which is needed for /dev/usb/scanner*
modprobe: Can't locate module dc2xx* which is needed for /dev/usb/dc2xx*
modprobe: Can't locate module mdc800* which is needed for /dev/usb/mdc800*
modprobe: Can't locate module js[0-9]* which is needed for /dev/js[0-9]*
modprobe: Can't locate module video* which is needed for /dev/video*
modprobe: Can't locate module radio* which is needed for /dev/radio*
modprobe: Can't locate module winradio* which is needed for /dev/winradio*
modprobe: Can't locate module vtx* which is needed for /dev/vtx*
modprobe: Can't locate module vbi* which is needed for /dev/vbi*
modprobe: Can't locate module scd* which is needed for /dev/scd*
modprobe: Can't locate module sg* which is needed for /dev/sg*
modprobe: Can't locate module pcd* which is needed for /dev/pcd*
modprobe: Can't locate module pg* which is needed for /dev/pg*
modprobe: Can't locate module * which is needed for /dev/scsi/*
modprobe: Can't locate module dabusb* which is needed for /dev/usb/dabusb*
modprobe: Can't locate module mdc800* which is needed for /dev/usb/mdc800*
modprobe: Can't locate module ttyUSB* which is needed for /dev/ttyUSB*


Che faccio ?
Non ho hw che ne richiede l'uso e non li ho abilitati nel kernel come mai il sistema ne cerca i moduli ?
Il fatto che siano presenti in /dev/ non è detto che possegga le periferiche richieste, ... o no?
Come risolvo ?
Grazie
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31538
Location: here

PostPosted: Wed Nov 24, 2004 12:57 pm    Post subject: Reply with quote

Come hai compilato il kernel? Usi devfs o udev? ti capitava anche prima questa cosa?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Gaspyd
Apprentice
Apprentice


Joined: 21 Nov 2004
Posts: 242
Location: Brindisi, Italy

PostPosted: Wed Nov 24, 2004 8:51 pm    Post subject: Reply with quote

fedeliallalinea wrote:
Come hai compilato il kernel? Usi devfs o udev? ti capitava anche prima questa cosa?


Nel modo classico (dopo anni di slackware)
Code:

dmesg |grep devfs
devfs: v1.12c (20020818) Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x0

Dal mio primo avvio, uso gentoo da appena una ventina di gg ed avrò compilato 2 o tre volte al max... è perfetta, a parte questi piccoli inconvenienti :-(
Back to top
View user's profile Send private message
=DvD=
Veteran
Veteran


Joined: 25 Mar 2004
Posts: 1353

PostPosted: Wed Nov 24, 2004 10:57 pm    Post subject: Reply with quote

Il kernel ha il supporto per i moduli?
Provato a fare un make modules_install anche se non hai moduli?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31538
Location: here

PostPosted: Wed Nov 24, 2004 11:13 pm    Post subject: Reply with quote

=DvD= wrote:
Provato a fare un make modules_install anche se non hai moduli?

Prova a fare quello che dice dvd. Non capisco cosa cerchi di montare se non ci sono i moduli
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
=DvD=
Veteran
Veteran


Joined: 25 Mar 2004
Posts: 1353

PostPosted: Thu Nov 25, 2004 12:31 am    Post subject: Reply with quote

Penso che la discriminante non sia se ci sono moduli, ma se c'è il supporto ai moduli!
Back to top
View user's profile Send private message
Gaspyd
Apprentice
Apprentice


Joined: 21 Nov 2004
Posts: 242
Location: Brindisi, Italy

PostPosted: Thu Nov 25, 2004 12:29 pm    Post subject: Reply with quote

fedeliallalinea wrote:
=DvD= wrote:
Provato a fare un make modules_install anche se non hai moduli?

Prova a fare quello che dice dvd. Non capisco cosa cerchi di montare se non ci sono i moduli


Il mio kernel è modulare e non monolitico ma chiaramente ho compilato come moduli solo cio' che mi necessitava realmente (parport, audio, scheda scsi e via dicendo) di sicuro non tutta quella pappardella che mi tenta di caricare al login, ma per il semplice fatto che non mi serve, non capisco perchè tenti di caricarli, solo per il fatto che in /dev esistono dei riferimenti ?
Ma in /dev tutte le distribuzioni hanno un sacco di roba ma questo non significa che l'utente abbia l'hw necessario.
Comunque lancio make modules && make modules_install alla fine di ogni ricompilazione e in
Code:

Loadable module support  --->
[*] Enable loadable module support                           
[ ]   Set version information on all module symbols
[*]   Kernel module loader

Credo sia tutto a posto.
Non capisco :-(
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Thu Nov 25, 2004 1:14 pm    Post subject: Reply with quote

Gaspyd wrote:
Credo sia tutto a posto.


Hai per caso ravanato con il file:
Code:
/etc/devfsd.conf

o con la directory:
Code:
/etc/devfs.d

:?:

Hai provato a lanciare depmod per ricreare il modules.dep?

Quando hai installato il kernel hai fatto "make install" o ai copiato a mano? Il System.map é quello aggiornato?
_________________
Ciao da me!
Back to top
View user's profile Send private message
stefanonafets
l33t
l33t


Joined: 10 Feb 2003
Posts: 644

PostPosted: Thu Nov 25, 2004 3:22 pm    Post subject: Reply with quote

Scusate se vado un attimo OT, ma nn posso trattenermi e nn credo che sia indispensabile aprire un nuovo topic per questa domanda.
Ma sto benedetto System.map, che contiene? E a che serve? Da chi viene usato? ecc...
Tnz..
_________________
registered Linux user number #411324
sed 's/ke/che/g'

<The Deployment Slave is initializing>
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


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

PostPosted: Thu Nov 25, 2004 3:26 pm    Post subject: Reply with quote

stefanonafets wrote:
Scusate se vado un attimo OT, ma nn posso trattenermi e nn credo che sia indispensabile aprire un nuovo topic per questa domanda.
Ma sto benedetto System.map, che contiene? E a che serve? Da chi viene usato? ecc...
Tnz..


Prova a dare un'occhiata qui:

http://www.dirac.org/linux/system.map/
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
stefanonafets
l33t
l33t


Joined: 10 Feb 2003
Posts: 644

PostPosted: Thu Nov 25, 2004 3:51 pm    Post subject: Reply with quote

Quote:

Prova a dare un'occhiata qui:

http://www.dirac.org/linux/system.map/


Soddisfacente, grazie mille!
_________________
registered Linux user number #411324
sed 's/ke/che/g'

<The Deployment Slave is initializing>
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


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

PostPosted: Thu Nov 25, 2004 4:02 pm    Post subject: Reply with quote

stefanonafets wrote:
Quote:

Prova a dare un'occhiata qui:

http://www.dirac.org/linux/system.map/


Soddisfacente, grazie mille!


Di niente :wink:
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
Gaspyd
Apprentice
Apprentice


Joined: 21 Nov 2004
Posts: 242
Location: Brindisi, Italy

PostPosted: Fri Nov 26, 2004 5:37 pm    Post subject: Reply with quote

randomaze wrote:
Gaspyd wrote:
Credo sia tutto a posto.


Hai per caso ravanato con il file:
Code:
/etc/devfsd.conf

o con la directory:
Code:
/etc/devfs.d

:?:

Hai provato a lanciare depmod per ricreare il modules.dep?

Quando hai installato il kernel hai fatto "make install" o ai copiato a mano? Il System.map é quello aggiornato?


Mai toccati devfsd o devfs, lanciato depmod -a senza risultati e nella compilazione del kernel alla fine copio a mano (compreso il System.map) non lancio make install perchè su slackware ogni tanto mi creava casini.ùInsomma non ne vengo prorpio fuori, ho paura che dovrò tenermi l'errore .... :-(
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