View previous topic :: View next topic |
Author |
Message |
ferroilpinguino Apprentice


Joined: 26 Feb 2005 Posts: 272
|
Posted: Wed Dec 07, 2005 3:53 pm Post subject: evbug.c: Event. Dev: usb |
|
|
ho un amd64
se faccio dmesg:
ecco qui:
Code: |
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 2, Code: 1, Value: 1
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 0, Code: 0, Value: 0
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 2, Code: 1, Value: 1
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 0, Code: 0, Value: 0
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 2, Code: 0, Value: 6
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 2, Code: 1, Value: 1
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 0, Code: 0, Value: 0
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 2, Code: 0, Value: 2
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 2, Code: 1, Value: 4
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 0, Code: 0, Value: 0
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 2, Code: 0, Value: 8
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 2, Code: 1, Value: 4
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 0, Code: 0, Value: 0
|
vorrei sapere cosa significa e che soluzioni ci sono.,....
cosa ho sbagliato nella compilazione del kernel....??
grazie....
inizialmente non me le dava queste scritte....poi dopo aver compilato il kernel chissà quante volte....sono apparse......
grazie.... _________________ Non crederò mai che Dio giochi a dadi col mondo. A.Einstein |
|
Back to top |
|
 |
kattivo Guru


Joined: 28 Jan 2005 Posts: 450 Location: Treviso
|
Posted: Wed Dec 07, 2005 4:31 pm Post subject: |
|
|
Hai provato a ripristinare il kernel con il kenkernel ?
magari usa il .config del cdlive..  _________________ Eurostep Consulting S.r.l.
Andrea P. <andrea@eurostep.it> |
|
Back to top |
|
 |
gutter Bodhisattva


Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Wed Dec 07, 2005 8:34 pm Post subject: |
|
|
Devi disabilitare il debug sull'USB:
Code: |
# CONFIG_USB_DEBUG is not set
# CONFIG_USB_STORAGE_DEBUG is not set |
_________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
 |
ferroilpinguino Apprentice


Joined: 26 Feb 2005 Posts: 272
|
Posted: Thu Dec 08, 2005 1:59 pm Post subject: |
|
|
ciao le due voci che mi hai detto non sono selezionate.....(in device drivers/usb....) _________________ Non crederò mai che Dio giochi a dadi col mondo. A.Einstein |
|
Back to top |
|
 |
randomaze Bodhisattva


Joined: 21 Oct 2003 Posts: 9985
|
Posted: Thu Dec 08, 2005 4:11 pm Post subject: |
|
|
ferroilpinguino wrote: | ciao le due voci che mi hai detto non sono selezionate.....(in device drivers/usb....) |
Allora prova a cercare cosa é selezionato:
Code: | grep DEBUG /usr/src/linux/.config |
_________________ Ciao da me! |
|
Back to top |
|
 |
ferroilpinguino Apprentice


Joined: 26 Feb 2005 Posts: 272
|
Posted: Thu Dec 08, 2005 7:02 pm Post subject: |
|
|
ecco :
Code: |
asusbook andrea # grep DEBUG /usr/src/linux/.config
# CONFIG_PM_DEBUG is not set
# CONFIG_ACPI_DEBUG is not set
# CONFIG_CPU_FREQ_DEBUG is not set
# CONFIG_PCI_DEBUG is not set
# CONFIG_IRDA_DEBUG is not set
CONFIG_DEBUG_DRIVER=y
# CONFIG_PNP_DEBUG is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set
# CONFIG_SND_DEBUG is not set
# CONFIG_USB_DEBUG is not set
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_JBD_DEBUG is not set
CONFIG_NTFS_DEBUG=y
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_KOBJECT is not set
# CONFIG_DEBUG_INFO is not set
CONFIG_DEBUG_FS=y
CONFIG_INIT_DEBUG=y
# CONFIG_IOMMU_DEBUG is not set
|
_________________ Non crederò mai che Dio giochi a dadi col mondo. A.Einstein |
|
Back to top |
|
 |
randomaze Bodhisattva


Joined: 21 Oct 2003 Posts: 9985
|
Posted: Fri Dec 09, 2005 8:14 am Post subject: |
|
|
ferroilpinguino wrote: | CONFIG_DEBUG_DRIVER=y
CONFIG_NTFS_DEBUG=y
CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_FS=y
CONFIG_INIT_DEBUG=y |
A occhio direi che la prima o la terza dovrebbero fare al caso tuo (ovvero sarebbero da disabilitare).
Colgo l'occasione per far notare che, in generale, le opzioni di debug del kernel non sono molto utili in un uso normale del PC, anzi, allungano mostruosamente i log. Suggerirei di disabilitarle tutte e di attivarle solo quando si carca di capire le cause di eventuali problemi  _________________ Ciao da me! |
|
Back to top |
|
 |
ferroilpinguino Apprentice


Joined: 26 Feb 2005 Posts: 272
|
Posted: Fri Dec 09, 2005 10:23 am Post subject: |
|
|
ciao ora le ho tolte tutte....ma le scritte fastidiose permangono....il fatto è che faccio fatica a leggere i messaggi del kernel......
asusbook andrea # grep DEBUG /usr/src/linux/.config
# CONFIG_PM_DEBUG is not set
# CONFIG_ACPI_DEBUG is not set
# CONFIG_CPU_FREQ_DEBUG is not set
# CONFIG_IRDA_DEBUG is not set
# CONFIG_PNP_DEBUG is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set
# CONFIG_SND_DEBUG is not set
# CONFIG_USB_DEBUG is not set
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_JBD_DEBUG is not set
# CONFIG_DEBUG_KERNEL is not set
asusbook andrea # _________________ Non crederò mai che Dio giochi a dadi col mondo. A.Einstein |
|
Back to top |
|
 |
