Mike Dowling wrote:
> 
> Thanks for the suggestion. I installed the Linux kernel source and header
> files and recompiled successfully. During start up, the module seems to be
> loaded but the link doesn't come up. I have seen suggestions that modconf
> could be used to configure the modules, however, modconf is nowhere to be
> seen on my system. The only anomoly that I can see is that the IRQ values
> are 0. Both network cards work normally under Windows 98. Here are some
> sample outputs from that system.
> 
> cr834293-a:~# dmesg|less
> 
> <snip>
> 
> hp1207d.c:v1.00 7/13/99
> hp1207d.c:v1.00 7/13/99
> eth0: HP EN1207D-TX (HP MPX5038 chip) at 0x1800, IRQ 0, 00:00:e8:7c:1d:8a.
> tulip.c:v0.91g-ppc 7/16/99 [EMAIL PROTECTED]
> eth1: Macronix 98715 PMAC rev 32 at 0x1400, 00:80:C6:F8:1B:85, IRQ 0.
> 
> cr834293-a:~# lsmod
> Module                  Size  Used by
> sound                  59432   0  (autoclean) (unused)
> soundcore               2384   3  (autoclean) [sound]
> soundlow                 268   0  (autoclean) [sound]
> nls_iso8859-1           2060   1  (autoclean)
> nls_cp437               3584   1  (autoclean)
> tulip                  30616   0  (unused)
> hp1207d                11152   0  (unused)
> 
> cr834293-a:~# ifconfig
> lo        Link encap:Local Loopback
>           inet addr:127.0.0.1  Mask:255.0.0.0
>           UP LOOPBACK RUNNING  MTU:3924 Metric:1
>           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>           Collisions:0
> 
> cr834293-a:~# ifconfig eth0
> eth0      Link encap:Ethernet  HWaddr 00:00:E8:7C:1D:8A
>           inet addr:24.113.150.90  Bcast:24.255.255.255  Mask:255.255.255.0
>           BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>           Collisions:0
>           Base address:0x1800
> 
> cr834293-a:~# ifconfig eth1
> eth1      Link encap:Ethernet  HWaddr 00:80:C6:F8:1B:85
>           inet addr:192.168.0.1  Bcast:192.168.0.255  Mask:255.255.255.0
>           BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>           Collisions:0
>           Base address:0x1400
> 
> cr834293-a:~# ifconfig eth0 up
> SIOCSIFFLAGS: Resource temporarily unavailable
> cr834293-a:~# ifconfig eth1 up
> SIOCSIFFLAGS: Resource temporarily unavailable
> 
> > Any suggestions?
> >
> Mike Dowling
> 

You get the error message at ifconfig because the interafce is up
already,otherwise it wouldn't show
in ifconfig.To bring it down ifconfig eth0 down .

THe problem is with both cards beeing on an invalid IRQ.I would suggest
you write down the IRQ's and
IO's used by each card in Windows then install modconf and supply when
asked the following options:

io=0xNNN irq=M
for each module.

-- 
The best way to escape from a problem is to solve it. 
     Alan Saporta 
My waste of cyberspace=
http://deepblue.dyndns.org :-)


_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list

Reply via email to