Покажи Публикации - Dredd
* Виж публикациите на потр. | Виж темите на потр. | Виж прикачените файлове на потр
Страници: [1] 2
1  Linux секция за начинаещи / Настройка на програми / Re: Въпрос относно wi-fi -: May 09, 2011, 23:18
провери дали го има в хранилищата 1-во и го инсталирай от там

ето едно ръководство за 3г нет

http://www.net42.co.uk/os/linux/sharing_3g_with_hostapd.html

2  Linux секция за начинаещи / Настройка на програми / Re: Въпрос относно wi-fi -: May 09, 2011, 22:53
ръчкай смело и питай ако има нещо
3  Linux секция за начинаещи / Настройка на програми / Re: Въпрос относно wi-fi -: May 09, 2011, 21:39
аз несъм много навътре, че чак акъли да давам хубаво е да прегледаш в нета има титуриали,
иначе грубо казано инсталираш hostapd , аз правих и bridge на 1 лан карта с wifi-то , dhcp server, настройка на hostapd.conf и накрая с iptables споделяш и-нета, и си готов.Успех!
А wifi картата трябва на си я настойш с локалното ИП което ще ползва и dhcp сървъра да дава съответните ИП-та ,GW, и т.н. мен това ми беше най-голямата врътня  [_]3

ето и конфиг файловете на hostapd i dhcpd така са при мене 

hosapd

Код:
#wireless interface to use as AP
interface=wlan0
#bridge device (needed for madwifi & nl80211 drivers)
bridge=br0
#driver interface type (hostapd/wired/madwifi/prism54/test/none/nl80211/bsd)
# Use nl80211 for wifi drivers that implement MAC80211 interface
#You should set this to your relevant driver interface type
driver=nl80211
#Enables logging to standard output (useful for debugging)
logger_stdout=-1
logger_stdout_level=2
#Set SSID to use
ssid=SSID_IME

# Operation mode (a = IEEE 802.11a, b = IEEE 802.11b, g = IEEE 802.11g)
# note your card may not support every mode.
hw_mode=g
#Channel to use (1-13)
channel=6
# IEEE 802.11 specifies two authentication algorithms. hostapd can be
# configured to allow both of these or only one. Open system authentication
# should be used with IEEE 802.1X.
# Bit fields of allowed authentication algorithms:
# bit 0 = Open System Authentication
# bit 1 = Shared Key Authentication (requires WEP)
auth_algs=3
#maximum number of stations (clients connecting to AP) allowed
# Maximum number of stations allowed in station table. New stations will be
# rejected after the station table is full. IEEE 802.11 has a limit of 2007
# different association IDs, so this number should not be larger than that.
max_num_sta=5
#Enable WPA2
# This field is a bit field that can be used to enable WPA (IEEE 802.11i/D3.0)
# and/or WPA2 (full IEEE 802.11i/RSN):
# bit0 = WPA
# bit1 = IEEE 802.11i/RSN (WPA2) (dot11RSNAEnabled)
wpa=1
#Set passphrase for WPA
wpa_passphrase=PAROLA

wpa_key_mgmt=WPA-PSK
# Set of accepted cipher suites (encryption algorithms) for pairwise keys
# (unicast packets). This is a space separated list of algorithms:
# CCMP = AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0]
# TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
# Group cipher suite (encryption algorithm for broadcast and multicast frames)
# is automatically selected based on this configuration. If only CCMP is
# allowed as the pairwise cipher, group cipher will also be CCMP. Otherwise,
# TKIP will be used as the group cipher.
# (dot11RSNAConfigPairwiseCiphersTable)
# Pairwise cipher for WPA (v1) (default: TKIP)
wpa_pairwise=TKIP CCMP
# Pairwise cipher for RSN/WPA2 (default: use wpa_pairwise value)
rsn_pairwise=CCMP

dhcpd

Код:
# dhcpd.conf
#
# Sample configuration file for ISC dhcpd
#

# option definitions common to all supported networks...
option domain-name "domain.name";
option domain-name-servers 8.8.8.8, 8.8.4.4;

