LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   linux wont recognize NIC (https://www.linuxquestions.org/questions/linux-networking-3/linux-wont-recognize-nic-13095/)

christyc 01-30-2002 12:57 PM

linux wont recognize NIC
 
I have used both linuxconf and control panel, trying to get linux to see my Realtek 8o29, which has a driver on my RH 7.0.
I have cable internet, also. THe DHCP, and cable, and ethernet howtos are helpful, but doing what hey say....I think I am missing an initial obvious step, and dont understand what to put for domain name, IP address...is that necessary with cable internet? Not sure of values needed in the networking setup I guess. Does it matter what my host name is? Should that remain localhost?

At boot, it looked for eth0, and said it failed becuase I/O ports may be wrong. I had entered those in Linuxconf as well, perhaps the syntax was wrong.

xanthium 01-30-2002 10:57 PM

hi
 
hi christyc ,

can u post the contents of /etc/modules.conf ( if ur using RH ).
this file normally maps the alias for the module of ur NIC and the network device ie; eth0 or eth1


check for the modules in /lib/modules directory (in some sub directory) ..... u can try the ne2k modules ( it might work)


maybe something is wrong with the IRQ or IO setting that ur linuxconf is doing by default. If u can confirm this then edit the file /etc/lilo.conf and put in appropriate irq settings with lines similar to ( u can check /var/log/messages file for all errors that occured during/after booting )

append="ether=11,0x300,4,0xne2k,eth0"


the explanation of above line is :
ether=IRQ,IO-ADDR, MODE(10baseT),CARD_TYPE,INTERFACE


NOTE : pls take all ur backups first and i dont gurantee that this will work .... just a hint ....serach on the net , get ur facts first and then try out.

regards,
xanthium.

christyc 01-30-2002 11:34 PM

thanks and uh...
 
Ok back now from being on linux, where running insmod ne2k-pci.o yielded a list of about five things "unresolved symbol", three of which were ei_open
ethdev-init
ei_interrupt...

wondering what this could mean.
the instructions I read all over the place seem like it should go smoothly, but something often comes up. It is frustrating because I am not stupid, but I have invested probably 18 or 20 hours trying to get winmodem (never happened) and now cable modem to work. I have upgraded my kernel partitioned my hard drive, installed two different distros, and I can't get sound card or get on the internet. Ok, I have blown off my steam. Thankyou for listening. This is my leisure time, and I am choosing to spend it thusly.

I wonder how people get their output from linux online here, but I have to come to windows to post, I don't think I could just cut and paste between operating systems. (Kidding.) (Or could I???!!!!)

xanthium 01-31-2002 04:13 AM

Eh
 
Hi ,

about the unresolved symobol ..... well lets put it simple ... ur using the wrong module. End.

WinModem ---- > Can u see the word "Win" embedded in it ? it means that it WONT work ( other than if its ur mighty lucky day).

Even i use Windows for my desktop needs ...... linux doesnt replace my windoze needs!

And YES u can cut and paste between OS .... Just CUT windows and Paste Linux. Simple.

Regards,
Xanthium.


All times are GMT -5. The time now is 01:13 AM.