Displaying 20 results from an estimated 26 matches for "nvagetbios".
2014 Jun 09
6
[Bug 79820] New: Strange readout on fan1_input when pwm1_min < 33
...s of Linux 3.15.0.
Before that, the fan ran at 100% and dmesg showed ?FAN control: none /
external?. On IRC I was informed that a new fan has been added to 3.15, and
indeed it seems to be recognized now (many thanks for that!).
I?m attaching my dmesg and my vbios in case it helps. Note though that
nvagetbios reported a warning when dumping the BIOS:
> No extraction method specified (using -s extraction_method). Defaulting to PRAMIN.
> Attempt to extract the vbios from card 0 (nve6) using PRAMIN
> Invalid signature(0x55aa). You may want to try another retrieval method.
Let me know if there?s...
2017 Jun 16
1
How to dump vbioses of Pascal cards?
Is there any method to dump vbioses of NVIDIA Pascal  cards(not use nvflash), such as P100/P4?
I used nvagetbios, but it just report a error "Card has second bios", what does this mean?
Thanks,
Zongyong Wu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20170616/60b72443/attachment.html>
2014 Feb 25
13
[Bug 75511] New: Screen freezes during boot with an 3.13 kernel (Arch Linux)
https://bugs.freedesktop.org/show_bug.cgi?id=75511
          Priority: medium
            Bug ID: 75511
          Assignee: nouveau at lists.freedesktop.org
           Summary: Screen freezes during boot with an 3.13 kernel (Arch
                    Linux)
        QA Contact: xorg-team at lists.x.org
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
     
2014 Aug 25
3
[PATCH envytools] nva: Clean up nva tools doc
...specified, prints a timestamp
> -and diff from the previous timestamp before the value. Never quits, needs
> -to be manually aborted.
> -
> -nvahammer <address> <value>: like nvapoke, but repeats the write in
> -an infinite loop. Needs to be manually aborted.
> -
> -nvagetbios [-s <extraction method>]: extracts the card's VBIOS using the
> -method given as parameter and writes it to stdout. Method can be PROM or
> -PRAMIN. If method is not given, defaults to something sensible.
> -
> -nvafuzz <address> [<byte count>]: writes random value...
2011 Oct 07
4
NVIDIA (including Optimus) laptop owners - please read!
...56 (whichever appears).
If you either the above is present, it would be a great help if you
could email the matching files along with a number of different vbios
images to mmio.dumps at gmail.com.
Now, onto the different vbios images.  To obtain these, install
envytools[1] and run the following:
nvagetbios -S PRAMIN > vbios_pramin.rom
nvagetbios -s PROM > vbios_prom.rom
If fetching the VBIOS from PROM fails with (for example):
[root at nisroch tables]# nvagetbios -s PROM >vbios.rom
Attempt to extract the vbios from card 0 (nva8) using PROM
Invalid signature(0x55aa). You may want to try ano...
2014 Aug 31
0
[PATCH envytools] nva: Add nvaforcetemp to git ignore and sort it for better update
...+), 26 deletions(-)
diff --git a/nva/.gitignore b/nva/.gitignore
index 5c9184b..72de056 100644
--- a/nva/.gitignore
+++ b/nva/.gitignore
@@ -1,39 +1,40 @@
+evotiming
+libnva.a
+libnva.so
+nv01dump
+nv01post
+nvacounter
+nvadownload
+nvaevo
+nvafakebios
 nvafill
+nvaforcetemp
+nvafucstart
+nvafuzz
+nvagetbios
+nvagetpmu
 nvahammer
 nvalist
+nvamemtiming
+nvammiotracereplay
 nvapeek
+nvapeeki
 nvapeekstat
+nvapms
 nvapoke
-nvapeeki
-nvagetbios
-nvafakebios
+nvapy.c
+nvapy.so
 nvascan
+nvaspyi2c
+nvastrscan
 nvatiming
-nvapms
-nvafuzz
+nvaupload
+nvavucstart
 nvawatch
-nvacounter
-nvastrscan
-nvaevo
-nvax...
2015 Jan 29
28
[Bug 88868] New: PowerPC e5500, kernel crash, GT520, GT610
https://bugs.freedesktop.org/show_bug.cgi?id=88868
            Bug ID: 88868
           Summary: PowerPC e5500, kernel crash, GT520, GT610
           Product: xorg
           Version: unspecified
          Hardware: PowerPC
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
          Assignee: nouveau at
2014 Aug 31
6
[PATCH envytools] nvbios: Add missing null byte to string read from file.
---
 nvbios/nvbios.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/nvbios/nvbios.c b/nvbios/nvbios.c
