Subject: Re: Network configuration ..
To: Zdenek Salvet <salvet@ics.muni.cz>
From: =?iso-8859-1?Q?P=E5l_Halvorsen?= <paalh@unik.no>
List: netbsd-help
Date: 04/26/2000 15:55:05
On Wed, 26 Apr 2000, P=E5l Halvorsen wrote:

> On Tue, 18 Apr 2000, Zdenek Salvet wrote:
>=20
> > > >  > > >SMC, EZCard-10-pcmcia, SMC8022, R01 (manufacturer 0x108, prod=
uct 0x8022)
> > > >  > > >function 0 not configured
> > > >=20
> > > I'm using 1.4.2.
> >=20
> > 1.4.2 does not support SMC8022. Use -current kernel (less than 10 month=
s
> > old) or add
> >=20
> >       { "SMC EZCard 10 PCMCIA",
> >       0x108, 0x8022,
> >       { "SMC", "EZCard-10-PCMCIA", "SMC8022", "R01" },
> >       0, 0x1c0, { 0, 0xe0, 0x29 }},
>=20
> This seems to work if I change=20
> =09{ 0, 0xe0, 0x29 }
> to
> =09{ 0x60, 0x60, 0x03 }
> =20
> > to ne2000devs[] array in /sys/dev/pcmcia/if_ne_pcmcia.c and compile
> > kernel with "ne* at pcmcia?" device.
>=20
> However, I still get no contact with other machines in the network. I
> cannot even ping other machines and other machines cannot ping my new
> machine.
> As the dmesg.boot (see below) show, there is no error message configuring
> the network card. The ne2 device is configured correctly !??
> The ifconfig -a gives this output:
>=20
> ne2: flags=3D8863<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST> mtu
> 1500
> =09address:60:60:03:1f:14:00
> =09media: Ethernet manual
> =09inet 193.156.96.147 netmask 0xfffffe00 broadcast 193.156.96.255
>=20
> As I said earlier, I installed without a network connection since the
> installation guide suggested this when using PCMCIA. I have tried to
> follow the "Basic NetBSD Networking" guide at
> http://www.netbsd.org/Documentation/network/
> but I cannot figure it out whats wrong.
>=20
> Does it exist any howto on how to install the network after installing th=
e
> OS? Is there anyone who have any ideas of whats wrong?
>=20

Now I also get an error message:
ne2: device timeout
Can this be the source of the whole problem. Any ideas of how to solve it?

Thank you for your help!!
Best regards,
P=E5l Halvorsen