ďťż
 
 
   nvidia driver błąd na kernelu 2.6.25-2-486
 
 

Tematy

 
    
 

 

 

 

nvidia driver błąd na kernelu 2.6.25-2-486





meliorus - 25-05-2008 22:55
Witam!
próbuję zainstalować najnowsze sterowniki ze strony producenta na   Linux debian 2.6.25-2-486 #1 Wed May 14 15:56:16 UTC 2008 i686 GNU/Linux I niestety kompilator nvidi dochodzi mi do Build Nvidia kernel module. dochodzi do 100% i wywala mi błąd: meliorus@debian:~$ dpkg -l | grep linux-image-`uname -r`
ii  linux-image-2.6.25-2-486            2.6.25-3                        Linux 2.6.25 image on x86 meliorus@debian:~$ dpkg -l | grep linux-headers
ii  linux-headers-2.6.25-2-486          2.6.25-3                        Header files for Linux 2.6.25 on x86
ii  linux-headers-2.6.25-2-common        2.6.25-3                        Common header files for Linux 2.6.25
meliorus@debian:~$ Pomocy :(( Nie wiem jak ruszyć z miejsca =(



_dexter - 25-05-2008 22:59
Po pierwsze masz niezgodność kompilatora jądra i nvidii
Po drugie zobacz ten temat:
http://debian.linux.pl/viewtopic.php?t=8720



PhockouS - 25-05-2008 23:06
Na jądrze 2.6.25-2 Nvidia jak narazie nie działa.



meliorus - 25-05-2008 23:06
jaka nazwe to jajko nosi w repo bo ja szukam po wersji 2.6.25-4 i nie znajduje mi :(



_dexter - 25-05-2008 23:09
W repo najnowszym jajkiem jest 2.6.25-2, natomiast jajko 2.6.25-4 możesz pobrać np. z kernel.org i sam skompilować :)



Latorion - 25-05-2008 23:26

W repo najnowszym jajkiem jest 2.6.25-2, natomiast jajko 2.6.25-4 możesz pobrać np. z kernel.org i sam skompilować :) A z tym najnowszym jajkiem zadziała sterownik od nvidii? :-P
Pozdrawiam
Artur



_dexter - 25-05-2008 23:30
Powiem tak pobrałem jajko z kernel.org, skompilowałem wg. opisu z tego forum
sterowniki zainstalowały się bez problemu (oczywiście sterowniki w wersji 173.08).



meliorus - 26-05-2008 17:14
ehh mi nawet na tym kernelu te drivery nie chca sie zaintsalowac :(
2.6.24-1-486
Bo wywala bład: coś tam z kernel sourc trees czy coś takeigo :(
i nie wiem kompletnie o co w tym biega :/

A komunikat z logu brzmi:

    nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Mon May 26 17:11:07 2008

option status:
  license pre-accepted    : false
  update                  : false
  force update            : false
  expert                  : false
  uninstall              : false
  driver info            : false
  precompiled interfaces  : true
  no ncurses color        : false
  query latest version    : false
  OpenGL header files    : true
  no questions            : false
  silent                  : false
  no recursion            : 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
  no kernel module        : false
  force SELinux          : default
  no X server check      : false
  force tls              : (not specified)
  X install prefix        : (not specified)
  X library install path  : (not specified)
  X module install path  : (not specified)
  OpenGL install prefix  : (not specified)
  OpenGL install libdir  : (not specified)
  utility install prefix  : (not specified)
  utility install libdir  : (not specified)
  doc install prefix      : (not specified)
  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
-> License accepted.
-> No precompiled kernel interface was found to match your kernel; would you li
  ke the installer to attempt to download a kernel interface for your kernel f
  rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: No)
-> No precompiled kernel interface was found to match your kernel; this means
  that the installer will need to compile a new kernel interface.
-> Performing CC sanity check with CC="cc".
-> Performing CC version check with CC="cc".
-> The CC version check failed:
 
  The compiler used to compile the kernel (gcc 4.1) does not exactly match the
  current compiler (gcc 4.2).  The Linux 2.6 kernel module loader rejects kern
  el modules built with a version of gcc that does not exactly match that of t
  he compiler used to build the running kernel.
 
  If you know what you are doing and want to ignore the gcc version check, sel
  ect "No" to continue installation.  Otherwise, select "Yes" to abort install
  ation, set the CC environment variable to the name of the compiler used to c
  ompile your kernel, and restart installation.  Abort now? (Answer: Yes)
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 www.nvidia.com.



ilin - 26-05-2008 17:55
The compiler used to compile the kernel (gcc 4.1) does not exactly match the
  current compiler (gcc 4.2).  The Linux 2.6 kernel module loader rejects kern
  el modules built with a version of gcc that does not exactly match that of t
  he compiler used to build the running kernel. Jak byk stoi przeciez ze masz ustawioną zla wersję gcc.
(Nie tyle zla co inną niz kernel byl kompilowany)



AdeBe - 26-05-2008 21:45

If you know what you are doing and want to ignore the gcc version check, sel
ect "No" to continue installation. Otherwise, select "Yes" to abort install
ation, set the CC environment variable to the name of the compiler used to c
ompile your kernel, and restart installation. Abort now? (Answer: Yes)
Czy ja dobrze czytam i przerywasz instalację na własne życzenie :shock: czy tylko mi się wydaje :?:



Latorion - 26-05-2008 23:27
ÂŻeby rozwiązać ten problem z gcc zamiast sh nvidia wpisz
CC=/usr/bin/gcc-4.1 ./NVIDIA*/ I powinno przez ten moment przejść ;-)
Pozdrawiam
Artur



giaur - 11-06-2008 23:41
A co powiecie na to?

Building kernel module:
  executing: 'cd ./usr/src/nv; make module SYSSRC=/lib/modules/2.6.25-2-amd64/
  build SYSOUT=/lib/modules/2.6.25-2-amd64/build'...
  NVIDIA: calling KBUILD...
  make CC=cc  KBUILD_VERBOSE=1 -C /lib/modules/2.6.25-2-amd64/build SUBDIRS=/t
  mp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/src/nv modules
  /bin/sh: /usr/src/linux-headers-2.6.25-2-amd64/scripts/gcc-x86_64-has-stack-
  protector.sh: No such file or directory
  /bin/sh: /usr/src/linux-headers-2.6.25-2-amd64/scripts/gcc-x86_64-has-stack-
  protector.sh: No such file or directory
  test -e include/linux/autoconf.h -a -e include/config/auto.conf || (                \
          echo;                                                                \
          echo "  ERROR: Kernel configuration is invalid.";                \
          echo "        include/linux/autoconf.h or include/config/auto.conf are mis
  sing.";        \
          echo "        Run 'make oldconfig && make prepare' on kernel src to fix it
  .";        \
          echo;                                                                \
          /bin/false)
  mkdir -p /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/src/nv/.tmp_ver
  sions ; rm -f /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/src/nv/.tm
  p_versions/*
  make -f scripts/Makefile.build obj=/tmp/selfgz2658/NVIDIA-Linux-x86_64-171.0
  6-pkg2/usr/src/nv
    cc -Wp,-MD,/tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/src/nv/.nv.
  o.d  -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.3.1/include -D__KERN
  EL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstrict-pro
  totypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-fun
  ction-declaration -Os  -fno-stack-protector -m64 -mtune=generic -mno-red-zon
  e -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args  -DCONFIG_AS_C
  FI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronou
  s-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow  -fomit-frame-pointer
  -Wdeclaration-after-statement -Wno-pointer-sign  -I/tmp/selfgz2658/NVIDIA-L
  inux-x86_64-171.06-pkg2/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -
  Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Werr
  or -mcmodel=kernel -mno-red-zone -MD  -Wsign-compare -Wno-cast-qual -Wno-er
  ror -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"171.06\" -UDEBUG -U_D
  EBUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENA
  ME=KBUILD_STR(nv)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz2
  658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/src/nv/.tmp_nv.o /tmp/selfgz2658/NVI
  DIA-Linux-x86_64-171.06-pkg2/usr/src/nv/nv.c
  In file included from include/asm/dma-mapping_64.h:9,
                    from include/asm/dma-mapping.h:4,
                    from include/linux/dma-mapping.h:52,
                    from include/asm-generic/pci-dma-compat.h:7,
                    from include/asm/pci.h:90,
                    from include/linux/pci.h:945,
                    from /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/sr
  c/nv/nv-linux.h:86,
                    from /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/sr
  c/nv/nv.c:14:
  include/linux/scatterlist.h: In function 'sg_virt':
  include/linux/scatterlist.h:199: warning: pointer of type 'void *' used in a
  rithmetic
  In file included from include/asm/pci.h:90,
                    from include/linux/pci.h:945,
                    from /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/sr
  c/nv/nv-linux.h:86,
                    from /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/sr
  c/nv/nv.c:14:
  include/asm-generic/pci-dma-compat.h: In function 'pci_map_page':
  include/asm-generic/pci-dma-compat.h:49: warning: pointer of type 'void *' u
  sed in arithmetic
  In file included from /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/sr
  c/nv/nv-linux.h:109,
                    from /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/sr
  c/nv/nv.c:14:
  include/linux/highmem.h: In function 'zero_user_segments':
  include/linux/highmem.h:134: warning: pointer of type 'void *' used in arith
  metic
  include/linux/highmem.h:137: warning: pointer of type 'void *' used in arith
  metic
  In file included from include/linux/compat.h:14,
                    from include/asm/mtrr.h:135,
                    from /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/sr
  c/nv/nv-linux.h:121,
                    from /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/sr
  c/nv/nv.c:14:
  include/asm/compat.h: In function 'compat_alloc_user_space':
  include/asm/compat.h:210: warning: pointer of type 'void *' used in arithmet
  ic
  /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/src/nv/nv.c: In function
  '__nv_setup_pat_entries':
  /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/src/nv/nv.c:944: warning
  : comparison between signed and unsigned
  /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/src/nv/nv.c: In function
  '__nv_restore_pat_entries':
  /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/src/nv/nv.c:970: warning
  : comparison between signed and unsigned
  /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/src/nv/nv.c: In function
  'nv_kern_cpu_callback':
  /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/src/nv/nv.c:1283: warnin
  g: comparison between signed and unsigned
  /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/src/nv/nv.c:1290: warnin
  g: comparison between signed and unsigned
    cc -Wp,-MD,/tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/src/nv/.nv-
  vm.o.d  -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.3.1/include -D__K
  ERNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstrict-
  prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-
  function-declaration -Os  -fno-stack-protector -m64 -mtune=generic -mno-red-
  zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args  -DCONFIG_A
  S_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchro
  nous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow  -fomit-frame-poin
  ter -Wdeclaration-after-statement -Wno-pointer-sign  -I/tmp/selfgz2658/NVID
  IA-Linux-x86_64-171.06-pkg2/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswit
  ch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -
  Werror -mcmodel=kernel -mno-red-zone -MD  -Wsign-compare -Wno-cast-qual -Wn
  o-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"171.06\" -UDEBUG
  -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_S
  TR(nv_vm)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz2658/NVID
  IA-Linux-x86_64-171.06-pkg2/usr/src/nv/.tmp_nv-vm.o /tmp/selfgz2658/NVIDIA-
  Linux-x86_64-171.06-pkg2/usr/src/nv/nv-vm.c
  In file included from include/asm/dma-mapping_64.h:9,
                    from include/asm/dma-mapping.h:4,
                    from include/linux/dma-mapping.h:52,
                    from include/asm-generic/pci-dma-compat.h:7,
                    from include/asm/pci.h:90,
                    from include/linux/pci.h:945,
                    from /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/sr
  c/nv/nv-linux.h:86,
                    from /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/sr
  c/nv/nv-vm.c:14:
  include/linux/scatterlist.h: In function 'sg_virt':
  include/linux/scatterlist.h:199: warning: pointer of type 'void *' used in a
  rithmetic
  In file included from include/asm/pci.h:90,
                    from include/linux/pci.h:945,
                    from /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/sr
  c/nv/nv-linux.h:86,
                    from /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/sr
  c/nv/nv-vm.c:14:
  include/asm-generic/pci-dma-compat.h: In function 'pci_map_page':
  include/asm-generic/pci-dma-compat.h:49: warning: pointer of type 'void *' u
  sed in arithmetic
  In file included from /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/sr
  c/nv/nv-linux.h:109,
                    from /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/sr
  c/nv/nv-vm.c:14:
  include/linux/highmem.h: In function 'zero_user_segments':
  include/linux/highmem.h:134: warning: pointer of type 'void *' used in arith
  metic
  include/linux/highmem.h:137: warning: pointer of type 'void *' used in arith
  metic
  In file included from include/linux/compat.h:14,
                    from include/asm/mtrr.h:135,
                    from /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/sr
  c/nv/nv-linux.h:121,
                    from /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/sr
  c/nv/nv-vm.c:14:
  include/asm/compat.h: In function 'compat_alloc_user_space':
  include/asm/compat.h:210: warning: pointer of type 'void *' used in arithmet
  ic
  /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/src/nv/nv-vm.c: In funct
  ion 'nv_set_page_attrib_uncached':
  /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/src/nv/nv-vm.c:64: warni
  ng: 'change_page_attr' is deprecated (declared at include/asm/cacheflush.h:2
  7)
  /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/src/nv/nv-vm.c: In funct
  ion 'nv_set_page_attrib_cached':
  /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/src/nv/nv-vm.c:79: warni
  ng: 'change_page_attr' is deprecated (declared at include/asm/cacheflush.h:2
  7)
  /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/src/nv/nv-vm.c: In funct
  ion 'nv_flush_caches':
  /tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/src/nv/nv-vm.c:364: erro
  r: implicit declaration of function 'global_flush_tlb'
  make[3]: *** [/tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/src/nv/nv-
  vm.o] Error 1
  make[2]: *** [_module_/tmp/selfgz2658/NVIDIA-Linux-x86_64-171.06-pkg2/usr/sr
  c/nv] Error 2
  NVIDIA: left KBUILD.
  nvidia.ko failed to build!
  make[1]: *** [module] Error 1
  make: *** [module] Error 2
-> Error.
ERROR: Unable to build the NVIDIA kernel module.
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 www.nvidia.com. Jak sie zdaje, rzecz w tym:
test -e include/linux/autoconf.h -a -e include/config/auto.conf || (                \
          echo;                                                                \
          echo "  ERROR: Kernel configuration is invalid.";                \
          echo "        include/linux/autoconf.h or include/config/auto.conf are mis
  sing.";        \
          echo "        Run 'make oldconfig && make prepare' on kernel src to fix it
  .";        \
          echo;                                                                \
          /bin/false) Tylko czemu nie widzi tego autoconf.h? W katalogu zrodel kernal jest ten plik... W ogole wszystkie pliki i katalogi w linux headers sa analogiczne jak bylo w 2.4.24

Wiec o co kaman :shock: Wie ktos?



_dexter - 15-06-2008 12:14
Widzę że dużo osób miało problem ze sterownikami na nowym kernelu.
Zapytam się więc czy wszystko działa już jak należy (czyt. można zainstalować sterowniki ze strony nvidi)
czy nadal jedynym sposobem jest własna kompilacja jajka.
Z góry dziękuję za odpowiedź i pozdrawiam.



PhockouS - 15-06-2008 12:39
Niestety, ale dalej nici z akceleracji na tym jajeczku.

Pozostaje Ci albo kompilacja kernela lub (co zrobiłem ja) instalacja kernela z repo lenny'ego - 2.6.24-1.



_dexter - 15-06-2008 12:45
Ok dzięki.
Zaciekawił mnie po prostu wpis na blogu:
http://404.g-net.pl/?p=576
w którym to autor zainstalował sterowniki na nowym jajku.
Trzeba będzie i tego spróbować, chyba że ktoś już to testował. Jeśli tak niech podzieli się opinią czy wszystko działa



PhockouS - 15-06-2008 12:49
No, faktycznie, może podziałać - ale po co tak mieszać ;-) Nie lepiej zainstalowałać starsze jajko i cieszyć się bezproblemową pracą systemu? ;-)


Bez obaw panowie, najnowsze sterowniki instaluja sie na kernelu 2.6.25 bez problemu.

Ja zainstalowalem wersje 173.14 i jest ok - błąd kompilacji, ktory pokazalem powyzej wynikał z tego, ze tamta wersja sterów była niekompatybilna z najnowszym kernelem.

Mam 2.6.25 z repo (amd64) i dziala, ale cos slyszalem, ze w wersji 32-bitowej kernel w repo byl zle skompilowany (jako XEN, co takze uniemozliwialo instalacje sterów nvidia) - nie wiem czy juz poprawili czy nie

[edit]
Widze ze w cytowanym powyzej poscie jest o tym mowa - od siebie moge powiedziec ze w wersji amd64 z repo tego błędu nie ma i nie było, a stery instalują się bez zadnych problemów i kombinacji
No właśnie na AMD64 nie ma tego błędu, wiem od Pakosa. Tymczasem na *-686 błąd jest w dalszym ciągu..



_dexter - 15-06-2008 12:51
Lubię nowinki stąd moje kombinowanie. Jak nic nie wyjdzie skompiluje sobie nowe jajko. Sic!



giaur - 15-06-2008 13:03
Bez obaw panowie, najnowsze sterowniki instaluja sie na kernelu 2.6.25 bez problemu.

Ja zainstalowalem wersje 173.14 i jest ok - błąd kompilacji, ktory pokazalem powyzej wynikał z tego, ze tamta wersja sterów była niekompatybilna z najnowszym kernelem.

Mam 2.6.25 z repo (amd64) i dziala, ale cos slyszalem, ze w wersji 32-bitowej kernel w repo byl zle skompilowany (jako XEN, co takze uniemozliwialo instalacje sterów nvidia) - nie wiem czy juz poprawili czy nie

[edit]
Widze ze w cytowanym powyzej poscie jest o tym mowa - od siebie moge powiedziec ze w wersji amd64 z repo tego błędu nie ma i nie było, a stery instalują się bez zadnych problemów i kombinacji



_dexter - 15-06-2008 17:08
No właśnie głównie chodzi mi o kernel w wersji 32-b, trochę w nim namieszano i nie wiem czy błąd jest już poprawiony czy występuje nadal.



giaur - 15-06-2008 18:03
Hmm coraz czesciej widze debianowe wpadki, najpierw vlc to pal szesc bo to niby malo wazne, ale zeby wpuscic do repo kernel zle skompilowany.... to juz przesada



_dexter - 15-06-2008 18:56
No nic błąd jak był tak jest. Rozwiązanie polegające na podaniu polecenia:
zwraca błędy:
Nie pozostaje nic innego jak samodzielnie skompilować kernel.
Ale żeby aż tak namieszać szkoda słów.
  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • minister.pev.pl

  •  

     


     

     
    Copyright 2003. MĂłj serwis