Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: Problems with Nova-T IF



Am Donnerstag, 28. Oktober 2004 14:55 schrieb Gerd Knorr:
> Ralf Dragon <ralf.dragon@stud.uni-hannover.de> writes:
> > keyboard, mouse and joystick. If i do input-event 2 (keyboard event), it
> > looks also strange:
> >
> > ./input-events 1
> > /dev/input/event1
> >    name    : "AT Translated Set 2 keyboard"
>
> Thats your PS/2 keyboard, not the IR remote ...
> The IR must be some other device.
>
>   Gerd

I've got it, whohoo! I've Debian Sarge and the file /dev/MAKEDEV only created 
devices until 3, so just the device files didn't exist.


Ralf










*** MAKEDEV     2004-10-28 16:05:20.000000000 +0200
--- MAKEDEV.orig        2004-10-28 16:08:27.000000000 +0200
***************
*** 1010,1016 ****
        input)
                major=`Major pcsp 13` || continue
                mkdir -p input
!               for i in 0 1 2 3 4 5 6 7 8 9
                do
                        makedev input/js$i c $major $i $mouse
                        makedev input/mouse$i c $major `math $i + 32` $mouse
--- 1010,1016 ----
        input)
                major=`Major pcsp 13` || continue
                mkdir -p input
!               for i in 0 1 2 3
                do
                        makedev input/js$i c $major $i $mouse
                        makedev input/mouse$i c $major `math $i + 32` $mouse




Home | Main Index | Thread Index