Mailinglist Archive: radeonhd (308 mails)

< Previous Next >
Re: [radeonhd] help for: Failed to detect a connected monitor
  • From: Axel Burwitz <axel.burwitz@xxxxxxxx>
  • Date: Tue, 25 Mar 2008 15:15:29 +0100
  • Message-id: <47E90901.9070407@xxxxxxxx>
Matthias Hopf wrote:
On Mar 24, 08 12:29:18 +0100, Axel Burwitz wrote:
Apparently, pci/pci.h is included in the libpci package on FreeBSD. So
first install this package, if that doesn't help, do the following:

Please show me the output of
ls -al /usr/lib/libz.*
and
find /usr/include -name pci.h


This is probably close to bug #13497.

Matthias

have been some days off, but now here are news:

1) have installed libpci

"# pkg_info | grep libpci
libpci-2.2.8_1 PCI configuration space I/O made easy"

I don't know freebsd, is there a way to print out which files are
installed by a certain package? Then please print the list of files of
libpci. Also you might want to try and find out which package installed
/usr/local/include/pci/pci.h

No idea at the moment how to do that , have to post in the FreeBSD Forum...

but that made no change.

try ./configure CFLAGS="-I/usr/local/include"

there is no "./configure" in FreeBSD. You have to make an entry for CFLAGS

="-I/usr/local/include"

in the /etc/make.conf file and run make then. Have done that, and that led to:
"/usr/bin/ld: cannot find -lpci
*** Error code 1

Stop in /usr/ports/x11-drivers/xf86-video-radeonhd/work/xf86-video-radeonhd-1.0.0/utils/conntest."

4) a search gave

"# find / -type f -name pci.h -print
/usr/local/include/pci/pci.h

A file installed in /usr/local/ typically always shows that this is not
part of the system, but installed individually by the administrator.

HTH

Matthias


--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx

< Previous Next >