Results 1 to 1 of 1
I have a Psion Gold Card Netglobal 56K+10/100Mb CardBus card, now this was very stable under Linux 2.4 kernels using the epic100 driver included in the PCMCIA-cs package maintained by ...
- 07-12-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 3
Psion Dacom Gold Card - Kernel 2.6 issue.
I have a Psion Gold Card Netglobal 56K+10/100Mb CardBus card, now this was very stable under Linux 2.4 kernels using the epic100 driver included in the PCMCIA-cs package maintained by David Hinds, however since updating to kernel 2.6 the card will not power on.
Under 2.4, two modifications were made to enable functionality, first an edit to /etc/pcmcia/config.opts:
uncommenting the above statement to include high port numbers, and secondly to pass two options to the module:Code:include port 0x1000-0x17ff
which I believe sets the network and modem respectively to full duplex mode and enables debug messages.Code:debug=1 full_duplex=0,1
There is an unofficial port of the driver for 2.6 and that's included in the kernel, the card is recognised and the driver installs/loads via the hotplug event. But the network link/activity lights do not come on.
I can set the IP address etc via ifconfig, but the card does not function.
Here is the transcript of the system messages when the card is inserted:
Code:Jul 12 02:53:52 localhost kernel: pccard: CardBus card inserted into slot 1 Jul 12 02:53:52 localhost kernel: PCI: Enabling device 0000:06:00.0 (0000 -> 0003) Jul 12 02:53:52 localhost kernel: ACPI: PCI Interrupt 0000:06:00.0[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11 Jul 12 02:53:52 localhost kernel: PCI: Setting latency timer of device 0000:06:00.0 to 64 Jul 12 02:53:52 localhost kernel: epic100 0000:06:00.0: MII transceiver #1 control 3100 status 7809. Jul 12 02:53:52 localhost kernel: epic100 0000:06:00.0: Autonegotiation advertising 01e1 link partner 0000. Jul 12 02:53:52 localhost kernel: eth0: SMSC EPIC/C 83c175 at 0x1800, IRQ 11, 00:60:63:06:52:27. Jul 12 02:53:52 localhost kernel: PCI: Enabling device 0000:06:00.1 (0000 -> 0003) Jul 12 02:53:52 localhost kernel: ACPI: PCI Interrupt 0000:06:00.1[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11 Jul 12 02:53:52 localhost kernel: 0000:06:00.1: ttyS1 at I/O 0x1c80 (irq = 11) is a 8250 Jul 12 02:54:13 localhost dhclient: Internet Systems Consortium DHCP Client V3.0.5 Jul 12 02:54:13 localhost dhclient: Copyright 2004-2006 Internet Systems Consortium. Jul 12 02:54:13 localhost dhclient: All rights reserved. Jul 12 02:54:13 localhost dhclient: For info, please visit http://www.isc.org/sw/dhcp/ Jul 12 02:54:13 localhost dhclient: Jul 12 02:54:14 localhost dhclient: Listening on LPF/eth0/00:60:63:06:52:27 Jul 12 02:54:14 localhost dhclient: Sending on LPF/eth0/00:60:63:06:52:27 Jul 12 02:54:14 localhost dhclient: Sending on Socket/fallback Jul 12 02:54:17 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 Jul 12 02:54:24 localhost kernel: eth0: no IPv6 routers present


Reply With Quote
