[tulip] tulip,mandrake 7.1 and linksys 10/100 ver 4.0
Uday Kallianpur
udk@swbell.net
Sun, 31 Dec 2000 15:24:36 -0600
This is a multi-part message in MIME format.
------=_NextPart_000_0014_01C0733D.C89CEA60
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
i did what you told me to do /sbin/insmod ./tulip.o and it says =
./tulip.o:
unresolved symbol pci-drv.unregistered and ./tulip.o: unresolved symbol
pci-drv.register how do I solve this I am a newbie of the highest =
degree. I
understand it is a problem concerning libraries how can I update them?
Thankyou
Uday Kallianpur
----- Original Message -----
From: "Donald Becker" <becker@scyld.com>
To: "Uday Kallianpur" <udk@swbell.net>
Cc: <tulip@scyld.com>
Sent: Friday, December 29, 2000 8:12 AM
Subject: Re: [tulip] mandrake 7.1
> On Fri, 29 Dec 2000, Uday Kallianpur wrote:
>
> > I am having trouble with the card. i followed these instructions.
>
> What card are you using?
> Where did you get the instructions?
>
>
> > Linux kernel version 2.2.x
>
> > Log in as root, admin, or superuser and type this at a terminal =
prompt:
> > mount -t msdos /dev/fd0 /mnt/floppy
>
> Hmmm, they should have used 'mcopy a:/linux/tulip.c ...'
>
> > cp tulip.c /usr/src/linux/net/inet
>
> Wow, that's pretty bogus.
> That directory was in the include path only to support the old v1.0 =
kernel
> series. I still get 1.2.13 bug reports, but it's been years since =
anyone
> has run even 1.2.13, and certainly v1.0 with a PCI driver is unlikely.
>
> You can put the source file in any directory that you choose, =
preferably
in
> something obvious such as /usr/src/drivers/
>
> > Compile the tulip.c file with the compile command:
> ...
> > You should now have a file called tulip.o in the same inet =
directory,
you
> > must copy the tulip.o file to the proper directory within Linux so =
it
can be
> > loaded, and then activated.
> > cp tulip.o /lib/modules/kernel_version/net
>
> Before doing this, you should test the driver with
> /sbin/insmod ./tulip.o
>
> > When I did depmod -a i get
> > depmod: *** unresolved symbols in =
/lib/modules/2.2.15-4mdk/net/tulip.o
>
> Try doing
> /sbin/insmod tulip
> to find the names of the unresolved symbols.
>
> > I am sure i compiled it okay i did not get any errors also I used =
the
> > latest drivers from scyld.com. I do not know what else to do?? This =
is
> > driving me crazy
>
> Read
> http://www.scyld.com/network/updates.html
>
> Donald Becker becker@scyld.com
> Scyld Computing Corporation http://www.scyld.com
> 410 Severn Ave. Suite 210 Second Generation Beowulf Clusters
> Annapolis MD 21403 410-990-9993
>
------=_NextPart_000_0014_01C0733D.C89CEA60
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4522.1800" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman" =
size=3D3>i did what you=20
told me to do /sbin/insmod ./tulip.o and it says =
./tulip.o:<BR>unresolved symbol=20
pci-drv.unregistered and ./tulip.o: unresolved =
symbol<BR>pci-drv.register=20
how do I solve this I am a newbie of the highest degree. =
I<BR>understand=20
it is a problem concerning libraries how can I update=20
them?<BR><BR>Thankyou<BR>Uday Kallianpur<BR>----- Original Message=20
-----<BR>From: "Donald Becker" <</FONT><A=20
href=3D"mailto:becker@scyld.com"><FONT face=3D"Times New Roman"=20
size=3D3>becker@scyld.com</FONT></A><FONT face=3D"Times New Roman"=20
size=3D3>><BR>To: "Uday Kallianpur" <</FONT><A=20
href=3D"mailto:udk@swbell.net"><FONT face=3D"Times New Roman"=20
size=3D3>udk@swbell.net</FONT></A><FONT face=3D"Times New Roman" =
size=3D3>><BR>Cc:=20
<</FONT><A href=3D"mailto:tulip@scyld.com"><FONT face=3D"Times New =
Roman"=20
size=3D3>tulip@scyld.com</FONT></A><FONT face=3D"Times New Roman"=20
size=3D3>><BR>Sent: Friday, December 29, 2000 8:12 AM<BR>Subject: Re: =
[tulip]=20
mandrake 7.1<BR><BR><BR>> On Fri, 29 Dec 2000, Uday Kallianpur=20
wrote:<BR>><BR>> > I am having trouble with the card. i =
followed these=20
instructions.<BR>><BR>> What card are you using?<BR>> Where did =
you get=20
the instructions?<BR>><BR>><BR>> > Linux kernel version=20
2.2.x<BR>><BR>> > Log in as root, admin, or superuser and type =
this at=20
a terminal prompt:<BR>> > mount -t msdos /dev/fd0=20
/mnt/floppy<BR>><BR>> Hmmm, they should have used 'mcopy =
a:/linux/tulip.c=20
...'<BR>><BR>> > cp tulip.c =
/usr/src/linux/net/inet<BR>><BR>>=20
Wow, that's pretty bogus.<BR>> That directory was in the include path =
only to=20
support the old v1.0 kernel<BR>> series. I still get 1.2.13 bug =
reports, but it's been years since anyone<BR>> has run even 1.2.13, =
and=20
certainly v1.0 with a PCI driver is unlikely.<BR>><BR>> You can =
put the=20
source file in any directory that you choose, preferably<BR>in<BR>> =
something=20
obvious such as /usr/src/drivers/<BR>><BR>> > Compile the =
tulip.c file=20
with the compile command:<BR>> ...<BR>> > You should now have a =
file=20
called tulip.o in the same inet directory,<BR>you<BR>> > must copy =
the=20
tulip.o file to the proper directory within Linux so it<BR>can =
be<BR>> >=20
loaded, and then activated.<BR>> > cp tulip.o=20
/lib/modules/kernel_version/net<BR>><BR>> Before doing this, you =
should=20
test the driver with<BR>> /sbin/insmod =
./tulip.o<BR>><BR>>=20
> When I did depmod -a i get<BR>> > depmod: *** unresolved =
symbols in=20
/lib/modules/2.2.15-4mdk/net/tulip.o<BR>><BR>> Try =
doing<BR>> =20
/sbin/insmod tulip<BR>> to find the names of the unresolved=20
symbols.<BR>><BR>> > I am sure i compiled it okay i did not get =
any=20
errors also I used the<BR>> > latest drivers from scyld.com. I do =
not know=20
what else to do?? This is<BR>> > driving me crazy<BR>><BR>>=20
Read<BR>> </FONT><A=20
href=3D"http://www.scyld.com/network/updates.html"><FONT face=3D"Times =
New Roman"=20
size=3D3>http://www.scyld.com/network/updates.html</FONT></A><BR><FONT=20
face=3D"Times New Roman" size=3D3>><BR>> Donald Becker </FONT><A=20
href=3D"mailto:becker@scyld.com"><FONT face=3D"Times New Roman"=20
size=3D3>becker@scyld.com</FONT></A><BR><FONT face=3D"Times New Roman" =
size=3D3>>=20
Scyld Computing Corporation </FONT><A =
href=3D"http://www.scyld.com"><FONT=20
face=3D"Times New Roman" =
size=3D3>http://www.scyld.com</FONT></A><BR><FONT=20
face=3D"Times New Roman" size=3D3>> 410 Severn Ave. Suite 210 Second =
Generation=20
Beowulf Clusters<BR>> Annapolis MD 21403=20
410-990-9993<BR>></FONT><BR></FONT></DIV></BODY></HTML>
------=_NextPart_000_0014_01C0733D.C89CEA60--