After installing the nvidia 390 driver it is not detected and mesa loads on debian 12
by ahmedov from LinuxQuestions.org on (#6HDT4)
I installed the 5.10.0-26-amd64 kernel and then installed the drivers using the command:
Code:apt install nvidia-legacy-390xx-driver firmware-misc-nonfreeEverything installed without errors and I rebooted the computer
Now I see this:
Code:$ inxi -G
Graphics: Device-1: NVIDIA G72 [GeForce 7300 LE] driver: N/A
Display: x11 server: X.Org 1.21.1.7 driver: loaded: nouveau,vesa unloaded: fbdev,modesetting
resolution: 1280x1024
OpenGL: renderer: N/A v: N/Alsmod:
Code:Module Size Used by
rfkill 32768 1
qrtr 49152 4
snd_hda_codec_analog 20480 1
snd_hda_codec_generic 98304 1 snd_hda_codec_analog
ledtrig_audio 16384 1 snd_hda_codec_generic
binfmt_misc 24576 1
snd_hda_intel 57344 2
snd_intel_dspcfg 28672 1 snd_hda_intel
soundwire_intel 45056 1 snd_intel_dspcfg
soundwire_generic_allocation 16384 1 soundwire_intel
coretemp 20480 0
kvm_intel 327680 0
snd_soc_core 319488 1 soundwire_intel
snd_compress 32768 1 snd_soc_core
soundwire_cadence 36864 1 soundwire_intel
kvm 937984 1 kvm_intel
snd_hda_codec 176128 3 snd_hda_codec_generic,snd_hda_intel,snd_hda_codec_analog
snd_hda_core 110592 4 snd_hda_codec_generic,snd_hda_intel,snd_hda_codec_analog,snd_hda_codec
snd_hwdep 20480 1 snd_hda_codec
iTCO_wdt 16384 0
intel_pmc_bxt 16384 1 iTCO_wdt
iTCO_vendor_support 16384 1 iTCO_wdt
soundwire_bus 94208 3 soundwire_intel,soundwire_generic_allocation,soundwire_cadence
pcspkr 16384 0
snd_pcm 143360 6 snd_hda_intel,snd_hda_codec,soundwire_intel,snd_compress,snd_soc_core,snd_hda_core
serio_raw 20480 0
irqbypass 16384 1 kvm
watchdog 32768 1 iTCO_wdt
snd_timer 49152 1 snd_pcm
snd 110592 13 snd_hda_codec_generic,snd_hwdep,snd_hda_intel,snd_hda_codec_analog,snd_hda_codec,snd_timer,snd_compress,snd_soc_core,snd_pcm
soundcore 16384 1 snd
asus_atk0110 28672 0
joydev 28672 0
acpi_cpufreq 32768 0
evdev 28672 11
sg 36864 0
drm_kms_helper 278528 0
cec 61440 1 drm_kms_helper
nft_counter 16384 1
nft_reject_inet 16384 2
nf_reject_ipv4 16384 1 nft_reject_inet
nf_reject_ipv6 20480 1 nft_reject_inet
nft_reject 16384 1 nft_reject_inet
nft_ct 20480 1
nf_conntrack 176128 1 nft_ct
nf_defrag_ipv6 24576 1 nf_conntrack
nf_defrag_ipv4 16384 1 nf_conntrack
ipmi_devintf 20480 0
ipmi_msghandler 118784 1 ipmi_devintf
nf_tables 266240 21 nft_ct,nft_reject_inet,nft_counter,nft_reject
libcrc32c 16384 2 nf_conntrack,nf_tables
firewire_sbp2 28672 0
ecryptfs 122880 0
parport_pc 40960 0
nfnetlink 20480 1 nf_tables
ppdev 24576 0
lp 20480 0
parport 73728 3 parport_pc,lp,ppdev
drm 630784 1 drm_kms_helper
fuse 167936 3
efi_pstore 16384 0
loop 40960 0
dm_mod 163840 0
configfs 57344 1
ip_tables 36864 0
x_tables 53248 1 ip_tables
autofs4 53248 2
ext4 937984 2
crc16 16384 1 ext4
mbcache 16384 1 ext4
jbd2 151552 1 ext4
crc32c_generic 16384 5
sd_mod 61440 3
hid_generic 16384 0
t10_pi 16384 1 sd_mod
crc_t10dif 20480 1 t10_pi
crct10dif_generic 16384 1
usbhid 65536 0
crct10dif_common 16384 2 crct10dif_generic,crc_t10dif
ahci 40960 0
uas 32768 0
ata_generic 16384 0
hid 151552 2 usbhid,hid_generic
usb_storage 81920 1 uas
libahci 45056 1 ahci
ata_piix 36864 2
pata_jmicron 16384 0
libata 299008 5 ata_piix,libahci,ahci,ata_generic,pata_jmicron
firewire_ohci 49152 0
firewire_core 81920 2 firewire_ohci,firewire_sbp2
i2c_i801 32768 0
crc_itu_t 16384 1 firewire_core
i2c_smbus 20480 1 i2c_i801
lpc_ich 28672 0
ehci_pci 20480 0
sky2 73728 0
uhci_hcd 57344 0
ehci_hcd 98304 1 ehci_pci
scsi_mod 270336 6 sd_mod,usb_storage,firewire_sbp2,uas,libata,sg
usbcore 331776 6 ehci_pci,usbhid,usb_storage,ehci_hcd,uas,uhci_hcd
usb_common 16384 3 usbcore,ehci_hcd,uhci_hcd
button 24576 0I run sudo modprobe nvidia-legacy-390xx and see:
Code:modprobe: ERROR: could not insert 'nvidia_legacy_390xx': No such deviceBut my video card was found:
Code:$ lspci -nn | egrep -i "3d|display|vga"
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation G72 [GeForce 7300 LE] [10de:01d1] (rev a1)I've already searched the internet and haven't found a solution.
Could this be because I need debian 11? Now I have debian 12 and install all this according to unofficial instructions
Code:apt install nvidia-legacy-390xx-driver firmware-misc-nonfreeEverything installed without errors and I rebooted the computer
Now I see this:
Code:$ inxi -G
Graphics: Device-1: NVIDIA G72 [GeForce 7300 LE] driver: N/A
Display: x11 server: X.Org 1.21.1.7 driver: loaded: nouveau,vesa unloaded: fbdev,modesetting
resolution: 1280x1024
OpenGL: renderer: N/A v: N/Alsmod:
Code:Module Size Used by
rfkill 32768 1
qrtr 49152 4
snd_hda_codec_analog 20480 1
snd_hda_codec_generic 98304 1 snd_hda_codec_analog
ledtrig_audio 16384 1 snd_hda_codec_generic
binfmt_misc 24576 1
snd_hda_intel 57344 2
snd_intel_dspcfg 28672 1 snd_hda_intel
soundwire_intel 45056 1 snd_intel_dspcfg
soundwire_generic_allocation 16384 1 soundwire_intel
coretemp 20480 0
kvm_intel 327680 0
snd_soc_core 319488 1 soundwire_intel
snd_compress 32768 1 snd_soc_core
soundwire_cadence 36864 1 soundwire_intel
kvm 937984 1 kvm_intel
snd_hda_codec 176128 3 snd_hda_codec_generic,snd_hda_intel,snd_hda_codec_analog
snd_hda_core 110592 4 snd_hda_codec_generic,snd_hda_intel,snd_hda_codec_analog,snd_hda_codec
snd_hwdep 20480 1 snd_hda_codec
iTCO_wdt 16384 0
intel_pmc_bxt 16384 1 iTCO_wdt
iTCO_vendor_support 16384 1 iTCO_wdt
soundwire_bus 94208 3 soundwire_intel,soundwire_generic_allocation,soundwire_cadence
pcspkr 16384 0
snd_pcm 143360 6 snd_hda_intel,snd_hda_codec,soundwire_intel,snd_compress,snd_soc_core,snd_hda_core
serio_raw 20480 0
irqbypass 16384 1 kvm
watchdog 32768 1 iTCO_wdt
snd_timer 49152 1 snd_pcm
snd 110592 13 snd_hda_codec_generic,snd_hwdep,snd_hda_intel,snd_hda_codec_analog,snd_hda_codec,snd_timer,snd_compress,snd_soc_core,snd_pcm
soundcore 16384 1 snd
asus_atk0110 28672 0
joydev 28672 0
acpi_cpufreq 32768 0
evdev 28672 11
sg 36864 0
drm_kms_helper 278528 0
cec 61440 1 drm_kms_helper
nft_counter 16384 1
nft_reject_inet 16384 2
nf_reject_ipv4 16384 1 nft_reject_inet
nf_reject_ipv6 20480 1 nft_reject_inet
nft_reject 16384 1 nft_reject_inet
nft_ct 20480 1
nf_conntrack 176128 1 nft_ct
nf_defrag_ipv6 24576 1 nf_conntrack
nf_defrag_ipv4 16384 1 nf_conntrack
ipmi_devintf 20480 0
ipmi_msghandler 118784 1 ipmi_devintf
nf_tables 266240 21 nft_ct,nft_reject_inet,nft_counter,nft_reject
libcrc32c 16384 2 nf_conntrack,nf_tables
firewire_sbp2 28672 0
ecryptfs 122880 0
parport_pc 40960 0
nfnetlink 20480 1 nf_tables
ppdev 24576 0
lp 20480 0
parport 73728 3 parport_pc,lp,ppdev
drm 630784 1 drm_kms_helper
fuse 167936 3
efi_pstore 16384 0
loop 40960 0
dm_mod 163840 0
configfs 57344 1
ip_tables 36864 0
x_tables 53248 1 ip_tables
autofs4 53248 2
ext4 937984 2
crc16 16384 1 ext4
mbcache 16384 1 ext4
jbd2 151552 1 ext4
crc32c_generic 16384 5
sd_mod 61440 3
hid_generic 16384 0
t10_pi 16384 1 sd_mod
crc_t10dif 20480 1 t10_pi
crct10dif_generic 16384 1
usbhid 65536 0
crct10dif_common 16384 2 crct10dif_generic,crc_t10dif
ahci 40960 0
uas 32768 0
ata_generic 16384 0
hid 151552 2 usbhid,hid_generic
usb_storage 81920 1 uas
libahci 45056 1 ahci
ata_piix 36864 2
pata_jmicron 16384 0
libata 299008 5 ata_piix,libahci,ahci,ata_generic,pata_jmicron
firewire_ohci 49152 0
firewire_core 81920 2 firewire_ohci,firewire_sbp2
i2c_i801 32768 0
crc_itu_t 16384 1 firewire_core
i2c_smbus 20480 1 i2c_i801
lpc_ich 28672 0
ehci_pci 20480 0
sky2 73728 0
uhci_hcd 57344 0
ehci_hcd 98304 1 ehci_pci
scsi_mod 270336 6 sd_mod,usb_storage,firewire_sbp2,uas,libata,sg
usbcore 331776 6 ehci_pci,usbhid,usb_storage,ehci_hcd,uas,uhci_hcd
usb_common 16384 3 usbcore,ehci_hcd,uhci_hcd
button 24576 0I run sudo modprobe nvidia-legacy-390xx and see:
Code:modprobe: ERROR: could not insert 'nvidia_legacy_390xx': No such deviceBut my video card was found:
Code:$ lspci -nn | egrep -i "3d|display|vga"
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation G72 [GeForce 7300 LE] [10de:01d1] (rev a1)I've already searched the internet and haven't found a solution.
Could this be because I need debian 11? Now I have debian 12 and install all this according to unofficial instructions