Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
> When I load ne.o, I get a message on the screen, acknowledging that > the kernel recognizes the Ethernet card there. However, if I type > ifconfig, I still only see the lo (loopback) device, and no Ethernet. This is normal behavior. An unconfigured ethernet interface will not show in the output from a simple 'ifconfig'. If you type 'ifconfig -a' you will see *all* available interfaces, including unconfigured ones. If that works, you'll want to make sure that /etc/conf.modules has the appropriate entry for your ethernet card...something like this: alias eth0 ne This allows you to type "ifup eth0" and have the ne.o module loaded automatically (this presumes that you have correctly set up /etc/sysconfig/network-scripts/ifcfg-eth0 correctly, either manually or with a tool such as linuxconf). > Likewise, there's no eth0 file under /dev. There will never be an eth0 file under /dev. Network devices don't get device nodes in /dev. In general, nothing in a typical Linux distribution is going to make frequent updates to /dev. -- Lars -- Lars Kellogg-Stedman <lars at larsshack.org> --> http://www.larsshack.org/ - Subcription/unsubscription/info requests: send e-mail with "subscribe", "unsubscribe", or "info" on the first line of the message body to discuss-request at blu.org (Subject line is ignored).
BLU is a member of BostonUserGroups | |
We also thank MIT for the use of their facilities. |