Displaying 20 results from an estimated 500 matches similar to: "Wine 1.0 on Fedora 16 64-bit"
2011 Nov 11
4
libusb not recognized?
[Andrew: please subscribe to the nut-upsuser list:
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsuser
Also, please gzip any attached logs.]
> Hello,
>
> I downloaded NUT ver 2.6.2 and tried it on my Linux development
> board. when I configure and it notified me that "USB drivers
> requested, but libusb not found."
> Then I download libusb
2007 Aug 15
3
[LLVMdev] Strange error of llvm-ld
I'm using llvm-ld from SVN r41106
When issueing the command
$ /usr/src/llvm/installed/bin/llvm-ld -v -stats -native -O1 -strip-all -o main \
.obj/conf.o .obj/configwriter.o \
-L/usr/share/qt3/lib -L/usr/X11R6/lib \
-lcrypto -lusb -lutil -lqt-mt -lXext -lX11 -lm -lpthread
I get this output:
Linking bitcode file '.obj/conf.o'
Linked in file '.obj/conf.o'
Linking
2015 Mar 09
2
Install problems (group permissions) with nut 2.7.2
Ok, I tried this from scratch on a fresh 2.7.2 directory. I followed the web instructions, specifically:
+ I generated the new subdriver for my UPS (rtd-hid.*) based on PATH info.
+ I put them in the drivers subdir
+ I added the include line (#include rtd-hid.h) in usbhid-ups.c (specifically in the #ifndef SHUT_MODE section)
+ I added &rtd_subdriver, to the subdriver_list in usbhid-ups.c
2006 May 15
1
Configuring a Kodak EZ200 Webcam in CentOS 4.3
Hi. I hate to ask because I'm not sure if this is one of those
questions that don't "deserve an answer" but here goes: My friend gave
me a Kodak EZ-200 Webcam (USB) recently and I'm trying to configure it
for use under CentOS 4.3. I did a little research on the web and found
that the Kodak EZ200 is supported using gphoto2
2007 Aug 15
0
[LLVMdev] Strange error of llvm-ld
I think I have experienced this when more than one module contains
definitions for the same values. ie. it should only be a declaration
in one of them.
On 8/15/07, Holger Schurig <hs4233 at mail.mn-solutions.de> wrote:
> I'm using llvm-ld from SVN r41106
>
> When issueing the command
>
> $ /usr/src/llvm/installed/bin/llvm-ld -v -stats -native -O1 -strip-all -o main \
>
2009 Dec 24
2
Finding libusb on FreeBSD 8.0
I just upgraded the FreeBSD buildbot machine from 6.4 to 8.0, and I
ran across some interesting differences.
The libusb API that we use (0.1) is available in /usr/include/usb.h
and /usr/lib/libusb.* as before, but it seems to be the compatibility
layer from libusb 1.0.
However, it doesn't include the libusb-config binary.
This is from the 'ports' Makefile for NUT:
########## - -
1999 Aug 02
1
NULL filled corrupt files
Hello!
I've seen, some people experienced this problem earlyer, but I have
not found any solution in the mailing lists...
So the problem is, copying files from an NT Workstation (SP5 )
on a Samba server running under Linux (2.0.10) in some (rare) cases
results in files exactly of the right size but filled with NULL bytes.
I'm using samba 2.0.5a and likely since version 2.0.0 this
2008 Feb 24
1
nut-subversion Tripp Lite 750AVR
Hi, i new on this list i don't know if this goes on development list or this list,? i have a ups Tripp Lite 750AVR(lusb info in the attach)? , i retrieve the current development tree from the subvervsion repo, and trying to compile NUT on Fedora8 to test the usb driver.
the configure is ok:
Configuration summary:
enable SSL development code: yes
enable IPv6 support: yes
build
2024 Nov 02
1
Driver with calls to USB functions not linking
Hello again all.
I am trying to use USB functions (non-HID) and I get a linker error
for functions that are in the included usb-common.h file.
Specifically, at the start, these functions:
- warn_if_bad_usb_port_filename
- nutusb_open
- is_usb_device_supported
Clearly the headers are there or I don't think the driver would
compile. Can someone point me in the right direction please?
Thank
2009 Jun 04
2
Problem compiling Wine with Freetype on Ubuntu Hardy 64
I have a problem compiling Wine with Freetype. Not sure what to do:
dpkg -i wine*.deb
Code:
checking for freetype-config... freetype-config
checking for -lfreetype... not found
configure: error: FreeType development files not found.
Fonts will not be built. Dialog text may be invisible or unaligned.
Use the --without-freetype option if you really want this.
make: *** [config.status] Error 1
2024 Jul 12
1
Eco Eclipse 1600 connects via USB put does not put out any data:
Hi
I have installed the following libraries in Debian 12.
ii libusb-0.1-4:amd64 2:0.1.12-32
amd64 userspace USB programming library
ii libusb-1.0-0:amd64 2:1.0.26-1
amd64 userspace USB programming library
ii libusb-1.0-0-dev:amd64 2:1.0.26-1
amd64 userspace USB programming library development files
ii libusb-1.0-doc
2015 Sep 17
5
UPS/NUT with openSUSE 13.1
On Sep 15, 2015, at 9:31 PM, Charles Lepple <clepple at gmail.com> wrote:
>
>> Trying to track down the source of the problem, I checked Yast to make sure I had at least 0.1.8 version for libusb. I saw this (attached photo). Is it then actually using ?compat instead of the ?real? libusb? And is that a problem?
>
> You're right, both the -compat and real libusb
2008 Mar 12
1
Graphical frontend for gphoto2? (Handling photo cameras in XFCE)
Hi,
I'm using CentOS 5.1 with the latest XFCE-4.4 desktop. I try to stick as
much as possible to the UNIX tools philosophy, one app per task. For
viewing images, I installed GQView. But right now, I wonder what I could
probably use for handling photo imports from digital cameras. GThumb
tends to be very unmodular, e. g. drawing in many GNOME dependencies,
and besides that, I already have
2007 Jul 18
5
[LLVMdev] memory hog llvm-ld
I want to share a little LLVM experiment.
I tried LLVM on one of my bigger Qt 3.x based projects. I used
llvm from SVN trunk (r39999) and SVN llvm-gcc-4.01 (r370) and
did compile every file with
/usr/src/llvm/dist/bin/g++ -c -pipe -g \
-Wall -Wextra -Wno-sign-compare \
... lots of -Dxxxx ... \
--emit-llvm -I/usr/share/qt3/mkspecs/default \
-I. -I.. -I../../../include/qt3 -I.obj/ \
2001 Apr 06
1
(no subject)
hi
i have a question related to samba. I never maaged to get samba started.
earlyer it told me something like: "netbios-ssn service failing (looping)
service terminated."
now this isn't the case anymore, but anyway i cannot connect a windows
machine to my linux box. in the "network neighborhood" i can see my linux,
but when I try to acces a share (that has been configured
2012 Jan 01
2
Oblivion Low FPS
Hello I have installed Oblivion using 32-bit wine 1.3.33 on 64-bit fedora 16. However when I play the game I get only 1 FPS. Looking on the internet wine should run oblivion without a problem, so what am I doing wrong? I have run through the tweaks on the below link but to no avail
http://www.fedoraforum.org/forum/showthread.php?t=194712
My laptop graphics card is only an intel Core Processor
2015 Sep 22
2
UPS/NUT with openSUSE 13.1
Rob -
Just stepping in from the sidelines . . . with a few tidbits.
Nut uses pkgconfig to find and identify stuff as part of it's build . .
. So, depending on where your libusb install went, if it wasn't in the
default "PKG_CONFIG_PATH" setting, it won't be found. Much like other
shell variables, you can adjust that setting to find anything you like .
. .
IE
2007 Jul 18
1
[LLVMdev] llvm-ld doesn't honor -Ox
The project that I use to test LLVM against showed that currently
llvm-ld doesn't honor the -Ox switch.
$ /usr/src/llvm/dist/bin/llvm-ld \
-v -stats -native -O1 -strip-all \
-o main \
-L/usr/share/qt3/lib -L/usr/X11R6/lib \
-lcrypto -lusb -lutil -lqt-mt -lXext -lX11 -lm -lpthread
...
$ size main
text data bss dec hex filename
1128271 71980 8392 1208643 127143
2007 Mar 06
2
Compiling SVN build.. error for libupsclient
Hi,
Below is a log of what I did.
In summary, I think the problem lies in that I can't build libupsclient:
e.g.
make[1]: *** No rule to make target `libupsclient.la', needed by
`upsc'. Stop.
I'm not very familiar with autoconf, aclocal, automake, I tried hacking
it a bit, but couldn't get it to fix the errors...
Thanks,
Edwin
$ svn update
At revision 845.
$ autoreconf
2007 Jun 03
7
Can not find the Belkin F6H375-USB
I have changed over to CentOS5 on some of our computers. I had been using
Mandriva 2006 and the nut software worked using:
driver = newhidups
port = auto
Using the same version of nut with the same config files on CentOS5, I get the
following error output from 'upsdrvctl':
Network UPS Tools - UPS driver controller 2.0.4
Network UPS Tools: New USB/HID UPS driver 0.28 (2.0.4)
No