The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.
← Previous pageNext page →

    Linux on the ASUS N10 N10J

    Discussion in 'Linux Compatibility and Software' started by ALLurGroceries, Oct 30, 2008.

  1. asas

    asas Notebook Enthusiast

    Reputations:
    6
    Messages:
    19
    Likes Received:
    0
    Trophy Points:
    5
    at least for me only patching mlme.c was not enough... I was using drivers from wireless.kernel.org until 2.6.29.rc6 kernel...
    drivers fixed disconnecting problems but after that network manager started to show low signal level (dropped from ~90% to 40%) but at least this annoying disconnecting bug gone :)
    after uninstalling drivers and recompiling kernel low signal is still here :)
     
  2. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    Wait I am confused, is the kernel from the guide working OK for you? If I can make it better let me know, I've tweaked it a bit but my wireless has been excellent except for rc4 which gave me some headaches. It's been fine since rc5 for me.

    I updated the howto for new NVIDIA 185.18.10, I am a few days late with that, woops :cool:
     
  3. asas

    asas Notebook Enthusiast

    Reputations:
    6
    Messages:
    19
    Likes Received:
    0
    Trophy Points:
    5
    don't worry, everything is working now :)
    the problem was before recompiling the kernel, but now it's working like charm ;)

    p.s. just got Lenovo S10 from my uni so I think i will try to install Debian also :)
    p.p.s. "Fn+F2" in lenovo with ubuntu also switching only BT on/off (like in our notebooks it does not switching WiFi on/off)
     
  4. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    Updated howto for 2.6.30-rc7... asus-laptop.c changed between rc6 and 7, all other patched files are the same.

    Edit: This should help battery life when using the NVIDIA card. Uploaded new xorg.conf.nvidia which includes a new line for PowerMizer under the device section for the 9300M GS. These settings will not affect performance with AC plugged in. When running from battery power alone, it will conserve power unless a 3D application is running.

    Edit 2: Hotkeys problem with the double events is gone with an update to acpi-support and acpi-support-base. The patched asus-laptop.c now breaks the hotkeys it used to fix, so I posted how to undo the fix. This will no longer be relevant after the next kernel RC, so I will delete the section then.

    Edit 3: 2.6.30-rc8 is out
     
  5. dragilla

    dragilla Notebook Enthusiast

    Reputations:
    5
    Messages:
    32
    Likes Received:
    0
    Trophy Points:
    15
    I have great news! My n10j plays PCM 7.1! :D In this thread there is a link to a patch:
    link
     
  6. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    That is awesome! :D

    Thanks for this, I added the patched file to the howto guide. It needed two lines added from the previous patch. It is in a file called patch_nvhdmi.c.8ch on my server. :)
     
  7. ChivalricRonin

    ChivalricRonin Notebook Evangelist

    Reputations:
    7
    Messages:
    330
    Likes Received:
    0
    Trophy Points:
    30
    Thanks for all your help, ALLurGroceries! I just recently compiled my new kernal on Ubuntu and went to boot into it, to find that "nvidia" wasn't working and thus it didn't want to start X. I was using the Nvidia (restricted) driver on the vanilla kernal without issue. Any ideas how to fix this? Thanks
     
  8. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    Re-run the NVIDIA installer, after it finishes run modprobe nvidia, and you should be all good. :)

    If not please paste the output of /var/log/Xorg.0.log so that I can see the error messages.
     
  9. ChivalricRonin

    ChivalricRonin Notebook Evangelist

    Reputations:
    7
    Messages:
    330
    Likes Received:
    0
    Trophy Points:
    30
    I was using the easy restricted driver manager to install. Do you mean I should boot into the normal vanilla kernal and re-run it, or run it from the command line with the special one? If so, how can I do so from the command line, considering I used the quick way out the first time?
     
  10. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    Oh... well basically you need to reinstall the NVIDIA drivers after installing a new kernel. Since the modules will not exist from a fresh kernel install, the xorg.conf will see the module name and go to call it and it will fail. First wget the installer from NVIDIA's site, then chmod it to make it executable, then run the installer as root from the terminal (outside of the GUI, hit ctrl+alt+f1 for example).

    This process is explained in excruciating detail in Part 2 of the guide. However, if you aren't worried about using intel graphics, here is an abbreviated guide:

    Hit CTRL+ALT+F1 and log in. Run these commands:
    Code:
    sudo /etc/init.d/gdm stop
    sudo aptitude purge nvidia-glx
    cd ~
    wget ftp://download.nvidia.com/XFree86/Linux-x86/185.18.14/NVIDIA-Linux-x86-185.18.14-pkg0.run
    chmod +x NVIDIA-Linux-x86-185.18.14-pkg0.run
    sudo ~/NVIDIA-Linux-x86-185.18.14-pkg0.run -a -N -q
    sudo modprobe nvidia
    sudo /etc/init.d/gdm start
    
    The flags for the installer are: a for accept license, N for do not connect over the network to try and find a precompiled module, and q for quiet (not as many messages and confirmations).

    Edit: Also the NVIDIA installer, even with the -q flag for quiet will still give some errors, you can safely disregard these (as long as they aren't fatal errors where the installer says the process has failed and tells you to check the log file).

    Edit 2: You'll want to purge the nvidia-glx package beforehand (I added this to the commands above) so that it doesn't overwrite the NVIDIA drivers installed with the installer (if you leave the package installed, if a new version is released and you update your system, it will overwrite the version you installed using the installer).
     
  11. FlavioMoringa

    FlavioMoringa Newbie

    Reputations:
    0
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    5
    I guys,

    I have a doubt... if we already patch the kernel with the nvidia hdmi patch to have 7.1 audio, why do we need to apply the patch again to the alsa drivers?

    Seem's redundant to me... either you use the drivers provided by the kernel, or the drivers provided by alsa... if alsa 1.0.20 is needed, then why patch the kernel?

    What am I missing here?

    Keep up the great work....
     
  12. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    It's the same patch, and the same driver module, just a question of how it's installed ;)

    If you use a custom kernel with the patch, you don't need to do anything more. I updated the guide to clarify this.
     
  13. FlavioMoringa

    FlavioMoringa Newbie

    Reputations:
    0
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    5
    ok... got it...

    Thanks
     
  14. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    No problem, thanks for pointing it out... that tip will probably save some time for people :)
     
  15. raptor2

    raptor2 Notebook Enthusiast

    Reputations:
    15
    Messages:
    32
    Likes Received:
    0
    Trophy Points:
    15
    Hi there
    So kernel 2.6.30 is out and I have a suggestion.
    Could you update the scripts for it and save it somewhere not to get rewritten by the next development kernel version?
    I would like to use a stable kernel version rather than update every week.
    If you are already saving all the previous scripts somewhere, I am sorry and please let me know ;)
     
  16. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    The oldest one I have is 2.6.29.1, it can be found here:

    http://allurgroceries.is-a-chef.com/n10/config-2.6.29.1

    Edit: Er... scripts? Do you mean patches? Sorry I don't save those... they get overwritten with each release. I guess I could make a stable folder and save them there, I'll do that for .30 if you'd like... I won't be able to post it until I get back home later tonight..
     
  17. raptor2

    raptor2 Notebook Enthusiast

    Reputations:
    15
    Messages:
    32
    Likes Received:
    0
    Trophy Points:
    15
    Yes that is exactly what I asked for, thank you, and you dont have to hurry, I dont pay you really well :)
     
  18. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    I updated the howto for 2.6.30. I haven't set up the folder for stable yet, I'm trying to figure out the best way to present it in the guide. By the time .31-rc1 comes out I'll have it sorted.
     
  19. james-

    james- Notebook Consultant

    Reputations:
    35
    Messages:
    119
    Likes Received:
    0
    Trophy Points:
    30
    2.6.31 is going to have USB3 support :D (so linux will have support 1st ^_^)
     
  20. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    My webserver is under siege by a botnet, it's been going on for the past few weeks but it's intensified... it's probably my own fault for putting up the IIS7 index page as a joke (it runs Apache) ;)

    I've clamped down the ACL on my router so hopefully there isn't too much bandwidth being wasted. It's not quite a DDoS, I'm not terribly concerned, but let me know if there is a lot of latency pulling files from my server. I'll clamp it down even further, the problem is that it's a distributed attack.

    Edit: I tweaked fail2ban and it's all good.
     
  21. deavir

    deavir Newbie

    Reputations:
    0
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    5
    My N10J is on order and was wondering is there any features not working yet? From the looks of it this laptop is well supported now. Aside of switching between video chips w/o system restart.

    Btw great guide, it was a major reason I decided to go with this laptop.
     
  22. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    Awesome! Welcome to the forums, and I hope you enjoy the N10J! It is working perfectly, there shouldn't be anything that doesn't work properly, once you've followed the guide. If you need any help I'm usually able to respond pretty quickly :)
     
  23. raptor2

    raptor2 Notebook Enthusiast

    Reputations:
    15
    Messages:
    32
    Likes Received:
    0
    Trophy Points:
    15
    Confirmed!
    That is why we like you ALLurGroceries :)
     
  24. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    Haha, nice :) I like maintaining this guide too, cause I'm obsessed with the N10... it's the best!
     
  25. james-

    james- Notebook Consultant

    Reputations:
    35
    Messages:
    119
    Likes Received:
    0
    Trophy Points:
    30
    I'm having trouble with the new kernel.. everytime I go to buildthe nvidia modules it fails. I've tried 185.19 & 185.18.14 , the 19 fails @ 60 % and the 18.14 fails at the end. Also it says that I don't have ANY nvidia GPU installed i've tried installing nvidia-glx-180 from repo and even that fails

    Logs:
    Code:
    nvidia-installer log file '/var/log/nvidia-installer.log'
    creation time: Fri Jun 12 23:48:15 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
    WARNING: You do not appear to have an NVIDIA GPU supported by the 185.18.14
             NVIDIA Linux graphics driver installed in this system.  For further
             details, please see the appendix SUPPORTED NVIDIA GRAPHICS CHIPS in
             the README available on the Linux driver download page at
             www.nvidia.com.
    -> License accepted.
    -> Installing NVIDIA driver version 185.18.14.
    -> 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".
    -> Kernel source path: '/lib/modules/2.6.30/source'
    -> Kernel output path: '/lib/modules/2.6.30/build'
    -> 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=/lib/modules/2.6.30/source S
       YSOUT=/lib/modules/2.6.30/build'...
       NVIDIA: calling KBUILD...
       make CC=cc KBUILD_OUTPUT=/lib/modules/2.6.30/build KBUILD_VERBOSE=1 -C /lib/
       modules/2.6.30/source SUBDIRS=/tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg
       0/usr/src/nv modules
       make -C /lib/modules/2.6.30/build \
       	KBUILD_SRC=/usr/src/linux-2.6.30 \
       	KBUILD_EXTMOD="/tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv"
       -f /usr/src/linux-2.6.30/Makefile \
       	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/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.tmp_ver
       sions ; rm -f /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.tm
       p_versions/*
       make -f /usr/src/linux-2.6.30/scripts/Makefile.build obj=/tmp/selfgz6975/NVI
       DIA-Linux-x86-185.18.14-pkg0/usr/src/nv
         cc -Wp,-MD,/tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.nv.
       o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.3/include -Iinclude
       -Iinclude2 -I/usr/src/linux-2.6.30/include -I/usr/src/linux-2.6.30/arch/x86/
       include -include include/linux/autoconf.h   -I/tmp/selfgz6975/NVIDIA-Linux-x
       86-185.18.14-pkg0/usr/src/nv -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes
       -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-de
       claration -Os -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-
       stack-boundary=2 -march=i686 -mtune=core2 -mtune=generic -Wa,-mtune=generic3
       2 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mn
       o-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-stack-protector -fomit-frame-pointe
       r -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv   -I/tmp/selfgz697
       5/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv -Wall -Wimplicit -Wreturn-type
       -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multi
       char -Werror -fno-defer-pop -MD -Wsign-compare
       -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\
       "185.18.14\" -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBU
       ILD_BASENAME=KBUILD_STR(nv)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)"  -c -o /
       tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.tmp_nv.o /tmp/sel
       fgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/nv.c
       In file included from include/linux/bitops.h:17,
                        from include/linux/kernel.h:15,
                        from include/linux/sched.h:52,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv.c:14:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘set_bitâ
       €™:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:64: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘clear_bi
       t’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:102: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘change_b
       it’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:178: warning: pointer of
       type ‘void *’ used in arithmetic
       In file included from include/linux/list.h:6,
                        from include/linux/preempt.h:11,
                        from include/linux/spinlock.h:50,
                        from include/linux/seqlock.h:29,
                        from include/linux/time.h:8,
                        from include/linux/timex.h:56,
                        from include/linux/sched.h:54,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv.c:14:
       include/linux/sched.h: In function ‘object_is_on_stack’:
       include/linux/sched.h:2120: warning: pointer of type ‘void *’ used in ar
       ithmetic
       In file included from include/linux/io.h:22,
                        from include/linux/pci.h:54,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv.c:14:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h: In function ‘writeq’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h:70: warning: pointer of type
       ‘void *’ used in arithmetic
       In file included from include/linux/dma-mapping.h:7,
                        from include/asm-generic/pci-dma-compat.h:7,
                        from /usr/src/linux-2.6.30/arch/x86/include/asm/pci.h:129,
                        from include/linux/pci.h:1098,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/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 arithmetic
       In file included from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:113,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv.c:14:
       include/linux/highmem.h: In function ‘zero_user_segments’:
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
         cc -Wp,-MD,/tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.nv-
       vm.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.3/include -Iinclu
       de -Iinclude2 -I/usr/src/linux-2.6.30/include -I/usr/src/linux-2.6.30/arch/x
       86/include -include include/linux/autoconf.h   -I/tmp/selfgz6975/NVIDIA-Linu
       x-x86-185.18.14-pkg0/usr/src/nv -D__KERNEL__ -Wall -Wundef -Wstrict-prototyp
       es -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function
       -declaration -Os -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferr
       ed-stack-boundary=2 -march=i686 -mtune=core2 -mtune=generic -Wa,-mtune=gener
       ic32 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables
       -mno-sse -mno-mmx -mno-sse2 -mno-3d
       now -fno-stack-protector -fomit-frame-pointer -Wdeclaration-after-statement
       -Wno-pointer-sign -fwrapv   -I/tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg
       0/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscri
       pts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -fno-defer-pop -MD
       -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_V
       ERSION_STRING=\"185.18.14\" -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_ST
       R(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_vm)"  -D"KBUILD_MODNAME=KBUILD_STR
       (nvidia)"  -c -o /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/
       .tmp_nv-vm.o /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/nv-v
       m.c
       In file included from include/linux/bitops.h:17,
                        from include/linux/kernel.h:15,
                        from include/linux/sched.h:52,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-vm.c:14:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘set_bitâ
       €™:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:64: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘clear_bi
       t’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:102: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘change_b
       it’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:178: warning: pointer of
       type ‘void *’ used in arithmetic
       In file included from include/linux/list.h:6,
                        from include/linux/preempt.h:11,
                        from include/linux/spinlock.h:50,
                        from include/linux/seqlock.h:29,
                        from include/linux/time.h:8,
                        from include/linux/timex.h:56,
                        from include/linux/sched.h:54,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-vm.c:14:
       include/linux/sched.h: In function ‘object_is_on_stack’:
       include/linux/sched.h:2120: warning: pointer of type ‘void *’ used in ar
       ithmetic
       In file included from include/linux/io.h:22,
                        from include/linux/pci.h:54,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-vm.c:14:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h: In function ‘writeq’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h:70: warning: pointer of type
       ‘void *’ used in arithmetic
       In file included from include/linux/dma-mapping.h:7,
                        from include/asm-generic/pci-dma-compat.h:7,
                        from /usr/src/linux-2.6.30/arch/x86/include/asm/pci.h:129,
                        from include/linux/pci.h:1098,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/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 arithmetic
       In file included from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:113,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-vm.c:14:
       include/linux/highmem.h: In function ‘zero_user_segments’:
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
         cc -Wp,-MD,/tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.os-
       agp.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.3/include -Iincl
       ude -Iinclude2 -I/usr/src/linux-2.6.30/include -I/usr/src/linux-2.6.30/arch/
       x86/include -include include/linux/autoconf.h   -I/tmp/selfgz6975/NVIDIA-Lin
       ux-x86-185.18.14-pkg0/usr/src/nv -D__KERNEL__ -Wall -Wundef -Wstrict-
       prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-
       function-declaration -Os -m32 -msoft-float -mregparm=3 -freg-struct-return -
       mpreferred-stack-boundary=2 -march=i686 -mtune=core2 -mtune=generic -Wa,-mtu
       ne=generic32 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unwind
       -tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-stack-protector -fomit-f
       rame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv   -I/tm
       p/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv -Wall -Wimplicit -Wr
       eturn-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.14\" -UDEBU
       G -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD
       _STR(os_agp)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)"  -c -o /tmp/selfgz6975/
       NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.tmp_os-agp.o /tmp/selfgz6975/NVI
       DIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-agp.c
       In file included from include/linux/bitops.h:17,
                        from include/linux/kernel.h:15,
                        from include/linux/sched.h:52,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-agp.c:24:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘set_bitâ
       €™:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:64: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘clear_bi
       t’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:102: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘change_b
       it’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:178: warning: pointer of
       type ‘void *’ used in arithmetic
       In file included from include/linux/list.h:6,
                        from include/linux/preempt.h:11,
                        from include/linux/spinlock.h:50,
                        from include/linux/seqlock.h:29,
                        from include/linux/time.h:8,
                        from include/linux/timex.h:56,
                        from include/linux/sched.h:54,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-agp.c:24:
       include/linux/sched.h: In function ‘object_is_on_stack’:
       include/linux/sched.h:2120: warning: pointer of type ‘void *’ used in ar
       ithmetic
       In file included from include/linux/io.h:22,
                        from include/linux/pci.h:54,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-agp.c:24:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h: In function ‘writeq’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h:70: warning: pointer of type
       ‘void *’ used in arithmetic
       In file included from include/linux/dma-mapping.h:7,
                        from include/asm-generic/pci-dma-compat.h:7,
                        from /usr/src/linux-2.6.30/arch/x86/include/asm/pci.h:129,
                        from include/linux/pci.h:1098,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:113,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-agp.c:24:
       include/linux/highmem.h: In function ‘zero_user_segments’:
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
         cc -Wp,-MD,/tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.os-
       interface.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.3/include
       -Iinclude -Iinclude2 -I/usr/src/linux-2.6.30/include -I/usr/src/linux-2.6.30
       /arch/x86/include -include include/linux/autoconf.h   -I/tmp/selfgz6975/NVID
       IA-Linux-x86-185.18.14-pkg0/usr/src/nv -D__KERNEL__ -Wall -Wundef -Wstrict-p
       rototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-f
       unction-declaration -Os -m32 -msoft-float -mregparm=3 -freg-struct-return -m
       preferred-stack-boundary=2 -march=i686 -mtune=core2 -mtune=generic -Wa,-mtun
       e=generic32 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unwind-
       tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-stack-protector -fomit-fr
       ame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv   -I/tmp
       /selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv -Wall -Wimplicit -Wre
       turn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith
       -Wno-multichar -Werror -fno-defer-pop -MD -Wsign-comp
       are -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRI
       NG=\"185.18.14\" -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D
       "KBUILD_BASENAME=KBUILD_STR(os_interface)"  -D"KBUILD_MODNAME=KBUILD_STR(nvi
       dia)"  -c -o /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.tmp
       _os-interface.o /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/o
       s-interface.c
       In file included from include/linux/bitops.h:17,
                        from include/linux/kernel.h:15,
                        from include/linux/sched.h:52,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-interface.c:26:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘set_bitâ
       €™:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:64: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘clear_bi
       t’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:102: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘change_b
       it’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:178: warning: pointer of
       type ‘void *’ used in arithmetic
       In file included from include/linux/list.h:6,
                        from include/linux/preempt.h:11,
                        from include/linux/spinlock.h:50,
                        from include/linux/seqlock.h:29,
                        from include/linux/time.h:8,
                        from include/linux/timex.h:56,
                        from include/linux/sched.h:54,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-interface.c:26:
       include/linux/sched.h: In function ‘object_is_on_stack’:
       include/linux/sched.h:2120: warning: pointer of type ‘void *’ used in ar
       ithmetic
       In file included from include/linux/io.h:22,
                        from include/linux/pci.h:54,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-interface.c:26:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h: In function ‘writeq’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h:70: warning: pointer of type
       ‘void *’ used in arithmetic
       In file included from include/linux/dma-mapping.h:7,
                        from include/asm-generic/pci-dma-compat.h:7,
                        from /usr/src/linux-2.6.30/arch/x86/include/asm/pci.h:129,
                        from include/linux/pci.h:1098,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:113,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-interface.c:26:
       include/linux/highmem.h: In function ‘zero_user_segments’:
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
         cc -Wp,-MD,/tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.os-
       registry.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.3/include -
       Iinclude -Iinclude2 -I/usr/src/linux-2.6.30/include -I/usr/src/linux-2.6.30/
       arch/x86/include -include include/linux/autoconf.h   -I/tmp/selfgz6975/NVIDI
       A-Linux-x86-185.18.14-pkg0/usr/src/nv -D__KERNEL__ -Wall -Wundef -Wstrict-pr
       ototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-fu
       nction-declaration -Os -m32 -msoft-float -mregparm=3 -freg-struct-return -mp
       referred-stack-boundary=2 -march=i686 -mtune=core2 -mtune=generic -Wa,-mtune
       =generic32 -ffree
       standing -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -m
       no-mmx -mno-sse2 -mno-3dnow -fno-stack-protector -fomit-frame-pointer -Wdecl
       aration-after-statement -Wno-pointer-sign -fwrapv   -I/tmp/selfgz6975/NVIDIA
       -Linux-x86-185.18.14-pkg0/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch
       -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Wer
       ror -fno-defer-pop -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__
       -DMODULE -DNVRM -DNV_VERSION_STRING=\"185.18.14\" -UDEBUG -U_DEBUG -DNDEBUG
       -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_registry)"  -
       D"KBUILD_MODNAME=KBUILD_STR(nvidia)"  -c -o /tmp/selfgz6975/NVIDIA-Linux-x86
       -185.18.14-pkg0/usr/src/nv/.tmp_os-registry.o /tmp/selfgz6975/NVIDIA-Linux-x
       86-185.18.14-pkg0/usr/src/nv/os-registry.c
       In file included from include/linux/bitops.h:17,
                        from include/linux/kernel.h:15,
                        from include/linux/sched.h:52,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-registry.c:15:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘set_bitâ
       €™:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:64: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘clear_bi
       t’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:102: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘change_b
       it’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:178: warning: pointer of
       type ‘void *’ used in arithmetic
       In file included from include/linux/list.h:6,
                        from include/linux/preempt.h:11,
                        from include/linux/spinlock.h:50,
                        from include/linux/seqlock.h:29,
                        from include/linux/time.h:8,
                        from include/linux/timex.h:56,
                        from include/linux/sched.h:54,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-registry.c:15:
       include/linux/sched.h: In function ‘object_is_on_stack’:
       include/linux/sched.h:2120: warning: pointer of type ‘void *’ used in ar
       ithmetic
       In file included from include/linux/io.h:22,
                        from include/linux/pci.h:54,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-registry.c:15:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h: In function ‘writeq’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h:70: warning: pointer of type
       ‘void *’ used in arithmetic
       In file included from include/linux/dma-mapping.h:7,
                        from include/asm-generic/pci-dma-compat.h:7,
                        from /usr/src/linux-2.6.30/arch/x86/include/asm/pci.h:129,
                        from include/linux/pci.h:1098,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:113,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-registry.c:15:
       include/linux/highmem.h: In function ‘zero_user_segments’:
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
         cc -Wp,-MD,/tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.nv-
       i2c.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.3/include -Iincl
       ude -Iinclude2 -I/usr/src/linux-2.6.30/include -I/usr/src/linux-2.6.30/arch/
       x86/include -include include/linux/autoconf.h   -I/tmp/selfgz6975/NVIDIA-Lin
       ux-x86-185.18.14-pkg0/usr/src/nv -D__KERNEL__ -Wall -Wundef -Wstrict-prototy
       pes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-functio
       n-declaration -Os -m32 -msoft-float -mregparm=3 -freg-struct-return -mprefer
       red-stack-boundary=2 -march=i686 -mtune=core2 -mtune=generic -Wa,-mtune=gene
       ric32 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables
       -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-stack-protector -fomit-frame-poi
       nter -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv   -I/tmp/selfgz
       6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv -Wall -Wimplicit -Wreturn-ty
       pe -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-mu
       ltichar -Werror -fno-defer-pop -MD -Wsign-compare -Wno-cast-qual -Wno-error
       -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"185.18.14\" -UDEBUG -U_DE
       BUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv
       _i2c)"  -D"KBUILD_MODNAME=
       KBUILD_STR(nvidia)"  -c -o /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/u
       sr/src/nv/.tmp_nv-i2c.o /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/
       src/nv/nv-i2c.c
       In file included from include/linux/bitops.h:17,
                        from include/linux/kernel.h:15,
                        from include/linux/sched.h:52,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-i2c.c:8:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘set_bitâ
       €™:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:64: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘clear_bi
       t’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:102: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘change_b
       it’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:178: warning: pointer of
       type ‘void *’ used in arithmetic
       In file included from include/linux/list.h:6,
                        from include/linux/preempt.h:11,
                        from include/linux/spinlock.h:50,
                        from include/linux/seqlock.h:29,
                        from include/linux/time.h:8,
                        from include/linux/timex.h:56,
                        from include/linux/sched.h:54,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-i2c.c:8:
       include/linux/sched.h: In function ‘object_is_on_stack’:
       include/linux/sched.h:2120: warning: pointer of type ‘void *’ used in ar
       ithmetic
       In file included from include/linux/io.h:22,
                        from include/linux/pci.h:54,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-i2c.c:8:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h: In function ‘writeq’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h:70: warning: pointer of type
       ‘void *’ used in arithmetic
       In file included from include/linux/dma-mapping.h:7,
                        from include/asm-generic/pci-dma-compat.h:7,
                        from /usr/src/linux-2.6.30/arch/x86/include/asm/pci.h:129,
                        from include/linux/pci.h:1098,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:113,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-i2c.c:8:
       include/linux/highmem.h: In function ‘zero_user_segments’:
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
         cc -Wp,-MD,/tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.nva
       cpi.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.3/include -Iincl
       ude -Iinclude2 -I/usr/src/linux-2.6.30/include -I/usr/src/linux-2.6.30/arch/
       x86/include -include include/linux/autoconf.h   -I/tmp/selfgz6975/NVIDIA-Lin
       ux-x86-185.18.14-pkg0/usr/src/nv -D__KERNEL__ -Wall -Wundef -Wstrict-prototy
       pes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-functio
       n-declaration -Os -m32 -msoft-float -mregparm=3 -freg-struct-return -mprefer
       red-stack-boundary=2 -march=i686 -mtune=core2 -mtune=generic -Wa,-mtune=gene
       ric32 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables
       -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-stack-protector -fomit-frame-poi
       nter -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv   -I/tmp/selfgz
       6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv -Wall -W
       implicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wp
       ointer-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.14\" -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BA
       SENAME=KBUILD_STR(nvacpi)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)"  -c -o /tm
       p/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.tmp_nvacpi.o /tmp/s
       elfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/nvacpi.c
       In file included from include/linux/bitops.h:17,
                        from include/linux/kernel.h:15,
                        from include/linux/sched.h:52,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nvacpi.c:15:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘set_bitâ
       €™:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:64: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘clear_bi
       t’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:102: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘change_b
       it’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:178: warning: pointer of
       type ‘void *’ used in arithmetic
       In file included from include/linux/list.h:6,
                        from include/linux/preempt.h:11,
                        from include/linux/spinlock.h:50,
                        from include/linux/seqlock.h:29,
                        from include/linux/time.h:8,
                        from include/linux/timex.h:56,
                        from include/linux/sched.h:54,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nvacpi.c:15:
       include/linux/sched.h: In function ‘object_is_on_stack’:
       include/linux/sched.h:2120: warning: pointer of type ‘void *’ used in ar
       ithmetic
       In file included from include/linux/io.h:22,
                        from include/linux/pci.h:54,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nvacpi.c:15:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h: In function ‘writeq’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h:70: warning: pointer of type
       ‘void *’ used in arithmetic
       In file included from include/linux/dma-mapping.h:7,
                        from include/asm-generic/pci-dma-compat.h:7,
                        from /usr/src/linux-2.6.30/arch/x86/include/asm/pci.h:129,
                        from include/linux/pci.h:1098,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:113,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nvacpi.c:15:
       include/linux/highmem.h: In function ‘zero_user_segments’:
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
         ld -m elf_i386   -r -o /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr
       /src/nv/nvidia.o /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/
       nv-kernel.o /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/nv.o
       /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/nv-vm.o /tmp/self
       gz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/os-agp.o /tmp/selfgz6975/N
       VIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/os-interface.o /tmp/selfgz6975/NVI
       DIA-Linux-x86-185.18.14-pkg0/usr/src/nv/os-registry.o /tmp/selfgz6975/NVIDIA
       -Linu
       x-x86-185.18.14-pkg0/usr/src/nv/nv-i2c.o /tmp/selfgz6975/NVIDIA-Linux-x86-18
       5.18.14-pkg0/usr/src/nv/nvacpi.o
       (cat /dev/null;   echo kernel//tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg
       0/usr/src/nv/nvidia.ko;) > /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/u
       sr/src/nv/modules.order
       make -f /usr/src/linux-2.6.30/scripts/Makefile.modpost
         scripts/mod/modpost -m  -i /usr/src/linux-2.6.30/Module.symvers -I /tmp/se
       lfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/Module.symvers  -o /tmp/
       selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/Module.symvers -S   -w
        -s
         cc -Wp,-MD,/tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.nvi
       dia.mod.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.3/include -I
       include -Iinclude2 -I/usr/src/linux-2.6.30/include -I/usr/src/linux-2.6.30/a
       rch/x86/include -include include/linux/autoconf.h   -I/tmp/selfgz6975/NVIDIA
       -Linux-x86-185.18.14-pkg0/usr/src/nv -D__KERNEL__ -Wall -Wundef -Wstrict-pro
       totypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implic
       it-function-declaration -Os -m32 -msoft-float -mregparm=3 -freg-struct-retur
       n -mpreferred-stack-boundary=2 -march=i686 -mtune=core2 -mtune=generic -Wa,-
       mtune=generic32 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unw
       ind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-stack-protector -fomi
       t-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv   -I
       /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv -Wall -Wimplicit
       -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-ar
       ith -Wno-multichar -Werror -fno-defer-pop -MD -Wsign-compare -Wno-cast-qual
       -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"185.18.14\" -U
       DEBUG -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/sel
       fgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/nvidia.mod.o /tmp/selfgz6
       975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/nvidia.mod.c
       In file included from include/linux/bitops.h:17,
                        from /usr/src/linux-2.6.30/arch/x86/include/asm/cpufeature.
       h:168,
                        from /usr/src/linux-2.6.30/arch/x86/include/asm/processor.h
       :16,
                        from include/linux/prefetch.h:14,
                        from include/linux/list.h:6,
                        from include/linux/module.h:9,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nvidia.mod.c:1:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘set_bitâ
       €™:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:64: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘clear_bi
       t’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:102: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘change_b
       it’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:178: warning: pointer of
       type ‘void *’ used in arithmetic
       In file included from include/linux/list.h:6,
                        from include/linux/module.h:9,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/selfgz6975/NVIDIA-Linux-x86-185.18.1
       4-pkg0/usr/src/nv/nvidia.ko /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/
       usr/src/nv/nvidia.o /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/
       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 No such device
    -> Kernel messages:
       [   53.449134] wlan0: associate with AP 00:0c:41:a0:59:9a
       [   53.649064] wlan0: associate with AP 00:0c:41:a0:59:9a
       [   53.651391] wlan0: RX AssocResp from 00:0c:41:a0:59:9a (capab=0x5
       status=12 aid=0)
       [   53.651401] wlan0: AP denied association (code=12)
       [   53.849063] wlan0: associate with AP 00:0c:41:a0:59:9a
       [   54.049071] wlan0: association with AP 00:0c:41:a0:59:9a timed out
       [   78.101849] wlan0: authenticate with AP 00:1b:11:62:06:bf
       [   78.103812] wlan0: authenticated
       [   78.103827] wlan0: associate with AP 00:1b:11:62:06:bf
       [   78.107416] wlan0: RX AssocResp from 00:1b:11:62:06:bf (capab=0x431
       status=0 aid=2)
       [   78.107431] wlan0: associated
       [  280.760763] [drm:i915_get_vblank_counter] *ERROR* trying to get vblank
       count for disabled pipe 0
       [  319.112571] wlan0: disassociating by local choice (reason=3)
       [  408.071246] wlan0: authenticate with AP 00:1b:11:62:06:bf
       [  408.080915] wlan0: authenticate with AP 00:1b:11:62:06:bf
       [  408.090661] wlan0: authenticate with AP 00:1b:11:62:06:bf
       [  408.092673] wlan0: authenticated
       [  408.092683] wlan0: associate with AP 00:1b:11:62:06:bf
       [  408.096747] wlan0: RX AssocResp from 00:1b:11:62:06:bf (capab=0x431
       status=0 aid=2)
       [  408.096757] wlan0: associated
       [  507.309355] [drm:i915_get_vblank_counter] *ERROR* trying to get vblank
       count for disabled pipe 0
       [  511.303898] mtrr: no MTRR for d0000000,10000000 found
       [  577.982212] nvidia: module license 'NVIDIA' taints kernel.
       [  577.982220] Disabling lock debugging due to kernel taint
       [  577.994811] NVRM: No NVIDIA graphics adapter found!
    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.nvidia-installer log file '/var/log/nvidia-installer.log'
    creation time: Fri Jun 12 23:48:15 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
    WARNING: You do not appear to have an NVIDIA GPU supported by the 185.18.14
             NVIDIA Linux graphics driver installed in this system.  For further
             details, please see the appendix SUPPORTED NVIDIA GRAPHICS CHIPS in
             the README available on the Linux driver download page at
             www.nvidia.com.
    -> License accepted.
    -> Installing NVIDIA driver version 185.18.14.
    -> 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".
    -> Kernel source path: '/lib/modules/2.6.30/source'
    -> Kernel output path: '/lib/modules/2.6.30/build'
    -> 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=/lib/modules/2.6.30/source S
       YSOUT=/lib/modules/2.6.30/build'...
       NVIDIA: calling KBUILD...
       make CC=cc KBUILD_OUTPUT=/lib/modules/2.6.30/build KBUILD_VERBOSE=1 -C /lib/
       modules/2.6.30/source SUBDIRS=/tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg
       0/usr/src/nv modules
       make -C /lib/modules/2.6.30/build \
       	KBUILD_SRC=/usr/src/linux-2.6.30 \
       	KBUILD_EXTMOD="/tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv"
       -f /usr/src/linux-2.6.30/Makefile \
       	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/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.tmp_ver
       sions ; rm -f /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.tm
       p_versions/*
       make -f /usr/src/linux-2.6.30/scripts/Makefile.build obj=/tmp/selfgz6975/NVI
       DIA-Linux-x86-185.18.14-pkg0/usr/src/nv
         cc -Wp,-MD,/tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.nv.
       o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.3/include -Iinclude
       -Iinclude2 -I/usr/src/linux-2.6.30/include -I/usr/src/linux-2.6.30/arch/x86/
       include -include include/linux/autoconf.h   -I/tmp/selfgz6975/NVIDIA-Linux-x
       86-185.18.14-pkg0/usr/src/nv -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes
       -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-de
       claration -Os -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-
       stack-boundary=2 -march=i686 -mtune=core2 -mtune=generic -Wa,-mtune=generic3
       2 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mn
       o-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-stack-protector -fomit-frame-pointe
       r -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv   -I/tmp/selfgz697
       5/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv -Wall -Wimplicit -Wreturn-type
       -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multi
       char -Werror -fno-defer-pop -MD -Wsign-compare
       -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\
       "185.18.14\" -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBU
       ILD_BASENAME=KBUILD_STR(nv)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)"  -c -o /
       tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.tmp_nv.o /tmp/sel
       fgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/nv.c
       In file included from include/linux/bitops.h:17,
                        from include/linux/kernel.h:15,
                        from include/linux/sched.h:52,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv.c:14:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘set_bitâ
       €™:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:64: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘clear_bi
       t’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:102: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘change_b
       it’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:178: warning: pointer of
       type ‘void *’ used in arithmetic
       In file included from include/linux/list.h:6,
                        from include/linux/preempt.h:11,
                        from include/linux/spinlock.h:50,
                        from include/linux/seqlock.h:29,
                        from include/linux/time.h:8,
                        from include/linux/timex.h:56,
                        from include/linux/sched.h:54,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv.c:14:
       include/linux/sched.h: In function ‘object_is_on_stack’:
       include/linux/sched.h:2120: warning: pointer of type ‘void *’ used in ar
       ithmetic
       In file included from include/linux/io.h:22,
                        from include/linux/pci.h:54,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv.c:14:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h: In function ‘writeq’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h:70: warning: pointer of type
       ‘void *’ used in arithmetic
       In file included from include/linux/dma-mapping.h:7,
                        from include/asm-generic/pci-dma-compat.h:7,
                        from /usr/src/linux-2.6.30/arch/x86/include/asm/pci.h:129,
                        from include/linux/pci.h:1098,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/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 arithmetic
       In file included from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:113,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv.c:14:
       include/linux/highmem.h: In function ‘zero_user_segments’:
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
         cc -Wp,-MD,/tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.nv-
       vm.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.3/include -Iinclu
       de -Iinclude2 -I/usr/src/linux-2.6.30/include -I/usr/src/linux-2.6.30/arch/x
       86/include -include include/linux/autoconf.h   -I/tmp/selfgz6975/NVIDIA-Linu
       x-x86-185.18.14-pkg0/usr/src/nv -D__KERNEL__ -Wall -Wundef -Wstrict-prototyp
       es -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function
       -declaration -Os -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferr
       ed-stack-boundary=2 -march=i686 -mtune=core2 -mtune=generic -Wa,-mtune=gener
       ic32 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables
       -mno-sse -mno-mmx -mno-sse2 -mno-3d
       now -fno-stack-protector -fomit-frame-pointer -Wdeclaration-after-statement
       -Wno-pointer-sign -fwrapv   -I/tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg
       0/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscri
       pts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -fno-defer-pop -MD
       -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_V
       ERSION_STRING=\"185.18.14\" -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_ST
       R(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_vm)"  -D"KBUILD_MODNAME=KBUILD_STR
       (nvidia)"  -c -o /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/
       .tmp_nv-vm.o /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/nv-v
       m.c
       In file included from include/linux/bitops.h:17,
                        from include/linux/kernel.h:15,
                        from include/linux/sched.h:52,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-vm.c:14:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘set_bitâ
       €™:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:64: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘clear_bi
       t’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:102: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘change_b
       it’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:178: warning: pointer of
       type ‘void *’ used in arithmetic
       In file included from include/linux/list.h:6,
                        from include/linux/preempt.h:11,
                        from include/linux/spinlock.h:50,
                        from include/linux/seqlock.h:29,
                        from include/linux/time.h:8,
                        from include/linux/timex.h:56,
                        from include/linux/sched.h:54,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-vm.c:14:
       include/linux/sched.h: In function ‘object_is_on_stack’:
       include/linux/sched.h:2120: warning: pointer of type ‘void *’ used in ar
       ithmetic
       In file included from include/linux/io.h:22,
                        from include/linux/pci.h:54,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-vm.c:14:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h: In function ‘writeq’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h:70: warning: pointer of type
       ‘void *’ used in arithmetic
       In file included from include/linux/dma-mapping.h:7,
                        from include/asm-generic/pci-dma-compat.h:7,
                        from /usr/src/linux-2.6.30/arch/x86/include/asm/pci.h:129,
                        from include/linux/pci.h:1098,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/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 arithmetic
       In file included from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:113,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-vm.c:14:
       include/linux/highmem.h: In function ‘zero_user_segments’:
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
         cc -Wp,-MD,/tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.os-
       agp.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.3/include -Iincl
       ude -Iinclude2 -I/usr/src/linux-2.6.30/include -I/usr/src/linux-2.6.30/arch/
       x86/include -include include/linux/autoconf.h   -I/tmp/selfgz6975/NVIDIA-Lin
       ux-x86-185.18.14-pkg0/usr/src/nv -D__KERNEL__ -Wall -Wundef -Wstrict-
       prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-
       function-declaration -Os -m32 -msoft-float -mregparm=3 -freg-struct-return -
       mpreferred-stack-boundary=2 -march=i686 -mtune=core2 -mtune=generic -Wa,-mtu
       ne=generic32 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unwind
       -tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-stack-protector -fomit-f
       rame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv   -I/tm
       p/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv -Wall -Wimplicit -Wr
       eturn-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.14\" -UDEBU
       G -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD
       _STR(os_agp)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)"  -c -o /tmp/selfgz6975/
       NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.tmp_os-agp.o /tmp/selfgz6975/NVI
       DIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-agp.c
       In file included from include/linux/bitops.h:17,
                        from include/linux/kernel.h:15,
                        from include/linux/sched.h:52,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-agp.c:24:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘set_bitâ
       €™:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:64: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘clear_bi
       t’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:102: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘change_b
       it’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:178: warning: pointer of
       type ‘void *’ used in arithmetic
       In file included from include/linux/list.h:6,
                        from include/linux/preempt.h:11,
                        from include/linux/spinlock.h:50,
                        from include/linux/seqlock.h:29,
                        from include/linux/time.h:8,
                        from include/linux/timex.h:56,
                        from include/linux/sched.h:54,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-agp.c:24:
       include/linux/sched.h: In function ‘object_is_on_stack’:
       include/linux/sched.h:2120: warning: pointer of type ‘void *’ used in ar
       ithmetic
       In file included from include/linux/io.h:22,
                        from include/linux/pci.h:54,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-agp.c:24:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h: In function ‘writeq’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h:70: warning: pointer of type
       ‘void *’ used in arithmetic
       In file included from include/linux/dma-mapping.h:7,
                        from include/asm-generic/pci-dma-compat.h:7,
                        from /usr/src/linux-2.6.30/arch/x86/include/asm/pci.h:129,
                        from include/linux/pci.h:1098,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:113,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-agp.c:24:
       include/linux/highmem.h: In function ‘zero_user_segments’:
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
         cc -Wp,-MD,/tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.os-
       interface.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.3/include
       -Iinclude -Iinclude2 -I/usr/src/linux-2.6.30/include -I/usr/src/linux-2.6.30
       /arch/x86/include -include include/linux/autoconf.h   -I/tmp/selfgz6975/NVID
       IA-Linux-x86-185.18.14-pkg0/usr/src/nv -D__KERNEL__ -Wall -Wundef -Wstrict-p
       rototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-f
       unction-declaration -Os -m32 -msoft-float -mregparm=3 -freg-struct-return -m
       preferred-stack-boundary=2 -march=i686 -mtune=core2 -mtune=generic -Wa,-mtun
       e=generic32 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unwind-
       tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-stack-protector -fomit-fr
       ame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv   -I/tmp
       /selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv -Wall -Wimplicit -Wre
       turn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith
       -Wno-multichar -Werror -fno-defer-pop -MD -Wsign-comp
       are -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRI
       NG=\"185.18.14\" -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D
       "KBUILD_BASENAME=KBUILD_STR(os_interface)"  -D"KBUILD_MODNAME=KBUILD_STR(nvi
       dia)"  -c -o /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.tmp
       _os-interface.o /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/o
       s-interface.c
       In file included from include/linux/bitops.h:17,
                        from include/linux/kernel.h:15,
                        from include/linux/sched.h:52,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-interface.c:26:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘set_bitâ
       €™:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:64: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘clear_bi
       t’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:102: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘change_b
       it’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:178: warning: pointer of
       type ‘void *’ used in arithmetic
       In file included from include/linux/list.h:6,
                        from include/linux/preempt.h:11,
                        from include/linux/spinlock.h:50,
                        from include/linux/seqlock.h:29,
                        from include/linux/time.h:8,
                        from include/linux/timex.h:56,
                        from include/linux/sched.h:54,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-interface.c:26:
       include/linux/sched.h: In function ‘object_is_on_stack’:
       include/linux/sched.h:2120: warning: pointer of type ‘void *’ used in ar
       ithmetic
       In file included from include/linux/io.h:22,
                        from include/linux/pci.h:54,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-interface.c:26:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h: In function ‘writeq’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h:70: warning: pointer of type
       ‘void *’ used in arithmetic
       In file included from include/linux/dma-mapping.h:7,
                        from include/asm-generic/pci-dma-compat.h:7,
                        from /usr/src/linux-2.6.30/arch/x86/include/asm/pci.h:129,
                        from include/linux/pci.h:1098,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:113,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-interface.c:26:
       include/linux/highmem.h: In function ‘zero_user_segments’:
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
         cc -Wp,-MD,/tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.os-
       registry.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.3/include -
       Iinclude -Iinclude2 -I/usr/src/linux-2.6.30/include -I/usr/src/linux-2.6.30/
       arch/x86/include -include include/linux/autoconf.h   -I/tmp/selfgz6975/NVIDI
       A-Linux-x86-185.18.14-pkg0/usr/src/nv -D__KERNEL__ -Wall -Wundef -Wstrict-pr
       ototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-fu
       nction-declaration -Os -m32 -msoft-float -mregparm=3 -freg-struct-return -mp
       referred-stack-boundary=2 -march=i686 -mtune=core2 -mtune=generic -Wa,-mtune
       =generic32 -ffree
       standing -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -m
       no-mmx -mno-sse2 -mno-3dnow -fno-stack-protector -fomit-frame-pointer -Wdecl
       aration-after-statement -Wno-pointer-sign -fwrapv   -I/tmp/selfgz6975/NVIDIA
       -Linux-x86-185.18.14-pkg0/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch
       -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Wer
       ror -fno-defer-pop -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__
       -DMODULE -DNVRM -DNV_VERSION_STRING=\"185.18.14\" -UDEBUG -U_DEBUG -DNDEBUG
       -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_registry)"  -
       D"KBUILD_MODNAME=KBUILD_STR(nvidia)"  -c -o /tmp/selfgz6975/NVIDIA-Linux-x86
       -185.18.14-pkg0/usr/src/nv/.tmp_os-registry.o /tmp/selfgz6975/NVIDIA-Linux-x
       86-185.18.14-pkg0/usr/src/nv/os-registry.c
       In file included from include/linux/bitops.h:17,
                        from include/linux/kernel.h:15,
                        from include/linux/sched.h:52,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-registry.c:15:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘set_bitâ
       €™:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:64: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘clear_bi
       t’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:102: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘change_b
       it’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:178: warning: pointer of
       type ‘void *’ used in arithmetic
       In file included from include/linux/list.h:6,
                        from include/linux/preempt.h:11,
                        from include/linux/spinlock.h:50,
                        from include/linux/seqlock.h:29,
                        from include/linux/time.h:8,
                        from include/linux/timex.h:56,
                        from include/linux/sched.h:54,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-registry.c:15:
       include/linux/sched.h: In function ‘object_is_on_stack’:
       include/linux/sched.h:2120: warning: pointer of type ‘void *’ used in ar
       ithmetic
       In file included from include/linux/io.h:22,
                        from include/linux/pci.h:54,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-registry.c:15:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h: In function ‘writeq’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h:70: warning: pointer of type
       ‘void *’ used in arithmetic
       In file included from include/linux/dma-mapping.h:7,
                        from include/asm-generic/pci-dma-compat.h:7,
                        from /usr/src/linux-2.6.30/arch/x86/include/asm/pci.h:129,
                        from include/linux/pci.h:1098,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:113,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/os-registry.c:15:
       include/linux/highmem.h: In function ‘zero_user_segments’:
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
         cc -Wp,-MD,/tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.nv-
       i2c.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.3/include -Iincl
       ude -Iinclude2 -I/usr/src/linux-2.6.30/include -I/usr/src/linux-2.6.30/arch/
       x86/include -include include/linux/autoconf.h   -I/tmp/selfgz6975/NVIDIA-Lin
       ux-x86-185.18.14-pkg0/usr/src/nv -D__KERNEL__ -Wall -Wundef -Wstrict-prototy
       pes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-functio
       n-declaration -Os -m32 -msoft-float -mregparm=3 -freg-struct-return -mprefer
       red-stack-boundary=2 -march=i686 -mtune=core2 -mtune=generic -Wa,-mtune=gene
       ric32 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables
       -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-stack-protector -fomit-frame-poi
       nter -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv   -I/tmp/selfgz
       6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv -Wall -Wimplicit -Wreturn-ty
       pe -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-mu
       ltichar -Werror -fno-defer-pop -MD -Wsign-compare -Wno-cast-qual -Wno-error
       -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"185.18.14\" -UDEBUG -U_DE
       BUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv
       _i2c)"  -D"KBUILD_MODNAME=
       KBUILD_STR(nvidia)"  -c -o /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/u
       sr/src/nv/.tmp_nv-i2c.o /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/
       src/nv/nv-i2c.c
       In file included from include/linux/bitops.h:17,
                        from include/linux/kernel.h:15,
                        from include/linux/sched.h:52,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-i2c.c:8:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘set_bitâ
       €™:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:64: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘clear_bi
       t’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:102: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘change_b
       it’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:178: warning: pointer of
       type ‘void *’ used in arithmetic
       In file included from include/linux/list.h:6,
                        from include/linux/preempt.h:11,
                        from include/linux/spinlock.h:50,
                        from include/linux/seqlock.h:29,
                        from include/linux/time.h:8,
                        from include/linux/timex.h:56,
                        from include/linux/sched.h:54,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-i2c.c:8:
       include/linux/sched.h: In function ‘object_is_on_stack’:
       include/linux/sched.h:2120: warning: pointer of type ‘void *’ used in ar
       ithmetic
       In file included from include/linux/io.h:22,
                        from include/linux/pci.h:54,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-i2c.c:8:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h: In function ‘writeq’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h:70: warning: pointer of type
       ‘void *’ used in arithmetic
       In file included from include/linux/dma-mapping.h:7,
                        from include/asm-generic/pci-dma-compat.h:7,
                        from /usr/src/linux-2.6.30/arch/x86/include/asm/pci.h:129,
                        from include/linux/pci.h:1098,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:113,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-i2c.c:8:
       include/linux/highmem.h: In function ‘zero_user_segments’:
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
         cc -Wp,-MD,/tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.nva
       cpi.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.3/include -Iincl
       ude -Iinclude2 -I/usr/src/linux-2.6.30/include -I/usr/src/linux-2.6.30/arch/
       x86/include -include include/linux/autoconf.h   -I/tmp/selfgz6975/NVIDIA-Lin
       ux-x86-185.18.14-pkg0/usr/src/nv -D__KERNEL__ -Wall -Wundef -Wstrict-prototy
       pes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-functio
       n-declaration -Os -m32 -msoft-float -mregparm=3 -freg-struct-return -mprefer
       red-stack-boundary=2 -march=i686 -mtune=core2 -mtune=generic -Wa,-mtune=gene
       ric32 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables
       -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-stack-protector -fomit-frame-poi
       nter -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv   -I/tmp/selfgz
       6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv -Wall -W
       implicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wp
       ointer-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.14\" -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BA
       SENAME=KBUILD_STR(nvacpi)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)"  -c -o /tm
       p/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.tmp_nvacpi.o /tmp/s
       elfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/nvacpi.c
       In file included from include/linux/bitops.h:17,
                        from include/linux/kernel.h:15,
                        from include/linux/sched.h:52,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nvacpi.c:15:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘set_bitâ
       €™:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:64: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘clear_bi
       t’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:102: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘change_b
       it’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:178: warning: pointer of
       type ‘void *’ used in arithmetic
       In file included from include/linux/list.h:6,
                        from include/linux/preempt.h:11,
                        from include/linux/spinlock.h:50,
                        from include/linux/seqlock.h:29,
                        from include/linux/time.h:8,
                        from include/linux/timex.h:56,
                        from include/linux/sched.h:54,
                        from include/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/linux/utsname.h:35,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:19,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nvacpi.c:15:
       include/linux/sched.h: In function ‘object_is_on_stack’:
       include/linux/sched.h:2120: warning: pointer of type ‘void *’ used in ar
       ithmetic
       In file included from include/linux/io.h:22,
                        from include/linux/pci.h:54,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nvacpi.c:15:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h: In function ‘writeq’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/io.h:70: warning: pointer of type
       ‘void *’ used in arithmetic
       In file included from include/linux/dma-mapping.h:7,
                        from include/asm-generic/pci-dma-compat.h:7,
                        from /usr/src/linux-2.6.30/arch/x86/include/asm/pci.h:129,
                        from include/linux/pci.h:1098,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:86,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nv-linux.h:113,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nvacpi.c:15:
       include/linux/highmem.h: In function ‘zero_user_segments’:
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:147: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
       include/linux/highmem.h:150: warning: pointer of type ‘void *’ used in a
       rithmetic
         ld -m elf_i386   -r -o /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr
       /src/nv/nvidia.o /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/
       nv-kernel.o /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/nv.o
       /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/nv-vm.o /tmp/self
       gz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/os-agp.o /tmp/selfgz6975/N
       VIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/os-interface.o /tmp/selfgz6975/NVI
       DIA-Linux-x86-185.18.14-pkg0/usr/src/nv/os-registry.o /tmp/selfgz6975/NVIDIA
       -Linu
       x-x86-185.18.14-pkg0/usr/src/nv/nv-i2c.o /tmp/selfgz6975/NVIDIA-Linux-x86-18
       5.18.14-pkg0/usr/src/nv/nvacpi.o
       (cat /dev/null;   echo kernel//tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg
       0/usr/src/nv/nvidia.ko;) > /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/u
       sr/src/nv/modules.order
       make -f /usr/src/linux-2.6.30/scripts/Makefile.modpost
         scripts/mod/modpost -m  -i /usr/src/linux-2.6.30/Module.symvers -I /tmp/se
       lfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/Module.symvers  -o /tmp/
       selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/Module.symvers -S   -w
        -s
         cc -Wp,-MD,/tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/.nvi
       dia.mod.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.3/include -I
       include -Iinclude2 -I/usr/src/linux-2.6.30/include -I/usr/src/linux-2.6.30/a
       rch/x86/include -include include/linux/autoconf.h   -I/tmp/selfgz6975/NVIDIA
       -Linux-x86-185.18.14-pkg0/usr/src/nv -D__KERNEL__ -Wall -Wundef -Wstrict-pro
       totypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implic
       it-function-declaration -Os -m32 -msoft-float -mregparm=3 -freg-struct-retur
       n -mpreferred-stack-boundary=2 -march=i686 -mtune=core2 -mtune=generic -Wa,-
       mtune=generic32 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unw
       ind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-stack-protector -fomi
       t-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv   -I
       /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv -Wall -Wimplicit
       -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-ar
       ith -Wno-multichar -Werror -fno-defer-pop -MD -Wsign-compare -Wno-cast-qual
       -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"185.18.14\" -U
       DEBUG -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/sel
       fgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/nvidia.mod.o /tmp/selfgz6
       975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/nv/nvidia.mod.c
       In file included from include/linux/bitops.h:17,
                        from /usr/src/linux-2.6.30/arch/x86/include/asm/cpufeature.
       h:168,
                        from /usr/src/linux-2.6.30/arch/x86/include/asm/processor.h
       :16,
                        from include/linux/prefetch.h:14,
                        from include/linux/list.h:6,
                        from include/linux/module.h:9,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/nv/nvidia.mod.c:1:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘set_bitâ
       €™:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:64: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘clear_bi
       t’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:102: warning: pointer of
       type ‘void *’ used in arithmetic
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h: In function ‘change_b
       it’:
       /usr/src/linux-2.6.30/arch/x86/include/asm/bitops.h:178: warning: pointer of
       type ‘void *’ used in arithmetic
       In file included from include/linux/list.h:6,
                        from include/linux/module.h:9,
                        from /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/sr
       c/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/selfgz6975/NVIDIA-Linux-x86-185.18.1
       4-pkg0/usr/src/nv/nvidia.ko /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/
       usr/src/nv/nvidia.o /tmp/selfgz6975/NVIDIA-Linux-x86-185.18.14-pkg0/usr/src/
       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 No such device
    -> Kernel messages:
       [   53.449134] wlan0: associate with AP 00:0c:41:a0:59:9a
       [   53.649064] wlan0: associate with AP 00:0c:41:a0:59:9a
       [   53.651391] wlan0: RX AssocResp from 00:0c:41:a0:59:9a (capab=0x5
       status=12 aid=0)
       [   53.651401] wlan0: AP denied association (code=12)
       [   53.849063] wlan0: associate with AP 00:0c:41:a0:59:9a
       [   54.049071] wlan0: association with AP 00:0c:41:a0:59:9a timed out
       [   78.101849] wlan0: authenticate with AP 00:1b:11:62:06:bf
       [   78.103812] wlan0: authenticated
       [   78.103827] wlan0: associate with AP 00:1b:11:62:06:bf
       [   78.107416] wlan0: RX AssocResp from 00:1b:11:62:06:bf (capab=0x431
       status=0 aid=2)
       [   78.107431] wlan0: associated
       [  280.760763] [drm:i915_get_vblank_counter] *ERROR* trying to get vblank
       count for disabled pipe 0
       [  319.112571] wlan0: disassociating by local choice (reason=3)
       [  408.071246] wlan0: authenticate with AP 00:1b:11:62:06:bf
       [  408.080915] wlan0: authenticate with AP 00:1b:11:62:06:bf
       [  408.090661] wlan0: authenticate with AP 00:1b:11:62:06:bf
       [  408.092673] wlan0: authenticated
       [  408.092683] wlan0: associate with AP 00:1b:11:62:06:bf
       [  408.096747] wlan0: RX AssocResp from 00:1b:11:62:06:bf (capab=0x431
       status=0 aid=2)
       [  408.096757] wlan0: associated
       [  507.309355] [drm:i915_get_vblank_counter] *ERROR* trying to get vblank
       count for disabled pipe 0
       [  511.303898] mtrr: no MTRR for d0000000,10000000 found
       [  577.982212] nvidia: module license 'NVIDIA' taints kernel.
       [  577.982220] Disabling lock debugging due to kernel taint
       [  577.994811] NVRM: No NVIDIA graphics adapter found!
    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.
     
  26. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    Hmmm.. It doesn't look like the build is failing, it looks like it's refusing to load the module...

    The first obvious thing is to make sure you're not on intel graphics, I've done this myself before trying to install NVIDIA :p

    The other thing is to make sure your system is up to date.

    lspci | grep -i nvidia should return the card. If not there's something very weird going on, or you're on intel graphics.

    Edit: Sorry I am getting tired... I should've spotted this:
    Code:
    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
       .";	\
    So looks like your kernel sources are not configured right... did you follow the guide properly? As long as the kernel is running fine you can just do what it says (make oldconfig) and it should hopefully work... if not let me know :)
     
  27. james-

    james- Notebook Consultant

    Reputations:
    35
    Messages:
    119
    Likes Received:
    0
    Trophy Points:
    30
    im on it right now so I'm guessing it worked properly
    I saw that too tried it and still fails... also
    lspci | grep -i nvidia returns absolutely nothing

    and yeah I am on intel graphics but i don't know how to get them off..., i've even tried killing gdm andit still doesn't work
     
  28. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    If you're on intel just flip the switch on the left rear side of the case to the forward (on position) and reboot... it will show up then.
     
  29. james-

    james- Notebook Consultant

    Reputations:
    35
    Messages:
    119
    Likes Received:
    0
    Trophy Points:
    30
    I've always wondered what that switch was...
     
  30. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    Yea it's the graphics switch, off (back position) is for intel graphics, on (forward) is for nvidia. It unfortunately requires a reboot (even in windows) to switch between the GPUs. You won't be able to install the NVIDIA drivers using the intel setting, since the GPU effectively disappears. :)
     
  31. james-

    james- Notebook Consultant

    Reputations:
    35
    Messages:
    119
    Likes Received:
    0
    Trophy Points:
    30
    btw 185.19 is out :)
     
  32. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    Ya I was wondering about that since u mentioned it, thanks! It's not on the nvnews post, they must have forgotten. Just like they forgot to update the RSS feed for 2.6.30 so I was a day late with that lol!
     
  33. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    Oh no I am getting the same problem I had with an earlier release (forget which exactly), repeated errors blah 'has no member named owner' on 185.19

    Edit: Snipped the rest of this post since it's irrelevant now.
     
  34. james-

    james- Notebook Consultant

    Reputations:
    35
    Messages:
    119
    Likes Received:
    0
    Trophy Points:
    30
    wow its been a while since that error in nvidia drivers... lol
     
  35. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    I should have checked the date on that driver; 185.19 is older than 184.18.14... Thank you NVIDIA for nonsensical version numbers. Sorry for any confusion, I hope it's cleared up now.

    Edit: Added some stuff to the resume issues section.

    Edit 2: I have lost power to my web server and it is on battery backup. I am not sure how long it will last so I am attaching a zip file with all of the stuff from page 1 until mains power is restored.

    Edit 3: Power restored, zip file removed.
     
  36. marco1475

    marco1475 Notebook Enthusiast

    Reputations:
    6
    Messages:
    20
    Likes Received:
    0
    Trophy Points:
    5
    Hi,

    So I am progressing in my configuration of Gentoo and now I'm trying to get power management to work. ACPI is enabled and works, however, for some reason I am missing /proc/acpi/battery. I also looked into the BIOS and other than screen dimming I couldn't find any power management options whatsoever.

    Are you guys getting battery info (capacity, AC plugged in?, ...) and if so, where from?

    Thanks.
     
  37. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    Yah sure here is my /proc/acpi/battery/BAT0/info
    Code:
    present:                 yes
    design capacity:         51260 mWh
    last full capacity:      45672 mWh
    battery technology:      rechargeable
    design voltage:          11100 mV
    design capacity warning: 5126 mWh
    design capacity low:     506 mWh
    capacity granularity 1:  506 mWh
    capacity granularity 2:  506 mWh
    model number:            <a>N10[/URL]--24
    serial number:           
    battery type:            LIon
    OEM info:                ASUSTEK
    
    Here is my lsmod:
    Code:
    Module                  Size  Used by
    usb_storage            48116  0
    binfmt_misc             6948  1
    nvidia               9325436  1
    i2c_core               20824  1 nvidia
    bridge                 39796  0
    stp                     2056  1 bridge
    llc                     5432  2 bridge,stp
    bnep                   10572  2
    sco                     8844  2
    rfcomm                 31500  4
    l2cap                  19168  16 bnep,rfcomm
    acpi_cpufreq            7568  0
    cpufreq_powersave       1208  0
    cpufreq_stats           3564  0
    cpufreq_conservative     6460  0
    cpufreq_ondemand        6440  2
    cpufreq_userspace       2592  0
    freq_table              3964  3 acpi_cpufreq,cpufreq_stats,cpufreq_ondemand
    nls_utf8                1424  1
    nls_cp437               5252  1
    vfat                    8960  1
    fat                    42636  1 vfat
    nls_base                6352  4 nls_utf8,nls_cp437,vfat,fat
    fuse                   46908  1
    loop                   13164  0
    snd_hda_codec_nvhdmi     4060  1
    snd_hda_codec_realtek   178424  1
    arc4                    1504  2
    ecb                     2312  2
    snd_hda_intel          22348  2
    joydev                  8688  0
    snd_hda_codec          58140  3 snd_hda_codec_nvhdmi,snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep               6040  1 snd_hda_codec
    snd_pcm_oss            32156  0
    snd_mixer_oss          13032  1 snd_pcm_oss
    snd_pcm                62728  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
    snd_seq_dummy           2348  0
    snd_seq_oss            22592  0
    snd_seq_midi            5616  0
    snd_rawmidi            18620  1 snd_seq_midi
    snd_seq_midi_event      6128  2 snd_seq_oss,snd_seq_midi
    ath9k                 298480  0
    snd_seq                41772  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
    mac80211              142288  1 ath9k
    snd_timer              17552  2 snd_pcm,snd_seq
    snd_seq_device          6184  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
    rfkill                  9516  2 ath9k
    snd                    48316  16 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    btusb                  10328  2
    uvcvideo               49588  0
    soundcore               6116  1 snd
    psmouse                37272  0
    bluetooth              48980  9 bnep,sco,rfcomm,l2cap,btusb
    cfg80211               56732  2 ath9k,mac80211
    asus_laptop            15064  0
    videodev               31716  1 uvcvideo
    v4l1_compat            11716  2 uvcvideo,videodev
    snd_page_alloc          7924  2 snd_hda_intel,snd_pcm
    rng_core                3604  0
    serio_raw               4636  0
    pcspkr                  2044  0
    ac                      3900  0
    battery                 9984  0
    processor              34372  3 acpi_cpufreq
    led_class               3784  2 ath9k,asus_laptop
    button                  5068  0
    evdev                   8108  13
    ext3                  106688  1
    jbd                    40308  1 ext3
    mbcache                 6860  1 ext3
    sd_mod                 23848  4
    ata_generic             4268  0
    pata_acpi               3512  0
    ata_piix               21932  3
    libata                150492  3 ata_generic,pata_acpi,ata_piix
    scsi_mod              134560  3 usb_storage,sd_mod,libata
    ide_pci_generic         3552  0
    uhci_hcd               18916  0
    ide_core               84608  1 ide_pci_generic
    ehci_hcd               29868  0
    intel_agp              22840  0
    r8169                  27976  0
    mii                     4608  1 r8169
    usbcore               124832  6 usb_storage,btusb,uvcvideo,uhci_hcd,ehci_hcd
    video                  18412  0
    output                  2544  1 video
    agpgart                30844  2 nvidia,intel_agp
    thermal                12604  0
    fan                     3984  0
    thermal_sys            13360  4 processor,video,thermal,fan
    dm_mod                 45756  0
    
    Not sure what you are missing, hope this helps.

    Edit: Added cross-compiling section to the howto for anyone with a 64-bit system who wants to save time compiling the kernel ;)

    Edit 2: Added Building MadWifi for the stock kernel.
     
    Last edited by a moderator: May 6, 2015
  38. raptor2

    raptor2 Notebook Enthusiast

    Reputations:
    15
    Messages:
    32
    Likes Received:
    0
    Trophy Points:
    15
    Hi there
    What is the purpose of madwifi on N10Jc?
    Why not ath9k?
     
  39. h4xn00b

    h4xn00b Newbie

    Reputations:
    0
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    5
    Forgive my ignorance (I've only just started using Linux) but how do I obtain these updates to acpi-support and acpi-support-base?

    And I'm using Ubuntu 9.04, so does this update apply to this version as well?
     
  40. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    It looks like Jaunty is only up to 0.121. You can see which version you have installed with:
    Code:
    aptitude show acpi-support
    If you are still having this problem, there is a quick workaround. I'll add it to the hotkeys section.

    It's the easiest way to get wireless working on a stock kernel. If you are using a custom kernel this new section is irrelevant :)

    Edit: I added a note to the beginning of the section to hopefully clarify this.

    Edit 2: Updated howto for 2.6.31-rc1 and created a new section for the -rc kernel as requested. There is a new rc folder on my server to go along with this change. Part 1 of the howto will now have the latest stable kernel, and the latest -rc kernel will be in its own section. Removed the cross-compiling section since it is impossible for me to support (sorry). NVIDIA drivers require a patch for 2.6.31-rc1.
     
  41. marco1475

    marco1475 Notebook Enthusiast

    Reputations:
    6
    Messages:
    20
    Likes Received:
    0
    Trophy Points:
    5
    Thanks, ALLurGroceries, the list of modules helped and I was able to solve that problem. Now I am at suspending/hibernating - suspend-to-disk works like a charm, but suspend-to-ram puts the notebook to sleep, but upon waking the screen does not turn on. The system works (caps lock and other commands work), but the screen is just black.

    Are you guys (and Ubuntu/Debian) using suspend-to-ram? If so, which one - s2ram, tuxonice, or echo "mem" > /sys/power/state? I tried both s2ram and the "mem" echo, and both yield the same, unusable, results :(

    Thanks,
     
  42. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    I'm using s2 (or was, it's totally broken in 2.6.31-rc1 for me -- trying to figure that one out now). Sometimes with 2.6.30 it would not suspend so I would force it with sudo pm-suspend.

    I haven't had problems with the screen upon resume, but I'd imagine it might be something to do with the suspend script not reinitializing some module. Does the screen not turn on at all or is it just blank? If it's not turning on at all it could be something to do with the asus_laptop module. I'm not exactly sure tho, so let me know what you think :)

    Edit: Also, not sure which model you have, but if you have NVIDIA graphics, you might want to try switching to intel (or the opposite) and see if the resume/screen problem persists.
     
  43. marco1475

    marco1475 Notebook Enthusiast

    Reputations:
    6
    Messages:
    20
    Likes Received:
    0
    Trophy Points:
    5
    I'll try switching to Intel and see what happens. The thing is I am following the official s2ram tutorial and am doing all this in a very minimal setup (load a kernel with init=/bin/bash), so there is no chance of any modules messing things up ... And the screen does not even turn on, btw.

    Update: Of course, with the Intel card it works like a charm even from a full-fledged console system. (X testing is still a ways off.) So it would seem like a hardware problem having to do with the nVidia GPU and its inability to wake up ...
     
  44. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    I've found a few possible workarounds, not fixes.

    Try CTRL+ALT+F1 and then CTRL+ALT+F7. Maybe the screen will come back if it is switched to the terminal and back.

    Also try pressing Fn+F7 (maybe twice).

    I'll read some more and try and get back to you later with a better idea of the problem.

    Edit: Do you not have the graphics drivers installed? If you don't have X running my first possible workaround is not gonna work ;)

    Edit #2: OK, found one possible fix, NVIDIA related: https://help.ubuntu.com/community/NvidiaLaptopBinaryDriverSuspend

    This is related: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/229806/comments/16

    If you blacklist intelagp, the intel setting probably won't work, so be warned.
     
  45. marco1475

    marco1475 Notebook Enthusiast

    Reputations:
    6
    Messages:
    20
    Likes Received:
    0
    Trophy Points:
    5
    Thanks for the links, I will see if they help. I found this while looking for a solution: http://www.linuxquestions.org/quest...-driver-suspend-to-ram-slackware-12.1-663157/

    While the "echo 3" solution did not work, it gave me the idea to test s2ram from X and voila, it works. It seems that X knows how to bring the nVidia card back to life, while just the kernel / console environment doesn't.

    For me it breaks down like this:
    - suspend-to-disk works from both the console and X with both GPUs
    - suspend-to-ram works from both the console and X only with the Intel GPU, with nVidia it works only from X

    Since I intend to use the system mostly running X, I say it's good enough for now :)
     
  46. james-

    james- Notebook Consultant

    Reputations:
    35
    Messages:
    119
    Likes Received:
    0
    Trophy Points:
    30
    lmao...I phoned asus support because the "L" key on the laptop came flying off while I was typing...Anyways while on the support line she asked: You have windows vista installed on the machine? I said "I had windows vista..now it's running linux" She said what is linux? and I had to try to explain what it was...some people don't know of the free software world o_O
     
  47. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    lulz :D

    That's not good, keys are not designed to be airborne.

    Well I hope they take care of your keyboard! Good luck! :)
     
  48. vacant79

    vacant79 Notebook Guru

    Reputations:
    0
    Messages:
    60
    Likes Received:
    0
    Trophy Points:
    15
    i'm new to linux.

    I have an asus n10e... i downloaded ubuntu 9.04, and installed it (but over my whole drive).. i created the custom kernal per your instructions... but now it seems that now i can't even switch on my wireless with fn+F2 (where before, with the standard kernal, i could) and the sound is very quite (where before, with the standard kernal, it seemed fine.. though i was having some trouble with sound on skype)... also, when i try switch off the ambient light sensor, it says:

    /bin/bash: echo 0 > /sys/devices/platform/asus-laptop/ls_switch: No such file or directory

    on the up side, the webcam image is flipped right side up.

    i'm not sure what i've done wrong, or what i can do to make it right.. any help would be appreciated.
     
  49. marco1475

    marco1475 Notebook Enthusiast

    Reputations:
    6
    Messages:
    20
    Likes Received:
    0
    Trophy Points:
    5
    Which Intel driver version are you guys using? I currently have 2.6.3 running with no problems, but I am considering an update from xorg-server 1.5.3 to 1.6 and thought I'd take this opportunity to update the Intel driver as well. However, a couple of weeks back when I was Googling an unrelated problem I came across a lot of ire aimed toward the xf86-video-intel 2.7 driver for crashing, being slower than 2.6, etc. ... So before I totally mess up my install, are you guys using 2.7.0 and with what results on the N10J hardware?
     
  50. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    Haha, I like your pun about the webcam ;) Welcome to the forum.

    Volume can be controlled by gnome-alsamixer, make sure Front or Speaker are all the way up. Also make sure you have the correct settings for mic gain if you are trying to talk over Skype, etc.

    For the wireless and Fn+F2 controlling bluetooth, that is normal, just the way the hotkeys are bound in the Linux kernel. This shouldn't cause your wireless to not come on, as it should come on by automatically when the system turns on.

    The light sensor switch is an underscore not a dash: ls_switch.

    Package: xserver-xorg-video-intel
    State: installed
    Automatically installed: yes
    Version: 2:2.7.1-1

    Package: libgl1-mesa-glx
    State: installed
    Automatically installed: no
    Version: 7.4.4-1

    Package: xserver-xorg-core
    State: installed
    Automatically installed: yes
    Version: 2:1.6.1.901-3

    It runs fine for me, could you link to the bug or problem you're referencing?
     
← Previous pageNext page →