Re: [newbie] Ethernet card problem - please help!

2000-07-18 Thread frank

hmmm...i'll throw one more question at you...do you have another version of 
linux installed...an older mandrake or an other distribution using lilo...if 
so lilo may be sabotaging the module loading...

frank
--


On Mon, 17 Jul 2000, Joshua Holland wrote:

  To: Linux Mandrake List
 From: Joshua Holland [EMAIL PROTECTED]
 Subject: Ethernet cards won't initialize
 Cc:
 Bcc:
 X-Attachments:
 I searched through archive and could not find anything that changed
 the situation.
 I have 1 Ethernet card (manufacturer installed) in my Dell Optiplex
 GX Pro 200mhz (64RAM, 3 gig HD) machine.

 I went to KDE Control Center - Information - PCI
 and found info there on my card:

 Bus 1 Ethernet Conroller: 3Com 3C905
   IRQ 19, I/O at 0excc0 [0excc1]

 above is abbreviated info.

 lib/modules/2.2.14-15mdksecure/net has both 3c90x.o and 3c59x.0 drivers.

 I've tried a couple of things:

 1) I used DrakConf to set ethernet card 1 to DHCP and eth0.  I used
 'etherconfig' and it said 'card already configured' then 'card found'
 and highlighted 'DECchip 21052' in the list (which actually matches a
 listing in KDE Ctrl Panel-info-pci for Bus 0 device PCI Bridge DEC
 CD21052.  I tried that and it didn't work.  So I went to
 'etherconfig' again and set the list to '3Com 3C905'.  Still no luck.

 2) I set up the card with DrakConf - Network Configuration - Basic
 Host Information and added i/o address and irq.  Set it to DHCP

 /etc/conf.modules has the following lines, first time without 2nd line.

 alias eth0 3c90x
 options 3c90x io=0xecc irq=19


 On boot up, I get these messages

 Bringing up interface eth0
delaying eth0 initialization

 ifconfig shows only loopback
 If I do 'ifup eth0' I get the Delaying initialization message
 If I do 'ifup eth0' after using etherconfig and DrakConf it works (no
 error msg)
 Then ifconfig still shows only loopbak info (lo)
 'ifconfig eth0' shows stuff but no IP assigned
 if I assign an IP with ifconfig, it will show up with the inconfig
 (no arg) command, but then it's not the address assigned by DHCP from
 DSL router.

 When an ethernet cable from my hub is connected to either card, the
 green light on the card comes on solid.  My G3 Powerbook connects to
 internet through hub just fine.

 Is it an issue with kernel being secure?
 Maybe something to do with pnp BIOS? (I wasn't really able to figure
 out how to turn it off in Windows, I started up with Windows95 and
 went into System Configuration mode, but there weren't really any
 options for that.)

 Help please.

 Josh.


Content-Type: text/html; name="unnamed"
Content-Transfer-Encoding: 7bit
Content-Description: 





Re: [newbie] Ethernet card problem - please help!

2000-07-18 Thread Joshua Holland

hmmm...i'll throw one more question at you...do you have another version of
linux installed...an older mandrake or an other distribution using lilo...if
so lilo may be sabotaging the module loading...

No, this was first install of Linux on this computer.




Re: [[newbie] ETHERNET CARD PROBLEM]

2000-06-21 Thread Joe

Thanks Thalliox,

I really appreciate your step by step help.

I did the insmod command like Mr Scott Tyson advised but it gave
3c509.o error. invalid io.
what does this error means? wrong i/o port?
the win98/2000 shows that it uses 210 but the modprobe showed that it uses
300...

But anyway I'll try your solution first. thanks

best regards
Joe

