You are not logged in.
Since the update to 3.13.4, the fan control of my video card is not working and the fan is spinning at full speed.
$ dmesg | grep nouveau
[ 0.740288] fb: conflicting fb hw usage nouveaufb vs VESA VGA - removing generic driver
[ 0.745491] nouveau [ DEVICE][0000:04:00.0] BOOT0 : 0x096300c1
[ 0.745494] nouveau [ DEVICE][0000:04:00.0] Chipset: G96 (NV96)
[ 0.745496] nouveau [ DEVICE][0000:04:00.0] Family : NV50
[ 0.746232] nouveau [ VBIOS][0000:04:00.0] checking PRAMIN for image...
[ 0.789846] nouveau [ VBIOS][0000:04:00.0] ... appears to be valid
[ 0.789849] nouveau [ VBIOS][0000:04:00.0] using image from PRAMIN
[ 0.789968] nouveau [ VBIOS][0000:04:00.0] BIT signature found
[ 0.789971] nouveau [ VBIOS][0000:04:00.0] version 62.94.6c.00.18
[ 0.810482] nouveau 0000:04:00.0: irq 44 for MSI/MSI-X
[ 0.810493] nouveau [ PMC][0000:04:00.0] MSI interrupts enabled
[ 0.810521] nouveau [ PFB][0000:04:00.0] RAM type: DDR2
[ 0.810523] nouveau [ PFB][0000:04:00.0] RAM size: 1024 MiB
[ 0.810525] nouveau [ PFB][0000:04:00.0] ZCOMP: 2048 tags
[ 0.835390] nouveau [ PTHERM][0000:04:00.0] FAN control: PWM
[ 0.835400] nouveau [ PTHERM][0000:04:00.0] fan management: automatic
[ 0.835422] nouveau [ PTHERM][0000:04:00.0] internal sensor: yes
[ 0.835443] nouveau [ CLK][0000:04:00.0] 0f: core 550 MHz shader 1350 MHz memory 504 MHz
[ 0.835473] nouveau [ CLK][0000:04:00.0] --: core 400 MHz shader 800 MHz memory 504 MHz
[ 0.835641] nouveau [ DRM] VRAM: 1024 MiB
[ 0.835643] nouveau [ DRM] GART: 1048576 MiB
[ 0.835647] nouveau [ DRM] TMDS table version 2.0
[ 0.835650] nouveau [ DRM] DCB version 4.0
[ 0.835652] nouveau [ DRM] DCB outp 00: 02000300 00000028
[ 0.835655] nouveau [ DRM] DCB outp 01: 01000302 00000030
[ 0.835657] nouveau [ DRM] DCB outp 02: 04011310 00000028
[ 0.835659] nouveau [ DRM] DCB outp 03: 02022332 00020010
[ 0.835661] nouveau [ DRM] DCB conn 00: 00001030
[ 0.835664] nouveau [ DRM] DCB conn 01: 00000100
[ 0.835665] nouveau [ DRM] DCB conn 02: 00002261
[ 1.104168] nouveau [ DRM] MM: using CRYPT for buffer copies
[ 1.148967] nouveau [ DRM] allocated 1680x1050 fb: 0x70000, bo f46e7800
[ 1.149033] fbcon: nouveaufb (fb0) is primary device
[ 1.225690] nouveau 0000:04:00.0: fb0: nouveaufb frame buffer device
[ 1.225692] nouveau 0000:04:00.0: registered panic notifier
[ 1.225696] [drm] Initialized nouveau 1.1.1 20120801 for 0000:04:00.0 on minor 0$ sensors
nouveau-pci-0400
Adapter: PCI adapter
fan1: 0 RPM
temp1: +62.0°C (high = +95.0°C, hyst = +3.0°C)
(crit = +105.0°C, hyst = +2.0°C)
(emerg = +115.0°C, hyst = +2.0°C)I couldn't find anything about this problem.
Am I missing something obvious ?
Sorry for my English - Home Page - «Violence never settles anything.» : Genghis Khan, 1162-1227
Offline
That looks like a regression. I suggest you perform a git bisect like this:
git bisect start v3.13 v3.12 -- drivers/gpu/drm/nouveauWe could then file a bugreport a freedesktop.
You could also update to v3.14 and see if it's already fixed (DO THIS FIRST).
fs/super.c : "Self-destruct in 5 seconds. Have a nice day...\n",
Offline
Same issue here with:
Card: NVIDIA GF108 [GeForce GT 430]
Has been the same since linux 3.13 rc1 through 3.13.5.
Still present in linux 3.14rc5, started testing that one today. Just a post to let you know, you are not the only one seeing this regression.
Offline
Still present in linux 3.14rc5, started testing that one today. Just a post to let you know, you are not the only one seeing this regression.
That's the real bad new :-(
Sorry for my English - Home Page - «Violence never settles anything.» : Genghis Khan, 1162-1227
Offline
A regression is not bad news at all. At some specific version this worked and then failed. You should be able to figure out *exactly* what caused i with a git bisect.
Last edited by Rexilion (2014-03-11 07:30:05)
fs/super.c : "Self-destruct in 5 seconds. Have a nice day...\n",
Offline