Torna indietro   Hardware Upgrade Forum > Software > Linux, Unix, OS alternativi

Redmi Watch 6 in prova: lo smartwatch con ampio display da 2000 nit a meno di 100 euro
Redmi Watch 6 in prova: lo smartwatch con ampio display da 2000 nit a meno di 100 euro
Xiaomi ha portato Redmi Watch 6 anche sul mercato italiano, puntando su un display AMOLED da 2,07 pollici con picco di luminosità a 2000 nit, frame in alluminio da 9,9mm e un'autonomia dichiarata di 12 giorni. Lo smartwatch gira su HyperOS 3 e integra GPS, Bluetooth 5.4 e oltre 150 sport mode. Il tutto a meno di 100 euro
Mad Catz M.M.O. 7+: lo stesso DNA del R.A.T. 8+ ADV, ma con molti più pulsanti
Mad Catz M.M.O. 7+: lo stesso DNA del R.A.T. 8+ ADV, ma con molti più pulsanti
Con 22 tasti, il pulsante 5D, lo Shift Mode e il sensore PixArt 3395 da 26.000 DPI, il nuovo mouse wireless di Mad Catz si rivolge in modo preciso ai giocatori di MMO e RPG. Ma chi conosce già il R.A.T. 8+ ADV si accorgerà subito di quanto i due prodotti condividano, e di dove invece divergono
Radeon RX 9070 GRE, AMD la porta in tutto il mondo | Recensione Gigabyte Gaming OC
Radeon RX 9070 GRE, AMD la porta in tutto il mondo | Recensione Gigabyte Gaming OC
Abbiamo provato la Gigabyte Radeon RX 9070 GRE Gaming OC, nuova proposta RDNA 4 che si inserisce tra GeForce RTX 5060 Ti e RTX 5070. Prestazioni solide in rasterizzazione e ray tracing, frequenze elevate grazie all'overclock di fabbrica e raffreddamento efficace: ecco come si comporta nei nostri test.
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 17-07-2003, 15:23   #1
nix.nix
Bannato
 
Iscritto dal: May 2003
Messaggi: 601
Slackware9 E Vmware4

Devo installare VMWARE4 su una SLACKWARE9 con KERNEL 2.4.20 e
compilatori gcc-2.95.3 e gcc-3.2.2, il problema e che non riesco a
spingermi piu in la di questa sezione, vi inoltro la messaggistica


root@SLACK:/# vmware-config.pl
Making sure VMware Workstation's services are stopped.

Stopping VMware services:
Virtual machine monitor
done

Trying to find a suitable vmmon module for your running kernel.

None of VMware Workstation's pre-built vmmon modules is suitable for
your
running kernel. Do you want this program to try to build the vmmon
module for
your system (you need to have a C compiler installed on your system)?
[yes]

Using compiler "/usr/bin/gcc". Use environment variable CC to
override.

What is the location of the directory of C header files that match
your running
kernel? [/usr/include]

Extracting the sources of the vmmon module.

Building the vmmon module.

make: Entering directory `/tmp/vmware-config18/vmmon-only'
make[1]: Entering directory `/tmp/vmware-config18/vmmon-only'
make[2]: Entering directory
`/tmp/vmware-config18/vmmon-only/driver-2.4.20'
make[2]: Leaving directory
`/tmp/vmware-config18/vmmon-only/driver-2.4.20'
make[2]: Entering directory
`/tmp/vmware-config18/vmmon-only/driver-2.4.20'
make[2]: Leaving directory
`/tmp/vmware-config18/vmmon-only/driver-2.4.20'
make[1]: Leaving directory `/tmp/vmware-config18/vmmon-only'
make: Leaving directory `/tmp/vmware-config18/vmmon-only'
The module loads perfectly in the running kernel.

Extracting the sources of the vmnet module.

Building the vmnet module.

make: Entering directory `/tmp/vmware-config18/vmnet-only'
driver.c:38:22: net/sock.h: No such file or directory
make: *** [driver.o] Error 1
make: Leaving directory `/tmp/vmware-config18/vmnet-only'
Unable to build the vmnet module.

For more information on how to troubleshoot module-related problems,
please
visit our Web site at
"http://www.vmware.com/download/modules/modules.html" and
"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".

Execution aborted.

root@SLACK:/#

Come posso risolvere ???
nix.nix è offline   Rispondi citando il messaggio o parte di esso
Old 17-07-2003, 15:45   #2
kingv
Senior Member
 
L'Avatar di kingv
 
Iscritto dal: Jan 2001
Città: Milano
Messaggi: 5707
ti mancano gli include del kernel.
scaricati i sorgenti del kernel, scomapttali in /usr/src/ e sei a posto.
kingv è offline   Rispondi citando il messaggio o parte di esso
Old 17-07-2003, 16:50   #3
nix.nix
Bannato
 
Iscritto dal: May 2003
Messaggi: 601
OK scaricati e scompattati i 2.4.20 in usr/src

adesso cosa cappero vuole ???

root@SLACK:/usr/src# vmware-config.pl
Making sure VMware Workstation's services are stopped.

Stopping VMware services:
Virtual machine monitor done

Trying to find a suitable vmmon module for your running kernel.

None of VMware Workstation's pre-built vmmon modules is suitable for your
running kernel. Do you want this program to try to build the vmmon module for
your system (you need to have a C compiler installed on your system)? [yes]