default-lease-time 600;
max-lease-time 7200;

# Use this to enble / disable dynamic dns updates globally.
#ddns-update-style none;

# If this DHCP server is the official DHCP server for the local
# network, the authoritative directive should be uncommented.
#authoritative;

# Use this to send dhcp log messages to a different log file (you also
# have to hack syslog.conf to complete the redirection).
log-facility local7;

# No service will be given on this subnet, but declaring it helps the
# DHCP server to understand the network topology.


# This declaration allows BOOTP clients to get dynamic addresses,
# which we don't really recommend.

# A slightly different configuration for an internal subnet.
subnet 192.168.1.0 netmask 255.255.255.0 {
  range 192.168.1.100 192.168.1.120;
  option domain-name-servers 8.8.8.8, 8.8.4.4;
  option domain-name "local.neshtosi";
  option routers 192.168.1.1;
  option broadcast-address 192.168.1.255;
  default-lease-time 600;
  max-lease-time 7200;
}
4  Linux секция за начинаещи / Настройка на програми / Re: Въпрос относно wi-fi -: May 09, 2011, 16:47
аз разпръсквам с hostapd
5  Linux секция за начинаещи / Настройка на хардуер / Re: TTL на рутер -: Mar 16, 2011, 12:02
Златко оправиха ли рутера в сервиза, че и аз се набутах с тоз модел и ще го нося...
6  Linux секция за начинаещи / Настройка на хардуер / Re: Проблен с резолюцията -: Apr 27, 2010, 18:20
Мерси стана ,аз писах м/у другото този Модес ама само 1024х768 и неиска.
А как да дигна вертикал рефреша,че с тез 50хз на CRT монитор направо ми вади очите :)
сега са, но пише и се чуства че са 50хз :)

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       50.0 - 67.0
    VertRefresh     85.0 - 110.0
    Option         "DPMS"
EndSection
7  Linux секция за начинаещи / Настройка на хардуер / Проблен с резолюцията -: Apr 27, 2010, 08:28
Здравейте, немога вдигна резолюцията повече от 800х600,
картата е GeForce 7300 GS, монитора ЦРТ Делл.
Ползвам драйвъра на Нвидия.В началото беше 640Х480 ама вдигнах херците и дигна и реза.Търсих във форума но нищо конкретно ненамерих.Дистрото е Дебиан тестинг

Код:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder75)  Fri Mar 12 01:42:27 PST 2010

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       50.0 - 67.0
    VertRefresh     85.0 - 110.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

пробвал съм:

nvidia-xconfig
X -configure
dpkg-reconfigure xserver-xorg
както и малко с xrandr ама нищо.
8  Linux секция за начинаещи / Настройка на програми / Re: Инсталирах си успешно openSUSE-11.2!Искам да си направя сървърче.......... -: Nov 18, 2009, 10:04
ето едно ръководство от което може да погледнеш
http://www.howtoforge.com/perfect-server-opensuse-11.1-x86_64-ispconfig-3
9  Linux секция за начинаещи / Настройка на хардуер / Re: Проблем с видео картата -: Sep 10, 2009, 19:57
всъщност се оказа ,че несъм инсталирал linux-headers*****
 :-[
благодаря за съдействието.

п.п.
а как се премахва драйвъра на нвидия питам просто от любопитство
10  Linux секция за начинаещи / Настройка на хардуер / Re: Проблем с видео картата -: Sep 10, 2009, 19:09
Код:
еми ето го лога, несъм навътре много ама нещо кернела сякаш не е ф ред  :o

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Thu Sep 10 19:04:45 2009
installer version: 1.0.7

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
  no cc version 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.
-> Installing NVIDIA driver version 185.18.36.
-> There appears to already be a driver installed on your system (version: 180.
   51).  As part of installing this driver (version: 185.18.36), the existing d
   river will be uninstalled.  Are you sure you want to continue? ('no' will ab
   ort installation) (Answer: Yes)
-> 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: Yes)
-> No matching precompiled kernel interface was found on the NVIDIA ftp site;
   this means that the installer will need to compile a kernel interface for
   your kernel.
