via 64 bits (adm64) driver in Xorg

2005-11-29 Thread Mathieu Prevot
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

sound, network, video card not detected

2006-04-18 Thread Mathieu Prevot
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: multimedia at device 16.1 (no driver attached)

Re: Firefox 1.5.0.1 port

2006-02-18 Thread Mathieu Prevot
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

make.conf doesn't work as expected (MAKEFLAGS and .MAKEFLAGS)

2006-07-18 Thread Mathieu Prevot
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

Re: make.conf doesn't work as expected (MAKEFLAGS and .MAKEFLAGS)

2006-07-18 Thread Mathieu Prevot
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 but the compilation doesn't occur as if I do `make -j9