Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO] Chiarimento Module e Xorg
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
maruscya
Guru
Guru


Joined: 13 Aug 2004
Posts: 507

PostPosted: Tue Apr 03, 2007 2:10 pm    Post subject: [RISOLTO] Chiarimento Module e Xorg Reply with quote

Ciao a tutti.

Da un po' di giorni sto combattendo con un TouchScreen da inserire in un postazione "kiosk" basata su Gentoo.

Dopo varie peripezie sono riuscito a trovare il modulo e a caricarlo in modo corretto con modprobe, come si vede da qui sotto

Code:

Module                  Size  Used by
elok_s                 41708  0
elo                     8960  0
[...]


Il modulo,, come si vede e' caricato correttamente.....

Nel xorg.conf ho fatto questa bella sezione

Code:

Section "InputDevice"
        Identifier "elo1"
        Driver "elo"
        Option "Device" "/dev/input/elo_ser"
        Option "AlwaysCore"
EndSection


Quando faccio partire startx nel log appare questo messaggio di errore :

Code:

(II) LoadModule: "elo"
(WW) Warning, couldn't open module elo
(II) UnloadModule: "elo"
(EE) Failed to load module "elo" (module does not exist, 0)



Il modulo non dovrebbe essere gia' presente in memoria e pronto all' uso ??

mi sto perdendo qualcosa ????


Last edited by maruscya on Tue Apr 03, 2007 3:07 pm; edited 1 time in total
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Tue Apr 03, 2007 2:18 pm    Post subject: Reply with quote

Stai facendo confusione :)

Una cosa sono i moduli del kernel (e li hai caricati correttamente), e servono per permettere al kernel di interagire direttamente con l'hardware.

Un'altra cosa sono i "moduli" di X.Org, che includono i driver per le periferiche, il supporto a varie librerie, ecc.

Nel tuo caso devi configurare in /etc/make.conf la variabile INPUT_DEVICES, aggiungendovi le voci "elo2300" e/o "elographics", e ricompilare world con il parametro -N.

Ti verranno installati i relativi driver, e a questo punto X.Org dovrebbe funzionare correttamente.
_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
maruscya
Guru
Guru


Joined: 13 Aug 2004
Posts: 507

PostPosted: Tue Apr 03, 2007 3:07 pm    Post subject: Reply with quote

Ciao !!!


Okky.... grazie mille per il chiarimento.... stavo facendo un po' di confusione...
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