Re: 2.4.0-test5 pcmcia

David Caswell (davec@asylum.apocalypse.org)
Sun, 06 Aug 2000 23:00:27 -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

Even doing it that way it doesn't work for me. I know there used to
be problems with the ToPIC controllers that Toshiba uses, are there
still problems with them?

When I try using the yenta module, I get:
neon:~$ sudo modprobe pcmcia_core
neon:~$ sudo modprobe yenta
Segmentation fault
neon:~$ sudo modprobe pci_socket
Segmentation fault

This happens wether I've got the controller in "PCIC compatible" mode,
or in "Cardbus/16 bit" mode.

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

Background:

Neon is a Toshiba Satellite Pro 445CDX.
In Cardbus mode I get this in my /proc/pci:
neon:~/tmp$ cat /proc/pci
PCI devices found:
Bus 0, device 0, function 0:
Host bridge: Toshiba America Info Systems 601 (rev 39).
Bus 0, device 2, function 0:
CardBus bridge: Toshiba America Info Systems ToPIC95 (rev 7).
IRQ 11.
Non-prefetchable 32 bit memory at 0x10000000 [0x10000fff].
Bus 0, device 2, function 1:
CardBus bridge: Toshiba America Info Systems ToPIC95 (#2) (rev 7).
IRQ 11.
Non-prefetchable 32 bit memory at 0x10001000 [0x10001fff].
Bus 0, device 4, function 0:
VGA compatible controller: Chips and Technologies F65554 (rev 194).
Non-prefetchable 32 bit memory at 0xfe000000 [0xfeffffff].
Bus 0, device 11, function 0:
USB Controller: NEC Corporation USB (rev 1).
IRQ 11.
Master Capable. Latency=16. Min Gnt=1.Max Lat=21.
Non-prefetchable 32 bit memory at 0xfdfff000 [0xfdffffff].

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/