Re: how to make power off button work like halt -p

2012-11-23 Thread Remco
??? wrote: i need to install openbsd on a blind computer(without monitor).so i need to press power off button to shutdown the computer.i know that use ssh is a right way. but press power off is more effective way. in the version 5.2, i just press power off, and the computer shutdown

Re: -lcrypt error when I try to compile libcli

2012-11-23 Thread David Coppa
On Fri, Nov 23, 2012 at 11:03 AM, C. L. Martinez carlopm...@gmail.com wrote: Hi all, I am trying to compile libcli (http://code.google.com/p/libcli/) library under OpenBSD 5.2 amd64, and returns me this error: gcc -g -O3 -Wall -std=c99 -pedantic -Wformat-security -Wno-format-zero-length

Re: how to make power off button work like halt -p

2012-11-23 Thread Remco
??? wrote: do you mean that i should compile the acpictn device to the kernel.default 5.2 kernel have acpi device, but without acpibtn. If your dmesg doesn't show a acpibtn device, apart from checking hardware setup (e.g. BIOS settings), I'm out of ideas. -- Original

ATI Radeon HD6570

2012-11-23 Thread rustyBSD
Hi, I have an ATI Radeon HD6570 card. Dmesg gives me: vga1 at pci1 dev 0 function 0 vendor ATI, unknown product 0x6759 rev 0x00 and the driver used seems to be VESA. I naturally changed to: --- src/sys/dev/pci/pcidevs 2012-11-17 16:42:29.0 +0100 +++ src/sys/dev/pci/pcidevs

Re: trunk(4) and non-standard MTU

2012-11-23 Thread Janne Johansson
Can you show the output of ifconfig trunk0 after you have run this? And uname -a since a moderately recent -current wont allow mtus 1500 when I test. 2012/9/18 mxb m...@alumni.chalmers.se: /etc/hostname.em0: up mtu 9000 /etc/hostname.em1 up mtu 9000 /etc/hostname.trunk0 trunkproto lacp

Re: OpenBSD support for Lenovo ThinkPad X230?

2012-11-23 Thread Anil Madhavapeddy
On 23 Nov 2012, at 03:13, Byron Klippert byronklipp...@ml1.net wrote: I picked up one recently; went with the following options. - Intel Core i5-3360M - 128GB SSD (SATA3) - 8GB PC3-12800 DDR3 - Intel Centrino WL-N 2200 Had to use the Nov. 3 snapshot to take advantage of the recent

Re: ATI Radeon HD6570

2012-11-23 Thread Nigel Taylor
On 11/23/12 14:00, rustyBSD wrote: Hi, I have an ATI Radeon HD6570 card. Dmesg gives me: vga1 at pci1 dev 0 function 0 vendor ATI, unknown product 0x6759 rev 0x00 and the driver used seems to be VESA. I naturally changed to: --- src/sys/dev/pci/pcidevs 2012-11-17 16:42:29.0

Support for BCM5720

2012-11-23 Thread Loïc Blot
Hi all, i have bought 2 new dell R320 serveurs to replace my old dell 1650 servers (7 years old). The problem is network card (unfortunately the machines will be routers/gateways). I tried to backport FreeBSD 9.1 RC3 driver, which works, but not totally succesful (card recognized, link negotiation

Re: ATI Radeon HD6570

2012-11-23 Thread rustyBSD
Le 23/11/2012 17:35, Nigel Taylor a écrit : That is not a REDWOOD chip, it's TURKS, and both should be supported, Ahh yes I didn't see this in xorg.0.log the man page is wrong 6570 occurs both under REDWOOD and TURKS. REDWOOD are 5x50 series. Could still be in the wrong chip family. The

Re: ATI Radeon HD6570

2012-11-23 Thread Nigel Taylor
On 11/23/12 16:56, rustyBSD wrote: Le 23/11/2012 17:35, Nigel Taylor a écrit : That is not a REDWOOD chip, it's TURKS, and both should be supported, Ahh yes I didn't see this in xorg.0.log the man page is wrong 6570 occurs both under REDWOOD and TURKS. REDWOOD are 5x50 series. Could still

Re: ATI Radeon HD6570

2012-11-23 Thread rustyBSD
Le 23/11/2012 21:44, Nigel Taylor a écrit : On 11/23/12 16:56, rustyBSD wrote: Le 23/11/2012 17:35, Nigel Taylor a écrit : That is not a REDWOOD chip, it's TURKS, and both should be supported, Ahh yes I didn't see this in xorg.0.log the man page is wrong 6570 occurs both under REDWOOD and

Can't use PerlMagick

2012-11-23 Thread Dmitrij D. Czarkoff
Hello! I'm running into a weird problem with PerlMagick: $ perl -e 'use Image::Magick' Can't load '/usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/Image/Magick/Magick.so' for module Image::Magick: Cannot load specified object at /usr/libdata/perl5/amd64-openbsd/5.12.2/DynaLoader.pm

Re: ATI Radeon HD6570

2012-11-23 Thread Nigel Taylor
On 11/23/12 21:26, rustyBSD wrote: Le 23/11/2012 21:44, Nigel Taylor a écrit : On 11/23/12 16:56, rustyBSD wrote: Le 23/11/2012 17:35, Nigel Taylor a écrit : That is not a REDWOOD chip, it's TURKS, and both should be supported, Ahh yes I didn't see this in xorg.0.log the man page is wrong

Re: ATI Radeon HD6570

2012-11-23 Thread rustyBSD
Le 24/11/2012 02:21, Nigel Taylor a écrit : Your audio is being picked up already as 6670, audio was added together with the video for a 6670 card. There maybe a range of cards that use the same id for audio. To recreate the includes. cd /usr/src/sys/dev/pci make Now follow instructions