Placa RTX 3060 Mobile

Boa tade pessoal tenho um notebook DELL G15 plalca Placa RTX 3060 Mobile, ela não está sendo reconhecida no Ubuntu mesmo usando os drives recomendados no ubuntu, tem alguma ideia do que posso fazer ?

Please run nvidia-bug-report.sh as root and attach the resulting nvidia-bug-report.log.gz file to your post.

da esse comando no terminal ? nvidia-bug-report.sh

sudo nvidia-bug-report.sh

não ta deixando eu por a imagem aqui

Resultado do comando foi esse:

nvidia-bug-report.sh will now collect information about your
system and create the file ‘nvidia-bug-report.log.gz’ in the current
directory. It may take several seconds to run. In some
cases, it may hang trying to capture data generated dynamically
by the Linux kernel and/or the NVIDIA kernel module. While
the bug report log file will be incomplete if this happens, it
may still contain enough data to diagnose your problem.

If nvidia-bug-report.sh hangs, consider running with the --safe-mode
and --extra-system-data command line arguments.

Please include the ‘nvidia-bug-report.log.gz’ log file when reporting
your bug via the NVIDIA Linux forum (see forums.developer.nvidia.com)
or by sending email to ‘linux-bugs@nvidia.com’.

By delivering ‘nvidia-bug-report.log.gz’ to NVIDIA, you acknowledge
and agree that personal information may inadvertently be included in
the output. Notwithstanding the foregoing, NVIDIA will use the
output only for the purpose of investigating your reported issue.

Running nvidia-bug-report.sh… complete.

root@jhonatanveras-Dell-G15-5511:/home/jhonatanveras#

There’s now a file nvidia-bug-report.log.gz in your home directory, pleasse attach that to your post.

[nvidia-bug-report.log.gz|attachment](upload://3jaEvzDIQoYUUg3tjiw5L00hraH.gz) (123.4 KB)

Arquivo foi postado

That didn’t work, please try attaching it again. Use the upload button, horizontal line with upward arrow.

1 Like

vc tem que enviar o arquivo .log que está dentro d o arquivo .gz que vc criou. extraia ele e envie aqui

O arquivo não está carregando aqui

vc extraiu ele? vc tem que clicar na setinha pra cima pra carregar o arquivo .log

nvidia-bug-report.log (1.5 MB)

1 Like

qual o proximo passo ?

@jhonatanscveras Please disable secure boot in bios.

@Abaabaiohjl You’re in hybrid graphics mode so the brightness is controled by the intel gpu. Please post the output of
ls -l /sys/class/backlight

1 Like

@generix
total 0
lrwxrwxrwx 1 root root 0 fev 10 08:17 intel_backlight → …/…/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight
lrwxrwxrwx 1 root root 0 fev 10 08:17 nvidia_0 → …/…/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/nvidia_0

@Abaabaiohjl Does the intel_backlight work? To test:

sudo -s
cd /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight
cat max_brightness # To get the maximum value allowed
echo 100 > brightness # or any other value between 0 and max_brightness
1 Like

@generix
not works. permission denied

/sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight# echo 100 > 50
bash: 50: Permissão negada