[Bug 993506] Re: nvidia kernel module fails to build on 3.4.x kernel [fatal error: asm/system.h: No such file or directory]

2012-07-05 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu Package testing tracker. A list of all reports related to this bug can be found here: http://packages.qa.ubuntu.com/qatracker/reports/bugs/993506 ** Tags added: package-qa-testing -- You received this bug notification because you are a member of Ubuntu

[Bug 993506] Re: nvidia kernel module fails to build on 3.4.x kernel [fatal error: asm/system.h: No such file or directory]

2012-06-16 Thread Graham Lucking
I also am testing the 3.4.0-4 kernel on Precise as requested. It defaults to Nouveau (Unity 2D) and Additional drivers does not activate the Nvidia driver. I also notice that on Quantal 3.40-1 kernel the Nvidia driver cannot be activated either. I have a GT 220 and the 295.40 driver works fine

[Bug 993506] Re: nvidia kernel module fails to build on 3.4.x kernel [fatal error: asm/system.h: No such file or directory]

2012-05-22 Thread Alberto Milone
** Changed in: nvidia-graphics-drivers (Ubuntu) Status: Triaged = In Progress ** Changed in: nvidia-graphics-drivers-updates (Ubuntu) Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 993506] Re: nvidia kernel module fails to build on 3.4.x kernel [fatal error: asm/system.h: No such file or directory]

2012-05-22 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers - 295.53-0ubuntu1 --- nvidia-graphics-drivers (295.53-0ubuntu1) quantal; urgency=low * New upstream release: - Added support for the following GPU: o GeForce GTX 670 o GeForce 605 o GeForce GT 610

[Bug 993506] Re: nvidia kernel module fails to build on 3.4.x kernel [fatal error: asm/system.h: No such file or directory]

2012-05-22 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-updates - 295.53-0ubuntu1 --- nvidia-graphics-drivers-updates (295.53-0ubuntu1) quantal; urgency=low * New upstream release: - Added support for the following GPU: o GeForce GTX 670 o GeForce 605 o

[Bug 993506] Re: nvidia kernel module fails to build on 3.4.x kernel [fatal error: asm/system.h: No such file or directory]

2012-05-21 Thread Jim Hanlon
Ran into this this morning. Looking at latest nvidia driver code (NVIDIA-Linux-x86-295.53) this seems to have been dealt with in their source. Probably in 2012-03-22 version 295.33, but I didn't actually go dig into that. -- You received this bug notification because you are a member of Ubuntu

[Bug 993506] Re: nvidia kernel module fails to build on 3.4.x kernel [fatal error: asm/system.h: No such file or directory]

2012-05-17 Thread Sean Patrick Santos
If you patch this yourself, there seem to be two places that need it: nv-linux.h, and the pm_message_t section of conftest.sh. For the conftest.sh section I did this: #include linux/version.h #include linux/utsname.h #if LINUX_VERSION_CODE KERNEL_VERSION(3, 4, 0) #include asm/system.h #endif --

[Bug 993506] Re: nvidia kernel module fails to build on 3.4.x kernel [fatal error: asm/system.h: No such file or directory]

2012-05-16 Thread Bryce Harrington
** Changed in: nvidia-graphics-drivers-updates (Ubuntu) Status: Confirmed = Triaged ** Changed in: nvidia-graphics-drivers (Ubuntu) Status: Confirmed = Triaged ** Changed in: nvidia-graphics-drivers (Ubuntu) Importance: High = Critical ** Changed in:

[Bug 993506] Re: nvidia kernel module fails to build on 3.4.x kernel [fatal error: asm/system.h: No such file or directory]

2012-05-11 Thread Dave Lentz
** Also affects: nvidia-graphics-drivers-updates (Ubuntu) Importance: Undecided Status: New ** Changed in: nvidia-graphics-drivers-updates (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 993506] Re: nvidia kernel module fails to build on 3.4.x kernel [fatal error: asm/system.h: No such file or directory]

2012-05-07 Thread Dave Lentz
** Summary changed: - nvidia-current 295.40-0ubuntu1: nvidia-current kernel module failed to build [fatal error: asm/system.h: Filen eller katalogen finns inte] + nvidia kernel module fails to build on 3.4.x kernel [fatal error: asm/system.h: No such file or directory] -- You received this

[Bug 993506] Re: nvidia kernel module fails to build on 3.4.x kernel [fatal error: asm/system.h: No such file or directory]

2012-05-07 Thread Ryan Thompson
There's no need to copy the header file into the 3.4 kernel. You just have the patch the nvidia driver to add a preprocessor directive that removes that line if the kernel version is 3.4 or higher. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed