Re: Atheros Wireless Chipsets?

2006-11-16 Thread Lukas Razik

Hi!


How is the FreeBSD support for Atheros Chipsets? Is there 54 megabit speed?


It's good. See here:
http://www.freebsd.org/cgi/man.cgi?query=athapropos=0sektion=0manpath=FreeBSD+6.1-RELEASEformat=html


And also, how is WEP and/or WPA support?

It's also good. It works for me...

Regards,
Lukas
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Compiling Kernel for Computer with 2 CPUs

2006-05-27 Thread Lukas Razik

Hello!

You need this option/device in your KERNCONF file:
options SMP
device  apic

For better performance comment out SCHED_4BSD:
#options SCHED_4BSD
And take this:
options SCHED_ULE

You could also try these optimizations:
makeoptions COPTFLAGS=-O2 -pipe -funroll-loops -ffast-math

Read this:
http://www.de.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
http://www.silverwraith.com/papers/freebsd-kernel.php



Another thing, is it a good box for running a webserver with mysql-database
or should I buy one?


Normally it is but it depends on the load...
And more important than the number of CPUs could be the RAM...

Regards,
Lukas
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


C/C++ Editor with auto completion for FreeBSD

2005-10-25 Thread Lukas Razik

Hello!

Does anyone know C/C++ Editors/IDEs for X11 under FreeBSD with auto code 
completion and for example information boxes about the parameters of functions 
etc. (like NetBeans)?
I've read that eclipse with CDT should do that but it doesn't work here... :-(

Many Thanks in advance!!!
Lukas

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]