Messages in this thread |  | | Date | Sat, 22 Sep 2001 11:28:09 +0200 | From | Vojtech Pavlik <> |
| |
On Sat, Sep 22, 2001 at 03:13:14PM +1000, David Findlay wrote: > I have a C-Media 8738 card built into my motherboard. The sound works fine. > > I use these command as from the joystick documentation: > > modprobe cmpci joystick=1 > modprobe joydev > modprobe analog > > I am using DevFS and kernel 2.4.9. Nothing appears in /dev/input where js0 > should actually appear when I insmod the analog joystick. The results of > lsmod after doing those commands: > > Workshop:/dev/input# lsmod > Module Size Used by > analog 6960 0 (unused) > gameport 1808 0 [analog] > cmpci 28416 0 > > It appears that instead of using the cmpci gameport, it is using the gameport > driver or something. Could someone please help me either get it going if > there's a workaround, or otherwise tell me what code to look at to fix it? > Thanks, > > David > > P.S. I'm not subscribed so please CC your response to me Thanks,
The cmpci driver still doesn't register a gameport, you need the ns558 module as well.
-- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |