Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
help touchpad synaptics
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Little Cash
Tux's lil' helper
Tux's lil' helper


Joined: 04 Dec 2003
Posts: 131
Location: Cosenza, Italia

PostPosted: Sun Apr 10, 2005 3:44 pm    Post subject: Reply with quote

Forse ho trovato la soluzione. Provo e se va vi faccio sapere.
_________________
D: Perche' usi linux?
R: Perche' mi piace dover riavviare solo per un kernel upgrade

- badguy@IRCNet -
Back to top
View user's profile Send private message
Little Cash
Tux's lil' helper
Tux's lil' helper


Joined: 04 Dec 2003
Posts: 131
Location: Cosenza, Italia

PostPosted: Sun Apr 10, 2005 4:53 pm    Post subject: Reply with quote

Aggiungete nella riga kernel di Grub la seguente direttiva:

psmouse.proto=imps

Se usate lilo: append = "psmouse.proto=imps" messo sotto la riga image=ecc.ecc.ecc.ecc.

Ecco il risultato al reboot:

Code:

admin@geco admin $ cat /proc/bus/input/devices
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
H: Handlers=kbd
B: EV=120013
B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7

I: Bus=0011 Vendor=0002 Product=0001 Version=0000
N: Name="PS/2 Synaptics TouchPad"
P: Phys=isa0060/serio4/input0
H: Handlers=mouse0
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=3

admin@geco admin $           


E naturalmente il dispositivo funziona correttamente, basta configurare /etc/conf.d/gpm (proto=imps2 device=/dev/input/mice) e startare gpm.

Devo ancora provare come va su XOrg, ma ci sono cmq un gran numero di wiki a riguardo.... la cosa che piu' mi faceva imbestialire in forum leggendo era che quando qualcuno come me diceva che il touchpad non veniva rilevato dal kernel, molti rispondevano che bisognava scaricare i driver della synaptic.... quei driver sono per XOrg, ma se il kernel non rileva il dispositivo e' molto improbabile (impossibile....?) che lo rilevi XOrg

Fatemi sapere se va.... se non va.... su quali modelli e quali no....

Per i moderatori: Credo sarebbe opportuno che se la cosa funziona con tutti i notebook in possesso di un touchpad Synaptic voi mettiate questo post nella sezione Tips and Tricks, cosi' qualche altro utente che ha il problema non deve sbattersi 4/5 giorni come ho fatto io :P

Salutoni, Michele
_________________
D: Perche' usi linux?
R: Perche' mi piace dover riavviare solo per un kernel upgrade

- badguy@IRCNet -
Back to top
View user's profile Send private message
rakim
Apprentice
Apprentice


Joined: 08 Mar 2005
Posts: 231

PostPosted: Sun Apr 10, 2005 8:56 pm    Post subject: Reply with quote

Ecco il frammento del mio lilo.conf:
Code:
image = /boot/bzImage-2.6.11-gentoo-r5
        root = /dev/hda6
        label = Gentoo
        append="gentoo=nodevfs mouse.proto=imps video=vesafb:mtrr,ywrap,1024x768-32@60"
        read-only

ed ecco il risultato di cat /proc/bus/input/devices :
Code:
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
H: Handlers=kbd event0
B: EV=120013
B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7

I: Bus=0003 Vendor=05e3 Product=1205 Version=0110
N: Name="USB Mouse"
P: Phys=usb-0000:00:13.1-3/input0
H: Handlers=mouse0 event1
B: EV=17
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=103
B: MSC=10

I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
H: Handlers=kbd event2
B: EV=40001
B: SND=6

:?: :?: :?: Sbaglio in qualcosa?
Back to top
View user's profile Send private message
Little Cash
Tux's lil' helper
Tux's lil' helper


Joined: 04 Dec 2003
Posts: 131
Location: Cosenza, Italia

PostPosted: Sun Apr 10, 2005 9:00 pm    Post subject: Reply with quote

rakim wrote:

append="gentoo=nodevfs mouse.proto=imps video=vesafb:mtrr,ywrap,1024x768-32@60"


psmouse.proto, non mouse.proto
_________________
D: Perche' usi linux?
R: Perche' mi piace dover riavviare solo per un kernel upgrade

- badguy@IRCNet -
Back to top
View user's profile Send private message
rakim
Apprentice
Apprentice


Joined: 08 Mar 2005
Posts: 231

