dmesg | grep -i firmware
module size used by Not tainted
...
acpi_cpufreq 12280
e1000e 122880 0.
ptp 29489 1 e1000e
...
[code][ 36.176529] pcm512x 1-004d: Failed to get supply 'AVDD': -517
[ 36.176536] pcm512x 1-004d: Failed to get supplies: -517
[ 36.191753] pcm512x 1-004d: Failed to get supply 'AVDD': -517[/code]
[ 36.176529] pcm512x 1-004d: Failed to get supply 'AVDD': -517
[ 36.176536] pcm512x 1-004d: Failed to get supplies: -517
[ 36.191753] pcm512x 1-004d: Failed to get supply 'AVDD': -517
sudo ifconfig eth0 192.168.1.188 netmask 255.255.255.0 broadcast 192.168.1.255 up
sudo route add default gw 192.168.1.1
sudo echo nameserver 192.168.1.1 > /etc/resolv.conf
This assumes your routers address is 192.168.1.1 and yourifconfig -a
you should see your network card even if it's not configured.Don't know if TC busybox has the new kid in town, the command IP. ...No, it doesn't have the command ip.
sudo ifconfig eth0 192.168.100.188 netmask 255.255.255.0 broadcast 192.168.100.255 up : SIOCSIFADDR: No such device
sudo route add default gw 192.168.100.1 : resolving dafault
sudo echo nameserver 192.168.100.1 > /etc/resolv.conf :
dmesg | grep -i firmware :
ifconfig :
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask 255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes: 468 (468.0 B) TX bytes: 468 (468.0 B)
Don't know if TC busybox has the new kid in town, the command IP.
But if that is true, you can config your Ethernet card as follow.
sudo ip link set eth0 up
sudo ip addr add 192.168.1.188/24 brd + dev eth0
sudo ip route add default via 192.168.1.1
sudo sh -c 'echo nameserver 192.168.1.1 > /etc/resolv.conf'
ifconfig -a
ifconfig -a
dummy 0 Link encap:Ethernet HWaddr 32:41:2a:1a:11:d2
BROADCAST NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes: 0 (0.0 B) TX bytes: 0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask 255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes: 468 (468.0 B) TX bytes: 468 (468.0 B)
tunl0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes: 0 (0.0 B) TX bytes: 0 (0.0 B)
dmesg > dmesg.txt
lsmod > lsmod.txt
----- Snip -----
e1000e 0000:00:19.0: Invalid MAC Address: ff:ff:ff:ff:ff:ff
e1000e 0000:00:19.0: probe with driver e1000e failed with error -5
----- Snip -----
Not yet sure what the fix might be.sudo modprobe -r e1000e
sudo modprobe e1000e
dmesg | tail
The character after dmesg is not a lowercase L.Go into BIOS and make sure you don't have the Ethernet port disabled
@Soe:
- Look at the attached photo. Is your network cable plugged into AREA 4 (above the USB ports?) or is there a CARD plugged into AREA 5 that you're connecting to?
- Are there ANY cards plugged into AREA 5? (Possible IRQ CONFLICT)
- Regardless of #1/#2 above, are the LEDs above the network cable LIT UP?
- Go into BIOS and make sure you don't have the Ethernet port disabled
Onboard LAN Controller [ENABLED]
Onboard LAN Boot ROM [Disabled]
My cable is plugged into the slot next to the USB ports in area4, and it is lit up with a green light that occasionally flashes orange.I cannot speak from personal experience on this specific machine, but if there are TWO lights on the network port, the orange/amber LED normally indicates speed and should not alternate - while the second LED normally indicates activity/traffic/etc. If there's only ONE light, it's possible this alternating colors was intentional. I'll do a little digging to see if I can find a determination, but just for sake of trying, if you have another Ethernet cable I would swap this one out and see if there's a difference.
I have an extra card in the area 5, which I think is a graphics card. It has nothing connected to it.If you're willing and able, unplug the machine and remove any unused cards from the system to free up Interrupt channels.