NVIDIA 9600M

Riconoscimento, installazione e configurazione delle periferiche.
Scrivi risposta
dragoncla82
Prode Principiante
Messaggi: 104
Iscrizione: venerdì 13 marzo 2009, 10:43

NVIDIA 9600M

Messaggio da dragoncla82 »

Salve e scusate se apro questo topic. Ho seguito le istruzioni indicate all'interno del forum per installare i driver su un portatile con linux versione 2.6.24-19-generic.
Ricevo i seguenti messaggi di errore.
Il portatile non è collegato ad internet.
E' possibile tramite pen drive caricare i software mancanti o devo necessariamente collegarlo ad internet?
Error: You do not appear to have libc header files installed on your system. Please install your distribution's libc development package.
Error: Installation has failed. Please see the file '/var/log/nvidia-installer.log' for details. You may find suggestions on fixing installation problems in the README available on the Linux driver download page at www.nvidia.com
Se potete darmi indicazioni semplici perchè sono alle prime armi con linux e sinceramente è scoraggiante vedere che con Windows in due secondoi si installano i driver mentre qua per fare una cosa all'apparenza semplice bisogna fare tantissimi passaggi...
Grazie
Avatar utente
Ubuket
Rampante Reduce
Rampante Reduce
Messaggi: 5201
Iscrizione: venerdì 18 luglio 2008, 23:59
Località: Torino

Re: NVIDIA 9600M

Messaggio da Ubuket »

è scoraggiante vedere che con Windows in due secondi si installano i driver mentre qua per fare una cosa all'apparenza semplice bisogna fare tantissimi passaggi...
sono due filosofie diverse, per una ci sono i costruttori di hardware che ti fanno i driver e ti danno anche il CD invece per linux no, ci dobbiamo sbattere noi... con ubuntu (sopratutto) è necessario avere una connessione internet cosi che ti scarica in automatico tutte le dipendenze e i driver che ci sono.. cmq... non riesci ad andare in internet su ubuntu in nessun modo?
dragoncla82
Prode Principiante
Messaggi: 104
Iscrizione: venerdì 13 marzo 2009, 10:43

Re: NVIDIA 9600M

Messaggio da dragoncla82 »

Grazie per la risposta. Se hai la possibilità di guidarmi in qualche modo ti seguo.
Il portatile lo posso collegare ad internet tramite un router che ho in casa e che funziona correttamente con windows
ma non so come configurarlo con linux.
Se mi dici cosa vuoi sapere ti fornisco tutte le info.
Grazie
Avatar utente
Ubuket
Rampante Reduce
Rampante Reduce
Messaggi: 5201
Iscrizione: venerdì 18 luglio 2008, 23:59
Località: Torino

Re: NVIDIA 9600M

Messaggio da Ubuket »

hai alice fastweb cosa? se puoi collegalo via LAN, al inizio è quella più facile da configurare poi man mano si sitema tutto..
dragoncla82
Prode Principiante
Messaggi: 104
Iscrizione: venerdì 13 marzo 2009, 10:43

Re: NVIDIA 9600M

Messaggio da dragoncla82 »

Ho alice 7 Mega ed uso indirizzi IP dinamici.
dragoncla82
Prode Principiante
Messaggi: 104
Iscrizione: venerdì 13 marzo 2009, 10:43

Re: NVIDIA 9600M

Messaggio da dragoncla82 »

sono riuscito a collegarmi ad internet con il portatile. Wow! che emozione
Ora che devo fare?
Grazie
Avatar utente
Ubuket
Rampante Reduce
Rampante Reduce
Messaggi: 5201
Iscrizione: venerdì 18 luglio 2008, 23:59
Località: Torino

Re: NVIDIA 9600M

Messaggio da Ubuket »

postami

Codice: Seleziona tutto

sudo gedit /etc/apt/sources.list
( ti si apre un editore di testo )
dragoncla82
Prode Principiante
Messaggi: 104
Iscrizione: venerdì 13 marzo 2009, 10:43

Re: NVIDIA 9600M

Messaggio da dragoncla82 »

