a pc távirányítása…

Kezdőlap Fórumok UHU Linux Általános UHU problémák, javaslatok a pc távirányítása…

10 bejegyzés megtekintése - 41-50 / 100
  • Szerző
    Bejegyzés
  • #1939391
    pomm
    Felhasználó

      Ok, megtettem, kernel forrás újra rakva, lirc is…ezt kaptam a confignál:

      root:/home/pomm/lirc-0.6.6# ./configure
      Written by , 1999-JUN-28

      Configuration: .setup.config, executable shell script: configure.sh
      Starting the generated shell script which will call configure with the right
      parameters…
      checking for a BSD compatible install… /bin/install -c
      checking whether build environment is sane… yes
      checking for mawk… no
      checking for gawk… gawk
      checking whether make sets ${MAKE}… yes
      checking for gcc… gcc
      checking for C compiler default output… a.out
      checking whether the C compiler works… yes
      checking whether we are cross compiling… no
      checking for executable suffix…
      checking for object suffix… o
      checking whether we are using the GNU C compiler… yes
      checking whether gcc accepts -g… yes
      checking for style of include used by make… GNU
      checking dependency style of gcc… gcc3
      checking for a BSD compatible install… /bin/install -c
      checking whether make sets ${MAKE}… (cached) yes
      checking for mknod… /bin/mknod
      checking for depmod… /sbin/depmod
      checking whether ln -s works… yes
      checking build system type… i686-pc-linux-gnu
      checking host system type… i686-pc-linux-gnu
      checking for ld used by GCC… /usr/bin/ld
      checking if the linker (/usr/bin/ld) is GNU ld… yes
      checking for /usr/bin/ld option to reload object files… -r
      checking for BSD-compatible nm… /usr/bin/nm -B
      checking how to recognise dependant libraries… pass_all
      checking command to parse /usr/bin/nm -B output… ok
      checking how to run the C preprocessor… gcc -E
      checking for dlfcn.h… yes
      checking for ranlib… ranlib
      checking for strip… strip
      checking for objdir… .libs
      checking for gcc option to produce PIC… -fPIC
      checking if gcc PIC flag -fPIC works… yes
      checking if gcc static flag -static works… yes
      checking if gcc supports -c -o file.o… yes
      checking if gcc supports -c -o file.lo… yes
      checking if gcc supports -fno-rtti -fno-exceptions… yes
      checking whether the linker (/usr/bin/ld) supports shared libraries… yes
      checking how to hardcode library paths into programs… immediate
      checking whether stripping libraries is possible… yes
      checking dynamic linker characteristics… GNU/Linux ld.so
      checking if libtool supports shared libraries… yes
      checking whether to build shared libraries… yes
      checking whether to build static libraries… yes
      checking whether -lc should be explicitly linked in… no
      creating libtool
      checking for ANSI C header files… yes
      checking whether time.h and sys/time.h may both be included… yes
      checking for fcntl.h… yes
      checking for limits.h… no
      checking for sys/ioctl.h… no
      checking for sys/time.h… yes
      checking for syslog.h… yes
      checking for unistd.h… yes
      checking for gcc option to accept ANSI C… none needed
      checking for an ANSI C-conforming const… yes
      checking for inline… inline
      checking for sys/types.h… yes
      checking for sys/stat.h… yes
      checking for stdlib.h… yes
      checking for string.h… yes
      checking for memory.h… yes
      checking for strings.h… yes
      checking for inttypes.h… yes
      checking for stdint.h… yes
      checking for unistd.h… (cached) yes
      checking for off_t… yes
      checking for pid_t… yes
      checking for size_t… yes
      checking whether struct tm is in sys/time.h or time.h… time.h
      checking return type of signal handlers… int
      checking for vprintf… yes
      checking for _doprnt… no
      checking for gethostname… yes
      checking for gettimeofday… yes
      checking for mkfifo… yes
      checking for select… yes
      checking for socket… yes
      checking for strdup… yes
      checking for strerror… yes
      checking for strtoul… yes
      checking for snprintf… yes
      checking for strsep… yes
      checking for vsyslog… yes
      checking for daemon… yes
      checking for forkpty… no
      checking for forkpty in -lutil… yes
      checking for vga.h… no
      checking for X… libraries , headers
      checking for gethostbyname… yes
      checking for connect… yes
      checking for remove… yes
      checking for shmat… yes
      checking for IceConnectionNumber in -lICE… yes
      checking for mktemp… yes
      checking for Linux kernel sources… /usr/src/linux/
      checking for which drivers can be installed on this system…
      checking for caraca_init in -lcaraca_client… no
      checking for ir_strerror in -lirman… no
      checking for ir_strerror in -lirman_sw… no
      configure: creating ./config.status
      config.status: creating Makefile
      config.status: creating drivers/Makefile
      config.status: creating drivers/lirc_serial/Makefile
      config.status: creating drivers/lirc_sir/Makefile
      config.status: creating drivers/lirc_parallel/Makefile
      config.status: creating drivers/lirc_i2c/Makefile
      config.status: creating drivers/lirc_gpio/Makefile
      config.status: creating drivers/lirc_dev/Makefile
      config.status: creating drivers/lirc_it87/Makefile
      config.status: creating drivers/lirc_bt829/Makefile
      config.status: creating daemons/Makefile
      config.status: creating tools/Makefile
      config.status: creating doc/Makefile
      config.status: creating doc/man/Makefile
      config.status: creating config.h

      You will have to use the lirc_gpio kernel module.

      Now enter ‘make’ and ‘make install’ to compile and install the package.

      root:/home/pomm/lirc-0.6.6# make
      cd .
      && CONFIG_FILES= CONFIG_HEADERS=config.h
      /bin/sh ./config.status
      config.status: creating config.h
      config.status: config.h is unchanged
      make all-recursive
      make[1]: Entering directory `/home/pomm/lirc-0.6.6′
      Making all in drivers
      make[2]: Entering directory `/home/pomm/lirc-0.6.6/drivers’
      Making all in lirc_dev
      make[3]: Entering directory `/home/pomm/lirc-0.6.6/drivers/lirc_dev’
      DIR=`pwd`; (cd /usr/src/linux/; make SUBDIRS=$DIR obj-m=lirc_dev.o modules)
      /usr/src/linux-2.4.24-7/scripts/pathdown.sh: line 4: TOPDIR: parameter null or not set
      make[4]: Entering directory `/usr/src/linux-2.4.24-7′
      make[4]: *** No rule to make target `lirc_dev.o’, needed by `modules’. Stop.
      make[4]: Leaving directory `/usr/src/linux-2.4.24-7′
      make[3]: *** [lirc_dev.o] Error 2
      make[3]: Leaving directory `/home/pomm/lirc-0.6.6/drivers/lirc_dev’
      make[2]: *** [all-recursive] Error 1
      make[2]: Leaving directory `/home/pomm/lirc-0.6.6/drivers’
      make[1]: *** [all-recursive] Error 1
      make[1]: Leaving directory `/home/pomm/lirc-0.6.6′
      make: *** [all] Error 2

      🙄

      #1939392
      pomm
      Felhasználó

        Ja, igen…van egy távirányító a tv kártyámhoz, meg van egy usb-s irda-m, tökmindegy melyikkel tom belõni, csak menjen.., fennt a tv karist próbáltam…

        #1939393
        MM
        Felhasználó

          Ja, igen…van egy távirányító a tv kártyámhoz, meg van egy usb-s irda-m, tökmindegy melyikkel tom belõni, csak menjen.., fennt a tv karist próbáltam…

          mivel mind2 lirccel megy gondolom, így tök mindegy melyikkel próbálkozol, talán a tvkártya elõnyösebb …

          a hibaüzire nincs ötletem (meg aztán nem is merek már mondani semmit 🙁 )

          #1939394
          pomm
          Felhasználó

            MM, nyugodtan mondj bármit…max újratolom 😀 Az adataim külön vinyún vannak 😆

            #1939395
            MM
            Felhasználó

              MM, nyugodtan mondj bármit…max újratolom 😀 Az adataim külön vinyún vannak 😆

              várok egy picit, hátha pczolee kollégának vannak jobb 5letei… 🙂

              #1939396
              MM
              Felhasználó

                na talán érdemes volt várni a válasszal… ezt találtam a faq-ban:

                When I try to compile LIRC I get this error message.

                […]
                make[3]: Entering directory `/usr/src/lirc-0.6.4/drivers/lirc_serial’
                DIR=`pwd`; (cd /usr/src/linux/; make SUBDIRS=$DIR obj-m=lirc_serial.o modules)
                /usr/src/linux/scripts/pathdown.sh: TOPDIR: parameter null or not set
                make[4]: Entering directory `/usr/src/linux’
                make[4]: *** No rule to make target `lirc_serial.o’, needed by `modules’.
                […]

                This means that you did not set up and compile your current kernel from the given Linux kernel sources. Recompile your kernel and reboot before proceeding to compile LIRC. There is no other reliable way to get working LIRC modules than compiling your kernel yourself. During compilation LIRC uses the kernel sources to get the current kernel configuration.

                lefordítsam? vagy menni fog ?

                #1939397
                pomm
                Felhasználó

                  egy büdös szót sem tok angolul… 😆 Még ha német lenne…talán…

                  #1939398
                  MM
                  Felhasználó

                    lényeg az ha felnyomtad a kernel-source-t akkor utána indítsd újra mielõtt lefordítanád a lircet…

                    #1939399
                    MM
                    Felhasználó

                      mármint a gépet indítsd újra 🙂

                      #1939400
                      pomm
                      Felhasználó

                        most már erre is cseszik rá! 🙄
                        Elvesztem a türelmem azt újra tolom… 😆 Csak épp húzok a dc-rõl…az meg akkor elszállna…szal nem akarja, ua. a hibaüzi… 🙄

                      10 bejegyzés megtekintése - 41-50 / 100
                      • Be kell jelentkezni a hozzászóláshoz.