kwjake
Group: Members
Posts: 26
Joined: May 2005 |
|
Posted: June 09 2005,04:34 |
|
Here is a recapitulation of all that I have done:
OS: Damn small linux CPU: 133mhz HD: 1GB RAM: ? Ethernet Card: JAHT JN-110R PCI
lsmod:
dmesg:
ifconfig:
Code Sample | lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:2 errors:0 dropped:0 overruns:0 Frame:0 TX packets:2 errors:0 dropped:0 overruns:0 Carrier:0 collisions:0 txqueueln:0 RX bytes:100 (100.0 B) TX bytes:100 (100.0 B)
eth0 Link encap:Ethernet HWaddr 00:0E:2E:3A:B2:0E BRODCAST MULTICAST MTU:1500 Metric:1 RX packets:2 errors:0 dropped:0 overruns:0 Frame:0 TX packets:2 errors:0 dropped:0 overruns:0 Carrier:0 collisions:0 txqueueln:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Interrupt:10 Base address:0xff00 |
I downloaded and compiled dhcpcd, then:
Code Sample | modprobe 8139too dhcpcd eth0 |
I also tried:
Code Sample | dhcpcd -HD eth0 |
and
Took awhile, but it didn't work. No output. Still no net.
|