LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   Need some install Tips and Suggestions (https://www.linuxquestions.org/questions/%2Absd-17/need-some-install-tips-and-suggestions-532815/)

gajaykrishnan 02-27-2007 03:09 AM

Need some install Tips and Suggestions
 
Hi all,

I am currrently in need of installing FreeBSD on my box. Basically i intend to do some kernel level programming stuff on it and some TCP/IP stack networking.

I have worked for quite some time on many linux distros like Fedora, RHCE and debian. But, i am new to FreeBSD.

The problem is that i've used only desktops for all these. This time i am need of installing FreeBSD on a branded HP laptop. So, i was thinking if it would be good enough to work using Vmware. I dont know if i will have any problems getting internet activated and networking working properly using Vmware.
The only thing i am happy about is that even if the system crashes, only my Vmware instance will be affected and my basic OS will remain intact.

For further details, my laptop configuration is
HP dv 6000 series
1.6 Ghz dual core
1GB RAM
80 gb hdd
256 MB Nvidia Graphics card
ethernet
wifi

It would be nice if you could let me know of any known issues with FreeBSD regarding this.

Thanks in advance,
Ajay.

vermaden 02-27-2007 04:16 AM

For every trouble You will face, reah handbook first: http://freebsd.org/handbook
Quote:

Originally Posted by gajaykrishnan
I dont know if i will have any problems getting internet activated and networking working properly using Vmware.

automagically by DHCP, to set that You add ifconfig_DRIVER0="DHCP" in /etc/rc.conf.

To get Your NIC driver You do:
Code:

% dmesg|grep address
fxp0: Ethernet address: 00:20:ed:16:b1:af

so I have ifconfig_fxp0="DHCP" in /etc/rc.conf.


All times are GMT -5. The time now is 02:22 AM.