Le 18 févr. 06 à 03:14, Daniel Molina Wegener a écrit :
Hello,
I have installed the firefox 1.5.0.1 browser port -- the
latest version -- but everytime uses the pc speaker and I
get a constant "beep!, beep!, beep!".
Anyone knows the solution to this problem?.
I've searched in prefer
Hi,
The Xorg's via driver is compiled in 32bits but not in 64 bits (amd64).
I tryed to force the compilation in 64 bits but it does not work (no
screen found).
Does someone knows (D. O'Brien...) what kind of rewriting the via
source may need to work ?
Is it much effort ?
Regards,
MP
___
Hello,
I have compiled a kernel with the good options/device:
devicesound
devicesnd_ich
devicemiibus
devicenve
devicesis
options DEVICE_POLLING
the sis0 (netgear adapter) works but the other chips are not detected:
pci0: at device 16.1 (no driver attached)
pci0: at devi
Hello,
in make.conf I added:
.if ${.CURDIR:N/usr/ports/*}
MAKEFLAGS+= -j 9
.endif
but the compilation doesn't occur as if I do `make -j9`
Any ideas ??
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
On Tue, Jul 18, 2006 at 07:02:00PM +0300, Adi Pircalabu wrote:
> On Tue, 18 Jul 2006 17:42:23 +0200 Mathieu Prevot wrote:
>
> > .if ${.CURDIR:N/usr/ports/*}
>
> Hi,
> do you mean:
> .if ${.CURDIR:M*/usr/ports/*}
>
> > MAKEFLAGS+= -j 9
> > ..endif
> &