Networking Forums

Networking Forums > Computer Networking > Linux Networking > Install an ISA Ethernet Card on Debian

Reply
Thread Tools Display Modes

Install an ISA Ethernet Card on Debian

 
 
xyz
Guest
Posts: n/a

 
      09-08-2005, 11:07 PM
I am using the lastest Debian. It doesn't auto detect my ISA Ethernet Card
(SMC EtherEZ 8416).

If I do the following,

# isapnp /etc/isapnp.conf
# modconf then choose SMC ultra and enter io=0x240 irq=3
# pump to config dhcp

It works.

I want to setup a script, so the ethernet card gets auto setup during the
boot time.
"isapnp script" (in init.d) doesn't work because the linux kernel 2.4
supports pnp.
I even forced "isapnp script" to run during boot time, but cannot get it
work.
Please help me.




 
Reply With Quote
 
 
 
 
Bob Hauck
Guest
Posts: n/a

 
      09-09-2005, 01:01 AM
["Followup-To:" header set to comp.os.linux.networking.]
On Thu, 08 Sep 2005 23:07:14 GMT, xyz <(E-Mail Removed)> wrote:

> I am using the lastest Debian. It doesn't auto detect my ISA Ethernet Card
> (SMC EtherEZ 8416).


> # isapnp /etc/isapnp.conf
> # modconf then choose SMC ultra and enter io=0x240 irq=3
> # pump to config dhcp
>
> It works.


Not sure why you have "pump" installed, the Debian default is
dhcp-client. But, anyway, try this. In /etc/modules, put:

smc-ultra io=0x240 irq=3


In /etc/network/interfaces put:

auto eth0
iface eth0 inet dhcp


--
-| Bob Hauck
-| A proud member of the reality-based community.
-| http://www.haucks.org/
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[flash tutorial]install OpenVPN on Debian reza.behroozi@gmail.com Wireless Internet 0 07-28-2007 01:08 AM
PCI Ethernet card install problems Paul Windows Networking 1 12-25-2003 11:33 PM
rpc.statd fails on diskless Debian 3.0 install Oliver Hookins Linux Networking 9 09-09-2003 11:50 AM
Help needed with ethernet card install Fred Hanson Windows Networking 3 08-09-2003 12:48 AM
Dial-up networking problem after ethernet card install D Crews Windows Networking 4 07-08-2003 04:26 AM



1 2 3 4 5 6 7 8 9 10 11