Displaying 20 results from an estimated 400 matches similar to: "usb interface support"
2008 Sep 22
4
dedicated usb support
hi wine user group
I try to run a model aircraft simulator (aerofly professional deluxe) with wine. the installation was a success. after that, I can start the simulator but it doesn't identify the usb game commander (at least a 4 channel usb device). but the kde desktop control center detect the right device IPACS Ikarus Gamecommander (/dev/input/js1). how I get support for this device
2008 May 25
11
Aerofly Prof deluxe
Have someone experience with the model-aircraft simulator
Aerofly Prof. deluxe?
Get someone them running?
Thanks for your help
joerg
--
Super-Acktion nur in der GMX Spieleflat: 10 Tage f?r 1 Euro.
?ber 180 Spiele downloaden und spiele: http://flat.games.gmx.de
2008 Mar 26
6
Gamepad missing buttons
I am trying to use a Guillemot gamepad with PES6 but the buttons are not recognized.
In kubuntu system settings I can see my pad, callibrate the joysticks and see the buttons are recognized, but not inside wine (only the joysticks are recognized).
I have tried different combinations for the DirectInput entry in the registry but either I have not stumbled upon the correct one or there is another
2009 Mar 15
11
Grand prix legends recognize only two joystick axis
Hi,
I'm trying to use my saitek cyborg evolution to play with grand prix legends.
The device is correctly recognized by linux as a 6 axis 12 button device:
Code:
jstest /dev/input/js0
Driver version is 2.1.0.
Joystick (Saitek Cyborg USB Stick) has 6 axes (X, Y, Z, Rz, Hat0X, Hat0Y)
and 12 buttons (Trigger, ThumbBtn, ThumbBtn2, TopBtn, TopBtn2, PinkieBtn, BaseBtn, BaseBtn2, BaseBtn3, BaseBtn4,
2008 May 23
1
Fwd: Re: Model aircraft simulator Aerofly prof. deluxe
Hallo again,
the last debug massage was:
winedbg H:\\flyrun.exe
WineDbg starting on pid 0042
0x7b875fb2 start_process+0xc2 in kernel32: movl %esi,0x0(%esp)
Wine-dbg>step
Single stepping until exit from function,
which has no line number information.
Invalid address (0x7b875fb7 start_process+0xc7) for breakpoint 0, disabling it
Process of pid=0013 has terminated
Thanks for your tips and
2006 Nov 19
3
host allow
Hi,
We want to restrict acces to the shares on our samba server using "hosts
allow".
Can I get this to work with clients who have dynamic IP addresses and
don't have revers DNS lookup ?
Best regards,
Eric Eijkelboom
Sr Systems Manager
Medtronic B.V.
Heerlen, The Netherlands
Phone : +31-(0)45-566.8544
Fax : +31-(0)45-566.8008
www.medtronic.com <http://www.medtronic.com/>
2009 Jul 25
2
Gamepad & Wine 1.0.1-2 on Debian Sid
Hi, I need you help.
I've been reading and searching on Google for a while know to try to get my gamepad (joystick, whatever) to work. Of course that the gamepad works fine under GNU/linux natives apps, like ZNES.
First of all, is not a gamepad or joystick actually, it's an adaptor that lets me connect 2 PSII joysticks in one USB port.
The module I'm using is joydev, and I'm
2008 Aug 17
2
Logitech Dual-Action gamepad
ok, here goes..
Running Ubuntu Hardy 64bit..
Ubuntu see's the gamepad correctly etc..
Game's under wine can see it, but thats it... i cant program the buttons, or use the buttons or the analog sticks....
Have no idea how to solve this...
Would really love some help on at least 1 of my threads... specifically this one..
Cheers
2008 May 11
3
dinput_test works but WINEDEBUG shows no joystick for game?
This is a continuation/evolution of what I've been trying to do, get some response from my controller(s) in Guitar Hero 3. I compiled wine (with some help :) and manually copied the dinput_test.exe.so file into my /usr/lib32/wine directory and made it's permissions match the other exe.so files (644). I then run the test to see if dinput is seeing/reacting to my controller, and it seems
2010 Aug 14
2
USB Joystick PPM RC controller
Hi,
I am trying to play AeroFly Deluxe with mac and wine, the game runs fine but I can not detect my controller.
I am using USBg Tom RC data cable (http://sim.tomsrc.com/news.php), that works on Mac, alredy checkit with the ?Joystick And Gamepad Tester? of http://alphamacsoftware.com/
DO you know how to "see" my controller in Wine?
thank you
2008 Apr 18
2
Getting gamepad to work, detection problems.
Hi I recently got my PS3 sixaxis working and its under /dev/input/js1.
I am now running ubuntu hardy.
It doesn't operate in wine games etc so I need to edit the registry using <joystick name> = <axes mapping> in "directinput"
In http://wiki.winehq.org/UsefulRegistryKeys it says to use the command:
Code:
WINEDEBUG=+dinput wine program.exe 2>&1 | grep
2012 Mar 16
9
Will it be possible for Wine to run gaming emulators?
I tried to run TGB Dual emulator and MSX emulator on Wine. Both seemed to
run nicely on the first glimpse, but crashed when I tried to load the game files.
I did not quite expect this since I felt that those emulators were quite simple
in their programming details.
Will it be possible in a near future for Wine to run these kinds of gaming
emulators of old gaming consoles? Or is it already
2006 Mar 25
2
Asterisk spanDSP / Faxing problem
Hi There.
I have the following setup :
Asterisk 1.2.4 , freePBX 2.0.1, spandsp-0.0.2pre24
My problem is as follows :
If I set up a very simple extensions.conf. when I dial from a fax
machine, it seems as if no fax is being recognised.
If I answer the call, I can hear the fax machine beeping.
extensions.conf :
2013 Dec 20
0
[LLVMdev] Commutability of X86 FMA3 instructions.
Hi Lang,
Unfortunately, I don't have an answer on the commutability question, but I
wanted to let you know that I filed a bug on this:
http://llvm.org/bugs/show_bug.cgi?id=17229
This also shows a memory operand variant of the fma that you may want to
consider in your patch and testcases.
Thanks!
On Thu, Dec 19, 2013 at 10:45 PM, Lang Hames <lhames at gmail.com> wrote:
> Hi all,
2013 Dec 20
2
[LLVMdev] Commutability of X86 FMA3 instructions.
Hi Kay,
My patch will partially address your bug. For now I'm just looking to
switch the default FMA from vfmadd213xx to vfmadd231xx. That will
cause the code in PR17229 to compile as desired, but would regress
code like:
double foo(double a, double b, double c) {
return a * b + c;
}
Which will now require a vmovaps + vfmadd231.
If this impacts real benchmarks we could add an
2008 Aug 25
1
prototype.js Ajax is slow
So I was doing some experimenting with prototype and ajax and discovered
something interesting. When I use the first ajax call the response from
the server take 53ms. When I use the second on using the prototype
functions the request from the server is over 200ms. My question is
why, and can it be fixed?
<p><a href="#" onclick="serverSideAlert();">Call
2002 Oct 31
6
ipac/iptables + mrtg accounting
i''ve installed mrtg to make graphics of the trafic from the interfece
throw the snmpd, and the same with ipac witch put iptables accounting
rules colect them and store, and gets the output,
but the "problem" is that ipac graphics are 3 times smaller that the
snmpd. Why???
i did catch all the trafic with ipac so no problem here, and i know that
ipac/iptables is at level 3, and
2005 May 19
2
A small question (bandwith monitoring)
Hi,
I''m configured a home router with Shorewall. It took me a while as I''m
quite a newbie to Linux, but now it''s working fine.
I would like to install some bandwith-monitoring so I know how much
traffic is generated.
I found a tool for it called ipac-ng. It uses iptables and here is where
I''m in trouble. I afraid that it will conflict with shorewall.
Does
2005 Aug 01
5
Tracking Traffic By Port or Process?
Does anyone know of a way to track TCP/IP traffic by TCP/UDP port
and/or by process/daemon with CentOS? I know a variety of ways to
track it in total (e.g., ifInOctets & ifOutOctets with SNMP), but I'm
not sure how to be approach seeing traffic by application, port, or
process.
One option would be to write something that would sift through
different stuff for each daemon (for example,
2007 Mar 11
1
Problem in Mounting Exaclibur 4GB USB Pen Drive on Centos4.0
Hi Friends,
I have an Excalibur 4GB USB Pen Drive Model Number EXC4. I think it
is getting detected by the Centos but I am not sure about the mount
point or the device point it is taking /dev/s??
Logs from /var/log/messages.
Mar 11 11:30:06 l_l_box kernel: usb 1-1: USB disconnect, address 3
Mar 11 11:30:22 l_l_box kernel: usb 1-1: new high speed USB device
using address 4
Mar 11 11:30:22