_
Este mensaje se dirige exclusivamente a su destinatario y puede contener
información privilegiada o confidencial. Si no es Vd. el destinatario
indicado, queda notificado de que la utilización, divulgación y/o cop
t; <[EMAIL PROTECTED]>
To:
Sent: Friday, January 11, 2002 9:24 PM
Subject: Re: NE2000 ISA
> * arief muLya ([EMAIL PROTECTED]) spake thusly:
> ...
> > The problem is, I can't just modprobe the module. They says if it's an
> > ISA NE2000 Card, I need to give the r
On Fri, Jan 11, 2002 at 02:24:36PM -0600, Dimitri Maziuk wrote:
> the fine manual. If not, you'll need the config utility (IIRC
> ne2k's weren't pnp, even the ne2k+ that claimed to be, so
> fscking around with isapnp won't get you anywhere).
Not being pnp, make them easier to install IMHO. I had
* arief muLya ([EMAIL PROTECTED]) spake thusly:
...
> The problem is, I can't just modprobe the module. They says if it's an
> ISA NE2000 Card, I need to give the right IO and IRQ setting when I
> modprobe/insmod the module.
Your best bet is to get a different NIC and throw ne2k away
(yes, I kn
On Fri, 2002-01-11 at 10:27, arief muLya wrote:
> Dear all,
>
>
> Newbie question here.
> I manage to install debian-potato 2.2r4 on a 486 PC, by removing the
> harddisk to a better machine. And then after get installed, I moved the
> harddisk back to the 486.
>
> At the 486, I've installed a
On Sat, Jan 12, 2002 at 02:27:04AM +0700, arief muLya wrote:
| I manage to install debian-potato 2.2r4 on a 486 PC, by removing the
| harddisk to a better machine. And then after get installed, I moved the
| harddisk back to the 486.
I did this too.
| At the 486, I've installed a NE2000 compat
its ne not ne2k. The modules ne will work on pci devices, but I think the
ne2k-pci will not work on isa. Its very likelly that U have ne on your
system as it is a very common and therefore comes withmost installations.
under debian ne.o is in
/lib/modules/2.4.5/kernel/drivers/net
where 2.4.5 is you
also sprach Cameron Matheson (on Fri, 20 Jul 2001 12:06:02PM -0600):
> since it's ISA, you'll have to provide the IO address, and optionally
> the IRQ. Here's my line from /etc/modules:
>
> ne io=0x260 irq=9
well, except that this should be only 'ne' in modules, and then a
separate file, /etc/mo
Hey,
since it's ISA, you'll have to provide the IO address, and optionally
the IRQ. Here's my line from /etc/modules:
ne io=0x260 irq=9
Cameron Matheson
On 20 Jul 2001 12:58:15 +0200, "Fischer, Björn" wrote:
> Hi,
> I am quite a newbie to either Linux (I'm "playing" with Suse Linux for about
also sprach Sebastiaan (on Fri, 20 Jul 2001 01:10:41PM +0200):
> it is called 'ne'.
i notified the author of the cited book...
martin; (greetings from the heart of the sun.)
\ echo mailto: !#^."<*>"|tr "<*> mailto:"; [EMAIL PROTECTED]
--
it may look like i'm just sitting here
also sprach "Fischer, Björn" (on Fri, 20 Jul 2001 12:58:15PM +0200):
> But there's a Proble, that I wasnt able to solve yet: I have a NE2000
> compatible ethernet device (ISA). The german Debian GNU/Linux Handbook
> (http://www.openoffice.de/linux/buch/) said I would only have to load the
> Kernel-
On Fri, 20 Jul 2001, [iso-8859-1] "Fischer, Björn" wrote:
> Hi,
> I am quite a newbie to either Linux (I'm "playing" with Suse Linux for about
> half a year) and Debian (first try to install the day before yesterday) so
> please be patient with me.
>
> But there's a Proble, that I wasnt able to s
I hope this is not too late. I have several machines running NE2000 ISA
cards. To get them to work I had to use DOS to turn off the plug-n-play
feature and to assure that each is using a different IRQ and io address.
For single NIC machines, I compiled ne into the kernel, making sure that
the IO an
Quoting urbanyon ([EMAIL PROTECTED]):
> sorry - which file is this? i'm having big NIC problems as well.
>
> On Thu, 21 Dec 2000, David Wright wrote:
>
> > You can put module-loading options in a file
> > called, say, /etc/modutils/local and then run
^^^
Cheers,
sorry - which file is this? i'm having big NIC problems as well.
On Thu, 21 Dec 2000, David Wright wrote:
> You can put module-loading options in a file
> called, say, /etc/modutils/local and then run
> update-modules to incorporate them in modules.conf.
> man update-modules explains.
>
> Here'
Quoting Xucaen ([EMAIL PROTECTED]):
>
> --- Vincent Besse <[EMAIL PROTECTED]> wrote:
> > ne io=0x300 (replace of course with with your
> > values)
> > in /etc/modules. That's all.
> >
> > Vincent
>
> I thought so! but when I edited it, the comments
> at the top scared me. ;-)
/etc/modules shou
--- Vincent Besse <[EMAIL PROTECTED]> wrote:
> ne io=0x300 (replace of course with with your
> values)
> in /etc/modules. That's all.
>
> Vincent
I thought so! but when I edited it, the comments
at the top scared me. ;-) I have installed
slackware before and maybe I just got spoiled.
Slackware
--- Dwight Johnson <[EMAIL PROTECTED]> wrote:
> On Thu, 21 Dec 2000, John Griffiths wrote:
>
> > trying to do a new install on a box with an
> NE2000 NIC
> I was never able to get this done in the
> install. I completed the install
> without networking and then, after some
> research, placed:
>
On Thu, 21 Dec 2000, John Griffiths wrote:
> >I was never able to get this done in the install. I completed the install
> >without networking and then, after some research, placed:
> >
> >alias eth0 ne
> >options ne io=0x300 irq=10
> >
> >in the file /etc/modutils/network. Of course, after mo
John Griffiths wrote:
> Hello
Hi
> trying to do a new install on a box with an NE2000 NIC
>
> having trouble with the module on install (that is it fails)
>
> do i need to tell it the IRQ/IO arguments?
>
> if so what is the syntax?
You can use isapnptools to detect and install your card. Then y
On Thu, Dec 21, 2000 at 10:44:57AM +1100, John Griffiths wrote:
> >I was never able to get this done in the install. I completed the install
> >without networking and then, after some research, placed:
> >
> >alias eth0 ne
> >options ne io=0x300 irq=10
> >
> >in the file /etc/modutils/network.
>Load it on install anyway, if you can, because it'll save time later.
>When you try to load the module, does the installer give you a place for
>you to type the module options? I can't check this at the moment, but I
>think it does. Type in it something like: io=0x300 irq=10 (as Dwight
>said above
John Griffiths wrote:
>
> >I was never able to get this done in the install. I completed the install
> >without networking and then, after some research, placed:
> >
> >alias eth0 ne
> >options ne io=0x300 irq=10
> >
> >in the file /etc/modutils/network. Of course, after more research, I had
>I was never able to get this done in the install. I completed the install
>without networking and then, after some research, placed:
>
>alias eth0 ne
>options ne io=0x300 irq=10
>
>in the file /etc/modutils/network. Of course, after more research, I had to
>complete the rest of the network co
On Thu, 21 Dec 2000, John Griffiths wrote:
> trying to do a new install on a box with an NE2000 NIC
> having trouble with the module on install (that is it fails)
> do i need to tell it the IRQ/IO arguments?
>
> if so what is the syntax?
I was never able to get this done in the install. I comple
Got it. Thanks!
At 09:28 AM 2/16/99 +0100, [EMAIL PROTECTED] wrote:
>
>
>The NE2000 PCI-module is probing a number of addresses,
>make sure that your card is configured for one of those addresses.
>This can probably be done with the DOS-program (sorry) you have got
>with your card,
>
>Joop
>
>
>
On Tue, 16 Feb 1999 [EMAIL PROTECTED] wrote:
> The NE2000 PCI-module is probing a number of addresses,
> make sure that your card is configured for one of those addresses.
> This can probably be done with the DOS-program (sorry) you have got
> with your card,
Joop
Is the necessary information t
The NE2000 PCI-module is probing a number of addresses,
make sure that your card is configured for one of those addresses.
This can probably be done with the DOS-program (sorry) you have got
with your card,
Joop
Subject: NE2000 PCI Card
Date: Fri, Feb 12, 1999 at 11:55:49PM -0700
In reply to:Ming Hsu
Quoting Ming Hsu([EMAIL PROTECTED]):
>
> Hi, I'm not sure if this is the correct place to ask for help on this, but
> it may be something in Debian that's tripping me up. I'm trying to set
> The problem I have right now is that the kernel won't recognize the NE2000
> PCI card. A friend and I tried autoprobing it, and making it a module and
> loading it after compile, but neither has worked. We also tried to forcing
> recognition by putting an append line into LILO, but that didn't
On Fri, 29 May 1998, Tomas Petersson wrote:
> Hello, I'm installing hamm. In bo there was a driver for NE2000
> networkcard, but this is not the case in the hamm installation.
> Do I have to change my card or is the another solution, can I use
> the old driver?
>
> /Tomas Petersson
Look better,
At 02:18 PM 5/29/98 +0100, you wrote:
>
>> Hello, I'm installing hamm. In bo there was a driver for NE2000
>> networkcard, but this is not the case in the hamm installation.
>> Do I have to change my card or is the another solution, can I use
>> the old driver?
>
>There is an NE2000 and compatibles
> Hello, I'm installing hamm. In bo there was a driver for NE2000
> networkcard, but this is not the case in the hamm installation.
> Do I have to change my card or is the another solution, can I use
> the old driver?
There is an NE2000 and compatibles driver in Hamm - I'm using it. It's one
of t
>>
>>
>> Hi All.
>>
>> I have a NE2000 card on my 486DX4 100MHz server, running a hamm
>> Debian (upgraded whenever possible - something like twice a week... ;)
>> And, recently, I encountered a problem: the cable that links the NE card
>> to the HUB (3comm) has been changed from coaxi
On Mon, May 04, 1998 at 07:42:09AM -0300, Daniel Doro Ferrante wrote:
> I have a NE2000 card on my 486DX4 100MHz server, running a hamm
> Debian (upgraded whenever possible - something like twice a week... ;)
> And, recently, I encountered a problem: the cable that links the NE card
> to the
Do you know what type of card it is (vendor and model)?
It must be rather old...I have a few "Combo Cards" (UTP + Coax)
and have never seen on ethat NEEDED you to select for it what interface
it used.
Generally yes, you wil need to boot DOS with a config disk...
I have about 3 or 4 diff config disk
>Hi
>
>I think there was some discussion about the NE2000 card a while ago, how do
I get in contact with it... (append io something in lilo.conf ??)
>
>Karsten
I have Magitronic EZ2000's, which are NE2000 compatible. I got it to work by
doing the following:
First, I had to (ugh!) boot D
Hi, what is exactly is your problem? If any? I could not get my linux
box to recognise my kingston ethernet card (which emulates a ne2000
card) When I installed the base system I had to choose a DEC-2*** I
can't remember the rest of the name. I hope this is of some use to you.
Paul McDermott
On Wed, 9 Apr 1997, Karsten Bolding wrote:
> Hi
>
> I think there was some discussion about the NE2000 card a while ago, how
do I get in contact with it... (append io something in lilo.conf ??)
>
> Karsten
>
if card address is 300 (hexadecimal):
When using modconf the parameter is entered i
> Dear Linuxer,
>
> I have try with several NE2000 compatible cards with 10BaseT and BNC
> autodetected. None of them works with the 10BaseT interface but works
> fine with the BNC interface.
What kind of cards are these? Do they support _both_ 10base-t and 10base-2,
or do you have 2 cards, e
40 matches
Mail list logo