- Original Message -
From: Linux Neophite [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, June 20, 2000 6:37 PM
Subject: Re: [[newbie] ETHERNET CARD PROBLEM]


 friend,

 1.) add this line to you /etc/conf.modules
 alias eth0 3c509 ## eth0 if it is your first NIC, eth1 for the next
 card and so on.
 2.) edit or create your /etc/sysconfig/network-scripts/ifcfg-eth0
 and add something like:

 DEVICE=eth0  ### note: eth1 on the other card
 IPADDR=your_ip_address
 NETMASK=your_net_mask
 NETWORK=your_network
 BROADCAST=your_broadcast
 ONBOOT=yes


 I hope this help to solve your problem.
 Best regards

 Thalliox


 On Tue, 20 Jun 2000, Scott Tyson wrote:

  Have you done an insmod?  This installs the module into the module.conf
  file so when you re-boot the module gets loaded.
 
  *** REPLY SEPARATOR  ***
 
  On 6/20/2000 at 11:45 AM Joe scribbled:
 
  Good day friends,
  
  I did a modprobe 3c509 on, it went ok... irq10, i/o 0x300 etc
  and after that I configured my network setting using the DrakConf...
  set-up my host name, IP and all... it works but not for long and not
  permanently.
  when it worked, i can ping the server, itself and other PCs on the LAN
  but
  when I rebooted everything is gone again.
  I did modprobe again... now, it says i/o error...
  this got me confused... really confused.
  it's so easy to configure this thing in Win95/98/NT/2000... when it
  comes to
  Linux... i'm lost and confused.
  checked almost every book there is, but it seems the writer are more
  interested in successfully installed Linux with everything configured
  during
  installation then after.
  How do you configured a newly installed device in Linux i.e. Ethernet
  card,
  MPEG card, etc.
  
  Thanks!
  Joe
  
  - Original Message -
  From: Jaguar [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Monday, June 19, 2000 3:32 AM
  Subject: Re: [[newbie] ETHERNET CARD PROBLEM]
  
  
   I have the 3COM509B NIC, that functions perfectly in Linux and
  Windows.  I
   suggest writing down the exact I/O, IRQ (using whatever method you
  like to
   retireve these #'s )from Windows and using those parameter's in
  Linux.  If
  the
   card works in Windows, it will work in Linux (with the right I/O,
  IRQ).
   HTH
   Jaguar
  
   "SJN" [EMAIL PROTECTED] wrote:
Dear Linuxers,
   
I'm using Linux Mandrake 7.0. I've installed it so many timer over
  just
  to
get used to installation process. But I still could not overcome
  two
problems. I appreciate some assistance here.
   
1. Ethernet Card
3Com 509b (combo) ISA using BNC cable.
PnP mode disabled.
I couldn't get the card to work. Installation found it but after
installation it is not functioning.
Booting process shows Eth0 initialisation failed.
Lothar doesn't help much.
The card works fine under win98 and win2000.
   
2. Display/Graphics Card
S3 Savage3D AGP with 8MB on board.
I could not get it to it to the resolution I want i.e. 800x600 at
  32bit
color depth.
The monitor screen will go blank and the LED indicator on monitor
  shows
   that
no signal received from the card.
DrakConf offers no help as well.
The card works fine under win98 and win2000.
Monitor is a 15" Likom L503BGD.
   
Thank you very much in advance for the help.
   
Best Regards
Joe
   
   
   
  
  
   The Dogma chased the Stigma, and was hit by the Karma.
  
   
   Get your own FREE, personal Netscape WebMail account today at
  http://webmail.netscape.com.
  
  
 
 
 






Re: [[newbie] ETHERNET CARD PROBLEM]

2000-06-20 Thread SJN

Thanks Scott,

Will try it tonite.
Thanks

Good day!
Joe

- Original Message - 
From: Scott Tyson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, June 20, 2000 3:23 PM
Subject: Re: [[newbie] ETHERNET CARD PROBLEM]


 Have you done an insmod?  This installs the module into the module.conf
 file so when you re-boot the module gets loaded.
 
 *** REPLY SEPARATOR  ***
 
 On 6/20/2000 at 11:45 AM Joe scribbled:
 
 Good day friends,
 
 I did a modprobe 3c509 on, it went ok... irq10, i/o 0x300 etc
 and after that I configured my network setting using the DrakConf...
 set-up my host name, IP and all... it works but not for long and not
 permanently.
 when it worked, i can ping the server, itself and other PCs on the LAN
 but
 when I rebooted everything is gone again.
 I did modprobe again... now, it says i/o error...
 this got me confused... really confused.
 it's so easy to configure this thing in Win95/98/NT/2000... when it
 comes to
 Linux... i'm lost and confused.
 checked almost every book there is, but it seems the writer are more
 interested in successfully installed Linux with everything configured
 during
 installation then after.
 How do you configured a newly installed device in Linux i.e. Ethernet
 card,
 MPEG card, etc.
 
 Thanks!
 Joe
 
 - Original Message -
 From: Jaguar [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, June 19, 2000 3:32 AM
 Subject: Re: [[newbie] ETHERNET CARD PROBLEM]
 
 
  I have the 3COM509B NIC, that functions perfectly in Linux and
 Windows.  I
  suggest writing down the exact I/O, IRQ (using whatever method you
 like to
  retireve these #'s )from Windows and using those parameter's in
 Linux.  If
 the
  card works in Windows, it will work in Linux (with the right I/O,
 IRQ).
  HTH
  Jaguar
 
  "SJN" [EMAIL PROTECTED] wrote:
   Dear Linuxers,
  
   I'm using Linux Mandrake 7.0. I've installed it so many timer over
 just
 to
   get used to installation process. But I still could not overcome
 two
   problems. I appreciate some assistance here.
  
   1. Ethernet Card
   3Com 509b (combo) ISA using BNC cable.
   PnP mode disabled.
   I couldn't get the card to work. Installation found it but after
   installation it is not functioning.
   Booting process shows Eth0 initialisation failed.
   Lothar doesn't help much.
   The card works fine under win98 and win2000.
  
   2. Display/Graphics Card
   S3 Savage3D AGP with 8MB on board.
   I could not get it to it to the resolution I want i.e. 800x600 at
 32bit
   color depth.
   The monitor screen will go blank and the LED indicator on monitor
 shows
  that
   no signal received from the card.
   DrakConf offers no help as well.
   The card works fine under win98 and win2000.
   Monitor is a 15" Likom L503BGD.
  
   Thank you very much in advance for the help.
  
   Best Regards
   Joe
  
  
  
 
 
  The Dogma chased the Stigma, and was hit by the Karma.
 
  
  Get your own FREE, personal Netscape WebMail account today at
 http://webmail.netscape.com.
 
 
 
 
 
 




Re: [[newbie] ETHERNET CARD PROBLEM]

2000-06-20 Thread Linux Neophite

friend,

1.) add this line to you /etc/conf.modules
alias eth0 3c509 ## eth0 if it is your first NIC, eth1 for the next
card and so on.
2.) edit or create your /etc/sysconfig/network-scripts/ifcfg-eth0
and add something like:

DEVICE=eth0  ### note: eth1 on the other card
IPADDR=your_ip_address
NETMASK=your_net_mask
NETWORK=your_network
BROADCAST=your_broadcast
ONBOOT=yes


I hope this help to solve your problem.
Best regards 

Thalliox


On Tue, 20 Jun 2000, Scott Tyson wrote:

 Have you done an insmod?  This installs the module into the module.conf
 file so when you re-boot the module gets loaded.
 
 *** REPLY SEPARATOR  ***
 
 On 6/20/2000 at 11:45 AM Joe scribbled:
 
 Good day friends,
 
 I did a modprobe 3c509 on, it went ok... irq10, i/o 0x300 etc
 and after that I configured my network setting using the DrakConf...
 set-up my host name, IP and all... it works but not for long and not
 permanently.
 when it worked, i can ping the server, itself and other PCs on the LAN
 but
 when I rebooted everything is gone again.
 I did modprobe again... now, it says i/o error...
 this got me confused... really confused.
 it's so easy to configure this thing in Win95/98/NT/2000... when it
 comes to
 Linux... i'm lost and confused.
 checked almost every book there is, but it seems the writer are more
 interested in successfully installed Linux with everything configured
 during
 installation then after.
 How do you configured a newly installed device in Linux i.e. Ethernet
 card,
 MPEG card, etc.
 
 Thanks!
 Joe
 
 - Original Message -
 From: Jaguar [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, June 19, 2000 3:32 AM
 Subject: Re: [[newbie] ETHERNET CARD PROBLEM]
 
 
  I have the 3COM509B NIC, that functions perfectly in Linux and
 Windows.  I
  suggest writing down the exact I/O, IRQ (using whatever method you
 like to
  retireve these #'s )from Windows and using those parameter's in
 Linux.  If
 the
  card works in Windows, it will work in Linux (with the right I/O,
 IRQ).
  HTH
  Jaguar
 
  "SJN" [EMAIL PROTECTED] wrote:
   Dear Linuxers,
  
   I'm using Linux Mandrake 7.0. I've installed it so many timer over
 just
 to
   get used to installation process. But I still could not overcome
 two
   problems. I appreciate some assistance here.
  
   1. Ethernet Card
   3Com 509b (combo) ISA using BNC cable.
   PnP mode disabled.
   I couldn't get the card to work. Installation found it but after
   installation it is not functioning.
   Booting process shows Eth0 initialisation failed.
   Lothar doesn't help much.
   The card works fine under win98 and win2000.
  
   2. Display/Graphics Card
   S3 Savage3D AGP with 8MB on board.
   I could not get it to it to the resolution I want i.e. 800x600 at
 32bit
   color depth.
   The monitor screen will go blank and the LED indicator on monitor
 shows
  that
   no signal received from the card.
   DrakConf offers no help as well.
   The card works fine under win98 and win2000.
   Monitor is a 15" Likom L503BGD.
  
   Thank you very much in advance for the help.
  
   Best Regards
   Joe
  
  
  
 
 
  The Dogma chased the Stigma, and was hit by the Karma.
 
  
  Get your own FREE, personal Netscape WebMail account today at
 http://webmail.netscape.com.
 
 
 
 
 




Re: [[newbie] ETHERNET CARD PROBLEM]

2000-06-19 Thread Joe

Good day friends,

I did a modprobe 3c509 on, it went ok... irq10, i/o 0x300 etc
and after that I configured my network setting using the DrakConf...
set-up my host name, IP and all... it works but not for long and not
permanently.
when it worked, i can ping the server, itself and other PCs on the LAN but
when I rebooted everything is gone again.
I did modprobe again... now, it says i/o error...
this got me confused... really confused.
it's so easy to configure this thing in Win95/98/NT/2000... when it comes to
Linux... i'm lost and confused.
checked almost every book there is, but it seems the writer are more
interested in successfully installed Linux with everything configured during
installation then after.
How do you configured a newly installed device in Linux i.e. Ethernet card,
MPEG card, etc.

Thanks!
Joe

- Original Message -
From: Jaguar [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 19, 2000 3:32 AM
Subject: Re: [[newbie] ETHERNET CARD PROBLEM]


 I have the 3COM509B NIC, that functions perfectly in Linux and Windows.  I
 suggest writing down the exact I/O, IRQ (using whatever method you like to
 retireve these #'s )from Windows and using those parameter's in Linux.  If
the
 card works in Windows, it will work in Linux (with the right I/O, IRQ).
 HTH
 Jaguar

 "SJN" [EMAIL PROTECTED] wrote:
  Dear Linuxers,
 
  I'm using Linux Mandrake 7.0. I've installed it so many timer over just
to
  get used to installation process. But I still could not overcome two
  problems. I appreciate some assistance here.
 
  1. Ethernet Card
  3Com 509b (combo) ISA using BNC cable.
  PnP mode disabled.
  I couldn't get the card to work. Installation found it but after
  installation it is not functioning.
  Booting process shows Eth0 initialisation failed.
  Lothar doesn't help much.
  The card works fine under win98 and win2000.
 
  2. Display/Graphics Card
  S3 Savage3D AGP with 8MB on board.
  I could not get it to it to the resolution I want i.e. 800x600 at 32bit
  color depth.
  The monitor screen will go blank and the LED indicator on monitor shows
 that
  no signal received from the card.
  DrakConf offers no help as well.
  The card works fine under win98 and win2000.
  Monitor is a 15" Likom L503BGD.
 
  Thank you very much in advance for the help.
 
  Best Regards
  Joe
 
 
 


 The Dogma chased the Stigma, and was hit by the Karma.

 
 Get your own FREE, personal Netscape WebMail account today at
http://webmail.netscape.com.






Re: [newbie] ETHERNET CARD PROBLEM

2000-06-18 Thread SJN

Hi Mark,

Thanks for the advice.
On the video card, during installation, I've set to 640x480 at 8bit color
depth. I thought as long as the X will start I can troubleshoot anything
later after successful installation.
Now, my display is at 1024x768 at 16bit color and suprisingly it works...
however, it still refused to work on 800x600 at 32bit color. I suspect this
could be the sync problem. I guess there's more research I need to do on
this.

On the Ethernet card, which flavors of Linux do the same way as ms-win?
And how to set the IRQ manually on Linux?

Thanks

Have a nice day.
Joe

- Original Message -
From: Mark Weaver [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, June 18, 2000 7:29 AM
Subject: Re: [newbie] ETHERNET CARD PROBLEM


 for the ethernet card try setting the IRQ jumpers manually if the install
 will allow you to enter the address manually while you're installing the
 system. I've had a few like this at work with a Win 95 machine and I know
 of some NT applications are like this. So it would surprise me to find a
 flavor of Linux doing the same thing.

 :)  as for your Video card and the display troubles you're having. That's
 somthing that you're very likely going to have to play with for a while to
 get it just the way you want it. I worked (wrestled) with mine for a good
 hour this afternoon before I finally obtained the desired results.

 try setting the color depth a little lower.

  --
 Mark

 I love my Linux Box...
 My Linux Box Rocks!

 On Sun, 18 Jun 2000, SJN wrote:

  Date: Sun, 18 Jun 2000 03:28:59 +0800
  From: SJN [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: [newbie] ETHERNET CARD PROBLEM
 
  Dear Linuxers,
 
  I'm using Linux Mandrake 7.0. I've installed it so many timer over just
to
  get used to installation process. But I still could not overcome two
  problems. I appreciate some assistance here.
 
  1. Ethernet Card
  3Com 509b (combo) ISA using BNC cable.
  PnP mode disabled.
  I couldn't get the card to work. Installation found it but after
  installation it is not functioning.
  Booting process shows Eth0 initialisation failed.
  Lothar doesn't help much.
  The card works fine under win98 and win2000.
 
  2. Display/Graphics Card
  S3 Savage3D AGP with 8MB on board.
  I could not get it to it to the resolution I want i.e. 800x600 at 32bit
  color depth.
  The monitor screen will go blank and the LED indicator on monitor shows
that
  no signal received from the card.
  DrakConf offers no help as well.
  The card works fine under win98 and win2000.
  Monitor is a 15" Likom L503BGD.
 
  Thank you very much in advance for the help.
 
  Best Regards
  Joe
 
 
 
 






Re: [newbie] ETHERNET CARD PROBLEM

2000-06-18 Thread Mark Weaver

In my experience with 3Com ethernet cards the IRQ's can be set manually
with the jumpers on the cards. I suspect that RH and probably Mandrake
will share these characteristics since it's a networking commonality. Give
it a shot. I had to do the same thing with my 3Com Modem that I'm
using. Mandrake and RH picked it up perfectly, but Win95 and 98 forced me
to manually set the jumpers. It was the weirdest thing.

Mark

On Sun, 18 Jun 2000, SJN wrote:

:Hi Mark,
:
:Thanks for the advice.
:On the video card, during installation, I've set to 640x480 at 8bit color
:depth. I thought as long as the X will start I can troubleshoot anything
:later after successful installation.
:Now, my display is at 1024x768 at 16bit color and suprisingly it works...
:however, it still refused to work on 800x600 at 32bit color. I suspect this
:could be the sync problem. I guess there's more research I need to do on
:this.
:
:On the Ethernet card, which flavors of Linux do the same way as ms-win?
:And how to set the IRQ manually on Linux?
:
:Thanks
:
:Have a nice day.
:Joe
:
:- Original Message -
:From: Mark Weaver [EMAIL PROTECTED]
:To: [EMAIL PROTECTED]
:Sent: Sunday, June 18, 2000 7:29 AM
:Subject: Re: [newbie] ETHERNET CARD PROBLEM
:
:
: for the ethernet card try setting the IRQ jumpers manually if the install
: will allow you to enter the address manually while you're installing the
: system. I've had a few like this at work with a Win 95 machine and I know
: of some NT applications are like this. So it would surprise me to find a
: flavor of Linux doing the same thing.
:
: :)  as for your Video card and the display troubles you're having. That's
: somthing that you're very likely going to have to play with for a while to
: get it just the way you want it. I worked (wrestled) with mine for a good
: hour this afternoon before I finally obtained the desired results.
:
: try setting the color depth a little lower.
:
:  --
: Mark
:
: I love my Linux Box...
: My Linux Box Rocks!
:
: On Sun, 18 Jun 2000, SJN wrote:
:
:  Date: Sun, 18 Jun 2000 03:28:59 +0800
:  From: SJN [EMAIL PROTECTED]
:  Reply-To: [EMAIL PROTECTED]
:  To: [EMAIL PROTECTED]
:  Subject: [newbie] ETHERNET CARD PROBLEM
: 
:  Dear Linuxers,
: 
:  I'm using Linux Mandrake 7.0. I've installed it so many timer over just
:to
:  get used to installation process. But I still could not overcome two
:  problems. I appreciate some assistance here.
: 
:  1. Ethernet Card
:  3Com 509b (combo) ISA using BNC cable.
:  PnP mode disabled.
:  I couldn't get the card to work. Installation found it but after
:  installation it is not functioning.
:  Booting process shows Eth0 initialisation failed.
:  Lothar doesn't help much.
:  The card works fine under win98 and win2000.
: 
:  2. Display/Graphics Card
:  S3 Savage3D AGP with 8MB on board.
:  I could not get it to it to the resolution I want i.e. 800x600 at 32bit
:  color depth.
:  The monitor screen will go blank and the LED indicator on monitor shows
:that
:  no signal received from the card.
:  DrakConf offers no help as well.
:  The card works fine under win98 and win2000.
:  Monitor is a 15" Likom L503BGD.
: 
:  Thank you very much in advance for the help.
: 
:  Best Regards
:  Joe
: 
: 
: 
: 
:
:
:




Re: [[newbie] ETHERNET CARD PROBLEM]

2000-06-18 Thread Jaguar

I have the 3COM509B NIC, that functions perfectly in Linux and Windows.  I
suggest writing down the exact I/O, IRQ (using whatever method you like to
retireve these #'s )from Windows and using those parameter's in Linux.  If the
card works in Windows, it will work in Linux (with the right I/O, IRQ).
HTH
Jaguar

"SJN" [EMAIL PROTECTED] wrote:
 Dear Linuxers,
 
 I'm using Linux Mandrake 7.0. I've installed it so many timer over just to
 get used to installation process. But I still could not overcome two
 problems. I appreciate some assistance here.
 
 1. Ethernet Card
 3Com 509b (combo) ISA using BNC cable.
 PnP mode disabled.
 I couldn't get the card to work. Installation found it but after
 installation it is not functioning.
 Booting process shows Eth0 initialisation failed.
 Lothar doesn't help much.
 The card works fine under win98 and win2000.
 
 2. Display/Graphics Card
 S3 Savage3D AGP with 8MB on board.
 I could not get it to it to the resolution I want i.e. 800x600 at 32bit
 color depth.
 The monitor screen will go blank and the LED indicator on monitor shows
that
 no signal received from the card.
 DrakConf offers no help as well.
 The card works fine under win98 and win2000.
 Monitor is a 15" Likom L503BGD.
 
 Thank you very much in advance for the help.
 
 Best Regards
 Joe
 
 
 


The Dogma chased the Stigma, and was hit by the Karma.


Get your own FREE, personal Netscape WebMail account today at 
http://webmail.netscape.com.




Re: [newbie] ETHERNET CARD PROBLEM

2000-06-17 Thread Mark Weaver

for the ethernet card try setting the IRQ jumpers manually if the install
will allow you to enter the address manually while you're installing the
system. I've had a few like this at work with a Win 95 machine and I know
of some NT applications are like this. So it would surprise me to find a
flavor of Linux doing the same thing.

:)  as for your Video card and the display troubles you're having. That's
somthing that you're very likely going to have to play with for a while to
get it just the way you want it. I worked (wrestled) with mine for a good
hour this afternoon before I finally obtained the desired results.

try setting the color depth a little lower.

 -- 
Mark

I love my Linux Box...
My Linux Box Rocks!

On Sun, 18 Jun 2000, SJN wrote:

 Date: Sun, 18 Jun 2000 03:28:59 +0800
 From: SJN [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: [newbie] ETHERNET CARD PROBLEM
 
 Dear Linuxers,
 
 I'm using Linux Mandrake 7.0. I've installed it so many timer over just to
 get used to installation process. But I still could not overcome two
 problems. I appreciate some assistance here.
 
 1. Ethernet Card
 3Com 509b (combo) ISA using BNC cable.
 PnP mode disabled.
 I couldn't get the card to work. Installation found it but after
 installation it is not functioning.
 Booting process shows Eth0 initialisation failed.
 Lothar doesn't help much.
 The card works fine under win98 and win2000.
 
 2. Display/Graphics Card
 S3 Savage3D AGP with 8MB on board.
 I could not get it to it to the resolution I want i.e. 800x600 at 32bit
 color depth.
 The monitor screen will go blank and the LED indicator on monitor shows that
 no signal received from the card.
 DrakConf offers no help as well.
 The card works fine under win98 and win2000.
 Monitor is a 15" Likom L503BGD.
 
 Thank you very much in advance for the help.
 
 Best Regards
 Joe
 
 
 
 




Re: [newbie] Ethernet Card Problem...

2000-03-01 Thread BryanMoorehead



What version of Mandrake are you using, and is this a fresh installation?

I have two PRO/100+ cards in my Linux box.  They were detected on installation
of Linux.
You probably need to configure eth0.  I prefer the command line stuff, so I
would (as root) run

linuxconf

Select - Networking -Basic Host Information

Make sure "Enabled" has an X in it.
Make sure Net device is eth0
Set kernel module to eepro100


Try that.
Bryan







Michael Haney [EMAIL PROTECTED] on 03/01/2000 11:58:00 AM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:(bcc: Bryan Moorehead/Link/Allied Holdings)
Subject:  [newbie] Ethernet Card Problem...





--
Hi all!

I really love Linux-Mandrake, I used to use RedHat 6.1, but this
distribution is so much better.
--

I am having a trouble with my Intel PRO/100+ Management Adapter, its a
10/100Mb ethernet card with a feature that allows a remote server boot the
system via a cable connected from the NIC to the motherboard.  I downloaded
the Linux drivers for the card from www.intel.com and followed the
instructions to install the drivers.
--

What I did was...

Extracted the files...

Ran make

Ran isnmod modulename

Ran make install

Ran Modprobe modulename

and got no errors.

When I boot I get a 'failed' message when eth0 is being initialized.

The module appears in the config files but so does the other module the
system ASSUME the card was the first time I install it.
--

Can anyone please help?

So sayth the Zorch!

The-Zorch Sci-Fi  Fantasy Ezine
Under Development 
  http://www.the-zorch.com

I Internet  Authors
   Visit the site and  sign up!!!



Hi all!

I really love Linux-Mandrake, I used to use RedHat 6.1, but this
distribution is so much better.

I am having a trouble with my Intel PRO/100+ Management Adapter, its a
10/100Mb ethernet card with a feature that allows a remote server boot
the system via a cable connected from the NIC to the motherboard. I
downloaded the Linux drivers for the card from
www.intel.com and
followed the instructions to install the drivers.

What I did was...

Extracted the files...

Ran make

Ran isnmod modulename

Ran make install

Ran Modprobe modulename

and got no errors.

When I boot I get a 'failed' message when eth0 is being 
initialized.

The module appears in the config files but so does the other module the
system ASSUME the card was the first time I install it.

Can anyone please help?

So sayth the Zorch!

The-Zorch Sci-Fi  Fantasy Ezine
  Under Development 
http://www.the-zorch.com

 I Internet Authors
 Visit the site and sign up!!!



Re: [newbie] Ethernet Card Problem...

2000-03-01 Thread Michael Haney

Its Linux-Mandrake 7.0 downloaded from the mirror site
ftp.linux.tucows.com
and it was installed two days ago.

At 12:20 PM 3/1/00 -0500, you wrote:


What version of Mandrake are you using, and is this a fresh installation?

I have two PRO/100+ cards in my Linux box. They were detected on installation
of Linux.
You probably need to configure eth0. I prefer the command line stuff, so I
would (as root) run

linuxconf

Select - Networking -Basic Host Information

Make sure Enabled has an X in it.
Make sure Net device is eth0
Set kernel module to eepro100


Try that.
Bryan







Michael Haney [EMAIL PROTECTED] on 03/01/2000 11:58:00 AM

Please respond to [EMAIL PROTECTED]

To: [EMAIL PROTECTED]
cc: (bcc: Bryan Moorehead/Link/Allied Holdings)
Subject: [newbie] Ethernet Card Problem...





--
Hi all!

I really love Linux-Mandrake, I used to use RedHat 6.1, but this
distribution is so much better.
--

I am having a trouble with my Intel PRO/100+ Management Adapter, its a
10/100Mb ethernet card with a feature that allows a remote server boot the
system via a cable connected from the NIC to the motherboard. I downloaded
the Linux drivers for the card from www.intel.com and followed the
instructions to install the drivers.
--

What I did was...

Extracted the files...

Ran make

Ran isnmod modulename

Ran make install

Ran Modprobe modulename

and got no errors.

When I boot I get a 'failed' message when eth0 is being initialized.

The module appears in the config files but so does the other module the
system ASSUME the card was the first time I install it.
--

Can anyone please help?

So sayth the Zorch!

The-Zorch Sci-Fi  Fantasy Ezine
  Under Development 
 http://www.the-zorch.com

 I Internet Authors
 Visit the site and sign up!!!

So sayth the Zorch!

The-Zorch Sci-Fi  Fantasy Ezine
  Under Development 
http://www.the-zorch.com

 I Internet Authors
 Visit the site and sign up!!!


Re: [newbie] Ethernet Card Problem...

2000-03-01 Thread BryanMoorehead



It did not detect the cards on installation?  Strange.  Have you tried to
manually configure them by yourself, or using the info I sent you?

Bryan




Michael Haney [EMAIL PROTECTED] on 03/01/2000 01:29:26 PM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:(bcc: Bryan Moorehead/Link/Allied Holdings)
Subject:  Re: [newbie] Ethernet Card Problem...




Its Linux-Mandrake 7.0 downloaded from the mirror site ftp.linux.tucows.com
and it was installed two days ago.

At 12:20 PM 3/1/00 -0500, you wrote:


What version of Mandrake are you using, and is this a fresh installation?

I have two PRO/100+ cards in my Linux box.  They were detected on installation
of Linux.
You probably need to configure eth0.  I prefer the command line stuff, so I
would (as root) run

linuxconf

Select - Networking -Basic Host Information

Make sure "Enabled" has an X in it.
Make sure Net device is eth0
Set kernel module to eepro100


Try that.
Bryan







Michael Haney [EMAIL PROTECTED] on 03/01/2000 11:58:00 AM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:(bcc: Bryan Moorehead/Link/Allied Holdings)
Subject:  [newbie] Ethernet Card Problem...





--
Hi all!

I really love Linux-Mandrake, I used to use RedHat 6.1, but this
distribution is so much better.
--

I am having a trouble with my Intel PRO/100+ Management Adapter, its a
10/100Mb ethernet card with a feature that allows a remote server boot the
system via a cable connected from the NIC to the motherboard.  I downloaded
the Linux drivers for the card from www.intel.com and followed the
instructions to install the drivers.
--

What I did was...

Extracted the files...

Ran make

Ran isnmod modulename

Ran make install

Ran Modprobe modulename

and got no errors.

When I boot I get a 'failed' message when eth0 is being initialized.

The module appears in the config files but so does the other module the
system ASSUME the card was the first time I install it.
--

Can anyone please help?

So sayth the Zorch!

The-Zorch Sci-Fi  Fantasy Ezine
 Under Development 
   http://www.the-zorch.com

 I Internet  Authors
Visit the site and  sign up!!!

--
So sayth the Zorch!

The-Zorch Sci-Fi  Fantasy Ezine
Under Development 
  http://www.the-zorch.com

I Internet  Authors
   Visit the site and  sign up!!!


Its Linux-Mandrake 7.0 downloaded from the mirror site
ftp.linux.tucows.com
and it was installed two days ago.

At 12:20 PM 3/1/00 -0500, you wrote:


What version of Mandrake are you using, and is this a fresh installation?

I have two PRO/100+ cards in my Linux box. They were detected on installation
of Linux.
You probably need to configure eth0. I prefer the command line stuff, so I
would (as root) run

linuxconf

Select - Networking -Basic Host Information

Make sure Enabled has an X in it.
Make sure Net device is eth0
Set kernel module to eepro100


Try that.
Bryan







Michael Haney [EMAIL PROTECTED] on 03/01/2000 11:58:00 AM

Please respond to [EMAIL PROTECTED]

To: [EMAIL PROTECTED]
cc: (bcc: Bryan Moorehead/Link/Allied Holdings)
Subject: [newbie] Ethernet Card Problem...





--
Hi all!

I really love Linux-Mandrake, I used to use RedHat 6.1, but this
distribution is so much better.
--

I am having a trouble with my Intel PRO/100+ Management Adapter, its a
10/100Mb ethernet card with a feature that allows a remote server boot the
system via a cable connected from the NIC to the motherboard. I downloaded
the Linux drivers for the card from www.intel.com and followed the
instructions to install the drivers.
--

What I did was...

Extracted the files...

Ran make

Ran isnmod modulename

Ran make install

Ran Modprobe modulename

and got no errors.

When I boot I get a 'failed' message when eth0 is being initialized.

The module appears in the config files but so does the other module the
system ASSUME the card was the first time I install it.
--

Can anyone please help?

So sayth the Zorch!

The-Zorch Sci-Fi  Fantasy Ezine
  Under Development 
 http://www.the-zorch.com

 I Internet Authors
 Visit the site and sign up!!!

So sayth the Zorch!

The-Zorch Sci-Fi  Fantasy Ezine
  Under Development 
http://www.the-zorch.com

 I Internet Authors
 Visit the site and sign up!!!



Re: [newbie] Ethernet Card Problem...

2000-03-01 Thread Audrey Beck

Michael Haney wrote:
 
 --
 Hi all!
 
 I really love Linux-Mandrake, I used to use RedHat 6.1, but this
 distribution is so much better.
 --
 
 I am having a trouble with my Intel PRO/100+ Management Adapter, its a
 10/100Mb ethernet card with a feature that allows a remote server boot
 the system via a cable connected from the NIC to the motherboard.  I
 downloaded the Linux drivers for the card from www.intel.com and
 followed the instructions to install the drivers.
 --
 
 What I did was...
 
 Extracted the files...
 
 Ran make
 
 Ran isnmod modulename
 
 Ran make install
 
 Ran Modprobe modulename
 
 and got no errors.
 
 When I boot I get a 'failed' message when eth0 is being initialized.
 
 The module appears in the config files but so does the other module
 the system ASSUME the card was the first time I install it.
 --
 
 Can anyone please help?
 
 So sayth the Zorch!
 
 The-Zorch Sci-Fi  Fantasy Ezine
Under Development 
  http://www.the-zorch.com
 
I Internet  Authors
   Visit the site and  sign up!!!

Check your /etc/conf.modules file.  If it has the other driver in there
too, that could be messing up the card.