* 3com pcmcia modules.
@ 2002-02-09 15:15 paule
2002-02-09 15:45 ` Chris Ball
2002-02-10 0:01 ` Jeff Garzik
0 siblings, 2 replies; 8+ messages in thread
From: paule @ 2002-02-09 15:15 UTC (permalink / raw)
To: linux-kernel
Apologies if this has been brought up before,
but whatever happened to the 3c575 (3com pcmcia) card
driver/module in 2.5.x branch? (it was in 2.2.19 for sure).
TIA,
--
Paul Edwards
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 3com pcmcia modules.
2002-02-09 15:15 3com pcmcia modules paule
@ 2002-02-09 15:45 ` Chris Ball
2002-02-09 16:04 ` paule
2002-02-10 0:01 ` Jeff Garzik
1 sibling, 1 reply; 8+ messages in thread
From: Chris Ball @ 2002-02-09 15:45 UTC (permalink / raw)
To: paule; +Cc: linux-kernel
>>>>> "paule" == paule <paule@ilu.vu> writes:
paule> Apologies if this has been brought up before, but whatever
paule> happened to the 3c575 (3com pcmcia) card driver/module in
paule> 2.5.x branch? (it was in 2.2.19 for sure).
In the case of my laptop's Boomerang card, it's now 3c59x; which
supports all of the 3Com CardBus adaptors.
More info on Don Becker's site: http://www.scyld.com/network/vortex.html
- Chris.
--
$a="printf.net"; Chris Ball | chris@void.$a | www.$a | finger: chris@$a
"In the beginning there was nothing, which exploded."
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 3com pcmcia modules.
2002-02-09 15:45 ` Chris Ball
@ 2002-02-09 16:04 ` paule
2002-02-09 20:22 ` Andrew Morton
0 siblings, 1 reply; 8+ messages in thread
From: paule @ 2002-02-09 16:04 UTC (permalink / raw)
To: Chris Ball; +Cc: linux-kernel
On Sat, Feb 09, 2002 at 03:45:48PM +0000, Chris Ball wrote:
> >>>>> "paule" == paule <paule@ilu.vu> writes:
>
> paule> Apologies if this has been brought up before, but whatever
> paule> happened to the 3c575 (3com pcmcia) card driver/module in
> paule> 2.5.x branch? (it was in 2.2.19 for sure).
>
> In the case of my laptop's Boomerang card, it's now 3c59x; which
> supports all of the 3Com CardBus adaptors.
>
> More info on Don Becker's site: http://www.scyld.com/network/vortex.html
>
Thanks for the help,
problem (under 2.5.3) however,
root@paule:/lib/modules/2.5.3/kernel/drivers/net# insmod 3c59x
Using /lib/modules/2.5.3/kernel/drivers/net/3c59x.o
/lib/modules/2.5.3/kernel/drivers/net/3c59x.o: unresolved symbol
del_timer_sync
Which would probably be why it isnt loaded at boot time either :(
Any help would be appreciated.
--
Paul Edwards
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 3com pcmcia modules.
2002-02-09 16:04 ` paule
@ 2002-02-09 20:22 ` Andrew Morton
2002-02-09 22:08 ` paule
0 siblings, 1 reply; 8+ messages in thread
From: Andrew Morton @ 2002-02-09 20:22 UTC (permalink / raw)
To: paule; +Cc: Chris Ball, linux-kernel
paule@ilu.vu wrote:
>
> root@paule:/lib/modules/2.5.3/kernel/drivers/net# insmod 3c59x
> Using /lib/modules/2.5.3/kernel/drivers/net/3c59x.o
> /lib/modules/2.5.3/kernel/drivers/net/3c59x.o: unresolved symbol
> del_timer_sync
That can't happen :)
I have checked 2.5.4-pre5 SMP and UP, and the module loads
OK. Possibly 2.5.3 was broken, but it's unlikely. Please
try a `make clean'.
-
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 3com pcmcia modules.
2002-02-09 20:22 ` Andrew Morton
@ 2002-02-09 22:08 ` paule
2002-02-10 9:59 ` paule
0 siblings, 1 reply; 8+ messages in thread
From: paule @ 2002-02-09 22:08 UTC (permalink / raw)
To: Andrew Morton; +Cc: Chris Ball, linux-kernel
On Sat, Feb 09, 2002 at 12:22:11PM -0800, Andrew Morton wrote:
> paule@ilu.vu wrote:
> >
> > root@paule:/lib/modules/2.5.3/kernel/drivers/net# insmod 3c59x
> > Using /lib/modules/2.5.3/kernel/drivers/net/3c59x.o
> > /lib/modules/2.5.3/kernel/drivers/net/3c59x.o: unresolved symbol
> > del_timer_sync
>
> That can't happen :)
>
reconfigured kernel, re-made, and reconfigured rc.inet1 (under
slackware8.0) to support multiple interfaces,
and now it's all happy! *yay* :)
(yes im being sick, and using a screen-less laptop to route
two internal networks, but hey, it's less than 1u, and cheaper
than a router :)
Thanks for the help,
--
Paul Edwards
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 3com pcmcia modules.
2002-02-09 15:15 3com pcmcia modules paule
2002-02-09 15:45 ` Chris Ball
@ 2002-02-10 0:01 ` Jeff Garzik
1 sibling, 0 replies; 8+ messages in thread
From: Jeff Garzik @ 2002-02-10 0:01 UTC (permalink / raw)
To: paule; +Cc: linux-kernel
paule@ilu.vu wrote:
> Apologies if this has been brought up before,
> but whatever happened to the 3c575 (3com pcmcia) card
> driver/module in 2.5.x branch? (it was in 2.2.19 for sure).
It's not needed. "3c59x" provided full support for PCI and CardBus.
--
Jeff Garzik | "I went through my candy like hot oatmeal
Building 1024 | through an internally-buttered weasel."
MandrakeSoft | - goats.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 3com pcmcia modules.
2002-02-09 22:08 ` paule
@ 2002-02-10 9:59 ` paule
2002-02-10 10:13 ` Andrew Morton
0 siblings, 1 reply; 8+ messages in thread
From: paule @ 2002-02-10 9:59 UTC (permalink / raw)
To: Andrew Morton; +Cc: Chris Ball, linux-kernel
On Sat, Feb 09, 2002 at 10:08:05PM +0000, paule@ilu.vu wrote:
> On Sat, Feb 09, 2002 at 12:22:11PM -0800, Andrew Morton wrote:
> > paule@ilu.vu wrote:
> > >
> > > root@paule:/lib/modules/2.5.3/kernel/drivers/net# insmod 3c59x
> > > Using /lib/modules/2.5.3/kernel/drivers/net/3c59x.o
> > > /lib/modules/2.5.3/kernel/drivers/net/3c59x.o: unresolved symbol
> > > del_timer_sync
> >
> > That can't happen :)
> >
>
> reconfigured kernel, re-made, and reconfigured rc.inet1 (under
> slackware8.0) to support multiple interfaces,
> and now it's all happy! *yay* :)
> (yes im being sick, and using a screen-less laptop to route
> two internal networks, but hey, it's less than 1u, and cheaper
> than a router :)
>
An old problem has re-appeared since I have done this,
On a soft-reboot ('reboot / shutdown -r now') the kernel
stops on its way back up stating
Socket Status 0x0000003
(or something similar)
and it then requires a hard-reset to clear.
This only seems to be under the 3c59x code / more-so the vortex module.
Any help would be appreciated.
Cheers,
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 3com pcmcia modules.
2002-02-10 9:59 ` paule
@ 2002-02-10 10:13 ` Andrew Morton
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Morton @ 2002-02-10 10:13 UTC (permalink / raw)
To: paule; +Cc: Chris Ball, linux-kernel
paule@ilu.vu wrote:
>
> An old problem has re-appeared since I have done this,
> On a soft-reboot ('reboot / shutdown -r now') the kernel
> stops on its way back up stating
> Socket Status 0x0000003
>
> (or something similar)
> and it then requires a hard-reset to clear.
> This only seems to be under the 3c59x code / more-so the vortex module.
IRQ storm on the Cardbus controller, probably.
Try the pcmcia-ip-autoconf and yenta-hack patches at
http://www.zip.com.au/~akpm/linux/2.4/2.4.18-pre9/
-
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2002-02-10 10:14 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-09 15:15 3com pcmcia modules paule
2002-02-09 15:45 ` Chris Ball
2002-02-09 16:04 ` paule
2002-02-09 20:22 ` Andrew Morton
2002-02-09 22:08 ` paule
2002-02-10 9:59 ` paule
2002-02-10 10:13 ` Andrew Morton
2002-02-10 0:01 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox