Re: SNES gamepad doesn't work with kernel 2.6.x
From: Aristeu Sergio Rozanski Filho
Date: Fri Nov 12 2004 - 13:33:16 EST
Hi!
> # modprobe gamecon gamecon.map=0,1,0,0,0,0
>
> or
>
> # modprobe gamecon gc=0,1,0,0,0,0
>
> I get "gamecon: Unknown parameter `gamecon.map'" in /var/log/syslog and
> dmesg.
maybe I'm wrong but the format foo.bar= is only used when it's
compiled as built-in, not as module
then, try do:
modprobe gamecon map=0,1
it should work
--
Aristeu
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/