ho lanciato da terminale il comando sudo aptitude dist-upgrade e sta installando il nuovo kernel
dovrebbe finire tra poco.
Così poi ti posto il sources.list.
Avatar utente
Ubuket
Rampante Reduce
Rampante Reduce
Messaggi: 5201
Iscrizione: venerdì 18 luglio 2008, 23:59
Località: Torino

Re: NVIDIA 9600M

Messaggio da Ubuket »

tu sai.. secondo me era meglio se seguivi il mio consiglio ma va bene lo stesso  :)

ma sai cosa fa il comando dist-upgrate ?
dragoncla82
Prode Principiante
Messaggi: 104
Iscrizione: venerdì 13 marzo 2009, 10:43

Re: NVIDIA 9600M

Messaggio da dragoncla82 »

Questo è il file sources.list
#deb cdrom:[Ubuntu 8.04.1 _Hardy Heron_ - Release i386 (20080702.1)]/ hardy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://it.archive.ubuntu.com/ubuntu/ hardy main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ hardy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://it.archive.ubuntu.com/ubuntu/ hardy-updates main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ hardy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://it.archive.ubuntu.com/ubuntu/ hardy universe
deb-src http://it.archive.ubuntu.com/ubuntu/ hardy universe
deb http://it.archive.ubuntu.com/ubuntu/ hardy-updates universe
deb-src http://it.archive.ubuntu.com/ubuntu/ hardy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://it.archive.ubuntu.com/ubuntu/ hardy multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ hardy multiverse
deb http://it.archive.ubuntu.com/ubuntu/ hardy-updates multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ hardy-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://it.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
# deb-src http://it.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
# deb http://archive.canonical.com/ubuntu hardy partner
# deb-src http://archive.canonical.com/ubuntu hardy partner

deb http://security.ubuntu.com/ubuntu hardy-security main restricted
deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted
deb http://security.ubuntu.com/ubuntu hardy-security universe
deb-src http://security.ubuntu.com/ubuntu hardy-security universe
deb http://security.ubuntu.com/ubuntu hardy-security multiverse
deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse

la versione del kernel è ora aggiornata alla 2.6.24-23-generic
Avatar utente
Ubuket
Rampante Reduce
Rampante Reduce
Messaggi: 5201
Iscrizione: venerdì 18 luglio 2008, 23:59
Località: Torino

Re: NVIDIA 9600M

Messaggio da Ubuket »

te la faccio facile, vedi queste righe
# deb http://it.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
# deb-src http://it.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
............................
# deb http://archive.canonical.com/ubuntu hardy partner
# deb-src http://archive.canonical.com/ubuntu hardy partner
togli il # che hanno davanti, Salva & Chiudi
dal terminale:

Codice: Seleziona tutto

sudo apt-get update
sudo apt-get upgrade
quando finisce tutto mi sa che devi riavviare. fatto quello dai

Codice: Seleziona tutto

sudo apt-get install build-essential linux-headers-$(uname -r)
poi vai su Sistema - Amministrazione - Driver Hardware e attiva i driver per la tua scheda video. Se hai problemi fammi sapere..
dragoncla82
Prode Principiante
Messaggi: 104
Iscrizione: venerdì 13 marzo 2009, 10:43

Re: NVIDIA 9600M

Messaggio da dragoncla82 »

Ho fatto qualche lezione tramite teleassistenza e conosco alcuni comandi tra cui il dist-upgrade che dovrebbe permettermi di aggiornare il sistema operativo (una sorta di windows update) però non ho mai installato i driver. La fortuna/sfortuna ha voluto che sul pc fisso abbia riconosciuto tutto in automatico.
L'installazione del driver non l'ho mai fatta.
dragoncla82
Prode Principiante
Messaggi: 104
Iscrizione: venerdì 13 marzo 2009, 10:43

Re: NVIDIA 9600M

Messaggio da dragoncla82 »

Ho eseguito tutti i passaggi senza intoppi di sorta. Ovvero non ho ottenuto messaggi di errore
ho riavviato il pc anche se non me lo ha chiesto
Ora se vado in System - Amministrazione - Hardware Drivers trovo la finestra vuota senza alcun componente da selezionare.
Cosa devo fare?
Grazie
Avatar utente
Ubuket
Rampante Reduce
Rampante Reduce
Messaggi: 5201
Iscrizione: venerdì 18 luglio 2008, 23:59
Località: Torino

