View previous topic :: View next topic |
Author |
Message |
zzzero n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 14 Nov 2004 Posts: 45
|
Posted: Sun Apr 17, 2005 8:55 pm Post subject: Network card difficulties [solved] |
|
|
Im running an intel network card, im not quite sure which kind. I beleve it is an aftermarket card in a Dell Poweredge 2300. The network worked during the install, and when I boot into the system it dosent. Im running 2.6.11-r6. Any help will be greatly appreciated. Thanks in advance
Last edited by zzzero on Sun Apr 17, 2005 10:06 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
rjordan n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/21248644734262d4b4b1777.jpg)
Joined: 03 Aug 2004 Posts: 7
|
Posted: Sun Apr 17, 2005 8:59 pm Post subject: Detail. |
|
|
Please describe in further detail what you did to get the network card to 'come up' at boot.
You probably just forgot to: Code: | # rc-update add net.eth0 default |
Also, check whether you have a network card listed in your _________________ Feel free to AIM/E-mail me regarding postings. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
zzzero n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 14 Nov 2004 Posts: 45
|
Posted: Sun Apr 17, 2005 9:07 pm Post subject: |
|
|
I did do
Code: | # rc-update add net.eth0 default |
and i just did
and I just added e100 to my autoload script thingy |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
zzzero n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 14 Nov 2004 Posts: 45
|
Posted: Sun Apr 17, 2005 9:10 pm Post subject: |
|
|
but that didnt work, and I do not see my card listed there in the dmesg thing
Last edited by zzzero on Sun Apr 17, 2005 9:14 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Jerri Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/859090875412bbca2a518e.jpg)
Joined: 03 Apr 2003 Posts: 353
|
Posted: Sun Apr 17, 2005 9:14 pm Post subject: |
|
|
what are the contents of /etc/conf.d/net?
are you using dhcpcd? if so, what happens if you issue dhcpcd eth0
there are a million and a half posts on this subject... you might as well learn to get aquainted with finding out these things yourself.. your understanding of linux will increase exponentially.
search |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Jerri Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/859090875412bbca2a518e.jpg)
Joined: 03 Apr 2003 Posts: 353
|
Posted: Sun Apr 17, 2005 9:14 pm Post subject: |
|
|
did you compile the correct driver? did you load it (modprobe)? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
zzzero n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 14 Nov 2004 Posts: 45
|
Posted: Sun Apr 17, 2005 9:19 pm Post subject: |
|
|
my /etc/conf.d/net
everything else is commented out
when I do a dhcpcd eth0 nothing happens and it still isnt listed in the ifconfig, all that is there is lo
also when i boot up it says
Code: | * Bringing eth0 up via DHCP... [!!]
* ERROR: Problem starting needed services
* "netmount" was not started. |
I beleve it is probably just not the correct driver and i do not know what that driver might be |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
zzzero n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 14 Nov 2004 Posts: 45
|
Posted: Sun Apr 17, 2005 9:26 pm Post subject: |
|
|
I guess my question is where can i find which module i need to use |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Jerri Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/859090875412bbca2a518e.jpg)
Joined: 03 Apr 2003 Posts: 353
|
Posted: Sun Apr 17, 2005 9:31 pm Post subject: |
|
|
Quote: | I guess my question is where can i find which module i need to use |
well, what kind of network card is it? pop the case open and have a look. A quick search on google will usually reveal the answer.
Another method would be to reboot into your livecd and type lsmod. This should tell you which module was loaded for your network card. Then, depending on how you compiled your kernel just select the appropriate driver for your network card. If you compile it as a module (which isn't necessary) be sure to add the module name to /etc/modules.autoload/kernel-2.6
if your having troubles finding the appropriate section in menuconfig (This is the only method I have used to compile kernels, so I can't really speak for alternatives) just hit / then type the module name, this will hopefully give you the location within the menu to select your driver |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
zzzero n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 14 Nov 2004 Posts: 45
|
Posted: Sun Apr 17, 2005 9:53 pm Post subject: |
|
|
the card is an intel sb82558b and as I am writing this my kernel is compiling with what i hope is the correct drivers |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
zzzero n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 14 Nov 2004 Posts: 45
|
Posted: Sun Apr 17, 2005 10:05 pm Post subject: |
|
|
and it worked, thanks for your help, eventhough it was mainly just me not looking hard at things, but thanks for you help |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Jerri Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/859090875412bbca2a518e.jpg)
Joined: 03 Apr 2003 Posts: 353
|
Posted: Sun Apr 17, 2005 10:29 pm Post subject: |
|
|
enjoy :) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
upalom00 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 11 Jan 2004 Posts: 78 Location: Santa Clara
|
Posted: Mon Apr 18, 2005 3:14 am Post subject: |
|
|
Jerri wrote: | Quote: | I guess my question is where can i find which module i need to use |
well, what kind of network card is it? pop the case open and have a look. A quick search on google will usually reveal the answer.
Another method would be to reboot into your livecd and type lsmod. This should tell you which module was loaded for your network card. Then, depending on how you compiled your kernel just select the appropriate driver for your network card. If you compile it as a module (which isn't necessary) be sure to add the module name to /etc/modules.autoload/kernel-2.6
if your having troubles finding the appropriate section in menuconfig (This is the only method I have used to compile kernels, so I can't really speak for alternatives) just hit / then type the module name, this will hopefully give you the location within the menu to select your driver |
I had a similiar problem. Doing a seach in the forums, I found your reply and thus it has also helped me resolve my issue.
Thanks! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|