_J19

Hozzászólások

10 bejegyzés megtekintése - 121-130 / 149
  • Szerző
    Bejegyzés
  • Hozzászólás: Az ASUS laptop és a WLAN… #2090738
    _J19
    Felhasználó

      j19@j-linux:~/wifi/madwifi-0.9.2.1$ sudo apt-get install build-essentials libc6-dev
      Csomaglisták olvasása… Kész
      Függőségi fa építése     
      Állapotinformációk olvasása… Kész
      E: Az alábbi csomag nem található: build-essentials
      j19@j-linux:~/wifi/madwifi-0.9.2.1$

      Hozzászólás: Az ASUS laptop és a WLAN… #2090736
      _J19
      Felhasználó

        Üdv!
        Fenn van az Ubuntu 6.10, és ismét beadta sudo make-re a „jól ismert” hibát:

        j19@j-linux:~$ cd /home/j19/wifi/madwifi-0.9.2.1/
        j19@j-linux:~/wifi/madwifi-0.9.2.1$ sudo make
        Password:
        Checking requirements… ok.
        Checking kernel configuration… ok.
        make -C /lib/modules/2.6.17-11-generic/build SUBDIRS=/home/j19/wifi/madwifi-0.9.2.1 modules
        make[1]: Entering directory `/usr/src/linux-headers-2.6.17-11-generic’
          CC [M]  /home/j19/wifi/madwifi-0.9.2.1/ath/ah_osdep.o
          HOSTCC  /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:26:19: error: stdio.h: No such file or directory
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:27:19: error: errno.h: No such file or directory
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:28:20: error: getopt.h: No such file or directory
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:29:20: error: string.h: No such file or directory
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:30:20: error: stdlib.h: No such file or directory
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:32:23: error: sys/fcntl.h: No such file or directory
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:33:22: error: sys/stat.h: No such file or directory
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c: In function ‘uudecode_usage’:
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:37: warning: implicit declaration of function ‘printf’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:37: warning: incompatible implicit declaration of built-in function ‘printf’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c: At top level:
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:40: error: expected ‘)’ before ‘*’ token
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:70: error: expected ‘)’ before ‘*’ token
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c: In function ‘main’:
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:121: error: ‘FILE’ undeclared (first use in this function)
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:121: error: (Each undeclared identifier is reported only once
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:121: error: for each function it appears in.)
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:121: error: ‘src_stream’ undeclared (first use in this function)
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:122: error: ‘dst_stream’ undeclared (first use in this function)
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:122: error: ‘NULL’ undeclared (first use in this function)
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:130: warning: implicit declaration of function ‘getopt’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:134: error: ‘optarg’ undeclared (first use in this function)
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:138: warning: implicit declaration of function ‘exit’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:138: warning: incompatible implicit declaration of built-in function ‘exit’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:141: error: ‘optind’ undeclared (first use in this function)
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:142: error: ‘stdin’ undeclared (first use in this function)
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:144: warning: implicit declaration of function ‘fopen’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:146: warning: implicit declaration of function ‘fprintf’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:146: warning: incompatible implicit declaration of built-in function ‘fprintf’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:146: error: ‘stderr’ undeclared (first use in this function)
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:147: warning: implicit declaration of function ‘strerror’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:147: error: ‘errno’ undeclared (first use in this function)
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:147: warning: format ‘%s’ expects type ‘char *’, but argument 4 has type ‘int’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:148: warning: incompatible implicit declaration of built-in function ‘exit’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:152: warning: incompatible implicit declaration of built-in function ‘exit’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:156: warning: implicit declaration of function ‘get_line_from_file’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:156: warning: assignment makes pointer from integer without a cast
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:157: warning: implicit declaration of function ‘strncmp’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:164: warning: incompatible implicit declaration of built-in function ‘fprintf’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:165: warning: incompatible implicit declaration of built-in function ‘exit’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:168: warning: implicit declaration of function ‘strtoul’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:170: warning: implicit declaration of function ‘strchr’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:170: warning: incompatible implicit declaration of built-in function ‘strchr’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:172: warning: incompatible implicit declaration of built-in function ‘fprintf’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:173: warning: incompatible implicit declaration of built-in function ‘exit’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:178: warning: implicit declaration of function ‘strcmp’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:179: error: ‘stdout’ undeclared (first use in this function)
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:182: error: ‘O_WRONLY’ undeclared (first use in this function)
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:182: error: ‘O_CREAT’ undeclared (first use in this function)
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:182: error: ‘O_TRUNC’ undeclared (first use in this function)
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:186: error: ‘O_EXCL’ undeclared (first use in this function)
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:188: warning: implicit declaration of function ‘open’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:189: error: ‘S_IRWXU’ undeclared (first use in this function)
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:189: error: ‘S_IRWXG’ undeclared (first use in this function)
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:189: error: ‘S_IRWXO’ undeclared (first use in this function)
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:191: warning: implicit declaration of function ‘fdopen’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:193: warning: incompatible implicit declaration of built-in function ‘fprintf’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:194: warning: format ‘%s’ expects type ‘char *’, but argument 4 has type ‘int’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:195: warning: incompatible implicit declaration of built-in function ‘exit’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:199: warning: implicit declaration of function ‘read_stduu’
        /home/j19/wifi/madwifi-0.9.2.1/ath/uudecode.c:201: warning: implicit declaration of function ‘fclose’
        make[3]: *** [/home/j19/wifi/madwifi-0.9.2.1/ath/uudecode] Error 1
        make[2]: *** [/home/j19/wifi/madwifi-0.9.2.1/ath] Error 2
        make[1]: *** [_module_/home/j19/wifi/madwifi-0.9.2.1] Error 2
        make[1]: Leaving directory `/usr/src/linux-headers-2.6.17-11-generic’
        make: *** [modules] Error 2
        j19@j-linux:~/wifi/madwifi-0.9.2.1$

        Hozzászólás: Az ASUS laptop és a WLAN… #2090734
        _J19
        Felhasználó
          pomm wrote:
          wines „rakjukújrahavalamibajvan” hozzállás

          Tényleg Wines voltam előtte sok évig, ott ez sokmindent megoldott, az egyetlen gond vele, hogy sok idő megy rá, meg ahogy Te is mondtad:
          „többek között még mindig nem tudod, miért nem ment…”
          És ez nekem is szúrja a szememet, márcsak azért is, mert reinstall-nál nem Ubuntut, hanem SUSE-t raktam rá próba képpen.
          Nagyon megörültem hogy megy a háló, de most egyre inkább kezdek rájönni, hogy (lehet hogy hülyén hangzik, de) hiányzik az Ubuntu…

          Így mindjárt felrakom Ubuntuékat mégegyszer, és kezdődhet a hibavadászat!!!

          Üdv: _J19

          Hozzászólás: Az ASUS laptop és a WLAN… #2090732
          _J19
          Felhasználó

            Mindenkinek köszönöm a segítséget!
            A WLAN gondot megoldotta egy sima újratelepítés.
            Hogy mi volt a hiba? Valószínűleg telepítésnél ronthattam el vmit, de az a lényeg, hogy megy!

            Üdv: _J19

            Hozzászólás: Az ASUS laptop és a WLAN… #2090730
            _J19
            Felhasználó

              Ha valaki tudna segíteni nekem, annak nagyon megköszönném!
              Legkésőbb hétfőre kéne a WLAN, és nem szeretnék csak ezért M$-ot felrakni a gépre (ugye megértitek…)

              Főként a #27-es hozzászólásomban leírt make hibában szeretnék segítséget kérni.
              Biztos vmi nagyon alap dolgot rontottam el, de nem tudok rájönni, mi lehet a hiba.

              Hozzászólás: Az ASUS laptop és a WLAN… #2090729
              _J19
              Felhasználó
                pomm wrote:
                rootként?

                Még nem nagyon értem az ubuntu felfogását, de itt elvileg elég a „sudo make” ahhoz, hogy root jogokat kapjunk.

                Hozzászólás: Az ASUS laptop és a WLAN… #2090727
                _J19
                Felhasználó

                  Újra itt! Üdv Mindenkinek!

                  Próbálgattam, de mindeddig nem jártam sok sikerrel.
                  Már a make is hibát ír ki:

                  j19@j-laptop:~/wlan_setup/madwifi-0.9.2.1$ cd /home/j19/wlan_setup/madwifi-0.9.2.1/
                  j19@j-laptop:~/wlan_setup/madwifi-0.9.2.1$ make
                  Checking requirements… ok.
                  Checking kernel configuration… ok.
                  make -C /lib/modules/2.6.17-11-generic/build SUBDIRS=/home/j19/wlan_setup/madwifi-0.9.2.1 modules
                  make[1]: Entering directory `/usr/src/linux-headers-2.6.17-11-generic’
                    HOSTCC  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:26:19: error: stdio.h: No such file or directory
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:27:19: error: errno.h: No such file or directory
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:28:20: error: getopt.h: No such file or directory
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:29:20: error: string.h: No such file or directory
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:30:20: error: stdlib.h: No such file or directory
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:32:23: error: sys/fcntl.h: No such file or directory
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:33:22: error: sys/stat.h: No such file or directory
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c: In function ‘uudecode_usage’:
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:37: warning: implicit declaration of function ‘printf’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:37: warning: incompatible implicit declaration of built-in function ‘printf’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c: At top level:
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:40: error: expected ‘)’ before ‘*’ token
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:70: error: expected ‘)’ before ‘*’ token
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c: In function ‘main’:
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:121: error: ‘FILE’ undeclared (first use in this function)
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:121: error: (Each undeclared identifier is reported only once
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:121: error: for each function it appears in.)
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:121: error: ‘src_stream’ undeclared (first use in this function)
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:122: error: ‘dst_stream’ undeclared (first use in this function)
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:122: error: ‘NULL’ undeclared (first use in this function)
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:130: warning: implicit declaration of function ‘getopt’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:134: error: ‘optarg’ undeclared (first use in this function)
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:138: warning: implicit declaration of function ‘exit’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:138: warning: incompatible implicit declaration of built-in function ‘exit’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:141: error: ‘optind’ undeclared (first use in this function)
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:142: error: ‘stdin’ undeclared (first use in this function)
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:144: warning: implicit declaration of function ‘fopen’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:146: warning: implicit declaration of function ‘fprintf’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:146: warning: incompatible implicit declaration of built-in function ‘fprintf’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:146: error: ‘stderr’ undeclared (first use in this function)
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:147: warning: implicit declaration of function ‘strerror’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:147: error: ‘errno’ undeclared (first use in this function)
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:147: warning: format ‘%s’ expects type ‘char *’, but argument 4 has type ‘int’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:148: warning: incompatible implicit declaration of built-in function ‘exit’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:152: warning: incompatible implicit declaration of built-in function ‘exit’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:156: warning: implicit declaration of function ‘get_line_from_file’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:156: warning: assignment makes pointer from integer without a cast
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:157: warning: implicit declaration of function ‘strncmp’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:164: warning: incompatible implicit declaration of built-in function ‘fprintf’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:165: warning: incompatible implicit declaration of built-in function ‘exit’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:168: warning: implicit declaration of function ‘strtoul’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:170: warning: implicit declaration of function ‘strchr’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:170: warning: incompatible implicit declaration of built-in function ‘strchr’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:172: warning: incompatible implicit declaration of built-in function ‘fprintf’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:173: warning: incompatible implicit declaration of built-in function ‘exit’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:178: warning: implicit declaration of function ‘strcmp’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:179: error: ‘stdout’ undeclared (first use in this function)
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:182: error: ‘O_WRONLY’ undeclared (first use in this function)
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:182: error: ‘O_CREAT’ undeclared (first use in this function)
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:182: error: ‘O_TRUNC’ undeclared (first use in this function)
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:186: error: ‘O_EXCL’ undeclared (first use in this function)
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:188: warning: implicit declaration of function ‘open’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:189: error: ‘S_IRWXU’ undeclared (first use in this function)
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:189: error: ‘S_IRWXG’ undeclared (first use in this function)
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:189: error: ‘S_IRWXO’ undeclared (first use in this function)
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:191: warning: implicit declaration of function ‘fdopen’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:193: warning: incompatible implicit declaration of built-in function ‘fprintf’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:194: warning: format ‘%s’ expects type ‘char *’, but argument 4 has type ‘int’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:195: warning: incompatible implicit declaration of built-in function ‘exit’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:199: warning: implicit declaration of function ‘read_stduu’
                  /home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode.c:201: warning: implicit declaration of function ‘fclose’
                  make[3]: *** [/home/j19/wlan_setup/madwifi-0.9.2.1/ath/uudecode] Error 1
                  make[2]: *** [/home/j19/wlan_setup/madwifi-0.9.2.1/ath] Error 2
                  make[1]: *** [_module_/home/j19/wlan_setup/madwifi-0.9.2.1] Error 2
                  make[1]: Leaving directory `/usr/src/linux-headers-2.6.17-11-generic’
                  make: *** [modules] Error 2
                  j19@j-laptop:~/wlan_setup/madwifi-0.9.2.1$

                  Mint má írtam, én is a kezdők népes táborába tartozom. Ez a sok Error nekem nem mond sokat, ezért lécci segítsetek!
                  Köszi!

                  Hozzászólás: Az ASUS laptop és a WLAN… #2090725
                  _J19
                  Felhasználó
                    Macskajancsi wrote:
                    Ezek a fájlok mit tartalmaznak? Vagy félsz elolvasni, nehogy a gyanúd beigazolódjon?  😛

                    Épp ezeket olvasgatom, már amennyire az én szegényes angoltudásomból futja…  😉

                    Hozzászólás: Az ASUS laptop és a WLAN… #2090722
                    _J19
                    Felhasználó
                      sany wrote:
                      Az attól függ mit találsz kicsomagolás után!? 🙂

                      Hááát, vannak benne szép dolgok…

                      j19@j-laptop:/$ ls -l /home/j19/Desktop/madwifi-0.9.2.1
                      összesen 116
                      drwxr-xr-x 3 j19 j19  4096 2007-02-09 23:54 ath
                      drwxr-xr-x 5 j19 j19  4096 2006-12-07 14:55 ath_rate
                      -rw-r–r– 1 j19 j19  797 2006-07-14 07:15 BuildCaps.inc
                      drwxr-xr-x 2 j19 j19  4096 2006-12-07 14:55 contrib
                      -rw-r–r– 1 j19 j19  2078 2005-10-31 21:12 COPYRIGHT
                      drwxr-xr-x 2 j19 j19  4096 2006-12-07 14:55 docs
                      drwxr-xr-x 4 j19 j19  4096 2006-12-07 14:55 hal
                      drwxr-xr-x 3 j19 j19  4096 2006-12-07 14:55 include
                      -rw-r–r– 1 j19 j19  6208 2006-07-13 19:13 INSTALL
                      -rw-r–r– 1 j19 j19  487 2006-07-05 04:21 kernelversion.c
                      -rw-r–r– 1 j19 j19  5525 2006-07-14 07:15 Makefile
                      -rw-r–r– 1 j19 j19  7748 2006-07-14 07:15 Makefile.inc
                      -rw-r–r– 1 j19 j19 10212 2007-02-09 23:55 Modules.symvers
                      drwxr-xr-x 2 j19 j19  4096 2007-02-09 23:33 net80211
                      drwxr-xr-x 4 j19 j19  4096 2006-12-07 14:55 patches
                      -rw-r–r– 1 j19 j19 14805 2006-07-13 19:13 README
                      drwxr-xr-x 5 j19 j19  4096 2006-12-07 14:55 regression
                      -rw-r–r– 1 j19 j19  2085 2006-12-07 14:47 release.h
                      drwxr-xr-x 2 j19 j19  4096 2006-12-07 14:55 scripts
                      -rw-r–r– 1 j19 j19    0 2007-02-09 23:55 svnversion.h
                      -rw-r–r– 1 j19 j19  2848 2006-07-27 14:23 THANKS
                      drwxr-xr-x 3 j19 j19  4096 2007-02-09 23:33 tools
                      j19@j-laptop:/$

                      gyanítom fordítani kell… 🙂

                      Hozzászólás: Az ASUS laptop és a WLAN… #2090719
                      _J19
                      Felhasználó
                        pomm wrote:
                        neked van ott a géped, ott a kimenete az lshw-nak, ott a könyv hozzá…mit ijedezel 🙂

                        Teljesen igazad van  🙂
                        De még sajnos elég kezdő vagyok Linux téren.
                        Ezért most lehet hogy nagy hülyeséget kérdezek és mindenki dob egy hátast, de a .tar.gz-vel mit kezdjek?
                        A SUSE úgy működött, hogy katt a tar.gz-re, aztán YAST2 telepítette simán, de itt…?
                        Lécci segítsetek!
                        köszi!

                        (configure, make, make install és társait kell használnom?
                        vagy csak simán egy könyvtárba kitömöríteni?)

                      10 bejegyzés megtekintése - 121-130 / 149