metre

Hozzászólások

5 bejegyzés megtekintése - 1-5 / 5
  • Szerző
    Bejegyzés
  • Hozzászólás: Nvidia driver probléma #2027679
    metre
    Felhasználó

      Kösz a sok segítséget!!!!! Azt hiszem elõbb utóbb atira is meg nvidia telepítés menni fog.

      🙂

      Hozzászólás: Nvidia driver probléma #2027674
      metre
      Felhasználó

        Akkor az UHU alapból X serveren fut?
        Akkor hogy lépjek ki belõle?
        Kösz!

        A segítség szó szerint értendõ, nem mondjuk aki csak mondja a magáét, hanem segítõ szándéka van.

        :blush:

        Hozzászólás: Nvidia driver probléma #2027672
        metre
        Felhasználó

          Szeretném megkérdezni a segítséget, hogy itt mit és hogyan kell nekilátni ennek?
          geforce 2 mx van asszem
          ati drivert meg majd otthonra (de gondoltam kipróbálom a munkahelyemen)
          milyen paranccsal lehet megnézni a 3d lehetõségeket, azért hogy sikerült e

          nvidia-installer log file ‘/var/log/nvidia-installer.log’
          creation time: Mon Sep 12 08:28:47 2005

          option status:
          license pre-accepted : false
          update : false
          force update : false
          expert : false
          uninstall : false
          driver info : false
          no precompiled interface: false
          no ncurses color : false
          query latest driver ver : false
          OpenGL header files : true
          no questions : false
          silent : false
          no backup : false
          kernel module only : false
          sanity : false
          add this kernel : false
          no runlevel check : false
          no network : false
          no ABI note : false
          no RPMs : false
          force tls : (not specified)
          force compat32 tls : (not specified)
          X install prefix : /usr/X11R6
          OpenGL install prefix : /usr
          compat32 install prefix : (not specified)
          installer install prefix: /usr
          utility install prefix : /usr
          kernel name : (not specified)
          kernel include path : (not specified)
          kernel source path : (not specified)
          kernel output path : (not specified)
          kernel install path : (not specified)
          proc mount point : /proc
          ui : (not specified)
          tmpdir : /tmp
          ftp mirror : ftp://download.nvidia.com
          RPM file list : (not specified)

          Using: nvidia-installer ncurses user interface
          -> The file ‘/tmp/.X0-lock’ exists… an X server appears to be running
          ERROR: You appear to be running an X server; please exit X before installing.
          For further details, please see the section INSTALLING THE NVIDIA DRIVER
          in the README available on the Linux driver download page at
          http://www.nvidia.com.
          ERROR: Installation has failed. Please see the file
          ‘/var/log/nvidia-installer.log’ for details. You may find suggestions
          on fixing installation problems in the README available on the Linux
          driver download page at http://www.nvidia.com.

          metre
          Felhasználó

            egy hálókártyadrivert próbálok felrakni – mert elmegy egy idõ után a linux alatt, xp alatt meg mûködik normálisan. (nem világít a ledje)
            megkérdeztem egy linuxost, odadtam a linuxos driver leírását(csak .c kiterjesztésû állomány volt benne leírás mellett):

            ondjuk synapitc ban rakeresel a kernel szora

            es a megtalalt csomagok koz felteszed a kernel-source csomagot

            utanna a RE100TX.C fajlt bemasolod a /usr/src/linux konyvtarba

            gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c re100tx.c `[ -f /usr/include/linux/modversions.h ] && echo -DMODVERSIONS`

            aztan instalalod: install -m 644 re100tx.o/lib/modules/x.x.xx/net/ parancsal

            az x.x.xx helyere a kernel verziod jon

            az a konyvtar neve ahol a kernel modulok vannak

            aztan megynitod szerkesztesre a /etc/conf.modules fajlt

            es beleirod:

            alias eth0 re100tx.o

            nos ennyi a leiras szerint

            de

            itt .o kiterjesztest ir a fajlnevhez

            ez meg a 2.4 es kernel sorozatban volt igy

            2.6 tol mar .ko van

            ha szerencsed van, lefordul es .ko lesz a kiterjesztes

            az aliasos sorba lehet nem kell a modul nev utan kiterjesztest irni, nezd mejd meg a fajlba a tobbit hogy irtak bele

            ha nem fordul le, akor valoszinu azert mert 2.4 es kernelhez van

            az aliasos sorba lehet nem kell a modul nev utan kiterjesztest irni, nezd mejd meg a fajlba a tobbit hogy irtak bele

            ha nem fordul le, akor valoszinu azert mert 2.4 es kernelhez van

            ha az alias os dolog nem mukszik, de sikeresen felraktad a modult

            probald manualissan betolteni igy:

            insmod -o eth0 /lib/modules/x.x.xx/net/re100tx.ko

            igy

            -kernel source sikeresen felment
            -bemásoltam a re100tx.c állomány a megfelelõ helyre
            – kernel verzió: 2.6.9-21.1
            és itt a GONDOM: (konzolból kimásolva)

            root:/usr/src/linux-2.6.9-19# gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c re100tx.c `[ -f /usr/include/linux/modversions.h ] && echo -DMODVERSIONS`
            In file included from /usr/include/asm/smp.h:18,
            from /usr/include/linux/smp.h:17,
            from /usr/include/linux/sched.h:23,
            from /usr/include/linux/module.h:10,
            from re100tx.c:93:
            /usr/include/asm/mpspec.h:6:25: mach_mpspec.h: Nem létezõ fájl vagy könyvtár
            In file included from /usr/include/asm/smp.h:18,
            from /usr/include/linux/smp.h:17,
            from /usr/include/linux/sched.h:23,
            from /usr/include/linux/module.h:10,
            from re100tx.c:93:
            /usr/include/asm/mpspec.h:8: error: `MAX_MP_BUSSES’ undeclared here (not in a function)
            /usr/include/asm/mpspec.h:9: error: `MAX_MP_BUSSES’ undeclared here (not in a function)
            /usr/include/asm/mpspec.h:10: error: `MAX_MP_BUSSES’ undeclared here (not in a function)
            /usr/include/asm/mpspec.h:12: error: `MAX_MP_BUSSES’ undeclared here (not in a function)
            /usr/include/asm/mpspec.h:20: error: `MAX_MP_BUSSES’ undeclared here (not in a function)
            /usr/include/asm/mpspec.h:20: error: conflicting types for `mp_bus_id_to_type’
            /usr/include/asm/mpspec.h:8: error: previous declaration of `mp_bus_id_to_type’
            /usr/include/asm/mpspec.h:22: error: `MAX_IRQ_SOURCES’ undeclared here (not in a function)
            /usr/include/asm/mpspec.h:24: error: `MAX_MP_BUSSES’ undeclared here (not in a function)
            /usr/include/asm/mpspec.h:24: error: conflicting types for `mp_bus_id_to_pci_bus’
            /usr/include/asm/mpspec.h:12: error: previous declaration of `mp_bus_id_to_pci_bus’
            In file included from /usr/include/asm/smp.h:20,
            from /usr/include/linux/smp.h:17,
            from /usr/include/linux/sched.h:23,
            from /usr/include/linux/module.h:10,
            from re100tx.c:93:
            /usr/include/asm/io_apic.h:160: error: `MAX_IRQ_SOURCES’ undeclared here (not in a function)
            /usr/include/asm/io_apic.h:160: error: conflicting types for `mp_irqs’
            /usr/include/asm/mpspec.h:22: error: previous declaration of `mp_irqs’
            In file included from /usr/include/linux/smp.h:17,
            from /usr/include/linux/sched.h:23,
            from /usr/include/linux/module.h:10,
            from re100tx.c:93:
            /usr/include/asm/smp.h:72:26: mach_apicdef.h: Nem létezõ fájl vagy könyvtár
            re100tx.c:103:26: linux/malloc.h: Nem létezõ fájl vagy könyvtár
            In file included from /usr/include/linux/irq.h:20,
            from /usr/include/asm/hardirq.h:6,
            from /usr/include/linux/hardirq.h:6,
            from /usr/include/linux/interrupt.h:11,
            from re100tx.c:104:
            /usr/include/asm/irq.h:16:25: irq_vectors.h: Nem létezõ fájl vagy könyvtár
            In file included from /usr/include/asm/hardirq.h:6,
            from /usr/include/linux/hardirq.h:6,
            from /usr/include/linux/interrupt.h:11,
            from re100tx.c:104:
            /usr/include/linux/irq.h:70: error: `NR_IRQS’ undeclared here (not in a function)
            In file included from /usr/include/linux/irq.h:72,
            from /usr/include/asm/hardirq.h:6,
            from /usr/include/linux/hardirq.h:6,
            from /usr/include/linux/interrupt.h:11,
            from re100tx.c:104:
            /usr/include/asm/hw_irq.h:28: error: `NR_IRQ_VECTORS’ undeclared here (not in a function)
            /usr/include/asm/hw_irq.h:32: error: `NR_IRQS’ undeclared here (not in a function)
            In file included from /usr/include/linux/if_ether.h:106,
            from /usr/include/linux/netdevice.h:29,
            from re100tx.c:106:
            /usr/include/linux/skbuff.h:30:26: net/checksum.h: Nem létezõ fájl vagy könyvtár
            re100tx.c:122:22: pci-scan.h: Nem létezõ fájl vagy könyvtár
            re100tx.c:123:25: kern_compat.h: Nem létezõ fájl vagy könyvtár
            re100tx.c:195: error: elements of array `pci_tbl’ have incomplete type
            re100tx.c:196: warning: excess elements in struct initializer
            re100tx.c:196: warning: (near initialization for `pci_tbl[0]’)
            re100tx.c:196: error: extra brace group at end of initializer
            re100tx.c:196: error: (near initialization for `pci_tbl[0]’)
            re100tx.c:196: warning: excess elements in struct initializer
            re100tx.c:196: warning: (near initialization for `pci_tbl[0]’)
            re100tx.c:197: error: `PCI_USES_MASTER’ undeclared here (not in a function)
            re100tx.c:197: error: `PCI_USES_IO’ undeclared here (not in a function)
            re100tx.c:197: error: `PCI_ADDR0′ undeclared here (not in a function)
            re100tx.c:197: warning: excess elements in struct initializer
            re100tx.c:197: warning: (near initialization for `pci_tbl[0]’)
            re100tx.c:197: warning: excess elements in struct initializer
            re100tx.c:197: warning: (near initialization for `pci_tbl[0]’)
            re100tx.c:197: warning: excess elements in struct initializer
            re100tx.c:197: warning: (near initialization for `pci_tbl[0]’)
            re100tx.c:198: warning: excess elements in struct initializer
            re100tx.c:198: warning: (near initialization for `pci_tbl[1]’)
            re100tx.c:198: error: extra brace group at end of initializer
            re100tx.c:198: error: (near initialization for `pci_tbl[1]’)
            re100tx.c:198: warning: excess elements in struct initializer
            re100tx.c:198: warning: (near initialization for `pci_tbl[1]’)
            re100tx.c:199: error: `PCI_USES_MASTER’ undeclared here (not in a function)
            re100tx.c:199: error: `PCI_USES_IO’ undeclared here (not in a function)
            re100tx.c:199: error: `PCI_ADDR0′ undeclared here (not in a function)
            re100tx.c:199: warning: excess elements in struct initializer
            re100tx.c:199: warning: (near initialization for `pci_tbl[1]’)
            re100tx.c:199: warning: excess elements in struct initializer
            re100tx.c:199: warning: (near initialization for `pci_tbl[1]’)
            re100tx.c:199: warning: excess elements in struct initializer
            re100tx.c:199: warning: (near initialization for `pci_tbl[1]’)
            re100tx.c:200: warning: excess elements in struct initializer
            re100tx.c:200: warning: (near initialization for `pci_tbl[2]’)
            re100tx.c:203: error: variable `rtl8139_drv_id’ has initializer but incomplete type
            re100tx.c:204: warning: excess elements in struct initializer
            re100tx.c:204: warning: (near initialization for `rtl8139_drv_id’)
            re100tx.c:204: error: `PCI_HOTSWAP’ undeclared here (not in a function)
            re100tx.c:204: warning: excess elements in struct initializer
            re100tx.c:204: warning: (near initialization for `rtl8139_drv_id’)
            re100tx.c:204: warning: excess elements in struct initializer
            re100tx.c:204: warning: (near initialization for `rtl8139_drv_id’)
            re100tx.c:204: warning: excess elements in struct initializer
            re100tx.c:204: warning: (near initialization for `rtl8139_drv_id’)
            re100tx.c:205: warning: excess elements in struct initializer
            re100tx.c:205: warning: (near initialization for `rtl8139_drv_id’)
            re100tx.c:205: warning: excess elements in struct initializer
            re100tx.c:205: warning: (near initialization for `rtl8139_drv_id’)
            re100tx.c: In function `rtl8139_probe1′:
            re100tx.c:363: warning: implicit declaration of function `init_etherdev’
            re100tx.c:363: warning: assignment makes pointer from integer without a cast
            re100tx.c:366: error: invalid use of undefined type `struct pci_id_info’
            re100tx.c:389: error: invalid use of undefined type `struct pci_id_info’
            re100tx.c:403: error: invalid use of undefined type `struct pci_id_info’
            re100tx.c: In function `rtl8129_open’:
            re100tx.c:623: warning: `MOD_INC_USE_COUNT’ is deprecated (declared at /usr/include/linux/module.h:572)
            re100tx.c:624: warning: passing arg 2 of `request_irq’ from incompatible pointer type
            re100tx.c:625: warning: `MOD_DEC_USE_COUNT’ is deprecated (declared at /usr/include/linux/module.h:584)
            re100tx.c:640: warning: `MOD_DEC_USE_COUNT’ is deprecated (declared at /usr/include/linux/module.h:584)
            re100tx.c:692: error: structure has no member named `tbusy’
            re100tx.c:693: error: structure has no member named `interrupt’
            re100tx.c:694: error: structure has no member named `start’
            re100tx.c: In function `rtl8129_timer’:
            re100tx.c:784: error: structure has no member named `interrupt’
            re100tx.c:790: error: structure has no member named `tbusy’
            re100tx.c: In function `rtl8129_tx_timeout’:
            re100tx.c:911: warning: implicit declaration of function `dev_free_skb’
            re100tx.c:917: error: structure has no member named `tbusy’
            re100tx.c: In function `rtl8129_start_xmit’:
            re100tx.c:948: error: structure has no member named `tbusy’
            re100tx.c:971: error: structure has no member named `tbusy’
            re100tx.c:975: error: structure has no member named `tbusy’
            re100tx.c: In function `rtl8129_interrupt’:
            re100tx.c:1000: error: structure has no member named `interrupt’
            re100tx.c:1003: error: structure has no member named `interrupt’
            re100tx.c:1080: error: structure has no member named `tbusy’
            re100tx.c:1156: error: structure has no member named `interrupt’
            re100tx.c: In function `rtl8129_close’:
            re100tx.c:1278: error: structure has no member named `start’
            re100tx.c:1279: error: structure has no member named `tbusy’
            re100tx.c:1312: warning: `MOD_DEC_USE_COUNT’ is deprecated (declared at /usr/include/linux/module.h:584)
            re100tx.c: In function `rtl8129_get_stats’:
            re100tx.c:1345: error: structure has no member named `start’
            re100tx.c: In function `set_rx_mode’:
            re100tx.c:1405: warning: passing arg 2 of `set_bit’ from incompatible pointer type
            re100tx.c: In function `rtl_pwr_event’:
            re100tx.c:1424: error: `DRV_ATTACH’ undeclared (first use in this function)
            re100tx.c:1424: error: (Each undeclared identifier is reported only once
            re100tx.c:1424: error: for each function it appears in.)
            re100tx.c:1425: warning: `MOD_INC_USE_COUNT’ is deprecated (declared at /usr/include/linux/module.h:572)
            re100tx.c:1427: error: `DRV_SUSPEND’ undeclared (first use in this function)
            re100tx.c:1435: error: `DRV_RESUME’ undeclared (first use in this function)
            re100tx.c:1438: error: `DRV_DETACH’ undeclared (first use in this function)
            re100tx.c:1445: error: invalid use of undefined type `struct pci_id_info’
            re100tx.c:1459: warning: `MOD_DEC_USE_COUNT’ is deprecated (declared at /usr/include/linux/module.h:584)
            re100tx.c: In function `init_module’:
            re100tx.c:1555: warning: implicit declaration of function `pci_drv_register’
            re100tx.c: In function `cleanup_module’:
            re100tx.c:1566: warning: implicit declaration of function `pci_drv_unregister’
            re100tx.c:1572: error: invalid use of undefined type `struct pci_id_info’
            re100tx.c: At top level:
            re100tx.c:203: error: storage size of `rtl8139_drv_id’ isn’t known

            Hozzászólás: Call of Duty telepítése UHU Linux 1.2 alá #2028998
            metre
            Felhasználó

              Hali! A Teamspeaker ASE telepítését hogy oldható meg?

            5 bejegyzés megtekintése - 1-5 / 5