Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
somethign went wrong with my NIC's
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
colin
n00b
n00b


Joined: 13 Nov 2002
Posts: 18

PostPosted: Thu Nov 14, 2002 5:12 am    Post subject: somethign went wrong with my NIC's Reply with quote

hmm somehow i my NIC's are not installed anymore after i seemingly successfully installed a stage3 tarball. they don't exist in /lib/modules/2.4.19-gentoo-r5/kernel/drivers/net/
rather i just have "dummy.o" there.
i can't emerge anything w/out the NIC's, so i can't progress in my configuration.
i duno what to do. the auto-pci detection found them when i initially installed, but i don't know how to re-run that.
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Thu Nov 14, 2002 5:25 am    Post subject: Reply with quote

You'll need to rebuild your kernel and make sure support for your NIC(s) is compiled. The install CD detects the NICs, but doesn't include the options when you make your own kernel. You should be able to use the output of dmesg to find the information you'll need.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
colin
n00b
n00b


Joined: 13 Nov 2002
Posts: 18

PostPosted: Thu Nov 14, 2002 7:14 pm    Post subject: Reply with quote

alright, you have to excuse my complete ignorance to linux and tell me how i can see the things that are above the top of the screen from the console, ie. when i dmesg, the output which i need to view is above the screen.
but hmm. when i figure out the info, what do i do w/ it? :>
heh thanks
Back to top
View user's profile Send private message
Binestar
n00b
n00b


Joined: 14 Nov 2002
Posts: 58

PostPosted: Thu Nov 14, 2002 7:21 pm    Post subject: Reply with quote

I can answer the first one easy. Hold shift and press pageup/pagedown to scroll up and down the console.


Binestar
Back to top
View user's profile Send private message
colin
n00b
n00b


Joined: 13 Nov 2002
Posts: 18

PostPosted: Thu Nov 14, 2002 7:50 pm    Post subject: Reply with quote

okayyy now i can see everything [thanks binestar:] but i can't find what im looking for [not that i know what to do with it once i find it....]
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Thu Nov 14, 2002 8:57 pm    Post subject: Reply with quote

OK, something that might be a bit more easy to look at.
Code:
cat /proc/pci
Should give you some information on your PCI cards. For example, among the output, I see
Quote:
Ethernet controller: Standard Microsystems Corp [SMC] 83C170QF (rev 6).
IRQ 7.
Master Capable. Latency=64. Min Gnt=8.Max Lat=28.
I/O at 0xd400 [0xd4ff].
Non-prefetchable 32 bit memory at 0xefffb000 [0xefffbfff].
The only part that you'll really need to pay attention to is the name and model number.

After that, you can go through the 'make menuconfig' process to rebuild your kernel. If you have trouble locating which option is for your NIC, post it, and I'm sure someone will be able to point you in the correct direction.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
colin
n00b
n00b


Joined: 13 Nov 2002
Posts: 18

PostPosted: Thu Nov 14, 2002 9:19 pm    Post subject: Reply with quote

arrrgh. i feel slow :>

i found the necessary info on my NIC, but when i try to 'make menuconfig' i get an error
Quote:
make: *** No rule to make target 'menuconfig'. Stop.

do i need to be out of the system in some manner to do this?[/code]
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Thu Nov 14, 2002 9:23 pm    Post subject: Reply with quote

Did you cd to /usr/src/linux first?
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
colin
n00b
n00b


Joined: 13 Nov 2002
Posts: 18

PostPosted: Thu Nov 14, 2002 9:35 pm    Post subject: Reply with quote

heh i had no idea i had to. as i said, im linuxly ignorant. sorry and thanks.
hehe more questions tho. sorry to be so bothersome, but could you give me a quick explanation of the difference between having somethign 'built-in' and having it as a module? or just forward me somewhere w/ an explanation.
thanksss
Back to top
View user's profile Send private message
colin
n00b
n00b


Joined: 13 Nov 2002
Posts: 18

PostPosted: Thu Nov 14, 2002 9:37 pm    Post subject: Reply with quote

ooh nevermind. i found the info i needed
Back to top
View user's profile Send private message
colin
n00b
n00b


Joined: 13 Nov 2002
Posts: 18

PostPosted: Thu Nov 14, 2002 10:29 pm    Post subject: Reply with quote

hmmm. now i realize that i can't find my NIC supported in the menuconfig thingy. i have a 3com 3c905C in my dell inspiron, which is not listed under the network devices... is there a separate area for laptop modules or anyhting?
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Thu Nov 14, 2002 10:42 pm    Post subject: Reply with quote

A 3C905C would use the vortex driver. Look under 3COM Cards for "3c590/3c900 series (592/595/597) "Vortex/Boomerang" support (NEW)".
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
colin
n00b
n00b


Joined: 13 Nov 2002
Posts: 18

PostPosted: Fri Nov 15, 2002 1:45 am    Post subject: Reply with quote

:> thanks.
Back to top
View user's profile Send private message
mooman
Apprentice
Apprentice


Joined: 06 Nov 2002
Posts: 175
Location: Vancouver, WA

PostPosted: Fri Nov 15, 2002 7:24 pm    Post subject: Reply with quote

And yes, laptop NICs are seperate from their PCI and ISA counterparts. Look specifically for PCMCIA menu options to find your card... I went through that last night with one of my own laptops. :)
_________________
Linux user off and on since circa 1995
Back to top
View user's profile Send private message
geek
n00b
n00b


Joined: 23 Nov 2002
Posts: 51
Location: Ellendale, ND

PostPosted: Sat Nov 23, 2002 1:32 am    Post subject: Question about my NIC module Reply with quote

Does anyone know what module this NIC uses. "Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 8)".

Thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum