Hi,
I'm running FreeBSD 9 on a HP N40L NAS and this gigabit card:
With Debian Linux (and of course CAT 7 cables, gigabit switch) I had gigabit speed.
ifconfig on FreeBSD recognizes this card only as:
which is wrong and results in a slow LAN connection.
If I explicitly set up speed to gigabit in /etc/rc.conf
and reboot, the link status is set to DOWN (same happens using ifconfig for changing the speed)
Trying
does nothing.
Only switching back to slow 100baseTX switches the link status back to UP and the card works "fine" (with limited speed).
dmesg does not show any errors for bge0. Is gigabit speed not supported by the bge-driver? What am I missing?
Greetings
Danny
I'm running FreeBSD 9 on a HP N40L NAS and this gigabit card:
Code:
NetXtreme BCM5723 Gigabit Ethernet PCIe
ifconfig on FreeBSD recognizes this card only as:
Code:
media: Ethernet autoselect (100baseTX <full-duplex>)
If I explicitly set up speed to gigabit in /etc/rc.conf
Code:
ifconfig_bge0="inet 192.168.1.100 netmask 255.255.255.0 media 1000baseTX mediaopt full-duplex
Code:
media 1000baseTX mediaopt full-duplex
status: no carrier
Code:
ifconfig bge0 up
Only switching back to slow 100baseTX switches the link status back to UP and the card works "fine" (with limited speed).
dmesg does not show any errors for bge0. Is gigabit speed not supported by the bge-driver? What am I missing?
Greetings
Danny