Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: ucdsoft on January 15, 2017, 03:27:46 PM

Title: UHID device for GIMX
Post by: ucdsoft on January 15, 2017, 03:27:46 PM
Hi All,

  I've attempting to use piCore to run the GimX package. I've had some success in that I've converted GimX to a tcz, and satisfied all the dependencies (might sound trivial but I'm new to TC!).
  GimX now starts up, recognises the devices and establishes comms with the interface, but then fails with a error opening the /dev/uhid device.
  It's correct, I don't appear to have a /dev/uhid device - can anyone suggest how I rectify this?

Thanks,

Dave
Title: Re: UHID device for GIMX
Post by: bmarkus on January 15, 2017, 03:42:02 PM
Is uhid kernel module loaded? If not, load manually

Quote
sudo modprobe uhid

After that /dev/uhid will exist.
Title: Re: UHID device for GIMX
Post by: ucdsoft on January 15, 2017, 05:33:47 PM

Thanks very much for the quick reply - obvious when you know how!

On to the next problem now....

Cheers,

Dave