View previous topic :: View next topic |
Author |
Message |
adam_oldak n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 14 Mar 2005 Posts: 18
|
Posted: Mon Mar 28, 2005 12:33 am Post subject: Network problem |
|
|
Hi,
I have Marvell Yukon 88e8036 nic. I have compiled the drivers from manufacturer's site.
The adapter is recognized (lspci lists it).
However, I can't get any connection (I am trying DHCP, I followed the installation manual).
It seems that no traffic takes place - nothing is beind send or received.
I tried to pass noapic option during boot - it helped once, after the reboot it's still the same problem.
I just see "Bringing eth0 up via DHCP..... [!!]"
I did "rc-update add net.eth0 default" but te eth0 interface is not listed after "ifconfig"
Do you have any ideas? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
TheRAt Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/965802054438fd382cded6.jpg)
Joined: 03 Jun 2002 Posts: 1580
|
Posted: Mon Mar 28, 2005 12:42 am Post subject: |
|
|
do you get any error messages in the logs or in dmesg ?? _________________ All reality is the construct of the observer.
Get Firefox and rediscover the web!
BOFH Excuse #295:
The Token fell out of the ring. Call us when you find it. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kalestic n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Cars/7.gif)
Joined: 01 Dec 2004 Posts: 23
|
Posted: Mon Mar 28, 2005 12:46 am Post subject: |
|
|
can you post your /etc/conf.d/net configuration? That might help us in solving your problem...
Be sure to uncomment and make the right adjustments to
iface_eth0="dhcp"
and
gateway="eth0/<then ur subnet>" _________________ Always Remeber to focus on your goal, not the obstacle you have to face!
MyWebsite: http://blaze.ath.cx
Last edited by kalestic on Mon Mar 28, 2005 12:48 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
adam_oldak n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 14 Mar 2005 Posts: 18
|
Posted: Mon Mar 28, 2005 12:47 am Post subject: |
|
|
TheRAt wrote: | do you get any error messages in the logs or in dmesg ?? |
No. And that's the problem.
I just add that the same drivers work perfectly on the same machine under Debian.
Adam |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
adam_oldak n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 14 Mar 2005 Posts: 18
|
Posted: Mon Mar 28, 2005 12:51 am Post subject: |
|
|
kalestic wrote: | can you post your /etc/conf.d/net configuration? That might help us in solving your problem..." |
The only uncommented lines from /etc/conf.d/net are:
iface_eth0="dhcp"
dhcpcd_eth0="-t 15"
gateway="eth0/192.168.0.1"
What's interesting, when I tried to use static IP, situation whas identical - no sign of traffic.
Adam |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kalestic n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Cars/7.gif)
Joined: 01 Dec 2004 Posts: 23
|
Posted: Mon Mar 28, 2005 12:59 am Post subject: |
|
|
Mm sounds like a kernel issue, since u said there was no traffic being sent or recieved through both the dhcp method and static ip.
I am not to sure what module supports your Ethernet card. But go in and modify your kernel in /usr/src/linux/
Code: |
Device Drivers -> Networking support -> Ethernet (1000 Mbit) -> Marvel Yukon Chipset / SysKonnect SK-98xx Support |
_________________ Always Remeber to focus on your goal, not the obstacle you have to face!
MyWebsite: http://blaze.ath.cx |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
adam_oldak n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 14 Mar 2005 Posts: 18
|
Posted: Mon Mar 28, 2005 1:00 am Post subject: |
|
|
I just found out that passing "acpi=off" option to the kernel helps.
However, this is laptop so turning off power management is actually no solution for me.
Dou you know any way around it?
Adam |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|