• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

kernel 2.6.5 [hotplugging services failed]

A

Anonymous

Gast
hallo zusammen! ich habe mir den neuen 2.6.5er kernel gezogen und kompiliert! das ding soll auf meinem alten siemens notebook laufen nur bekomme ich die hotplugging services für meine 3com pcmcia karte nicht zum laufen:

Starting hotplugging services [ ieee1394 net pci usb ].........failed

hier ein kleiner auszug aus meiner .conf datei:

# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
# CONFIG_PCI is not set
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
# CONFIG_PCI_GOANY is not set
# CONFIG_ISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
#
# PCMCIA/CardBus support
#
CONFIG_PCMCIA=m
# CONFIG_PCMCIA_DEBUG is not set
# CONFIG_TCIC is not set
#
# PCI Hotplug Support
#
# Plug and Play support
#
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
CONFIG_NETDEVICES=y
CONFIG_DUMMY=m
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
# CONFIG_MII is not set
#
# Ethernet (1000 Mbit)
#
# Ethernet (10000 Mbit)
#
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
#
PCMCIA network device support
#
CONFIG_NET_PCMCIA=y
CONFIG_PCMCIA_3C589=m
CONFIG_PCMCIA_3C574=m
# CONFIG_PCMCIA_FMVJ18X is not set
# CONFIG_PCMCIA_PCNET is not set
# CONFIG_PCMCIA_NMCLAN is not set
# CONFIG_PCMCIA_SMC91C92 is not set
# CONFIG_PCMCIA_XIRC2PS is not set
# CONFIG_PCMCIA_AXNET is not set
#
# PCMCIA character devices
#
# CONFIG_SYNCLINK_CS is not set
# CONFIG_MWAVE is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_HANGCHECK_TIMER is not set


hat jemand nen tipp für mich was ich falsch gemacht habe?!? thx 4 help & lg t.o.m
 
OP
A

Anonymous

Gast
mir ist gerde beim neu kompilieren folgende fehlermeldung aufgefallen(make modules):

drivers/pcmcia/i82092.c: In function `i82092aa_set_io_map':
drivers/pcmcia/i82092.c:677: warning: comparison is always false due to limited ra
nge of data type
drivers/pcmcia/i82092.c:677: warning: comparison is always false due to limited ra
nge of data type
CC [M] drivers/pcmcia/tcic.o
drivers/pcmcia/tcic.c: In function `is_active':
drivers/pcmcia/tcic.c:347: warning: `check_region' is deprecated (declared at incl ude/linux/ioport.h:121)
drivers/pcmcia/tcic.c: In function `tcic_set_io_map':
drivers/pcmcia/tcic.c:796: warning: comparison is always false due to limited rang e of data type
drivers/pcmcia/tcic.c:796: warning: comparison is always false due to limited rang e of data type
drivers/pcmcia/tcic.c: At top level:
drivers/pcmcia/tcic.c:64: warning: `version' defined but not used

sagt mir leider garnix hat wer von euch ev. ne ahnung wo da der hund begraben ist??? :roll:
 
OP
A

Anonymous

Gast
Hallo,

der Fehler beim kompilieren sagt nix weiter aus... is normal das sowas kommt...
für deine hotplug-services schau mal hier:
http://www.linux-club.de/viewtopic.php?t=5507

das problem ist wohl, daß die hotplug-services der beiden kernel nicht ganz kompatibel sind und deswegen teilweise nicht starten, das nachladen der module von hand sollte auch helfen...

loci
 
OP
A

Anonymous

Gast
das nachladen der module von hand sollte auch helfen...

sry aber bin ein newb. und da steig ich jetzt aus :oops:

wie kann ich die module denn nachladen? mit modprobe schätz ich mal aber wie heißen die module für das hotplug und pcmcia service?
 
Oben