PaddyMac

Results 19 comments of PaddyMac

If I boot up my laptop with nothing added to /boot/loader.conf then plug in the Xbox 360 controller, the following occurs: 1) it will load the uhid.ko, usbhid.ko, hidbus.ko, xb360gp.ko,...

I just discovered that while the Xbox 360 controller is not working, my Logitech Dual Action controller appears to be. It will load hgame.ko and hidmap.ko. Dmesg shows ugen2.2: at...

The xb360gp module isn't already loaded after the sequence of events described above. I kldloaded the xb360gp module, and the light on the controller stopped blinking immediately. I checked /dev/input,...

At first I didn't think it worked. I manually compiled it and copied the library to /usr/local/lib. I plugged in the Logitech controller and it was still tagged as a...

There has been a development. I filed a bug on the Gentoo bug tracker in early December https://bugs.gentoo.org/show_bug.cgi?id=601494 . I don't know if it's because of the bug I filed...

Changing touch to gtouch in git-rev.sh did solve that issue. Then when I ran gmake, I got the following error. types -O2 -o hdinfo.o hdinfo.c In file included from hdinfo.c:31:...

I tried gcc5, and I still got the error about loff_t, so I changd that to off_t. It compiled fine, and I never got the error about jmp like I...

[dosemu2-20171030.txt](https://github.com/stsp/dosemu2/files/1429513/dosemu2-20171030.txt) I pulled the latest source and, as mentioned above, I disabled DPMI in src/arch/linux/Makefile.main and src/dosext/dpmi/dpmi.h. I also had to change loff_t to off_t to make some progress. The...

I thought perhaps I could work around the limitations of the build system by installing the game to something like /opt/ssam-tse/Bin with the game's data in /opt/ssam-tse and then using...