PostPosted: Sun Apr 10, 2005 9:07 pm    Post subject: Reply with quote

Ops... :oops: Oggi sono un po' distratto! Scustemi, sto delirando! :wink:
Il tempo di dare esync -w e poi riprovo!
EDIT: per un'attimo m'ero illuso...
ecco il mio nuovoframmento di lilo.conf
Code:
image = /boot/bzImage-2.6.11-gentoo-r5
        root = /dev/hda6
        label = Gentoo
        append="gentoo=nodevfs psmouse.proto=imps video=vesafb:mtrr,ywrap,1024x768-32@60"
        read-only

Il risultato è lo stesso a prima! :cry:
Siccome so già che mi chiederete se ho dato /sbin/lilo...beh, sì, l'ho dato!
Back to top
View user's profile Send private message
Little Cash
Tux's lil' helper
Tux's lil' helper


Joined: 04 Dec 2003
Posts: 131
Location: Cosenza, Italia

PostPosted: Sun Apr 10, 2005 10:13 pm    Post subject: Reply with quote

So che in teoria non dovrebbe a cambiare nulla, ma prova a installare Grub invece che lilo, giusto per fare una prova, casomai reinstalli lilo. Eccoti un estratto del mio grub.conf:

Code:

title=Gentoo Linux 2.6.11
root (hd0,6)
kernel /boot/vmlinuz-2.6.11 root=/dev/hda7 psmouse.proto=imps acpi=noirq usb-handoff


Fammi sapere.

P.S.: Hai la possibilita' di ircare al momento? Ci troviamo su IRC e parliamo meglio se ti va
_________________
D: Perche' usi linux?
R: Perche' mi piace dover riavviare solo per un kernel upgrade

- badguy@IRCNet -
Back to top
View user's profile Send private message
rakim
Apprentice
Apprentice


Joined: 08 Mar 2005
Posts: 231

PostPosted: Sun Apr 10, 2005 10:27 pm    Post subject: Reply with quote

Ho un piccolo problema: sono proxato e non posso utilizzare irc!
Se vuoi, possiamo andare a chattare su un sito che offre la possibilità di farlo! Se sì, dimmi tu quale!

EDIT: ops, spero di non essere troppo in ritardo! :(
Back to top
View user's profile Send private message
Little Cash
Tux's lil' helper
Tux's lil' helper


Joined: 04 Dec 2003
Posts: 131
Location: Cosenza, Italia

PostPosted: Sun Apr 10, 2005 10:30 pm    Post subject: Reply with quote

Hai msn? Se si ti invio un pm con il mio contatto :)
_________________
D: Perche' usi linux?
R: Perche' mi piace dover riavviare solo per un kernel upgrade

- badguy@IRCNet -
Back to top
View user's profile Send private message
rakim
Apprentice
Apprentice


Joined: 08 Mar 2005
Posts: 231

PostPosted: Mon Apr 11, 2005 12:50 am    Post subject: Reply with quote

@mod: mettetelo fra i tips perché è veramente importante (e raro da trovare)! Ho girato sulla rete in lungo e largo senza trovare soluzione!
Il metodo di Little Cash funzionaaa!
GRAZIE INFINITE! :D
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Mon Apr 11, 2005 8:16 am    Post subject: Reply with quote

rakim wrote:
@mod: mettetelo fra i tips perché è veramente importante (e raro da trovare)!


Volentieri, se qualcuno mette un poco di ordine e trasforma il thread in un unico howto ;-)
_________________
Ciao da me!
Back to top
View user's profile Send private message
rakim
Apprentice
Apprentice


Joined: 08 Mar 2005
Posts: 231

PostPosted: Mon Apr 11, 2005 10:03 am    Post subject: Reply with quote

Little Cash, tocca a te farlo! :wink:
In fondo è merito tuo se il mio touchpad funziona! Ed anche il framebuffer :roll:
Back to top
View user's profile Send private message
Little Cash
Tux's lil' helper
Tux's lil' helper


Joined: 04 Dec 2003
Posts: 131
Location: Cosenza, Italia

PostPosted: Mon Apr 11, 2005 11:53 am    Post subject: Reply with quote

Lo faccio subito
_________________
D: Perche' usi linux?
R: Perche' mi piace dover riavviare solo per un kernel upgrade

- badguy@IRCNet -
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
Goto page Previous  1, 2
Page 2 of 2

 
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