Buchan Milne <[EMAIL PROTECTED]> writes:

[...]

> > > I am now running cooker on my laptop, but the PCMCIA network card
> doesn't
> > > work, so I will try and track that down, or revert to my partimage'd
> 9.1.
> > >
> >
> > what card? wich nic module?
> 
> It's a Surecom EP-427X, IIRC on 9.1 it was using pcnet_cs/8930. cardctl
> ident gives:
> Socket 1:
>   product info: "CouplerlessPCMCIA", "100BASE"
>   manfid: 0xffff, 0x1090
>   function: 6 (network)
> 
> 9.1 dmesg shows:
> eth0: NE2000 Compatible: io 0x300, irq3, hw_addr 00:00:21:)F:C6:DD
> 
> I haven't had success insmod'ing the (pcnet_cs) module with those options
> :-(.

AFAIK, the reason for cardctl is that modprobing only is not
enough because some cardbus operations need be done.
 
> (note, I have never bothered much with figuring PCMCIA out, my previous
> card - 3c589_cs - was detected fine on 9.0/9.1, and harddrake on 9.1 found
> the new card when I plugged it in the first time)
> 
> Ahh, success! I added the following (from /etc/pcmcia/config on 9.1):
> 
> card "Ark Sky Link Express PA2600"
>   manfid 0xffff, 0x1090
>   bind "pcnet_cs"
> 
> just before:
> card "NE2000 Compatible Fast Ethernet"
> on line 794 of /etc/pcmcia/config, and then drakconnect even finds it ...

Ah, nice.
 
> It seems there are a number of entries in /etc/pcmcia/config for manfid
> 0xffff, 0x1090, so I don't know if this is a good fix ... but it would be
> nice if RC1 could find my card during installation, since this is the only
> way I can test Winbind support during installation ..

The problem is that the diff between 9.1 (3.2.3) and cooker
(3.2.4) is 1000 lines long.. It's odd that it doesn't work for
you anymore.

And what if instead putting back the old line, you remove the #
in front of the manfid line, line #796? It seems though that in
the file, it's either version or manfid, bot both, dunno why :/.
Is it because "version" is supposed to be enough for detecting
your card, I don't know.. Then the reason why the manfid is
quoted is that there are several different "version" lines for
the same manfid as yours :/.

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/

Reply via email to