So I just installed FreeBSD last night, and so far have had pretty good luck with setting it up (*knocks on wood*)... anyway, I'm trying to get my sound card up and running by following a guide on freebsd.org, which told me to check the device list in /usr/src/sys/... umm... whatever/LINT. Point is, that file's not there, so it pointed me to doing cvsup.
So I made my supfile, no problem. I run the command, and get "Cannot get IP address of my own host -- is its hostname correct?". So checking this against Google got me this:
"use ifconfig to find out your IP-adress, then nslookup to find out its hostname
and then, finally, use the hostname(1)-command to set this hostname.
That should make it work."
Easy enough... but nslookup isn't working properly... perhaps because I'm behind a D-Link DI-604 router/firewall? Anyway, also from a search on google...
"It was all a matter of putting hostname.localhost.localdomain in etc hosts. I hope this helps future newbies who come across this problem."
Basically, I was hoping for a little more specific directions... hostname is, what, the equivalent of your computer/share name in Windows? The network card's fine... I've been able to ping other machines on my network as well as surf the web, so I'm just wondering what information it is that I need here, why I can't get it, and where I have to put it using what syntax. Thanks in advance... let me know if more info is needed.
So I made my supfile, no problem. I run the command, and get "Cannot get IP address of my own host -- is its hostname correct?". So checking this against Google got me this:
"use ifconfig to find out your IP-adress, then nslookup to find out its hostname
and then, finally, use the hostname(1)-command to set this hostname.
That should make it work."
Easy enough... but nslookup isn't working properly... perhaps because I'm behind a D-Link DI-604 router/firewall? Anyway, also from a search on google...
"It was all a matter of putting hostname.localhost.localdomain in etc hosts. I hope this helps future newbies who come across this problem."
Basically, I was hoping for a little more specific directions... hostname is, what, the equivalent of your computer/share name in Windows? The network card's fine... I've been able to ping other machines on my network as well as surf the web, so I'm just wondering what information it is that I need here, why I can't get it, and where I have to put it using what syntax. Thanks in advance... let me know if more info is needed.