View previous topic :: View next topic |
Author |
Message |
khamel n00b
Joined: 25 Dec 2004 Posts: 16 Location: Rimini, Italy
|
Posted: Sun Jan 23, 2005 5:28 pm Post subject: dopo emerge world c'è qualcosa che non va |
|
|
Ciao ragazzi 3 giorni fa mi sono deciso ad aggiornare gentoo sul portatile quindi...
# ACCEPT_KEYWORDS="~x86" emerge --deep world
dopo 2 giorni ha finito, dicendomi che i file in /etc dovevano essere aggiornati ... bene
# etc-update
aggiorno tutti i file e riavvio.
Sorpresa numero 1 RISOLTA
Non va + la rete : mi aveva messo in /etc/conf.d/net un file vuoto
Sorpresa numero 2 NON RISOLTA
Non va + il mouse USB : /dev/input/mice è sparito a non riesco a farlo ancdare neanche ricreando il device con
# mknod mice c 13 63
Sorpresa numero 3 NON RISOLTA
All'avvio del sistema alla voce "Activate more swap" quindi swapon /dev/hda3 la sua rispostaè un bel [!!] FAILED che bello!!!!!
cosa mi consigliate? avete qualche idea? |
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Sun Jan 23, 2005 5:39 pm Post subject: |
|
|
Avrai scazzato i file di configurazione durante etc-update. Controlla bene i file /etc/conf.d/net e /etc/fstab
Per il mouse USB hai aggiunto il modulo al kernel?
Hai configurato correttamente il kernel? _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31345 Location: here
|
Posted: Sun Jan 23, 2005 5:41 pm Post subject: |
|
|
Una sola nota e' meglio che ACCEPT_KEYWORDS="~x86" lo metti direttamente nel make.conf _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
khamel n00b
Joined: 25 Dec 2004 Posts: 16 Location: Rimini, Italy
|
Posted: Mon Jan 24, 2005 12:05 am Post subject: |
|
|
gutter wrote: | Avrai scazzato i file di configurazione durante etc-update. Controlla bene i file /etc/conf.d/net e /etc/fstab
Per il mouse USB hai aggiunto il modulo al kernel?
Hai configurato correttamente il kernel? |
il file /etc/conf.d/net me lo sono riscritto a mano adesso funziona..
il mouse usb prima di emerge funzionava, come tutto il resto... prima dell'aggiornamento funzionava tutto alla perfezione.. il kernel non è stato toccato quindi escludo che sia legato a questo.
in + c'è un'altra cosa che mi ero dimenticato, insieme con /dev/input/mice
è sparito anche /dev/dsp infatti all'avvio mi dice che non può avviare il server del suono perchè non trova /dev/dsp
insomma mi ha fatto un gran casino con i /dev ... |
|
Back to top |
|
|
khamel n00b
Joined: 25 Dec 2004 Posts: 16 Location: Rimini, Italy
|
Posted: Mon Jan 24, 2005 12:06 am Post subject: |
|
|
fedeliallalinea wrote: | Una sola nota e' meglio che ACCEPT_KEYWORDS="~x86" lo metti direttamente nel make.conf |
ok grazie per il consiglio... cosi non devo riscriverlo ogni volta! |
|
Back to top |
|
|
codadilupo Advocate
Joined: 05 Aug 2003 Posts: 3135
|
Posted: Mon Jan 24, 2005 1:41 am Post subject: |
|
|
ehmm.. ma perché ~x86 ? e perché --deep ? non era meglio, ai fini di un semplice aggiornamento, un bel -uD ?
Per il mouse.. prova a dare tail -f /var/log/messages e poi infila il mouse, cosi' vediamo se almeno lo rileva..
Coda |
|
Back to top |
|
|
shev Bodhisattva
Joined: 03 Feb 2003 Posts: 4084 Location: Italy
|
Posted: Mon Jan 24, 2005 10:26 am Post subject: |
|
|
codadilupo wrote: | ehmm.. ma perché ~x86 ? e perché --deep ? non era meglio, ai fini di un semplice aggiornamento, un bel -uD ? |
Ma soprattutto, perchè se hai volontariamente scelto di usare un sistema dichiaratamente "non stabile" (che poi possa esserlo più o meno poco importa) poi vieni qui a chiederci perchè non funziona più? Come detto più volte, liberi di usare sistemi unstable, ma se si è in grado di risolvere da soli i problemi o dare una mano ai developer. Mi pare assurdo venir qui a chiedere aiuto se s'è scelto di usare l'intero sistema masked... _________________ Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo |
|
Back to top |
|
|
khamel n00b
Joined: 25 Dec 2004 Posts: 16 Location: Rimini, Italy
|
Posted: Tue Jan 25, 2005 6:37 pm Post subject: |
|
|
Allora ci sono novità...
ho scoperto che alcuno di questi problemi venivano fuori se si utilizzava il kernel 2.4 allora oggi ho fatto l'aggiornamento al 2.6 e i problemi di attivazione dello swap e del funzionamento della scheda sonora sono spariti per fortuna ...
Ora rimane quello del mouse, installando il 2.6 i /dev sono stati rimappati e i dispositivi di puntamento sono in /dev/input tra cui
mice
mouse0
mouse1
mouse2
mouse3
sia mice che mouse0 sono associati al touchpad mentre mouse1,2,3 non funzionano, facendo cat il sistema risponde
no such device
mi sono fatto prestare un mouse ps/2 e questo funziona benissimo, mentre collegando il mio USB con l'adattatore a ps/2 niente da fare.
Ho controllato anche i moduli del kernel, prima con il 2.4 il supporto usb era compilato come modulo, stavolta invece l'ho compilato nativamente ma il risultato non cambia... |
|
Back to top |
|
|
khamel n00b
Joined: 25 Dec 2004 Posts: 16 Location: Rimini, Italy
|
Posted: Tue Jan 25, 2005 6:48 pm Post subject: |
|
|
shev wrote: |
Mi pare assurdo venir qui a chiedere aiuto se s'è scelto di usare l'intero sistema masked... |
Daccordissimo con quello che dici, ma il casino l'ho combinato io facendogli sostituire in automatico i file di configurazione passando -5 a etc-update... mi sembra legittimo chiedere aiuto scusa....
shev wrote: |
Ma soprattutto, perchè se hai volontariamente scelto di usare un sistema dichiaratamente "non stabile" (che poi possa esserlo più o meno poco importa) poi vieni qui a chiederci perchè non funziona più? Come detto più volte, liberi di usare sistemi unstable, ma se si è in grado di risolvere da soli i problemi o dare una mano ai developer. |
Nessuno ti obbliga ad aiutarmi se non vuoi, come nessun obbliga me a usare o no un sistema masked....
e poi non pensare che prima di postare qua non uso altri mezzi, (google ecc...) se ho un problema prima di scocciare altra gente cerco di risolverlo da me...
Ciao |
|
Back to top |
|
|
codadilupo Advocate
Joined: 05 Aug 2003 Posts: 3135
|
Posted: Tue Jan 25, 2005 7:07 pm Post subject: |
|
|
khamel wrote: | Ho controllato anche i moduli del kernel, prima con il 2.4 il supporto usb era compilato come modulo, stavolta invece l'ho compilato nativamente ma il risultato non cambia... |
ci posti la configurazione del kernel relativa al mouse ?
Coda, che comunque pensa sia meglio un bel package.keywords |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Tue Jan 25, 2005 8:05 pm Post subject: |
|
|
Sei sicuro che coldplug sia arrivo e si trovi nel runlevel di boot? _________________ Ciao da me! |
|
Back to top |
|
|
khamel n00b
Joined: 25 Dec 2004 Posts: 16 Location: Rimini, Italy
|
Posted: Wed Jan 26, 2005 9:02 am Post subject: |
|
|
randomaze wrote: | Sei sicuro che coldplug sia arrivo e si trovi nel runlevel di boot? |
si, l'ho installato e l'ho messo nel runlevel con
rc-update add coldplug default
ma niente da fare... |
|
Back to top |
|
|
khamel n00b
Joined: 25 Dec 2004 Posts: 16 Location: Rimini, Italy
|
Posted: Wed Jan 26, 2005 9:11 am Post subject: |
|
|
codadilupo wrote: | khamel wrote: | Ho controllato anche i moduli del kernel, prima con il 2.4 il supporto usb era compilato come modulo, stavolta invece l'ho compilato nativamente ma il risultato non cambia... |
ci posti la configurazione del kernel relativa al mouse ?
Coda, che comunque pensa sia meglio un bel package.keywords |
Ecco questa è tutta la configurazione relativa a USB e al mouse
Code: |
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
# USB devices
#
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_USX2Y is not set
#
# USB support
#
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_SUSPEND is not set
# CONFIG_USB_OTG is not set
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_SPLIT_ISO is not set
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
# CONFIG_USB_OHCI_HCD is not set
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_SL811_HCD is not set
#
# USB Device Class drivers
#
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_BLUETOOTH_TTY is not set
# CONFIG_USB_MIDI is not set
# CONFIG_USB_ACM is not set
CONFIG_USB_PRINTER=y
#
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information
#
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_RW_DETECT is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_HP8200e is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
#
# USB Input Devices
#
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
# CONFIG_HID_FF is not set
# CONFIG_USB_HIDDEV is not set
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_MTOUCH is not set
CONFIG_USB_EGALAX=m
# CONFIG_USB_XPAD is not set
# CONFIG_USB_ATI_REMOTE is not set
#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USB_HPUSBSCSI is not set
#
# USB Multimedia devices
#
# CONFIG_USB_DABUSB is not set
#
# Video4Linux support is needed for USB Multimedia device support
#
#
# USB Network Adapters
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET is not set
#
# USB port drivers
#
# CONFIG_USB_USS720 is not set
#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set
#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_TIGL is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_LED is not set
CONFIG_USB_CYTHERM=m
# CONFIG_USB_PHIDGETKIT is not set
CONFIG_USB_PHIDGETSERVO=m
# CONFIG_USB_TEST is not set
#
# USB ATM/DSL drivers
#
#
# USB Gadget Support
#
# CONFIG_USB_GADGET is not set
|
Grazie
Last edited by khamel on Wed Jan 26, 2005 9:31 am; edited 1 time in total |
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Wed Jan 26, 2005 9:19 am Post subject: |
|
|
@khamel : cerca di usare i tag del bbcode per rendere i tuoi post più leggibili
Rieditali e sistemali. _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
khamel n00b
Joined: 25 Dec 2004 Posts: 16 Location: Rimini, Italy
|
Posted: Wed Jan 26, 2005 9:32 am Post subject: |
|
|
gutter wrote: | @khamel : cerca di usare i tag del bbcode per rendere i tuoi post più leggibili
Rieditali e sistemali. |
Fatto... scusate non è che sono praticissimo di forum..
grazie |
|
Back to top |
|
|
|