Hi, I installed FreeBSD on an old computer, which has a 3com 3C900-COMBO NIC.
The problem here is that it looks like it detects the NIC, and installs the driver for it, which is called "xl", but unfortunately, it doesn't look like the interface is working properly.
This is because I've got a Hub which tells me if a host is connected to it, and it appears that the computer which has the 3com NIC doesn't appear to be connected.
This is a little bit strange, because when I power on the machine, and FreeBSD starts booting, when I check the leds of the hub, it appears that is connected the FreeBSD machine, but when it's getting to the login prompt, it dissapears.
When I try to make ping to one of the other host on my network, and check the Hub leds, it looks like the led that belongs to the 3com NIC starts like blinking, but nothing else happens.
The command ifconfig xl0 gives me this:
I tried the Live Session and the Hub saw the FreeBSD machine in live.
In Linux the NIC works perfectly.
In Windows too.
I tried to add in /etc/rc.conf gateway_enable="YES", and nothing, I tried too in the /boot/loader if_xl_load="YES" and nothing.
I don't know what I can do now.
Thank you so much for your answers and help.
Cheers.
The problem here is that it looks like it detects the NIC, and installs the driver for it, which is called "xl", but unfortunately, it doesn't look like the interface is working properly.
This is because I've got a Hub which tells me if a host is connected to it, and it appears that the computer which has the 3com NIC doesn't appear to be connected.
This is a little bit strange, because when I power on the machine, and FreeBSD starts booting, when I check the leds of the hub, it appears that is connected the FreeBSD machine, but when it's getting to the login prompt, it dissapears.
When I try to make ping to one of the other host on my network, and check the Hub leds, it looks like the led that belongs to the 3com NIC starts like blinking, but nothing else happens.
The command ifconfig xl0 gives me this:
Code:
xl0: flags=8843<UP, BROADCAST, RUNNING, SIMPLEX, MULTICAST> metric 0 mtu 1500
options=8<VLAN_MTU>
ether 00:60:97:12:6c:70
inet 192.168.2.8 netmask 0xffffff00 broadcast 192.168.2.255
media: Ethernet 10baseT/UTP (10baseT/UTP <half-duplex>)
status: active
nd6 options=29<PERFORMNUD, IFDISABLED, AUTO_LINKLOCAL>
I tried the Live Session and the Hub saw the FreeBSD machine in live.
In Linux the NIC works perfectly.
In Windows too.
I tried to add in /etc/rc.conf gateway_enable="YES", and nothing, I tried too in the /boot/loader if_xl_load="YES" and nothing.
I don't know what I can do now.
Thank you so much for your answers and help.
Cheers.