Tiny Core Base > CorePlus
Ethernet does not work
Soe:
Hi - Sorry, I was fixing/editing my reply but got timed out...
after the sudo modprobe e1000 the result of lsmod is unchanged. and ping 8.8.8.8 returns "network is unreachable"
Juanito:
How about ifconfig?
Soe:
Ifconfig returns :
Link encap:Local Loopback
inet addr:127.0.0.1 Mask 255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:28 errors:0 dropped:0 overruns:0 frame:0
TX packets:28 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2168 (2.1KiB) TX bytes:2168 (2.1 KiB)
? all gibberish to me.....
Rich:
Hi Soe
Welcome to the forum.
Please use Code Tags when posting commands and responses seen in a terminal. To use Code Tags click on the # icon
above the reply box and paste your text between the Code Tags as shown in this example:
--- Quote ---[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]
--- End quote ---
It will appear like this in your post:
--- 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
--- End code ---
Code Tags serve as visual markers between what you are trying to say and the information you are posting. They also preserve
spacing so column aligned data displays properly. Code tags also automatically add horizontal and or vertical scrollbars
to accommodate long lines and listings.
Rich:
Hi Soe
Let's try configuring your network card:
--- Code: ---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
--- End code ---
This assumes your routers address is 192.168.1.1 and your
network card is eth0.
If you enter:
--- Code: ---ifconfig -a
--- End code ---
you should see your network card even if it's not configured.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version