Search results

  1. D

    Sysfs Missing?

    Hi all, I've just bought a USB stick which needs the rt73 driver. I'm having trouble getting this going. I've: - dowloaded the wireless tools for the rt2570 - compiled an rt73 driver - compiled the kernel driver for firmware_class.o - copied all to gp2x I can modprobe my driver and iwconfig...
  2. D

    GP2X Compiling Kernel Modules

    Hello all, I've been trying to get the gp2x to work as an NFS client (I can't find anybody else documenting how to do this).... I'm fairly sure the nfs client stuff is working as it complained until I'd got everything set right in etc/fstab but then failed with "no such device" So then I've...
  3. D

    Vfat Case Sensitivity

    I've been having trouble with case sensitive filenames on the gp2x: VFat should (and does on my Linux boxes) allow you to refer to a file with any capitalisation. On the gp2x you have to match exactly what vfat has decided the capitals are! VFat translate the capitals on shortnames to lower...
  4. D

    Compiling Squidgesnes

    I've been trying to get this working (I'm hoping to be able to contribute some bits of assembler). I've been trying to compile 0.35-reesey, with both gp2xsdk (GamePark) and ooPo's toolchain, with both of these I can compile a .gpe which runs until a rom is loaded at which point it appears to...
  5. D

    Rtcforward 0.1

    Hello, I've had problems with the RTC (clock) in the gp2x resetting to 1/1/1970 every time I reset. This daemon doesn't completely solve the problem but at least makes sure that the time next time you boot the clock starts up roughly where you left off last time. The attached tar includes...
  6. D

    GP2X Rtc Module

    One of the more annoying things (for a dev) on the gp2x is the lack of Real Time Clock. I was wondering if any of you would find the following useful: A module / deamon that records the current time (every second / ten seconds / configurable) to a file in nand memory. On a reboot, load the last...
  7. D

    GP2X Mmsp2 Documentation

    Hi All, I've been looking for a source of documentation for the GP2x hardware. Both for my own coding and to help me understand others code. All the links I've found elsewhere (wiki, board etc) have been broken, specifically a list of hardware registers and their function. cheers dom
  8. D

    Weird Fwrite Problems

    Hi, I've just got my gp2x and been playing around cross-compiling stuff. I've managed to get most of Xfree86 working and bits of fvwm2 and a virtual keyboard (to appear not to actually type!) I'm finding it a real paing transferring files to the gp2x though. My current "preferred" method is...
Back
Top