Problem with fxp0: MII without any PHY

2003-08-22 Thread Daniel Eggert
Hi,

I'm having problems with my Intel Pro/100 onboard LAN (fxp(4) driver). It
used to work just fine, but after I installed two rl(4) based NICs it
stopped working, even after I removed the other NICs. I get this in dmesg:

# dmesg | grep fxp
fxp0: Intel Pro/100 Ethernet port 0x78c0-0x78ff mem
0xfebff000-0xfebf irq 10 at device 8.0 on pci1
fxp0: Ethernet address 00:06:29:5b:c8:79
fxp0: MII without any PHY!
device_probe_and_attach: fxp0 attach returned 6

Is this a problem with the driver? Or is it some hardware problem?

I don't know enough about the ethernet NIC driver structure (fxp / mii /
phy) to understand exactly what's wrong.

Thanks in advance for any input,
Daniel




___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Mountd No route to host

2002-07-24 Thread Daniel Eggert

When I start mound with
mount -dr
I get:
mountd: got line /usr/home/Shared   -ro 192.168.0.2
mountd: making new ep fs=0x3d3d16f9,0x241504e5
mountd: doing opt -ro   192.168.0.2
mountd: got host 192.168.0.2
mountd: getting mount list
mountd: here we go
Cannot register service: RPC: Unable to send; errno = No route to host
What's wrong? I can ping 192.168.0.2 and the firewall is completely open 
towards 192.168.0.0/24. Any ideas?

Thanks,
Daniel


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Problems compiling 4.6 kernel with dummynet

2002-07-23 Thread Daniel Eggert

I want to use dummynet with ipfw for traffic shaping.

When i add the following lines

options DUMMYNET
options BRIDGE
options HZ=10
options NMBCLUSTERS=8192
options IPFILTER
options IPFILTER_LOG
options IPFILTER_DEFAULT_BLOCK
options IPDIVERT

to my kernel configuration and  do a 'config FIREWALL', 'cd 
../../compile/FIREWALL/', 'make depend', 'make', upon running the 'make' 
I get the following error message:

ip_dummynet.o: In function `find_queue':
ip_dummynet.o(.text+0xe15): undefined reference to `last_pkt'
ip_dummynet.o(.text+0xe1e): undefined reference to `last_pkt'
ip_dummynet.o(.text+0xe29): undefined reference to `last_pkt'
ip_dummynet.o(.text+0xe34): undefined reference to `last_pkt'
ip_dummynet.o(.text+0xe3d): undefined reference to `last_pkt'
ip_dummynet.o(.text+0xe43): more undefined references to `last_pkt' 
follow
ip_dummynet.o: In function `dummynet_flush':
ip_dummynet.o(.text+0x1822): undefined reference to `ip_fw_chain_head'
ip_dummynet.o: In function `dn_rule_delete_fs':
ip_dummynet.o(.text+0x18d8): undefined reference to `ip_fw_default_rule'
ip_dummynet.o: In function `dn_rule_delete':
ip_dummynet.o(.text+0x1966): undefined reference to `ip_fw_default_rule'
ip_dummynet.o: In function `delete_pipe':
ip_dummynet.o(.text+0x20b1): undefined reference to `ip_fw_chain_head'
ip_dummynet.o(.text+0x21ad): undefined reference to `ip_fw_chain_head'
ip_dummynet.o: In function `ip_dn_init':
ip_dummynet.o(.text+0x25c9): undefined reference to `ip_dn_ruledel_ptr'
*** Error code 1

What do I do wrong? What does all this mean? I hope someone can help me.

Daniel


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message