-> Performing CC sanity check with CC="cc".
-> Performing CC version check with CC="cc".
-> Kernel source path: '/usr/src/linux'
-> Kernel output path: '/usr/src/linux'
-> Performing rivafb check.
-> Performing nvidiafb check.
-> Performing Xen check.
-> Cleaning kernel module build directory.
   executing: 'cd ./usr/src/nv; make clean'...
-> Building kernel module:
   executing: 'cd ./usr/src/nv; make module SYSSRC=/usr/src/linux SYSOUT=/usr/s
   rc/linux'...
   NVIDIA: calling KBUILD...
   make CC=cc  KBUILD_VERBOSE=1 -C /usr/src/linux SUBDIRS=/tmp/selfgz14252/NVID
   IA-Linux-x86-185.18.36-pkg1/usr/src/nv modules
   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/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/.tmp_ve
   rsions ; rm -f /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/.
   tmp_versions/*
   make -f scripts/Makefile.build obj=/tmp/selfgz14252/NVIDIA-Linux-x86-185.18.
   36-pkg1/usr/src/nv
     cc -Wp,-MD,/tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/.nv
   .o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.4/include -D__KERNE
   L__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prot
   otypes -Wno-trigraphs -fno-strict-aliasing -f
   no-common -Werror-implicit-function-declaration -fno-delete-null-pointer-che
   cks -fno-strict-overflow -Os   -fno-stack-protector -m32 -msoft-float -mregp
   arm=3 -freg-struct-return -mpreferred-stack-boundary=2  -march=i686 -ffreest
   anding   -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -m
   no-mmx -mno-sse2 -mno-3dnow -Iinclude/asm-x86/mach-default -fomit-frame-poin
   ter -Wdeclaration-after-statement -Wno-pointer-sign   -I/tmp/selfgz14252/NVI
   DIA-Linux-x86-185.18.36-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswi
   tch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar
   -Werror -fno-defer-pop -MD   -Wsign-compare -Wno-cast-qual -Wno-error -D__KE
   RNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"185.18.36\" -UDEBUG -U_DEBUG -D
   NDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv)"  -D
   "KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz14252/NVIDIA-Linux-x86-
   185.18.36-pkg1/usr/src/nv/.tmp_nv.o /tmp/selfgz14252/NVIDIA-Linux-x86-185.18
   .36-pkg1/usr/src/nv/nv.c
   In file included from include/linux/list.h:6,
                    from include/linux/preempt.h:11,
                    from include/linux/spinlock.h:49,
                    from include/linux/seqlock.h:29,
                    from include/linux/time.h:8,
                    from include/linux/timex.h:57,
                    from include/linux/sched.h:54,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-linux.h:19,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv.c:14:
   include/linux/prefetch.h: In function ‘prefetch_range’:
   include/linux/prefetch.h:57: warning: pointer of type ‘void *’ used in a
   rithmetic
   In file included from include/asm/dma-mapping.h:9,
                    from include/linux/dma-mapping.h:52,
                    from include/asm-generic/pci-dma-compat.h:7,
                    from include/asm/pci.h:92,
                    from include/linux/pci.h:948,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-linux.h:86,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv.c:14:
   include/linux/scatterlist.h: In function ‘sg_virt’:
   include/linux/scatterlist.h:199: warning: pointer of type ‘void *’ used
   in arithmetic
   In file included from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-linux.h:113,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/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 a
   rithmetic
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
     cc -Wp,-MD,/tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/.nv
   -vm.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.4/include -D__KE
   RNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstrict-p
   rototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-f
   unction-declaration -fno-delete-null-pointer-checks -fno-strict-overflow -Os
     -fno-stack-protector -m32 -msoft-float -mregparm=3 -freg-struct-return -mp
   referred-stack-boundary=2  -march=i686 -ffreestanding   -pipe -Wno-sign-comp
   are -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -
   Iinclude/asm-x86/mach-default -fomit-frame-pointer -Wdeclaration-after-state
   ment -Wno-pointer-sign   -I/tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/
   usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-
   subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -fno-defer-p
   op -MD   -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNV
   RM -DNV_VERSION_STRING=\"185.18.36\" -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE -D"
   KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_vm)"  -D"KBUILD_MODNAME=K
   BUILD_STR(nvidia)" -c -o /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/us
   r/src/nv/.tmp_nv-vm.o /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-vm.c
   In file included from include/linux/list.h:6,
                    from include/linux/preempt.h:11,
                    from include/linux/spinlock.h:49,
                    from include/linux/seqlock.h:29,
                    from include/linux/time.h:8,
                    from include/linux/timex.h:57,
                    from include/linux/sched.h:54,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-linux.h:19,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-vm.c:14:
   include/linux/prefetch.h: In function ‘prefetch_range’:
   include/linux/prefetch.h:57: warning: pointer of type ‘void *’ used in a
   rithmetic
   In file included from include/asm/dma-mapping.h:9,
                    from include/linux/dma-mapping.h:52,
                    from include/asm-generic/pci-dma-compat.h:7,
                    from include/asm/pci.h:92,
                    from include/linux/pci.h:948,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-linux.h:86,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/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 arithmetic
   In file included from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-linux.h:113,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/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 a
   rithmetic
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
     cc -Wp,-MD,/tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/.os
   -agp.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.4/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 -fno-delete-n
   ull-pointer-checks -fno-strict-overflow -Os   -fno-stack-protector -m32 -mso
   ft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2  -marc
   h=i686 -ffreestanding   -pipe -Wno-sign-compare -fno-asynchronous-unwind-tab
   les -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Iinclude/asm-x86/mach-default -f
   omit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign   -I/tmp/
   selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv -Wall -Wimplicit -Wre
   turn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith
   -Wno-multichar -Werror -fno-defer-pop -MD   -Wsign-compare -Wno-cast-qual -W
   no-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"185.18.36\" -UDE
   BUG -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUI
   LD_STR(os_agp)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz1425
   2/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/.tmp_os-agp.o /tmp/selfgz14252/
   NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/os-agp.c
   In file included from include/linux/list.h:6,
                    from include/linux/preempt.h:11,
                    from include/linux/spinlock.h:49,
                    from include/linux/seqlock.h:29,
                    from include/linux/time.h:8,
                    from include/linux/timex.h:57,
                    from include/linux/sched.h:54,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-linux.h:19,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/os-agp.c:24:
   include/linux/prefetch.h: In function ‘prefetch_range’:
   include/linux/prefetch.h:57: warning: pointer of type ‘void *’ used in a
   rithmetic
   In file included from include/asm/dma-mapping.h:9,
                    from include/linux/dma-mapping.h:52,
                    from include/asm-generic/pci-dma-compat.h:7,
                    from include/asm/pci.h:92,
                    from include/linux/pci.h:948,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-linux.h:86,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/os-agp.c:24:
   include/linux/scatterlist.h: In function ‘sg_virt’:
   include/linux/scatterlist.h:199: warning: pointer of type ‘void *’ used
   in arithmetic
   In file included from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-linux.h:113,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/os-agp.c:24:
   include/linux/highmem.h: In function ‘zero_user_segments’:
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
     cc -Wp,-MD,/tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/.os
   -interface.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.4/include
   -D__KERNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wst
   rict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-impl
   icit-function-declaration -fno-delete-null-pointer-checks -fno-strict-overfl
   ow -Os   -fno-stack-protector -m32 -msoft-float -mregparm=3 -freg-struct-ret
   urn -mpreferred-stack-boundary=2  -march=i686 -ffreestanding   -pipe -Wno-si
   gn-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-
   3dnow -Iinclude/asm-x86/mach-default -fomit-frame-pointer -Wdeclaration-afte
   r-statement -Wno-pointer-sign   -I/tmp/selfgz14252/NVIDIA-Linux-x86-185.18.3
   6-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-su
   bscripts -Wparentheses -Wpoi
   nter-arith -Wno-multichar -Werror -fno-defer-pop -MD   -Wsign-compare -Wno-c
   ast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"185.1
   8.36\" -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BA
   SENAME=KBUILD_STR(os_interface)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -
   o /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/.tmp_os-interf
   ace.o /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/os-interfa
   ce.c
   In file included from include/linux/list.h:6,
                    from include/linux/preempt.h:11,
                    from include/linux/spinlock.h:49,
                    from include/linux/seqlock.h:29,
                    from include/linux/time.h:8,
                    from include/linux/timex.h:57,
                    from include/linux/sched.h:54,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-linux.h:19,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/os-interface.c:26:
   include/linux/prefetch.h: In function ‘prefetch_range’:
   include/linux/prefetch.h:57: warning: pointer of type ‘void *’ used in a
   rithmetic
   In file included from include/asm/dma-mapping.h:9,
                    from include/linux/dma-mapping.h:52,
                    from include/asm-generic/pci-dma-compat.h:7,
                    from include/asm/pci.h:92,
                    from include/linux/pci.h:948,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-linux.h:86,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/os-interface.c:26:
   include/linux/scatterlist.h: In function ‘sg_virt’:
   include/linux/scatterlist.h:199: warning: pointer of type ‘void *’ used
   in arithmetic
   In file included from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-linux.h:113,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/os-interface.c:26:
   include/linux/highmem.h: In function ‘zero_user_segments’:
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
     cc -Wp,-MD,/tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/.os
   -registry.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.4/include
   -D__KERNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wst
   rict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-impl
   icit-function-declarat
   ion -fno-delete-null-pointer-checks -fno-strict-overflow -Os   -fno-stack-pr
   otector -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-
   boundary=2  -march=i686 -ffreestanding   -pipe -Wno-sign-compare -fno-asynch
   ronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Iinclude/asm-x8
   6/mach-default -fomit-frame-pointer -Wdeclaration-after-statement -Wno-point
   er-sign   -I/tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv -Wal
   l -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses
   -Wpointer-arith -Wno-multichar -Werror -fno-defer-pop -MD   -Wsign-compare -
   Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"
   185.18.36\" -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUI
   LD_BASENAME=KBUILD_STR(os_registry)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)"
   -c -o /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/.tmp_os-re
   gistry.o /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/os-regi
   stry.c
   In file included from include/linux/list.h:6,
                    from include/linux/preempt.h:11,
                    from include/linux/spinlock.h:49,
                    from include/linux/seqlock.h:29,
                    from include/linux/time.h:8,
                    from include/linux/timex.h:57,
                    from include/linux/sched.h:54,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-linux.h:19,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/os-registry.c:15:
   include/linux/prefetch.h: In function ‘prefetch_range’:
   include/linux/prefetch.h:57: warning: pointer of type ‘void *’ used in a
   rithmetic
   In file included from include/asm/dma-mapping.h:9,
                    from include/linux/dma-mapping.h:52,
                    from include/asm-generic/pci-dma-compat.h:7,
                    from include/asm/pci.h:92,
                    from include/linux/pci.h:948,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-linux.h:86,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/os-registry.c:15:
   include/linux/scatterlist.h: In function ‘sg_virt’:
   include/linux/scatterlist.h:199: warning: pointer of type ‘void *’ used
   in arithmetic
   In file included from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-linux.h:113,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/os-registry.c:15:
   include/linux/highmem.h: In function ‘zero_user_segments’:
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
     cc -Wp,-MD,/tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/.nv
   -i2c.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.4/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 -fno-delete-null-pointer-checks -fno-strict-overflow -O
   s   -fno-stack-protector -m32 -msoft-float -mregparm=3 -freg-struct-return -
   mpreferred-stack-boundary=2  -march=i686 -ffreestanding   -pipe -Wno-sign-co
   mpare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow
   -Iinclude/asm-x86/mach-default -fomit-frame-pointer -Wdeclaration-after-stat
   ement -Wno-pointer-sign   -I/tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1
   /usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wfor
   mat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -
   fno-defer-pop -MD   -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -D
   MODULE -DNVRM -DNV_VERSION_STRING=\"185.18.36\" -UDEBUG -U_DEBUG -DNDEBUG  -
   DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_i2c)"  -D"KBUI
   LD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz14252/NVIDIA-Linux-x86-185.1
   8.36-pkg1/usr/src/nv/.tmp_nv-i2c.o /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.
   36-pkg1/usr/src/nv/nv-i2c.c
   In file included from include/linux/list.h:6,
                    from include/linux/preempt.h:11,
                    from include/linux/spinlock.h:49,
                    from include/linux/seqlock.h:29,
                    from include/linux/time.h:8,
                    from include/linux/timex.h:57,
                    from include/linux/sched.h:54,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-linux.h:19,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-i2c.c:8:
   include/linux/prefetch.h: In function ‘prefetch_range’:
   include/linux/prefetch.h:57: warning: pointer of type ‘void *’ used in a
   rithmetic
   In file included from include/asm/dma-mapping.h:9,
                    from include/linux/dma-mapping.h:52,
                    from include/asm-generic/pci-dma-compat.h:7,
                    from include/asm/pci.h:92,
                    from include/linux/pci.h:948,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-linux.h:86,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-i2c.c:8:
   include/linux/scatterlist.h: In function ‘sg_virt’:
   include/linux/scatterlist.h:199: warning: pointer of type ‘void *’ used
   in arithmetic
   In file included from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-linux.h:113,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-i2c.c:8:
   include/linux/highmem.h: In function ‘zero_user_segments’:
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
     cc -Wp,-MD,/tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/.nv
   acpi.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.4/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
    -fno-delete-null-pointer-checks -fno-strict-overflow -Os   -fno-stack-prote
   ctor -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-bou
   ndary=2  -march=i686 -ffreestanding   -pipe -Wno-sign-compare -fno-asynchron
   ous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Iinclude/asm-x86/m
   ach-default -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-
   sign   -I/tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv -Wall -
   Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -W
   pointer-arith -Wno-multichar -Werror -fno-defer-pop -MD   -Wsign-compare -Wn
   o-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"18
   5.18.36\" -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD
   _BASENAME=KBUILD_STR(nvacpi)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /
   tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/.tmp_nvacpi.o /tm
   p/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/nvacpi.c
   In file included from include/linux/list.h:6,
                    from include/linux/preempt.h:11,
                    from include/linux/spinlock.h:49,
                    from include/linux/seqlock.h:29,
                    from include/linux/time.h:8,
                    from include/linux/timex.h:57,
                    from include/linux/sched.h:54,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-linux.h:19,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nvacpi.c:15:
   include/linux/prefetch.h: In function ‘prefetch_range’:
   include/linux/prefetch.h:57: warning: pointer of type ‘void *’ used in a
   rithmetic
   In file included from include/asm/dma-mapping.h:9,
                    from include/linux/dma-mapping.h:52,
                    from include/asm-generic/pci-dma-compat.h:7,
                    from include/asm/pci.h:92,
                    from include/linux/pci.h:948,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-linux.h:86,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nvacpi.c:15:
   include/linux/scatterlist.h: In function ‘sg_virt’:
   include/linux/scatterlist.h:199: warning: pointer of type ‘void *’ used
   in arithmetic
   In file included from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nv-linux.h:113,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nvacpi.c:15:
   include/linux/highmem.h: In function ‘zero_user_segments’:
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:134: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:137: warning: pointer of type ‘void *’ used in a
   rithmetic
     ld -m elf_i386   -r -o /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/us
   r/src/nv/nvidia.o /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/n
   v/nv-kernel.o /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/nv
   .o /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/nv-vm.o /tmp/
   selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/os-agp.o /tmp/selfgz1
   4252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/os-interface.o /tmp/selfgz14
   252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/os-registry.o /tmp/selfgz1425
   2/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/nv-i2c.o /tmp/selfgz14252/NVIDI
   A-Linux-x86-185.18.36-pkg1/usr/src/nv/nvacpi.o
   (cat /dev/null;   echo kernel//tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pk
   g1/usr/src/nv/nvidia.ko;) > /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1
   /usr/src/nv/modules.order
     Building modules, stage 2.
   make -f /usr/src/linux-headers-2.6.26-2-686/scripts/Makefile.modpost
     scripts/mod/modpost -m  -i /usr/src/linux-headers-2.6.26-2-686/Module.symv
   ers -I /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/Module.sy
   mvers  -o /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/Module
   .symvers -S   -w -c -s
     cc -Wp,-MD,/tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/.nv
   idia.mod.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.4/include -
   D__KERNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstr
   ict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-impli
   cit-function-declaration -fno-delete-null-pointer-checks -fno-strict-overflo
   w -Os   -fno-stack-protector -m32 -msoft-float -mregparm=3 -freg-struct-retu
   rn -mpreferred-stack-boundary=2  -march=i686 -ffreestanding   -pipe -Wno-sig
   n-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3
   dnow -Iinclude/asm-x86/mach-default -fomit-frame-pointer -Wdeclaration-after
   -stateme
   nt -Wno-pointer-sign -I/tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/
   src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -W
   parentheses -Wpointer-arith -Wno-multichar -Werror -fno-defer-pop -MD   -Wsi
   gn-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSI
   ON_STRING=\"185.18.36\" -UDEBUG -U_DEBUG -DNDEBUG   -D"KBUILD_STR(s)=#s" -D"
   KBUILD_BASENAME=KBUILD_STR(nvidia.mod)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia
   )" -DMODULE -c -o /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/n
   v/nvidia.mod.o /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/src/nv/n
   vidia.mod.c
   In file included from include/linux/list.h:6,
                    from include/linux/module.h:9,
                    from /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nvidia.mod.c:1:
   include/linux/prefetch.h: In function ‘prefetch_range’:
   include/linux/prefetch.h:57: warning: pointer of type ‘void *’ used in a
   rithmetic
     ld -r -m elf_i386  --build-id -o /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.
   36-pkg1/usr/src/nv/nvidia.ko /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg
   1/usr/src/nv/nvidia.o /tmp/selfgz14252/NVIDIA-Linux-x86-185.18.36-pkg1/usr/s
   rc/nv/nvidia.mod.o
   NVIDIA: left KBUILD.
-> done.
-> Kernel module compilation complete.
ERROR: Unable to load the kernel module 'nvidia.ko'.  This happens most
 
      frequently when this kernel module was built against the wrong or
       improperly configured kernel sources, with a version of gcc that differs
       from the one used to build the target kernel, or if a driver such as
       rivafb/nvidiafb is present and prevents the NVIDIA kernel module from
       obtaining ownership of the NVIDIA graphics device(s), or NVIDIA GPU
       installed in this system is not supported by this NVIDIA Linux graphics
       driver release.
       
       Please see the log entries 'Kernel module load error' and 'Kernel
       messages' at the end of the file '/var/log/nvidia-installer.log' for
       more information.
-> Kernel module load error: insmod: error inserting './usr/src/nv/nvidia.ko':
   -1 Invalid module format
-> Kernel messages:
   [   13.650067] EXT3 FS on hda2, internal journal
   [   13.737589] loop: module loaded
   [   15.091270] rt61pci 0000:05:07.0: firmware: requesting rt2561s.bin
   [   15.180086] ADDRCONF(NETDEV_UP): wlan0: link is not ready
   [   15.928025] wlan0: authenticate with AP 00:21:91:9a:f8:83
   [   15.929352] wlan0: authenticated
   [   15.929355] wlan0: associate with AP 00:21:91:9a:f8:83
   [   15.932657] wlan0: RX AssocResp from 00:21:91:9a:f8:83 (capab=0x431
   status=0 aid=1)
   [   15.932661] wlan0: associated
   [   15.933087] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
   [   17.542720] fuse init (API version 7.11)
   [   26.620006] wlan0: no IPv6 routers present
   [   29.735048] powernow-k8: Found 1 AMD Sempron(tm) Processor 3100+
   processors (1 cpu cores) (version 2.20.00)
   [   29.735087] ACPI Exception (processor_perflib-0262): AE_NOT_FOUND,
   Evaluating _PSS [20090320]
   [   29.739486] [Firmware Bug]: powernow-k8: No PSB or ACPI _PSS objects
   [   29.763331] ACPI Exception (processor_perflib-0262): AE_NOT_FOUND,
   Evaluating _PSS [20090320]
   [   37.414142] eth0: no link during initialization.
   [   37.414449] ADDRCONF(NETDEV_UP): eth0: link is not ready
   [  991.270618] usb 2-2: usb_submit_urb() failed, error -28
   [  995.899589] process `skype' is using obsolete setsockopt SO_BSDCOMPAT
   [  997.806381] ohci_hcd 0000:00:02.0: leak ed df8ea0c0 (#81) state 2
   [  997.806396] usb 2-2: usb_submit_urb() failed, error -28
   [ 2115.066516] Linux agpgart interface v0.103
   [ 2115.276419] nvidia: no symbol version for module_layout
   [ 2368.799004] nvidia: no symbol version for module_layout
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.
11  Linux секция за начинаещи / Настройка на хардуер / Проблем с видео картата -: Sep 10, 2009, 18:23
от последния ъпдейт на ядрото 3Д-то небачка това добре.
Свалих си от сайта на Нвидия драйвърите и сега нейскат да се инсталират.
В гуугле попаднах само на стари теми във форуми та някой ако може да помогне малко.
Дистрото е Дебиан Тестинг
Linux ...............  2.6.30-1-486 #1 Sat Aug 15 18:14:04 UTC 2009 i686 GNU/Linux
Видеото
01:00.0 VGA compatible controller: nVidia Corporation G71 [GeForce 7300 GS] (rev a1)
грешката която изкарва инсталера
       ERROR: Unable to load the kernel module 'nvidia.ko'.  This happens most
       frequently when this kernel module was built against the wrong or
       improperly configured kernel sources, with a version of gcc that differs
       from the one used to build the target kernel, or if a driver such as
       rivafb/nvidiafb is present and prevents the NVIDIA kernel module from
       obtaining ownership of the NVIDIA graphics device(s), or NVIDIA GPU
       installed in this system is not supported by this NVIDIA Linux graphics
       driver release.
       
       Please see the log entries 'Kernel module load error' and 'Kernel
       messages' at the end of the file '/var/log/nvidia-installer.log' for
       more information.

 ??? ??? ??? ??? ??? ???
12  Linux секция за начинаещи / Настройка на хардуер / Проблем със звука ( решен ) -: May 28, 2009, 21:22
Здравейте имам проблем със звука.Ползвам Дебиан тестов и на старото КДЕ 3 всичко си бачкаше.Но след преминаване към КДЕ 4 няма звук сега и Гноме съм му забил и там няма  >:(.
картата е

00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97 Audio Controller (rev a2)

~$ alsamixer

alsamixer: function snd_ctl_open failed for default: No such device

Решен генерално с премахване на дебианските пакети и компилиране на алса от source.
Моля модератор да изтрие темата
 [_]3
13  Linux секция за напреднали / Хардуерни и софтуерни проблеми / Re: Проблем при инсталацията на Гентоо -: Nov 17, 2008, 16:45
 ;D уф готово е имам си инсталирано гентуу на лаптопа остана само уиндоус менажер да му сложа ,
благодаря за помоща на всички  [_]3 [_]3 [_]3
14  Linux секция за напреднали / Хардуерни и софтуерни проблеми / Re: Проблем при инсталацията на Гентоо -: Nov 17, 2008, 10:15
и по двата гайта стигам до командата time emerge gentoo-sources и ми дава едха и съща грешка
A file is not found in Manifest "/usr/portage/sys-kernel/gentoo-sources/името на фаила"  ???
защо така се получава? идеи

оправи се с
emerge --sync
emerge portage
 ;D
15  Linux секция за напреднали / Хардуерни и софтуерни проблеми / Re: Проблем при инсталацията на Гентоо -: Nov 16, 2008, 20:14
захванал съм гайда от българския форум дано стане  :)
Страници: [1] 2