Re: NVIDIA 9600M

Messaggio da Ubuket »

nulla goditi il tuo pc...  ;D
in teoria se non trovi nulla è xke non hai bisogno.. ora vediamo, posta

Codice: Seleziona tutto

lspci
lsmod
glxinfo | grep rendering
dragoncla82
Prode Principiante
Messaggi: 104
Iscrizione: venerdì 13 marzo 2009, 10:43

Re: NVIDIA 9600M

Messaggio da dragoncla82 »

lspci:
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 03)
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
00:1f.2 IDE interface: Intel Corporation ICH9M/M-E 2 port SATA IDE Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
00:1f.5 IDE interface: Intel Corporation ICH9M/M-E 2 port SATA IDE Controller (rev 03)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
06:00.0 Network controller: Intel Corporation Unknown device 4232
07:00.0 FireWire (IEEE 1394): JMicron Technologies, Inc. Unknown device 2380
07:00.1 System peripheral: JMicron Technologies, Inc. Unknown device 2382
07:00.2 SD Host controller: JMicron Technologies, Inc. Unknown device 2381
07:00.3 System peripheral: JMicron Technologies, Inc. Unknown device 2383
07:00.4 System peripheral: JMicron Technologies, Inc. Unknown device 2384
08:00.0 VGA compatible controller: nVidia Corporation Unknown device 0649 (rev a1)
lsmod:
Module                  Size  Used by
rfcomm                41744  2
l2cap                  25728  13 rfcomm
bluetooth              61028  4 rfcomm,l2cap
ppdev                  10372  0
acpi_cpufreq          10796  0
cpufreq_userspace      5284  0
cpufreq_powersave      2688  0
cpufreq_conservative    8712  0
cpufreq_ondemand        9740  2
cpufreq_stats          7104  0
freq_table              5536  3 acpi_cpufreq,cpufreq_ondemand,cpufreq_stats
container              5632  0
dock                  11280  0
sbs                    15112  0
sbshc                  7680  1 sbs
iptable_filter          3840  0
ip_tables              14820  1 iptable_filter
x_tables              16132  1 ip_tables
sbp2                  24072  0
parport_pc            36260  0
lp                    12324  0
parport                37832  3 ppdev,parport_pc,lp
joydev                13120  0
snd_hda_intel        346136  3
snd_pcm_oss            42144  0
snd_mixer_oss          17920  1 snd_pcm_oss
snd_pcm                78596  2 snd_hda_intel,snd_pcm_oss
arc4                    2944  2
snd_page_alloc        11400  2 snd_hda_intel,snd_pcm
ipv6                  267908  10
snd_hwdep              10500  1 snd_hda_intel
serio_raw              7940  0
ecb                    4480  2
blkcipher              8324  1 ecb
snd_seq_dummy          4868  0
evdev                  13056  7
psmouse                40336  0
uvcvideo              58116  0
pcspkr                  4224  0
iwlagn                148100  0
iwlcore              162500  1 iwlagn
compat_ioctl32          2304  1 uvcvideo
videodev              29440  1 uvcvideo
v4l1_compat            15492  2 uvcvideo,videodev
v4l2_common            18304  2 uvcvideo,videodev
rfkill                  8596  2 iwlcore
snd_seq_oss            35584  0
led_class              6020  1 iwlcore
snd_seq_midi            9376  0
iwlwif5k_mac80211    243316  2 iwlagn,iwlcore
snd_rawmidi            25760  1 snd_seq_midi
iwlwifi5k_cfg80211    33504  3 iwlagn,iwlcore,iwlwif5k_mac80211
snd_seq_midi_event      8320  2 snd_seq_oss,snd_seq_midi
sdhci                  19076  0
snd_seq                54224  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
mmc_core              51460  1 sdhci
i2c_core              24832  0
snd_timer              24836  2 snd_pcm,snd_seq
snd_seq_device          9612  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd                    56996  17 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_hwdep,snd_seq_dummy,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
wmi_acer                9644  0
soundcore              8800  1 snd
shpchp                34452  0
battery                14212  0
ac                      6916  0
video                  19856  0
output                  4736  1 video
pci_hotplug            30880  1 shpchp
button                  9232  0
intel_agp_ich9m        23700  0
agpgart                34760  1 intel_agp_ich9m
ext3                  136840  1
jbd                    48404  1 ext3
mbcache                9600  1 ext3
sg                    36880  0
sr_mod                17956  0
cdrom                  37408  1 sr_mod
sd_mod                30720  3
pata_acpi              8320  0
ata_piix              19588  2
ata_generic            8324  0
libata                159600  3 pata_acpi,ata_piix,ata_generic
scsi_mod              151436  5 sbp2,sg,sr_mod,sd_mod,libata
ohci1394              33584  0
ieee1394              93752  2 sbp2,ohci1394
r8169                  33156  0
ehci_hcd              37900  0
uhci_hcd              27024  0
usbcore              146412  4 uvcvideo,ehci_hcd,uhci_hcd
thermal                16796  0
processor              36488  4 acpi_cpufreq,thermal
fan                    5636  0
fbcon                  42912  0
tileblit                3456  1 fbcon
font                    9472  1 fbcon
bitblit                6784  1 fbcon
softcursor              3072  1 bitblit
fuse                  50708  3
glxinfo | grep rendering:
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
Avatar utente
Ubuket
Rampante Reduce
Rampante Reduce
Messaggi: 5201
Iscrizione: venerdì 18 luglio 2008, 23:59
Località: Torino

