1 |
Samuel Baldwin wrote: |
2 |
|
3 |
> When I run ifconfig, I get this: |
4 |
> lo Link encap:Local Loopback |
5 |
> inet addr:127.0.0.1 Mask:255.0.0.0 |
6 |
> UP LOOPBACK RUNNING MTU:16436 Metric:1 |
7 |
> RX Packets:28 errors:0 dropped:0 overruns:0 frame:0 |
8 |
> TX Packets:28 errors:0 dropped:2 overruns:0 carrier:0 |
9 |
> collisions: 0 txqueuelen: 0 |
10 |
> RX bytes: 3080 (3.0 KB) TX bytes:3080 (3.0kb) |
11 |
|
12 |
This is just the inernal loopback device, not eth0. Try 'ifconfig -a' |
13 |
and see if your system even knows about your eth0 interface. |
14 |
|
15 |
If it's not listed by 'ifconfig -a', you need to load the right kernel |
16 |
module to get it there. |
17 |
|
18 |
If it's listed but not up, a command like 'ifconfig eth0 up 10.0.0.100' |
19 |
and 'route add default 10.0.0.1' may do for now. |
20 |
|
21 |
> Also, does anyone know of a tool that allows you to play audio from a |
22 |
> terminal? Basically, sending audio to standard audio out? I'd like to |
23 |
> be able to listen to music (all .ogg and .mp3, if it makes a |
24 |
> difference), while in runlevel 3. This is a side comment, and do not |
25 |
> waste time answering this/looking it up if you don't know off hand. |
26 |
|
27 |
I use 'media-sound/mpd' which is a mp3/ogg playing daemon (server), then |
28 |
one of the front-ends (media-sound/ncmpc is a good console client) to |
29 |
set up your playlist. http://www.musicpd.org for more info and a list |
30 |
of other frontends. |
31 |
|
32 |
-- |
33 |
Jim Ramsay |
34 |
"Me fail English? That's unpossible!" |