Hello all – I’m looking for any feedback you might provide. As you’ll probably guess fairly quickly, I’m pretty much a noob at anything unix related.
The environment:
FreeNAS (aka FreeBSD 6.4)
Pentium-2 300Mhz
512MB RAM
512MB CF Card as boot device
1000MB SATA HD for storage
10Mbps 3Com NIC
1000Mbps D-Link DGT 530T
I set up a test FreeNAS box using a 10mbps NIC (which it had recognised automagically), and once satisfied with the operation of FreeNAS I wanted to upgrade the 10Mbps NIC to a gigabit NIC. I checked into supported hardware for FreeBSD 6.4, found that the D-Link DGE-530T was on the list, and picked one up. I installed the NIC however FreeNAS will not recognise that it’s present. I’ve reinstalled FreeNAS from scratch (multiple times) without any luck. The FreeBSD man pages state that the statement ‘if_sk_load=â€YESâ€â€™ needs to be added to the loader.conf(5). I executed the following statements...
mount –u /cf
cd /cf/boot
echo ‘if_sk_load=â€YESâ€â€™ >> loader.conf
echo ‘ifconfig_dlge0=â€inet 192.168.1.249â€â€™ >> loader.conf
I reboot and the NIC is still not linking up. I then:
cd /etc
more < rc.conf
…and I see that the statement ‘if_sk_load=â€YESâ€â€™ is included, however ‘ifconfig_dlge0=â€inet 192.168.1.249â€â€™ is not.
In any case, I’ve been reading man pages, FreeNAS docs, forums etc trying to understand why FreeNAS won’t recognise the new NIC. I’m guessing there’s likely something blatantly obvious that anyone with half a clue about unix would know, however I’m clearly not that person!
BTW – I’m wondering if there’s any point in loading the drivers provided with the NIC? If I do this, how do I get the drivers written to the CF rather than just into the RAM drive?
Also - this is a cross-post that I've already pushed to FreeNAS forums without response. Hopefully someone here will have some ideas.
TIA for your assistance!
The environment:
FreeNAS (aka FreeBSD 6.4)
Pentium-2 300Mhz
512MB RAM
512MB CF Card as boot device
1000MB SATA HD for storage
10Mbps 3Com NIC
1000Mbps D-Link DGT 530T
I set up a test FreeNAS box using a 10mbps NIC (which it had recognised automagically), and once satisfied with the operation of FreeNAS I wanted to upgrade the 10Mbps NIC to a gigabit NIC. I checked into supported hardware for FreeBSD 6.4, found that the D-Link DGE-530T was on the list, and picked one up. I installed the NIC however FreeNAS will not recognise that it’s present. I’ve reinstalled FreeNAS from scratch (multiple times) without any luck. The FreeBSD man pages state that the statement ‘if_sk_load=â€YESâ€â€™ needs to be added to the loader.conf(5). I executed the following statements...
mount –u /cf
cd /cf/boot
echo ‘if_sk_load=â€YESâ€â€™ >> loader.conf
echo ‘ifconfig_dlge0=â€inet 192.168.1.249â€â€™ >> loader.conf
I reboot and the NIC is still not linking up. I then:
cd /etc
more < rc.conf
…and I see that the statement ‘if_sk_load=â€YESâ€â€™ is included, however ‘ifconfig_dlge0=â€inet 192.168.1.249â€â€™ is not.
In any case, I’ve been reading man pages, FreeNAS docs, forums etc trying to understand why FreeNAS won’t recognise the new NIC. I’m guessing there’s likely something blatantly obvious that anyone with half a clue about unix would know, however I’m clearly not that person!
BTW – I’m wondering if there’s any point in loading the drivers provided with the NIC? If I do this, how do I get the drivers written to the CF rather than just into the RAM drive?
Also - this is a cross-post that I've already pushed to FreeNAS forums without response. Hopefully someone here will have some ideas.
TIA for your assistance!