|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Operating Systems > Linux, Unix | |
NIC driver for embedded atom board D945GCLF2D in Trixbox?
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#11 (permalink) | ||||||||||||||
|
Luck : 10pts
![]() |
Quote:
How do i unpack it?
__________________
|
||||||||||||||
|
|
|
|
#12 (permalink) | |||||||||
|
You what?
![]() |
Licht, what does the output of "ifconfig -a" give you?
You should never need to download a driver in Linux if it's already supported in the kernel (which the RTL8169 is)
__________________
THE Mouse FAQ | 32-bit Resolution Fix | Important Information 64-Bit Driver Signing Fix | The Infraction and Warning System My Anime Progress | The HoN Discussion Thread Please direct all tech related questions to a thread in the respectable forums, and not to my PM inbox. Thank you
|
|||||||||
|
|
|
|
#13 (permalink) | |||||||||||||
|
Luck : 10pts
![]() |
Output included. I noticed the lights on the NIC are active occasionally, but i can't ping anything. Not local nor the web.
Edit : Why is my mask 255.0.0.0...
__________________
|
|||||||||||||
|
|
|
|
#14 (permalink) | |||||||||
|
You what?
![]() |
That's the lo (loopback) interface, and not your actual network card. It looks like you need a driver after all. Try one of these and see if any of them succeeds (success means no output):
modprobe rtl8169 modprobe r8169
__________________
THE Mouse FAQ | 32-bit Resolution Fix | Important Information 64-Bit Driver Signing Fix | The Infraction and Warning System My Anime Progress | The HoN Discussion Thread Please direct all tech related questions to a thread in the respectable forums, and not to my PM inbox. Thank you
|
|||||||||
|
|
|
|
#15 (permalink) | |||||||||||||
|
Luck : 10pts
![]() |
Modprobe r8169 worked.
__________________
|
|||||||||||||
|
|
|
|
#16 (permalink) | |||||||||
|
You what?
![]() |
Good, you should now have an eth0 interface if you do ifconfig -a again. Now, try one of the following (at least one of them should succeed):
dhcpcd eth0 dhclient eth0
__________________
THE Mouse FAQ | 32-bit Resolution Fix | Important Information 64-Bit Driver Signing Fix | The Infraction and Warning System My Anime Progress | The HoN Discussion Thread Please direct all tech related questions to a thread in the respectable forums, and not to my PM inbox. Thank you
|
|||||||||
|
|
|
|
#17 (permalink) | |||||||||||||
|
Luck : 10pts
![]() |
Did two tries with dhclient (dhcpcd doesn't work.) Dhclient with eth0 and dhclient with sit0 (the device listed in ifconfig -a.)
__________________
|
|||||||||||||
|
|
|
|
#18 (permalink) | |||||||||
|
You what?
![]() |
You said that modprobe r8169 worked, right? If this returns live:
Code:
cat /sys/module/r8169/initstate Code:
ifconfig -a
__________________
THE Mouse FAQ | 32-bit Resolution Fix | Important Information 64-Bit Driver Signing Fix | The Infraction and Warning System My Anime Progress | The HoN Discussion Thread Please direct all tech related questions to a thread in the respectable forums, and not to my PM inbox. Thank you
|
|||||||||
|
|
|
|
#19 (permalink) | |||||||||||||
|
Luck : 10pts
![]() |
Here you go.
__________________
|
|||||||||||||
|
|
|
|
#20 (permalink) | |||||||||
|
You what?
![]() |
You missed a "t" in initstate. I need to know if it's seeing the network card at all (if it's "live" then it does IIRC), because if you're modprobing it fine, then it should work without problems.
__________________
THE Mouse FAQ | 32-bit Resolution Fix | Important Information 64-Bit Driver Signing Fix | The Infraction and Warning System My Anime Progress | The HoN Discussion Thread Please direct all tech related questions to a thread in the respectable forums, and not to my PM inbox. Thank you
|
|||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|