Using compiler "/usr/bin/gcc". Use environment variable CC to override.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The directory of kernel headers (version @@VMWARE@@ UTS_RELEASE) does not match
your running kernel (version 2.4.20). Even if the module were to compile
successfully, it would not load into the running kernel.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

non so pu come andare avanti
nix.nix è offline   Rispondi citando il messaggio o parte di esso
Old 17-07-2003, 17:22   #4
nix.nix
Bannato
 
Iscritto dal: May 2003
Messaggi: 601
root@SLACK:~# ls -al /usr/src
total 33228
drwxr-xr-x 5 root root 4096 Jul 17 19:13 ./
drwxr-xr-x 18 root root 4096 Mar 14 02:00 ../
drwxr-xr-x 14 573 573 4096 Nov 29 2002 linux/
-rw------- 1 root root 33963814 Jul 17 19:02 linux-2.4.20.tar.gz
drwxr-xr-x 3 root root 4096 Jul 16 14:41 linux.old/
drwxr-xr-x 7 root root 4096 Dec 12 2002 rpm/
root@SLACK:~#

Ho rinominato la dir linux-2.4.20 in linux dove ho sbagliato ?
nix.nix è offline   Rispondi citando il messaggio o parte di esso
Old 17-07-2003, 17:34   #5
kingv
Senior Member
 
L'Avatar di kingv
 
Iscritto dal: Jan 2001
Città: Milano
Messaggi: 5707
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]



ma hai pigiato il tasto INVIO quando ti fa questa domanda?
cosa ti risponde?
kingv è offline   Rispondi citando il messaggio o parte di esso
Old 17-07-2003, 17:39   #6
nix.nix
Bannato
 
Iscritto dal: May 2003
Messaggi: 601
up
nix.nix è offline   Rispondi citando il messaggio o parte di esso
Old 18-07-2003, 09:34   #7
nix.nix
Bannato
 
Iscritto dal: May 2003
Messaggi: 601
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/src/linux/include

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

qualcuno sa dirmi cosa vuole ?
nix.nix è offline   Rispondi citando il messaggio o parte di esso
Old 18-07-2003, 09:36   #8
lovaz
Senior Member
 
L'Avatar di lovaz
 
Iscritto dal: Jul 2002
Messaggi: 4334
Ma esiste "/usr/src/linux/include"?
lovaz è offline   Rispondi citando il messaggio o parte di esso
Old 18-07-2003, 10:02   #9
nix.nix
Bannato
 
Iscritto dal: May 2003
Messaggi: 601
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/src/linux/include

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

qualcuno sa dirmi cosa vuole ?
nix.nix è offline   Rispondi citando il messaggio o parte di esso
Old 18-07-2003, 10:15   #10
lovaz
Senior Member
 
L'Avatar di lovaz
 
Iscritto dal: Jul 2002
Messaggi: 4334
Oh, ma li leggi i post degli altri o no?
lovaz è offline   Rispondi citando il messaggio o parte di esso
 Rispondi


Redmi Watch 6 in prova: lo smartwatch con ampio display da 2000 nit a meno di 100 euro Redmi Watch 6 in prova: lo smartwatch con ampio ...
Mad Catz M.M.O. 7+: lo stesso DNA del R.A.T. 8+ ADV, ma con molti più pulsanti Mad Catz M.M.O. 7+: lo stesso DNA del R.A.T. 8+ ...
Radeon RX 9070 GRE, AMD la porta in tutto il mondo | Recensione Gigabyte Gaming OC Radeon RX 9070 GRE, AMD la porta in tutto il mon...
Reolink OMVI 3i WiFi: videosorveglianza più intelligente e facile da usare Reolink OMVI 3i WiFi: videosorveglianza pi&ugrav...
Recensione Vivo X300 Ultra: fotocamera eccezionale, ma prezzo proibitivo Recensione Vivo X300 Ultra: fotocamera ecceziona...
La sonda spaziale marziana NASA MAVEN &e...
Nucleare in Italia, approvata la legge d...
Surface Pro, nuova variante in arrivo: a...
Iliad lancia la sua prima offerta FWA pe...
Addio compromessi? I nuovi tablet rugged...
Cooler Master al Computex 2026: case sil...
G.Skill mostra AMD EXPO ULL al Computex:...
Hilti e i data center, l'ingegneria dell...
Narwal anticipa il Prime Day: sconti fin...
Sharkoon mantiene il rapporto qualit&agr...
Xference e Aruba insieme per l'IA privat...
Google Wallet, in arrivo i documenti d'i...
Recensione OPPO Enco Clip2: tanta tecnol...
Altro passo dei cinesi in Europa: Chery ...
AMD FSR 4.1: l'architettura RDNA 3.5 pot...
Chromium
GPU-Z
OCCT
LibreOffice Portable
Opera One Portable
Opera One 106
CCleaner Portable
CCleaner Standard
Cpu-Z
Driver NVIDIA GeForce 546.65 WHQL
SmartFTP
Trillian
Google Chrome Portable
Google Chrome 120
VirtualBox
Tutti gli articoli Tutte le news Tutti i download

Strumenti

Regole
Non Puoi aprire nuove discussioni
Non Puoi rispondere ai messaggi
Non Puoi allegare file
Non Puoi modificare i tuoi messaggi

Il codice vB è On
Le Faccine sono On
Il codice [IMG] è On
Il codice HTML è Off
Vai al Forum


Tutti gli orari sono GMT +1. Ora sono le: 21:26.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Served by www3v