index f7aafe3..28e62ad 100644
--- a/nvbios/nvbios.c
+++ b/nvbios/nvbios.c
@@ -774,11 +774,12 @@ int set_strap_from_string(const char* strap_s)
 int set_strap_from_file(const char *path)
 {
 	FILE *strapfile = NULL;
-	char tmp[21];
+	char tmp[22];
 
 	strapfile =
2014 Aug 25
0
[PATCH envytools] nva: Clean up nva tools doc
...ue every time it changes. If -t is specified, prints a timestamp
-and diff from the previous timestamp before the value. Never quits, needs
-to be manually aborted.
-
-nvahammer <address> <value>: like nvapoke, but repeats the write in
-an infinite loop. Needs to be manually aborted.
-
-nvagetbios [-s <extraction method>]: extracts the card's VBIOS using the
-method given as parameter and writes it to stdout. Method can be PROM or
-PRAMIN. If method is not given, defaults to something sensible.
-
-nvafuzz <address> [<byte count>]: writes random values to a register or
-...
2014 Aug 27
2
[PATCH envytools] nva: Clean up nva tools doc
...ue every time it changes. If -t is specified, prints a timestamp
-and diff from the previous timestamp before the value. Never quits, needs
-to be manually aborted.
-
-nvahammer <address> <value>: like nvapoke, but repeats the write in
-an infinite loop. Needs to be manually aborted.
-
-nvagetbios [-s <extraction method>]: extracts the card's VBIOS using the
-method given as parameter and writes it to stdout. Method can be PROM or
-PRAMIN. If method is not given, defaults to something sensible.
-
-nvafuzz <address> [<byte count>]: writes random values to a register or
-...
2014 Aug 25
0
[PATCH envytools] nva: Clean up nva tools doc
...p
>> -and diff from the previous timestamp before the value. Never quits, needs
>> -to be manually aborted.
>> -
>> -nvahammer <address> <value>: like nvapoke, but repeats the write in
>> -an infinite loop. Needs to be manually aborted.
>> -
>> -nvagetbios [-s <extraction method>]: extracts the card's VBIOS using the
>> -method given as parameter and writes it to stdout. Method can be PROM or
>> -PRAMIN. If method is not given, defaults to something sensible.
>> -
>> -nvafuzz <address> [<byte count>]: wri...
2019 Aug 11
21
[Bug 111371] New: [NV04] bios OOB on kernel driver initialization
https://bugs.freedesktop.org/show_bug.cgi?id=111371
            Bug ID: 111371
           Summary: [NV04] bios OOB on kernel driver initialization
           Product: xorg
           Version: unspecified
          Hardware: x86 (IA32)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
          Assignee:
2015 Dec 30
0
[RFC PATCH v2 0/7] stabilize kepler reclocking
Am 25.12.2015 um 19:37 schrieb Karol Herbst:
> Hi Thomas,
>
> thanks for trying the branch out. Could you please send me your vbios?
>
> You can get it through installing envytools and nvagetbios or inside
> /sys/kernel/debug/dri/*/vbios.rom
>
> The lookups can actually happen due to undervolting, my branch just fix the
> issue that nouveau doesn't reclock at all.
> But fixes related to that are already in discussion and will need some time to
> actually land.
Probabl...
2014 Aug 25
12
[PATCH envytools] demmio: Add decoding of some MEM_TIMINGS registers for NVC0.
---
 rnndb/memory/nvc0_pbfb.xml | 37 ++++++++++++++++++++++++++++++++++---
 1 file changed, 34 insertions(+), 3 deletions(-)
diff --git a/rnndb/memory/nvc0_pbfb.xml b/rnndb/memory/nvc0_pbfb.xml
index 500cea9..e006dbe 100644
--- a/rnndb/memory/nvc0_pbfb.xml
+++ b/rnndb/memory/nvc0_pbfb.xml
@@ -49,23 +49,54 @@
 			Most bitfields are unknown.
 			</doc>
 		<bitfield high="7"
2011 Sep 14
4
[Bug 40894] New: nv30-/temperature: Reverse engineer the temperature coefficients
...39;t seem to work on every card.
The work that needs to be done is understand how the temperature table entries
in the vbios influence the proprietary driver's temperature readings.
What is needed is to install the envytools
(https://github.com/pathscale/envytools/tree/), get your vbios using
nvagetbios, parse it with nvbios, get the address of the temperature table,
edit this table with an hex editor, upload it using nvafakebios, load the
nvidia module and then launch the blob and check how your changes affected the
temperature reading.
Then, exit X, rmmod nvidia and start again at the hex edito...
2010 Oct 26
22
[Bug 31122] New: Cannot control backlight intensity on Powerbook
https://bugs.freedesktop.org/show_bug.cgi?id=31122
           Summary: Cannot control backlight intensity on Powerbook
           Product: xorg
           Version: unspecified
          Platform: PowerPC
        OS/Version: Linux (All)
            Status: NEW
          Severity: enhancement
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at
2015 May 10
8
[Bug 90390] New: [NV98] Modesetting causes blank screen because of INVALID_STATE [UNK0B] chid 1 mthd 0x0080 data 0x00000000
https://bugs.freedesktop.org/show_bug.cgi?id=90390
            Bug ID: 90390
           Summary: [NV98] Modesetting causes blank screen because of
                    INVALID_STATE [UNK0B] chid 1 mthd 0x0080 data
                    0x00000000
           Product: xorg
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
       
2011 Jul 26
49
[Bug 39550] New: Brightness stuck to low value after suspend/resume
https://bugs.freedesktop.org/show_bug.cgi?id=39550
           Summary: Brightness stuck to low value after suspend/resume
           Product: xorg
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
    
2015 Dec 02
11
[RFC PATCH v2 0/7] stabilize kepler reclocking
this series solves different issues we encounter on kepler cards while reclocking:
1. core clock doesn't change at all and produces a volting error (patch 1)
	this can happen when the voltage table has only 0ed values in the header
	so we have to parse the entries itself, which contain the right voltages
2. kepler won't clock to highest cstates (patch 2)
	this happens, because there are
2016 Nov 10
12
[Bug 98677] New: [NVAC] iMac9, 1 effective backlight brightness range changes after S3
https://bugs.freedesktop.org/show_bug.cgi?id=98677
            Bug ID: 98677
           Summary: [NVAC] iMac9,1 effective backlight brightness range
                    changes after S3
           Product: xorg
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium