IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Matériel Discussion :

installation driver linux


Sujet :

Matériel

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre confirmé
    Inscrit en
    Décembre 2006
    Messages
    100
    Détails du profil
    Informations forums :
    Inscription : Décembre 2006
    Messages : 100
    Par défaut installation driver linux
    Bonjour je vien d'acheter une carte mere j'ai tout installer et j'ai mis mandriva free 2007 mais le probleme c que je n'arrive pas a installer la wifi intergrer a la carte mere et pourtan sur le cd il y a un dossier linuxdrivers et je vais dans le dossier VIA_lan et la il y a un dossier nommer 64bit un fichier texte linux.txt et une archive rhinefet.tgz donc je regarde dans le fichier texter et comme par azard c en anglai mais j'ai essayer de comprendre les commande a taper et je ne comprend rien alor si vous pouvier m'aider se serai cool voila la parti du fichier texte ou il explique comment installer :


    Installation
    ============
    Please enter the following commands at the UNIX prompt. Remember, UNIX is
    case sensitive.

    1) Create a temporary directory:
    mkdir /temp

    2) Change to the temporary directory:
    cd /temp

    3) Copy driver (rhinefet.tgz) from DOS disk, (mcopy below is one tool in
    mtools, if you didn't install mtools, you can type
    'mount -t msdos /dev/fd0 /mnt' and use 'cp /mnt/rhinefet.tgz /temp'
    command to copy the driver to the temporary directory):
    mcopy a:rhinefet.tgz .

    4) untar the archive file:
    tar xzvf rhinefet.tgz
    cd rhinefet

    5) Compile the driver source files and it will generate rhinefet.o, and
    copy it to correct driver installation path (The installation directory
    is different in different kernel versions. In 2.4.x/2.6.x kernel, the path
    is /lib/modules/KERNEL_VERSION/kernel/drivers/net/, and in 2.2.x kernel,
    the path is /lib/modules/KERNEL_VERSION/net/, the KERNEL_VERSION (see
    above) means the kernel version of your Linux distribution. If you don't
    know your kernel version , please run 'uname -r' command in command
    line. The kernel version will look like '2.2.16', '2.4.2-2smp' etc.) :
    make install

    6) Check configuration file (/etc/modules.conf or /etc/conf.modules or
    /etc/modprobe.conf, it depends on your Linux distribution) for loading
    kernel modules. Make sure the first line below is appeared in the
    configuration file, where # is the interface number (eg: alias eth0
    rhinefet). If you need to set the driver options, below second line is
    an example to set the NIC to 100Mbps fullduplex mode (remember to unmark
    the line if it is put in the configuration file).
    alias eth# rhinefet
    #options eth# speed_duplex=2

    7) Reboot now:
    shutdown -r now

    8) Install your driver module (If the driver module is in the wrong place,
    an error message will appear, and say that can't find the driver
    module):
    insmod rhinefet.o

    9) Use ifconfig command to assign the IP address, where # is network
    interface number:
    ifconfig eth# <IP>

    10) Check the interface works:
    ping <remote_host_IP>



    voila pour info la carte c une assus p5v-vm dh



    voila et merci d'avance

  2. #2
    Membre confirmé
    Inscrit en
    Décembre 2006
    Messages
    100
    Détails du profil
    Informations forums :
    Inscription : Décembre 2006
    Messages : 100
    Par défaut
    j'ai essayer le debut mais quand je fai make install sa marche pas regarder:


    [root@localhost 4.39]# make install
    make -C /lib/modules/2.6.17-5mdv/build SUBDIRS=/temp/4.39 modules
    make[1]: entrant dans le répertoire « /usr/src/linux-2.6.17-5mdv »

    WARNING: Symbol version dump /usr/src/linux-2.6.17-5mdv/Module.symvers
    is missing; modules will have no dependencies and modversions.

    CC [M] /temp/4.39/rhine_main.o
    /temp/4.39/rhine_main.c:59: error: expected ‘ )’ before string constant
    /temp/4.39/rhine_main.c:64: error: expected ‘ )’ before string constant
    /temp/4.39/rhine_main.c:73: error: expected ‘ )’ before string constant
    /temp/4.39/rhine_main.c:85: error: expected ‘ )’ before string constant
    /temp/4.39/rhine_main.c:100: error: expected ‘ )’ before string constant
    /temp/4.39/rhine_main.c:115: error: expected ‘ )’ before string constant
    /temp/4.39/rhine_main.c:122: error: expected ‘ )’ before string constant
    /temp/4.39/rhine_main.c:131: error: expected ‘ )’ before string constant
    /temp/4.39/rhine_main.c:139: error: expected ‘ )’ before string constant
    /temp/4.39/rhine_main.c:148: error: expected ‘ )’ before string constant
    /temp/4.39/rhine_main.c:159: error: expected ‘ )’ before string constant
    /temp/4.39/rhine_main.c:175: error: expected ‘ )’ before string constant
    /temp/4.39/rhine_main.c:182: error: expected ‘ )’ before string constant
    /temp/4.39/rhine_main.c:194: error: expected ‘ )’ before string constant
    /temp/4.39/rhine_main.c:200: error: expected ‘ )’ before string constant
    /temp/4.39/rhine_main.c:2017: warning: initialization from incompatible pointer type
    /temp/4.39/rhine_main.c: In function ‘rhine_ethtool_ioctl’:
    /temp/4.39/rhine_main.c:2751: error: ‘struct pci_dev’ has no member named ‘slot_name’
    /temp/4.39/rhine_main.c: In function ‘rhine_suspend’:
    /temp/4.39/rhine_main.c:2924: error: too many arguments to function ‘pci_save_state’
    /temp/4.39/rhine_main.c: In function ‘rhine_resume’:
    /temp/4.39/rhine_main.c:2958: error: too many arguments to function ‘pci_restore_state’
    make[2]: *** [/temp/4.39/rhine_main.o] Erreur 1
    make[1]: *** [_module_/temp/4.39] Erreur 2
    make[1]: quittant le répertoire « /usr/src/linux-2.6.17-5mdv »
    make: *** [default] Erreur 2



    bon merci d'avance

Discussions similaires

  1. [REDHAT] Problème d'installation de linux message d'erreur: pci:00:03
    Par spilliaert quentin dans le forum RedHat / CentOS / Fedora
    Réponses: 2
    Dernier message: 07/08/2005, 14h51
  2. [CR8.5] Comment installer driver ODBC oracle
    Par Tony49 dans le forum Connectivité
    Réponses: 2
    Dernier message: 14/03/2005, 15h22
  3. Problème pour installer drivers intel 82845G de ma CG
    Par jeanbi dans le forum Matériel
    Réponses: 5
    Dernier message: 01/12/2004, 10h50
  4. Installation sous Linux (Debian)
    Par nauw dans le forum Général Java
    Réponses: 2
    Dernier message: 24/09/2004, 14h47
  5. [GLX] installer drivers opengl Nvidia
    Par GMI3 dans le forum OpenGL
    Réponses: 2
    Dernier message: 13/02/2004, 18h07

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo