Re: 2.4.0-test5 pcmcia

David Caswell (davec@asylum.apocalypse.org)
Sun, 06 Aug 2000 19:01:46 -0600


>David Caswell wrote:
>> In order to get the kernel pcmcia modules to work I had to hand edit
>> the CONFIG_I82365 line into my .config file. What's going on?
>
>Don't do that (I also tried and David Hinds convinced me otherwise),
>the i82365 is supported in another way. In 2.4.0-test5, use:
>
>modprobe pcmcia_core
>modprobe yenta
>modprbe pci_socket

OK, when I try that, I get
neon:~$ sudo modprobe pcmcia_core
neon:~$ sudo modprobe yenta
Segmentation fault
neon:~$ sudo modprobe pci_socket
Segmentation fault

Clearly there is something else I'm doing wrong here.

Background:

Neon is a Toshiba Satellite Pro 445CDX.

The PCMCIA lines in my .config are:
#
# PCMCIA/CardBus support
#
CONFIG_PCMCIA=m
CONFIG_CARDBUS=y

# CONFIG_PARPORT_PC_PCMCIA is not set

CONFIG_SCSI_PCMCIA=y
# CONFIG_PCMCIA_AHA152X is not set
# CONFIG_PCMCIA_QLOGIC is not set
# CONFIG_PCMCIA_FDOMAIN is not set
# CONFIG_PCMCIA_APA1480 is not set
#
# PCMCIA network device support
#
CONFIG_NET_PCMCIA=y
# CONFIG_PCMCIA_3C589 is not set
# CONFIG_PCMCIA_3C574 is not set
# CONFIG_PCMCIA_FMVJ18X is not set
# CONFIG_PCMCIA_PCNET is not set
# CONFIG_PCMCIA_NMCLAN is not set
CONFIG_PCMCIA_SMC91C92=m
# CONFIG_PCMCIA_XIRC2PS is not set
# CONFIG_ARCNET_COM20020_CS is not set
# CONFIG_PCMCIA_IBMTR is not set
# CONFIG_PCMCIA_XIRTULIP is not set
# CONFIG_NET_PCMCIA_RADIO is not set

CONFIG_PCMCIA_SERIAL=m

#
# PCMCIA character device support
#
CONFIG_PCMCIA_SERIAL_CS=m
CONFIG_PCMCIA_SERIAL_CB=m

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/