Re: NVIDIA 9600M

Messaggio da Ubuket »

allora allora... la tua scheda è supportata da linux ma tu hai un problema di riconoscimento hardware :(
Fai una cosa, se puoi, prova ubuntu 9.04 da live cd e controlla che questa riga non sia cosi
08:00.0 VGA compatible controller: nVidia Corporation Unknown device 0649 (rev a1)
ma tipo cosi
01:00.0 VGA compatible controller: nVidia Corporation GeForce 9500 GT (rev a1)
tu se ho ben capito hai un pc recente (cioè non di 3-4 anni fa) e ubuntu 8.04 potrebbe (nel tuo caso ha) problemi con il riconoscimento hardware... Se da Live CD di Ubuntu 9.04 vedi che la tua SV viene riconosciuta, allora l'unico e il miglior consiglio che ti posso dare e installare da capo ubuntu...
dragoncla82
Prode Principiante
Messaggi: 104
Iscrizione: venerdì 13 marzo 2009, 10:43

Re: NVIDIA 9600M

Messaggio da dragoncla82 »

Grazie ancora Ubuket, nel frattempo che aspettavo la tua risposta ho rieseguito il file scaricato dal sito NVIDIA tramite la guida che ho trovato nel forum.
Adesso i driver sono correttamente caricati e la scheda video funziona correttamente. C'è un piccolo problema di re3fresh però non importa anzi che prima..... Il problema del refresh lo noto nello scorrimento dei menù perchè al passaggio del mouse rimangono selezionate le voci precedenti.
Ora come faccio ad installare il resto dei driver? Perchè sicuramente ce ne sono altri che non vanno. Per esempio l'audio non funziona.
Il portatile è nuovo: Microstar -MS6837D
dragoncla82
Prode Principiante
Messaggi: 104
Iscrizione: venerdì 13 marzo 2009, 10:43

Re: NVIDIA 9600M

Messaggio da dragoncla82 »

Dimenticavo di ringraziarti per l'aiuto fino ad ora
:)
Avatar utente
Ubuket
Rampante Reduce
Rampante Reduce
Messaggi: 5201
Iscrizione: venerdì 18 luglio 2008, 23:59
Località: Torino

Re: NVIDIA 9600M

Messaggio da Ubuket »

l'audio dovrebbe andare... dai dal terminale

Codice: Seleziona tutto

alsamixer
e controlla che tutti i canali siano aperti & alzati, poi li giocaci un pò tu...
(io rimango del mio... 9.04)  :P
dragoncla82
Prode Principiante
Messaggi: 104
Iscrizione: venerdì 13 marzo 2009, 10:43

Re: NVIDIA 9600M

Messaggio da dragoncla82 »

Ho provato la versione 9.04. Ci sono passi avanti ovvero audio, video e wireless vengono riconosciuti in automatico. L'unica cosa che continua a non funzionare è la webcam integrata. Hai idee?
Grazie
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: Google [Bot] e 6 ospiti