sorry about the typo... and good catch Tim..

That's probably a 3com 905x card... you'll want to use the 3c59x.o driver... 

Lets go back and try to figure out if you're using a module based kernel.

try 'lsmod' (let me check for typo's... nope, that's correct 'lsmod' ).. btw, lspci, 
lsmod, etc ARE seperate and distinct from 'ls'. They may be in a funny directory, 
perhaps /sbin/lsmod, or /usr/sbin/lsmod, which may well not be in your path. 

Try 'find  / -name lsmod -print' or 'locate lsmod' if your system has the slocate db 
set up.. I've never been on a mandrake system, so I dunno where things are hidden.

Anyway, once you locate lsmod, send it's output to the list ( "bring us a shrubbery!" 
yikes, there I go dating myself again)

Also, do an "ls -lR /lib/modules" and send that along ( might be long, so you just 
might want to try to locate drivers/net for your kernel in all the output.

 - jim

On Tue, 1 Apr 2003 00:14:46 -0800
Jay Schaffer <[EMAIL PROTECTED]> wrote:

> 
> On Monday, March 31, 2003, at 10:28  PM, James Washer wrote:
> 
> > There are many different 3com cards..
> >
> > First step... do an 'lspic' and send this to the group... we have to 
> > first make sure the card is seen in the pci bus ( I'm assuming here 
> > that this IS a pci card).
> 
> #####  Thanks for the reply Jim and thanks Tim for the typo correction. 
>   The NIC is a PCI card.
> 
> I tried 'lspci' and was told there was no such command.  I thought 
> maybe I needed some parameters, so I tried 'man lspci' and it said 
> there was no man pages.  I tried 'man ls' and got man pages, but there 
> was no parameter for pci--I thought maybe 'ls -pci' might work, but 
> that failed to return the information I was seeking.  Obviously I'm 
> doing something wrong.  I'm still mostly a newbie at Linux, and, after 
> running RedHat 8 for a little while, I'm just now setting up and 
> investigating Mandrake 7.1 for the first time.
> 
> I finally found that the KDE Control Center could list PCI devices.  
> Here's what it had to say about the NIC:
>     Bus 0, device 13, function 0:
>        Ethernet controller: 3Com Unknown device (rev 120).
>           Vendor id=10b7. Device id=9200,
>           I/O at 0xd400 [0xd401].
>          Non-prefetchable 32 bit memory at 0xde800000 [0xde800000)
> So, the system is identifying that the NIC exists.  Sounds like a 
> driver problem, doesn't it?  How do I find a driver for a 3Com unknown 
> device?
> 
> > If the card is seen, we need to check that you have a driver for it... 
> > are you running a modular kernel? IF so, send us an ls of your nic 
> > drivers
> >
> >     ls /lib/modules/`uname -r`/kernel/drivers/net/
> 
> #####  This command didn't work.  There is no /kernel folder.  So, I 
> couldn't check for drivers.  The kernel is whatever Mandrake 7.1 
> installs--I don't know if it is modular or not.
> 
> > That should be enough to get us started.. unless you want to throw in 
> > the boot messages from /var/log/messages showing the probe of devices, 
> > etc..
> >
> >  - jim
> 
> -- "Jay"
> 
> _______________________________________________
> RLUG mailing list
> [EMAIL PROTECTED]
> http://www.rlug.org/mailman/listinfo/rlug
> 
_______________________________________________
RLUG mailing list
[EMAIL PROTECTED]
http://www.rlug.org/mailman/listinfo/rlug

Reply via email to