View previous topic :: View next topic |
Author |
Message |
wildancer Guru
Joined: 02 Apr 2004 Posts: 472
|
Posted: Tue Nov 16, 2004 10:16 pm Post subject: Update sempre piu fastidioso |
|
|
Ragazzi... Mi spiegate perchè la connessione mi và malissimo e non mi riconosce piu questi i slot pcmcia??? contate che ho fastweb... e non postarmi il tizio col problema al pcmcia fedele, già visto, ma il mio kernel è ok |
|
Back to top |
|
|
federico Advocate
Joined: 18 Feb 2003 Posts: 3272 Location: Italy, Milano
|
|
Back to top |
|
|
wildancer Guru
Joined: 02 Apr 2004 Posts: 472
|
Posted: Wed Nov 17, 2004 6:34 pm Post subject: |
|
|
Fede é semplice, i siti mi si aprono con una lentezza tale che sono andato a vedere se percaso aveva cambiato qualcosa in resolv.conf ma tutto ok... Il problema piu scomodo è che con il kernel ok, con pcmcia-cs emerso, non mi riconosce gli slot pcmcia...
Code: |
# /etc/init.d/pcmcia restart
* PCMCIA support detected.
* Starting pcmcia...
cardmgr[8603]: no sockets found!
* cardmgr failed to start. Make sure that you have PCMCIA
* modules built or support compiled into the kernel [ !! ]
|
e comunque
Code: |
#cat /usr/src/linux/.config |grep PCMCIA
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
# PCMCIA/CardBus support
CONFIG_PCMCIA=y
# CONFIG_PCMCIA_DEBUG is not set
CONFIG_PCMCIA_PROBE=y
CONFIG_PARPORT_PC_PCMCIA=m
# PCMCIA SCSI adapter support
CONFIG_PCMCIA_AHA152X=m
CONFIG_PCMCIA_FDOMAIN=m
CONFIG_PCMCIA_NINJA_SCSI=m
CONFIG_PCMCIA_QLOGIC=m
CONFIG_PCMCIA_SYM53C500=m
CONFIG_PCMCIA_WAVELAN=m
CONFIG_PCMCIA_NETWAVE=m
CONFIG_PCMCIA_RAYCS=m
CONFIG_PCMCIA_HERMES=m
CONFIG_PCMCIA_ATMEL=m
CONFIG_PCMCIA_WL3501=m
# PCMCIA network device support
CONFIG_NET_PCMCIA=y
CONFIG_PCMCIA_3C589=m
CONFIG_PCMCIA_3C574=m
CONFIG_PCMCIA_FMVJ18X=y
CONFIG_PCMCIA_PCNET=m
CONFIG_PCMCIA_NMCLAN=m
CONFIG_PCMCIA_SMC91C92=m
CONFIG_PCMCIA_XIRC2PS=m
CONFIG_PCMCIA_AXNET=m
# PCMCIA character devices
# PCMCIA devices
|
|
|
Back to top |
|
|
grentis Guru
Joined: 20 Jul 2004 Posts: 321
|
Posted: Wed Nov 17, 2004 7:29 pm Post subject: |
|
|
Se usi hotplug prova a mettere i moduli
Code: | yenta_socket
pcmcia_core |
all'interno del file blacklist nella dir /etc/hotplug/ (o hotplug.d non ricordo)
ciao |
|
Back to top |
|
|
wildancer Guru
Joined: 02 Apr 2004 Posts: 472
|
Posted: Thu Nov 18, 2004 11:05 pm Post subject: |
|
|
grentis wrote: | Se usi hotplug prova a mettere i moduli
Code: | yenta_socket
pcmcia_core |
all'interno del file blacklist nella dir /etc/hotplug/ (o hotplug.d non ricordo)
ciao |
Non li ho ne compilati nel kernel, ne come moduli... Chissà cosa può essere!
Comunque grentis grazie, ma nel caso (Scusa se sono così ignorante) che cosa avrei fatto in questo modo?
se le mie intuizioni sono giuste, avrebbe dato una priorità minore a questi due moduli, se non li avrebbe esclusi completamente... Sono difettosi i moduli? entrano in conflitto con hotplug?
Perdonami, ma senza curiosità non imparerò mai nulla... |
|
Back to top |
|
|
grentis Guru
Joined: 20 Jul 2004 Posts: 321
|
Posted: Fri Nov 19, 2004 8:52 am Post subject: |
|
|
Dici ad hotplug di non caricarli anche se li trova...
io ho dovuto fare così prechè quando carico la rete questi moduli, se rilevati da hotplug, mi danno conflitto con la scheda pcmcia (che non mi viene caricata)...mettendoli nella blacklist impedisco il caricamento da parte di hotplug e lascio che a caricare i suddesti moduli sia l'init pcmcia
Prova...male non fa |
|
Back to top |
|
|
wildancer Guru
Joined: 02 Apr 2004 Posts: 472
|
Posted: Sat Nov 20, 2004 4:14 pm Post subject: |
|
|
Grazie della spiegazione, ma nnulla, non sembra proprio funzionare! |
|
Back to top |
|
|
|