gutter Bodhisattva


Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Fri Dec 09, 2005 11:56 am Post subject: |
|
|
Mi sembra davvero strano.
Ma hai compilato ed installato correttamente il kernel dopo queste modifiche  _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
 |
ferroilpinguino Apprentice


Joined: 26 Feb 2005 Posts: 272
|
Posted: Fri Dec 09, 2005 3:12 pm Post subject: |
|
|
ho dato un make clean e dopo make && make modules_install _________________ Non crederò mai che Dio giochi a dadi col mondo. A.Einstein |
|
Back to top |
|
 |
randomaze Bodhisattva


Joined: 21 Oct 2003 Posts: 9985
|
Posted: Fri Dec 09, 2005 6:49 pm Post subject: |
|
|
ferroilpinguino wrote: | ho dato un make clean e dopo make && make modules_install |
Mi sembra che manchi l'installazione del kernel  _________________ Ciao da me! |
|
Back to top |
|
 |
ferroilpinguino Apprentice


Joined: 26 Feb 2005 Posts: 272
|
Posted: Fri Dec 09, 2005 8:19 pm Post subject: |
|
|
ovvero???
cp arch.... etc....etc........??????
spiegati meglio ...grazie _________________ Non crederò mai che Dio giochi a dadi col mondo. A.Einstein |
|
Back to top |
|
 |
gutter Bodhisattva


Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Mon Dec 12, 2005 12:07 am Post subject: |
|
|
ferroilpinguino wrote: | ovvero???
cp arch.... etc....etc........??????
spiegati meglio ...grazie |
Code: | cp /usr/src/linux/arch/i386/boot/bzImage /boot/nome_che_scegli_tu |
_________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
 |
ferroilpinguino Apprentice


Joined: 26 Feb 2005 Posts: 272
|
Posted: Mon Dec 12, 2005 2:51 pm Post subject: |
|
|
ma forse fin qui ho sempre sbagliato....io ritenevo che non fosse necessario quel passaggio....(io ho solo un kernel compilato ed installato...)
il sistema non dovrebbe puntare comunque a quello con le ultime modifiche.....
se non è così lo faccio subito..... _________________ Non crederò mai che Dio giochi a dadi col mondo. A.Einstein |
|
Back to top |
|
 |
randomaze Bodhisattva


Joined: 21 Oct 2003 Posts: 9985
|
Posted: Mon Dec 12, 2005 2:58 pm Post subject: |
|
|
ferroilpinguino wrote: |
ma forse fin qui ho sempre sbagliato....io ritenevo che non fosse necessario quel passaggio....(io ho solo un kernel compilato ed installato...) |
Nelle istruzioni che hai detto manca il "make install" che si occupa, appunto, della copia del kernel.
O, in alternativa, la copia manuale. In ogni caso dovrebbe bastare un ls -l /boot e guardare le date di installazione per verificare se hai installato o meno  _________________ Ciao da me! |
|
Back to top |
|
 |
ferroilpinguino Apprentice


Joined: 26 Feb 2005 Posts: 272
|
Posted: Mon Dec 12, 2005 11:12 pm Post subject: |
|
|
le scritte permangono...
Code: |
evbug.c: Event. Dev: isa0060/serio4/input0, Type: 3, Code: 0, Value: 1856
evbug.c: Event. Dev: isa0060/serio4/input0, Type: 3, Code: 1, Value: 1613
evbug.c: Event. Dev: isa0060/serio4/input0, Type: 3, Code: 24, Value: 5
evbug.c: Event. Dev: isa0060/serio4/input0, Type: 0, Code: 0, Value: 0
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 2, Code: 0, Value: -2
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 2, Code: 1, Value: 2
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 0, Code: 0, Value: 0
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 2, Code: 0, Value: -2
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 2, Code: 1, Value: 1
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 0, Code: 0, Value: 0
evbug.c: Event. Dev: isa0060/serio4/input0, Type: 3, Code: 0, Value: 1679
evbug.c: Event. Dev: isa0060/serio4/input0, Type: 3, Code: 1, Value: 1708
evbug.c: Event. Dev: isa0060/serio4/input0, Type: 3, Code: 24, Value: 8
evbug.c: Event. Dev: isa0060/serio4/input0, Type: 0, Code: 0, Value: 0
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 2, Code: 0, Value: -2
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 2, Code: 1, Value: 4
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 0, Code: 0, Value: 0
evbug.c: Event. Dev: isa0060/serio4/input0, Type: 3, Code: 0, Value: 1712
evbug.c: Event. Dev: isa0060/serio4/input0, Type: 3, Code: 1, Value: 1597
evbug.c: Event. Dev: isa0060/serio4/input0, Type: 3, Code: 24, Value: 11
evbug.c: Event. Dev: isa0060/serio4/input0, Type: 0, Code: 0, Value: 0
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 2, Code: 0, Value: -3
evbug.c: Event. Dev: usb-0000:00:03.0-1/input0, Type: 2, Code: 1, Value: 3
|
_________________ Non crederò mai che Dio giochi a dadi col mondo. A.Einstein |
|
Back to top |
|
 |
|
|
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
|
|