public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
* BroadBand Connection
@ 2005-02-27  4:48 Peter H.
  2005-02-27 16:26 ` Ulrich Fürst
  0 siblings, 1 reply; 5+ messages in thread
From: Peter H. @ 2005-02-27  4:48 UTC (permalink / raw)
  To: linux

Greetings,

Slackware 10 kernel 2.4.26

At last I will get tomorrow a broadband connection. The company which puts it 
up informed me yesterday to buy a LAN card.

Which I did today: CNet PRO200 100/10Mbps Fast Ethernet PCI-Bus Adapter.

On the enclosed floppy in the package is a driver for Linux cnpro2~1.gz

Where do I copy that driver to on my HD and what in the kernel will I have to 
do to make things work for a broadband connection using make xconfig.

This is a very new system here working over micro waves and I assume the 
people installing it might not know Linux.

I am quite excited getting away from my slow modem connection with average 
speeds of 1.5 KB/sec also via micro waves so I hope I can make things work 
with the help from this great list.

Thanks & regards  
-- 
Peter

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

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

* Re: BroadBand Connection
  2005-02-27  4:48 BroadBand Connection Peter H.
@ 2005-02-27 16:26 ` Ulrich Fürst
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Fürst @ 2005-02-27 16:26 UTC (permalink / raw)
  To: linux-newbie

"Peter H." <heisspf@skyinet.net> wrote: 
> On the enclosed floppy in the package is a driver for Linux
> cnpro2~1.gz
> 
> Where do I copy that driver to on my HD 

I'd copy it to /usr/local/src/
there upack it and cd into the new directory. Then compile it. But
isnt't there a README nearby the cnpro2~1.gz file?

> and what in the kernel will I
> have to do to make things work for a broadband connection using make
> xconfig.
> 
There's a driver with the kernel, I guess:
on:
http://www.linuxquestions.org/questions/showthread.php?s=&postid=857504#post857504
There "maxut" writes:
> with cnet pro200 ethernet. module for cnet pro 200 is called "dmfe"
it's in the directory of your kernel source in (at least for the
kernel 2.6.8.)
/Documentation/networking/dmfe.txt
./drivers/net/tulip/dmfe.c

Just do a
$ find ./ -iname dmfe*
in your kernel source directory to find out for your kernel.

Ulrich
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

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

* Re: BroadBand Connection
@ 2005-02-28  9:10 heisspf
  2005-03-01  6:37 ` Richard Adams
  0 siblings, 1 reply; 5+ messages in thread
From: heisspf @ 2005-02-28  9:10 UTC (permalink / raw)
  To: linux-newbie; +Cc: heimwill

in-Reply-To: Your message of "Sun, 27 Feb 2005 17:26:27 +0100."
             <20050227172627.71add6a4@sarge> 


Thanks Ulrich,

In slackware10 netconfig took care of everything, found the driver
installed 
it etc and I have now a connection at a dizzying speed of close to 300
KB/sec 
200 times faster than what I had for the past many years.

Regards
-- 
Peter

--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

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

* Re: BroadBand Connection
  2005-02-28  9:10 heisspf
@ 2005-03-01  6:37 ` Richard Adams
  2005-03-01  8:17   ` Peter
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Adams @ 2005-03-01  6:37 UTC (permalink / raw)
  To: heisspf; +Cc: linux-newbie

On Monday 28 February 2005 10:10, heisspf@skyinet.net wrote:
> in-Reply-To: Your message of "Sun, 27 Feb 2005 17:26:27 +0100."
>              <20050227172627.71add6a4@sarge>
>
>
> Thanks Ulrich,
>
> In slackware10 netconfig took care of everything, found the driver
> installed
> it etc and I have now a connection at a dizzying speed of close to 300
> KB/sec
> 200 times faster than what I had for the past many years.

It would be helpfull to others if you told us which driver is used by this 
card considering that was your origanal question.
That way you help others as well.

> Regards
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

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

* Re: BroadBand Connection
  2005-03-01  6:37 ` Richard Adams
@ 2005-03-01  8:17   ` Peter
  0 siblings, 0 replies; 5+ messages in thread
From: Peter @ 2005-03-01  8:17 UTC (permalink / raw)
  To: pa3gcu; +Cc: linux-newbie

On Tue, 1 Mar 2005 07:37:20 +0100
Richard Adams <pa3gcu@zeelandnet.nl> wrote:

> On Monday 28 February 2005 10:10, heisspf@skyinet.net wrote:
> > in-Reply-To: Your message of "Sun, 27 Feb 2005 17:26:27 +0100."
> >              <20050227172627.71add6a4@sarge>
> >
> >
> > Thanks Ulrich,
> >
> > In slackware10 netconfig took care of everything, found the driver
> > installed
> > it etc and I have now a connection at a dizzying speed of close to 300
> > KB/sec
> > 200 times faster than what I had for the past many years.
> 
> It would be helpfull to others if you told us which driver is used by this 
> card considering that was your origanal question.
> That way you help others as well.
> 
> > Regards
> 

Now that you ask I have to admit that netconfig did not find the LAN card I
had bought instead it found the built-in card on the mobo which is via-rhine.
Only when Installed the LAN Card did I notice that there is an outlet on the
mobo which I then used.

 Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

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

end of thread, other threads:[~2005-03-01  8:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-27  4:48 BroadBand Connection Peter H.
2005-02-27 16:26 ` Ulrich Fürst
  -- strict thread matches above, loose matches on Subject: below --
2005-02-28  9:10 heisspf
2005-03-01  6:37 ` Richard Adams
2005-03-01  8:17   ` Peter

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