Search results

  1. D

    Xbox 360 Controller

    From what I read, the lights on the wired controller should work properly, but not the lights on the wireless controller (since I don't have a wired controller so I cannot confirm this). The device ID 045e:028e is already on the module source code, so it should just work. Nevertheless I can try...
  2. D

    Xbox 360 Controller

    Yes ;)
  3. D

    Ohboy Caanoo Port

    No changes were made to the original source code. I just compiled the most recent versions of gnuboy and ohboy (you have the src folder inside the package).
  4. D

    Xbox 360 Controller

    Any modern linux should have one those two installed by default. Perhaps someone else who's having the same problem can post that information.
  5. D

    Xbox 360 Controller

    If you have a wired controller and have already confirmed that it doesn't work, then please connect it to your computer and post the results of the following linux commands: lsusb and usb-devices
  6. D

    Samba Server

    The reason for the bump was simply because I wanted to have the nmbd daemon (helps with the automagic stuff) and couldn't find the sources for this release. Since I would to have to compile from scratch I decided to give it a bump to the latest stable version. But to answer your question, it...
  7. D

    Realtek 8188Ce-Vau 8188Cus 8188Ru 8192Cu

    Copy the contents of the bin directory to the apps directory on your SD card Edit the file wifi/wpa_supplicant.conf and replace its content with this (don't forget to change the ssid and psk below): network={ ssid="ENTER_YOUR_SSID_HERE" scan_ssid=1 psk="ENTER_YOUR_PASSWORD_HERE" }...
  8. D

    Samba Server

    Bumped this to version 3.5.10, included the nmbd daemon and also the CIFS kernel module. You can get it here.
  9. D

    Caanoo / WIZ Usb/rs232 Device With The Caanoo

    Because /dev is read-only, you'll have to create the device yourself (on some other directory): # mknod ttyUSB0 c 188 0 # mknod ttyUSB1 c 188 1 ...
  10. D

    Caanoo / WIZ Usb/rs232 Device With The Caanoo

    Insert the usbserial.ko module before the ftdi_sio.ko.
  11. D

    Caanoo / WIZ Usb/rs232 Device With The Caanoo

    You'll have to compile the kernel module.
  12. D

    Xbox 360 Controller

    Yes, it should work. Unfortunately I don't have a wired controller to test (only the wireless that come with the XBOX 360). Maybe the device ID is not on the module, please connect the controller to your computer and do a lsusb and post the results here. And thank you for the video, it should...
  13. D

    Ohboy Caanoo Port

    The necessary code for that option isn't yet implemented: main.c:/* TODO make sdl_showfps an RC variable AND add a menu entry */ I have recompiled OhBoy executable without without the fps square, get it here and copy over the old one.
  14. D

    Realtek 8188Ce-Vau 8188Cus 8188Ru 8192Cu

    Right now, I'm just using the wireless to avoid the USB cable :P But I'm sure that there are some games that support network play. If it has one of the supported chipsets, it should work :)
  15. D

    Realtek 8188Ce-Vau 8188Cus 8188Ru 8192Cu

    Glad to hear that!! :D PS: You can remove the "priority" line (to keep it more simple). It is only used when you have multiple "network" configuration blocks (it's used to define in which order wpa_supplicant tries to connect to each one of those networks).
  16. D

    Ohboy Caanoo Port

    This version still doesn't allow roms inside zip files, so I compiled a new version with the most recent code from both ohboy and gnuboy projects. It's available here.
  17. D

    Realtek 8188Ce-Vau 8188Cus 8188Ru 8192Cu

    For WEP you can try one of the following (taken from here): ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=wheel network={ ssid="enter_ssid_here" key_mgmt=NONE wep_key0=ABCDE12345 wep_tx_keyidx=0 } ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=wheel network={...
  18. D

    Realtek 8188Ce-Vau 8188Cus 8188Ru 8192Cu

    Your CAANOO is not frozen, it's waiting for the bash script to finish (the script is trying connect to your router and get an IP address) ;) What is the encryption type that you have setup on your router? You have some more examples for wpa_supplicant.conf here. EDIT: The wpa_supplicant.conf...
  19. D

    Xbox 360 Controller

    The controllers are available as joysticks, and so far I have only tried with PicoDrive.
  20. D

    Xbox 360 Controller

    To install the application (only needed once): Extract xpad_0.1.7.tar.gz/bin to the applications folder on the SD card [firmware 1.6.1] Edit the file /mnt/ubifs/usr/gp2x/common.ini (located on the flash drive of your CAANOO) and add the following two lines to the end of the file: [usbhost]...
Back
Top