linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* rtl8139 dhcp-autoconfiguration problem
@ 2001-07-07 12:21 Albert Weichselbraun
       [not found] ` <3B470009.2BA7C123@mandrakesoft.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Albert Weichselbraun @ 2001-07-07 12:21 UTC (permalink / raw)
  To: Linux Kernel Mailinglist

hi,

i'm experiencing problems using dhcp-autoconfiguration with rtl8139-network
cards and kernels >2.2.17.
- it seems to be, that the kernel tries to mount the nfs-root-directory,
  before fetching the nodes-ip-address via dhcp (the logs from dhcpd
  indicate, that the node doesn't even try to fetch an ip-address).

<dmesg kernel="2.2.20-pre7" net="rtl8139">
...
rtl8139.c:v1.07 5/6/99 Donald Becker http://cesdis.gsfc.nasa.gov/linux/drivers/rtl8139.html
eth0: RealTek RTL8139 Fast Ethernet at 0xe000, IRQ 15, 00:02:44:16:41:0b.
Root-NFS: No NFS server available, giving up.
...
</dmesg>

<dmesg kernel="2.2.20-pre7" net="8139too">
...
eth0: 8139too FastEthernet driver 0.9.14-2.2 Jeff Garzik <jgarzik@mandrakesoft.com>
eth0: Linux-2.2 bug reports to Jens David <dg1kjd@afthd.tu-darmstadt.de>
eth0: RealTek RTL8139 Fast Ethernet board found at 0xe08000000, IRQ 10
eth0: Chip is 'RTL-8139B' - MAC address '00:00:21:fa:20:ce'.
Root-NFS: No NFS server available, giving up.
...
</dmesg>

<dmesg kernel="2.4.5" net="8139too">
...
8139too Fast Ethernet driver 0.9.17
PCI: Found IRQ 10 for device 00:09.0
eth0: RealTek RTL8139 Fast Ethernet at 0xe0800000, 00:00:21:fa:20:ce, IRQ 10
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
IP: routing cache hash table of 4096 buckets, 32 Kbytes
TCP: Hash table configured (established 32768 bind 32768)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
Root-NFS: No NFS server available, giving up.
...
</dmesg>

using the same kernel-config with kernels <= 2.2.17 works without any
problems.

<dmesg kernel="2.2.17" net="rtl18139">
...
rtl8139.c:v1.07 5/6/99 Donald Becker http://cesdis.gsfc.nasa.gov/linux/drivers/rtl8139.html
eth0: RealTek RTL8139 Fast Ethernet at 0xe000, IRQ 15, 00:02:44:16:41:0b.
Sending DHCP requests .. OK
IP-Config: Got DHCP answer from 192.168.109.51
IP-Config: Complete:
      device=eth0, addr=192.168.109.46, mask=255.255.255.128, gw=192.168.109.1,
     host=192.168.109.46, domain=in-vienna.iaeste.or.at, nis-domain=(none),
     bootserver=192.168.109.51, rootserver=192.168.109.51, rootpath=
Looking up port of RPC 100003/2 on 192.168.109.51
Looking up port of RPC 100005/1 on 192.168.109.51
VFS: Mounted root (NFS filesystem).
Freeing unused kernel memory: 40k freed
...
</dmesg>

the kernel-config and dmesg output are available under
http://www.iaeste.or.at/cc/8139/

any hints, what might be wrong?

greets,
  albert

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: rtl8139 dhcp-autoconfiguration problem
  2001-07-07 13:05   ` Albert Weichselbraun
@ 2001-07-07 13:02     ` Jeff Garzik
  2001-07-07 13:25       ` Albert Weichselbraun
  0 siblings, 1 reply; 4+ messages in thread
From: Jeff Garzik @ 2001-07-07 13:02 UTC (permalink / raw)
  To: Albert Weichselbraun; +Cc: Linux Kernel Mailinglist

Albert Weichselbraun wrote:
> 
> On 2001-07-07 at 08:26:49 -0400, Jeff Garzik wrote:
> > Can you try 2.4.6 please?
> done.
> - sorry, but 2.4.6 doesn't work either.
> 
> <dmesg kernel="2.4.6" net="8139too">
> ...
> 8139too Fast Ethernet driver 0.9.18-pre4
> PCI: Found IRQ 10 for device 00:09.0
> eth0: RealTek RTL8139 Fast Ethernet at 0xe0800000, 00:00:21:fa:20:ce, IRQ 10
> NET4: Linux TCP/IP 1.0 for NET4.0
> IP Protocols: ICMP, UDP, TCP
> IP: routing cache hash table of 4096 buckets, 32 Kbytes
> TCP: Hash table configured (established 32768 bind 32768)
> NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
> Root-NFS: No NFS server available, giving up.
> ...
> </dmesg>

did you boot with ip=bootp or ip=dhcp or ip=rarp?

-- 
Jeff Garzik      | A recent study has shown that too much soup
Building 1024    | can cause malaise in laboratory mice.
MandrakeSoft     |

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: rtl8139 dhcp-autoconfiguration problem
       [not found] ` <3B470009.2BA7C123@mandrakesoft.com>
@ 2001-07-07 13:05   ` Albert Weichselbraun
  2001-07-07 13:02     ` Jeff Garzik
  0 siblings, 1 reply; 4+ messages in thread
From: Albert Weichselbraun @ 2001-07-07 13:05 UTC (permalink / raw)
  To: Jeff Garzik, Linux Kernel Mailinglist


On 2001-07-07 at 08:26:49 -0400, Jeff Garzik wrote:
> Can you try 2.4.6 please?
done. 
- sorry, but 2.4.6 doesn't work either.

<dmesg kernel="2.4.6" net="8139too">
...
8139too Fast Ethernet driver 0.9.18-pre4
PCI: Found IRQ 10 for device 00:09.0
eth0: RealTek RTL8139 Fast Ethernet at 0xe0800000, 00:00:21:fa:20:ce, IRQ 10
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
IP: routing cache hash table of 4096 buckets, 32 Kbytes
TCP: Hash table configured (established 32768 bind 32768)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
Root-NFS: No NFS server available, giving up.
...
</dmesg>

greets,
  albert


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: rtl8139 dhcp-autoconfiguration problem
  2001-07-07 13:02     ` Jeff Garzik
@ 2001-07-07 13:25       ` Albert Weichselbraun
  0 siblings, 0 replies; 4+ messages in thread
From: Albert Weichselbraun @ 2001-07-07 13:25 UTC (permalink / raw)
  To: Jeff Garzik, Linux Kernel Mailinglist

hi,

> did you boot with ip=bootp or ip=dhcp or ip=rarp?
no, i didn't - it seems to be that this is required for kernels >2.2.17.
-> now it works - thanks a lot!

greets,
  albert

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-07-07 13:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-07 12:21 rtl8139 dhcp-autoconfiguration problem Albert Weichselbraun
     [not found] ` <3B470009.2BA7C123@mandrakesoft.com>
2001-07-07 13:05   ` Albert Weichselbraun
2001-07-07 13:02     ` Jeff Garzik
2001-07-07 13:25       ` Albert Weichselbraun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).