public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* real talk cards in 2.2.18.
@ 2001-01-08 20:22 Timothy A. DeWees
  2001-01-08 20:43 ` Richard Torkar
  2001-01-08 20:43 ` Ward Vandewege
  0 siblings, 2 replies; 5+ messages in thread
From: Timothy A. DeWees @ 2001-01-08 20:22 UTC (permalink / raw)
  To: Linux Kernel

[-- Attachment #1: Type: text/plain, Size: 437 bytes --]

Hello,

    I am trying to compile the rtl8139 driver for my SMC
10/100 NIC.  I have turned on all 10/100 devices (i.e. 3Com
cards -n- such); however, I can not get the rtl driver to show
up as an option in my menuconfig.  What to I need to do to
compile this driver as a module.  Am I missing something
else perhaps not in Network Devices.  I do see the rtl8139.c file in my drivers/net source tree.  



Thanks in advance.

[-- Attachment #2: Type: text/html, Size: 1164 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: real talk cards in 2.2.18.
  2001-01-08 20:22 real talk cards in 2.2.18 Timothy A. DeWees
@ 2001-01-08 20:43 ` Richard Torkar
  2001-01-08 20:44   ` Timothy A. DeWees
  2001-01-08 20:43 ` Ward Vandewege
  1 sibling, 1 reply; 5+ messages in thread
From: Richard Torkar @ 2001-01-08 20:43 UTC (permalink / raw)
  To: Timothy A. DeWees; +Cc: Linux Kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Timothy A. DeWees wrote:

> Hello,
>
>     I am trying to compile the rtl8139 driver for my SMC
> 10/100 NIC.  I have turned on all 10/100 devices (i.e. 3Com
> cards -n- such); however, I can not get the rtl driver to show
> up as an option in my menuconfig.  What to I need to do to
> compile this driver as a module.  Am I missing something
> else perhaps not in Network Devices.  I do see the rtl8139.c file in my drivers/net source tree.
>

Have you turned on:
[EISA, VLB, PCI and on board controllers] in
[Ethernet (10 or 100Mbit)  --->] which is in
[Network device support  --->] ???


/Richard
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE6WiZkUSLExYo23RsRAqA6AJ9y4MXPORujp4vBO2zt2YWW2jWmKQCfR1/X
y6JuvkONI4D/h3UytXoToAU=
=qNK8
-----END PGP SIGNATURE-----


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: real talk cards in 2.2.18.
  2001-01-08 20:22 real talk cards in 2.2.18 Timothy A. DeWees
  2001-01-08 20:43 ` Richard Torkar
@ 2001-01-08 20:43 ` Ward Vandewege
  2001-01-08 20:45   ` Timothy A. DeWees
  1 sibling, 1 reply; 5+ messages in thread
From: Ward Vandewege @ 2001-01-08 20:43 UTC (permalink / raw)
  To: Timothy A. DeWees, Linux Kernel

At 15:22 08/01/2001 -0500, Timothy A. DeWees wrote:
>Hello,
>
>     I am trying to compile the rtl8139 driver for my SMC
>10/100 NIC.  I have turned on all 10/100 devices (i.e. 3Com
>cards -n- such); however, I can not get the rtl driver to show
>up as an option in my menuconfig.  What to I need to do to
>compile this driver as a module.  Am I missing something
>else perhaps not in Network Devices.  I do see the rtl8139.c file in my 
>drivers/net source tree.

Just enable 'Prompt for development and/or incomplete code/drivers' in 
'Code maturity level options', the first item in the setup menu...

Bye for now,
Ward.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: real talk cards in 2.2.18.
  2001-01-08 20:43 ` Richard Torkar
@ 2001-01-08 20:44   ` Timothy A. DeWees
  0 siblings, 0 replies; 5+ messages in thread
From: Timothy A. DeWees @ 2001-01-08 20:44 UTC (permalink / raw)
  To: Richard Torkar, Timothy A. DeWees; +Cc: Linux Kernel

Yes I have.

> Have you turned on:
> [EISA, VLB, PCI and on board controllers] in
> [Ethernet (10 or 100Mbit)  --->] which is in
> [Network device support  --->] ???


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: real talk cards in 2.2.18.
  2001-01-08 20:43 ` Ward Vandewege
@ 2001-01-08 20:45   ` Timothy A. DeWees
  0 siblings, 0 replies; 5+ messages in thread
From: Timothy A. DeWees @ 2001-01-08 20:45 UTC (permalink / raw)
  To: Timothy A. DeWees, Linux Kernel, Ward Vandewege

This was done.

> Just enable 'Prompt for development and/or incomplete code/drivers' in 
> 'Code maturity level options', the first item in the setup menu...


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-01-08 20:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-08 20:22 real talk cards in 2.2.18 Timothy A. DeWees
2001-01-08 20:43 ` Richard Torkar
2001-01-08 20:44   ` Timothy A. DeWees
2001-01-08 20:43 ` Ward Vandewege
2001-01-08 20:45   ` Timothy A. DeWees

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox