Page 1 of 1

How to use Accton EN1660 ISA slot Ethernet adapter?

Posted: Tue 16 Nov 2010, 12:22
by Vi&Fe
Hi to all...
I have instaled the Puppy to my old, old, old P300.
Now, someone give me this ACCTON EN1660 Ethernet Adapter, and i what to connect it to my PC.
It uses an ISA slot...

Help please

Is the first time I'm using Linux

PS: sorry for my english.

Posted: Tue 16 Nov 2010, 13:07
by ttuuxxx
Hi please tell us which puppy version your using. Drivers are usually kernel specific so if we knew which version then we could look it up.
ttuuxxx

Posted: Tue 16 Nov 2010, 13:45
by Vi&Fe
Hi friend. I have the Version 5.1.1

http://puppylinux.org/main/Download%20L ... elease.htm

Posted: Tue 16 Nov 2010, 16:18
by Vi&Fe
Help Please :'(

Posted: Tue 16 Nov 2010, 16:25
by ttuuxxx
Hi I usually help with 2.14X, the version your using is different, This post should of been in http://www.murga-linux.com/puppy/viewto ... 840#467840
but being your first post I did mention to them that you needed help, But if you click on the link and explain it once again someone should help you much sooner.
Hope that helps
ttuuxxx

Posted: Tue 16 Nov 2010, 16:33
by Vi&Fe
thanks friend

Posted: Wed 30 Mar 2011, 02:00
by tempestuous
This post is five months old, but it's worth answering because other Puppy users may come across the now-uncommon situation of using ISA cards.

Google tells me that the Accton EN1660 is an NE2000-compatible ethernet device, for which the correct driver (module) will be "ne". Puppy has contained this driver since day one.
But the issue here is whether the Linux kernel's ISA PnP routines can detect this device.
First thing to try is to get into your bios settings, and set "PnP OS = NO".
To cut a long story short, this will disable dynamic resource allocation by the operating system/bios, and set the IRQ and IO values to what is selected by the ISA card, itself. ie. there will usually be jumper-switches on the card which permit several different IRQ/IO values.
Google tells me that the default values for the Accton EN1660 are IO 0x300 and IRQ 3.

Now when you reboot you might be lucky to find that Puppy has automatically detected the device, and loaded the "ne" driver. The Network Wizard will confirm.

But if not, the solution is to manually load the driver with the correct values:
first make sure that the driver is unloaded -

Code: Select all

rmmod ne
now load the driver with the correct values -

Code: Select all

modprobe ne io=0x300 irq=3
The "dmesg" command should show you how the driver loaded, and if all looks good, you should now see a new interface (eth0) in the Network Wizard.