Partage
  • Partager sur Facebook
  • Partager sur Twitter

lancer LILO à la place de GRUB et monter la partition d'un autre Linux

    11 janvier 2007 à 23:38:27

    Bonsoir à vous !!

    je pense que le titre est assez clair: j'ai installé la Slackware 11.0 et installée LILO lors de cette installation mais au lancement de mon pc, GRUB se lance et ne me propose que les kernels de mon ubuntu...
    de plus, quand je suis sous Ubuntu, dans le poste de travail, je ne peut pas monter ma partition Slackware or ça me plairait bien de pouvoir échanger des données entre les deux OS !!

    si vous pouvez m'apporter une quelconque aide, je suis tout disposé ;)
    • Partager sur Facebook
    • Partager sur Twitter
      12 janvier 2007 à 1:22:58

      Salut !

      Pour avoir accès à la (aux) partition(s) Slackware :
      Si tu es sous Ubuntu 6.06 (Dapper), tu peux regarder cette page de la documentation française : http://doc.ubuntu-fr.org/applications/disques

      Si tu est sous Ubuntu 6.10 (Edgy), l'utilitaire n'est pas dispo ( o_O ), il te faudra le faire à la main :
      • Premièrement, il faut que du trouve (ou conaisse) les noms et UUIDs des partitions que tu veux monter (/dev/hda* ou /dev/sda*).
        Pour ce faire, tu lance la commande
        blkid

        qui affiche une liste de tes partition avec toutes les infos qui nous inetressent.
        Il te faut retenir l'UUID et le "block" (/dev/...) de ta partition. Tu peux t'aider des autres infos affichées pour déterminer quelle est la bonne partition ;)
        Si ça ne te suffit pas déterminer quelle est la partition à laquelle tu veux avoir accès, lance
        sudo fdisk -l

        qui t'aidera sans doutes à déterminer quelle est la bonne partition.
      • Quand du as déterminé le nom de la partition à laquelle tu veux avoir accès, il te faut créer un "point de montage", c'est-à-dire un dossier qui servira de racine à la partition sur le système de fichiers Ubuntu. En pratique, il te suffit de créer un dossier (en général dans /media).
        Pour créer un point de montage /media/slackware :
        sudo mkdir /media/slackware

        À partir de maintenant, tu peux monter (pour avoir accès donc) la partition de Slackware à la main (en supposant que Slackware se trouve sur /dev/hda4) :
        sudo mount /dev/hda4 /media/slackware

        C'est bien dé vérifier si ça marche, mais tu ne va pas pouvoir écrire sur ta partition (si jamais tu peux lire :-° )
      • Si tout a marché jusque ici, tu peux automatiser le "montage" de la partition Slackware, et par la même occasion, te permettre d'écrire dessus.

        Pour cela, il faut éditer le fichier de configuration /etc/fstab. Dans ce fichier est renseigné la liste des partition et de leurs "point de montage". Il est lu à chaque démarrage, ce qui permet d'automatiser le processus :)

        Ce fichier étant très important pour le système, il faut les droits d'administration pour le modifier, ça va de soi :) :
        gksudo gedit /etc/fstab

        Une fois le fichier ouvert, il va faloir rajouter une ligne correspondant à ta partition Slackware.

        Chaque ligne de ce fichier est séparée en 6 parties par des espaces. Nous alons rajouter une ligne désignant ta partition.
        • Tu comprendra aisément que la première chose à écrire sur notre nouvelle ligne est l'UUID que tu a trouvé tout à l'heure.
          Respecte bien la syntaxe des autres linges : UUID=tonUUID
        • ensuite, un (ou plusieurs) espace(s) :)
        • Puis viens le "point de montage" que tu as créé, par exemple /media/slackware
        • Re-espace :)
        • Maintenant, ça se corse un tantinet : tu doit écrire le système de fichiers de la partition. C'est probablement ext3 ;)
        • ...Re-espace...
        • Maintenant viennent les options pour le "montage" de la partition. Tu peux en spécifier des précises, mais en mettant defaults, ça devrait très bien aller.
        • espace...
        • Ensuite, tu met sans réfléchir
          0 1
          et ça devrait être bon.

        Tu enregistre, tu ferme.
      • Le plus simple est maintenant de redémarrer, mais tu peux très bien t'en passer :
        sudo umount /media/slackware # si ce n'est pas encore fait
        sudo mount -a # monte tous les périphériques listés dans /etc/fstab

      Voilà, normalement tu as accès à tes données :)
      Si tu as des problèmes, n'hésite pas ;)


      Pour ton autre problème, ça m'étonne que lors de l'installation de Slackware, ça n'ai pas supprimé GRUB installé par Ubuntu... :o
      C'est tout à fait possible de rajouter le(s) noyau(x) de Slackware dans le GRUB d'Ubuntu, mais je suis un peu fatigué d'écrire (des pâtés que personne ne va avoir le courage de lire)
      J'essaierais de te donner la réponse/un lien demain ;)

      J'espère ne pas avoir été trop longuet, et surtout avoir été clair :)


      @++ !
      • Partager sur Facebook
      • Partager sur Twitter
        12 janvier 2007 à 6:40:10

        merci pour le lien ça marche niquel ;)

        et ne t'inquiète pas de la longueur tant que c'est utile ;)

        sinon, pour GRUB, j'ai lu dans la doc ubuntu que LILO n'est pas très souple et demande souvent que les fichiers de configuration soit à jour alors peut être que ce serait mieux d'utiliser GRUB qui met ses fichiers configuration à jour tout seul !!
        par contre je ne sais pas comment supprimer LILO pour Slackware et mettre la distribution sur le BRUB actuel...
        • Partager sur Facebook
        • Partager sur Twitter
          12 janvier 2007 à 12:21:00

          Non c'est pas à partir de Slackware que tu pourras faire quelquechose (à part un removepkg lilo-22.7.1-i486-2) il faut plutôt ajouter Slackware au Grub d'ubuntu.

          Fais nous un :
          cat /boot/grub/menu.lst
          fdisk -l


          Et on te dira quoi mettre en conséquence
          • Partager sur Facebook
          • Partager sur Twitter
            12 janvier 2007 à 16:49:06

            ça me donne ça:
            erwan@ORDIERWAN:~$ cat /boot/grub/menu.lst
            # menu.lst - See: grub(8), info grub, update-grub(8)
            #            grub-install(8), grub-floppy(8),
            #            grub-md5-crypt, /usr/share/doc/grub
            #            and /usr/share/doc/grub-doc/.

            ## default num
            # Set the default entry to the entry number NUM. Numbering starts from 0, and
            # the entry number 0 is the default if the command is not used.
            #
            # You can specify 'saved' instead of a number. In this case, the default entry
            # is the entry saved with the command 'savedefault'.
            # WARNING: If you are using dmraid do not change this entry to 'saved' or your
            # array will desync and will not let you boot your system.
            default         0

            ## timeout sec
            # Set a timeout, in SEC seconds, before automatically booting the default entry
            # (normally the first entry defined).
            timeout         3

            ## hiddenmenu
            # Hides the menu by default (press ESC to see the menu)
            hiddenmenu

            # Pretty colours
            #color cyan/blue white/blue

            ## password ['--md5'] passwd
            # If used in the first section of a menu file, disable all interactive editing
            # control (menu entry editor and command-line)  and entries protected by the
            # command 'lock'
            # e.g. password topsecret
            #      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
            # password topsecret

            #
            # examples
            #
            # title         Windows 95/98/NT/2000
            # root          (hd0,0)
            # makeactive
            # chainloader   +1
            #
            # title         Linux
            # root          (hd0,1)
            # kernel        /vmlinuz root=/dev/hda2 ro
            #

            #
            # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

            ### BEGIN AUTOMAGIC KERNELS LIST
            ## lines between the AUTOMAGIC KERNELS LIST markers will be modified
            ## by the debian update-grub script except for the default options below

            ## DO NOT UNCOMMENT THEM, Just edit them to your needs

            ## ## Start Default Options ##
            ## default kernel options
            ## default kernel options for automagic boot options
            ## If you want special options for specific kernels use kopt_x_y_z
            ## where x.y.z is kernel version. Minor versions can be omitted.
            ## e.g. kopt=root=/dev/hda1 ro
            ##      kopt_2_6_8=root=/dev/hdc1 ro
            ##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
            # kopt=root=/dev/hda1 ro

            ## default grub root device
            ## e.g. groot=(hd0,0)
            # groot=(hd0,0)

            ## should update-grub create alternative automagic boot options
            ## e.g. alternative=true
            ##      alternative=false
            # alternative=true

            ## should update-grub lock alternative automagic boot options
            ## e.g. lockalternative=true
            ##      lockalternative=false
            # lockalternative=false

            ## additional options to use with the default boot option, but not with the
            ## alternatives
            ## e.g. defoptions=vga=791 resume=/dev/hda5
            # defoptions=quiet splash

            ## altoption boot targets option
            ## multiple altoptions lines are allowed
            ## e.g. altoptions=(extra menu suffix) extra boot options
            ##      altoptions=(recovery mode) single
            # altoptions=(recovery mode) single

            ## controls how many kernels should be put into the menu.lst
            ## only counts the first occurence of a kernel, not the
            ## alternative kernel options
            ## e.g. howmany=all
            ##      howmany=7
            # howmany=all

            ## should update-grub create memtest86 boot option
            ## e.g. memtest86=true
            ##      memtest86=false
            # memtest86=true

            ## should update-grub adjust the value of the default booted system
            ## can be true or false
            # updatedefaultentry=false

            ## ## End Default Options ##

            title           Ubuntu, kernel 2.6.15-27-k7
            root            (hd0,0)
            kernel          /boot/vmlinuz-2.6.15-27-k7 root=/dev/hda1 ro quiet splash
            initrd          /boot/initrd.img-2.6.15-27-k7
            savedefault
            boot

            title           Ubuntu, kernel 2.6.15-27-k7 (recovery mode)
            root            (hd0,0)
            kernel          /boot/vmlinuz-2.6.15-27-k7 root=/dev/hda1 ro single
            initrd          /boot/initrd.img-2.6.15-27-k7
            boot

            title           Ubuntu, kernel 2.6.15-27-386
            root            (hd0,0)
            kernel          /boot/vmlinuz-2.6.15-27-386 root=/dev/hda1 ro quiet splash
            initrd          /boot/initrd.img-2.6.15-27-386
            savedefault
            boot

            title           Ubuntu, kernel 2.6.15-27-386 (recovery mode)
            root            (hd0,0)
            kernel          /boot/vmlinuz-2.6.15-27-386 root=/dev/hda1 ro single
            initrd          /boot/initrd.img-2.6.15-27-386
            boot

            title           Ubuntu, kernel 2.6.15-23-k7
            root            (hd0,0)
            kernel          /boot/vmlinuz-2.6.15-23-k7 root=/dev/hda1 ro quiet splash
            initrd          /boot/initrd.img-2.6.15-23-k7
            savedefault
            boot

            title           Ubuntu, kernel 2.6.15-23-k7 (recovery mode)
            root            (hd0,0)
            kernel          /boot/vmlinuz-2.6.15-23-k7 root=/dev/hda1 ro single
            initrd          /boot/initrd.img-2.6.15-23-k7
            boot

            title           Ubuntu, kernel 2.6.15-23-386
            root            (hd0,0)
            kernel          /boot/vmlinuz-2.6.15-23-386 root=/dev/hda1 ro quiet splash
            initrd          /boot/initrd.img-2.6.15-23-386
            savedefault
            boot

            title           Ubuntu, kernel 2.6.15-23-386 (recovery mode)
            root            (hd0,0)
            kernel          /boot/vmlinuz-2.6.15-23-386 root=/dev/hda1 ro single
            initrd          /boot/initrd.img-2.6.15-23-386
            boot

            title           Ubuntu, memtest86+
            root            (hd0,0)
            kernel          /boot/memtest86+.bin
            boot

            ### END DEBIAN AUTOMAGIC KERNELS LIST
            • Partager sur Facebook
            • Partager sur Twitter
              12 janvier 2007 à 17:53:50

              Il faut l'autre ligne aussi :

              fdisk -l
              • Partager sur Facebook
              • Partager sur Twitter
                12 janvier 2007 à 19:14:51

                elle ne me donne rien ...
                • Partager sur Facebook
                • Partager sur Twitter
                  12 janvier 2007 à 20:21:24

                  C'est en fait, tu es obligé d'avoir les droits d'administration pour avoir un résultat ;)
                  Donc :
                  sudo fdisk -l


                  PS : tu peux d'ailleurs désinstaller les noyaux que tu n'utilise pas ;)
                  D'ailleurs, pourquoi as-tu des noyaux K7 et 386 ? :-°
                  • Partager sur Facebook
                  • Partager sur Twitter
                    12 janvier 2007 à 21:02:29

                    j'utilise le k7 parce que j'ai un processeur AMD athlon XP

                    et voici le résultat de fdisk:
                    Disque /dev/hda: 120.0 Go, 120060444672 octets
                    255 têtes, 63 secteurs/piste, 14596 cylindres
                    Unités = cylindres de 16065 * 512 = 8225280 octets

                    Périphérique Amorce    Début         Fin      Blocs    Id  Système
                    /dev/hda1   *           1       13104   10525784883  Linux
                    /dev/hda2           14410       14596     1502077+   5  Extended
                    /dev/hda3   *       13105       14409    1048241283  Linux
                    /dev/hda5           14410       14596     1502046   82  Linux swap / Solaris

                    Les entrées de la table de partitions ne sont pas dans l'ordre du disque
                       


                    ps: slackware est sur /dev/hda3 !!

                    EDIT: j'ai commencé à ajouter une entrée dans le fichier menu.lst mais je n'ai aps rempli "initrd" parce que je ne sais pas quoi mettre... de plus, c'est vraiment du copié/collé des entrées d'ubuntu et je ne comprends pas grand choe à ce que je fais... (en fait c'est surtout initrd que je pige pas...)
                    title           Slackware 11.0
                    root            (hd0,2)
                    kernel          /boot/vmlinuz-ide-2.4.33.3 root=/dev/hda3 ro quiet splash
                    initrd          
                    savedefault 
                    boot
                    • Partager sur Facebook
                    • Partager sur Twitter
                      13 janvier 2007 à 13:59:27

                      L'initrd tu n'en auras pas besoin sur le kernel par défaut. Ca sert juste à ajouter des modules en RAM au démarrage.

                      Ceci devrait marcher, j'espère, ta base était bonne :)
                      title           Slackware 11.0
                      root            (hd0,2)
                      # on peut ajouter les lignes apm=power-off noapic nolapic acpi=off s'il y a
                      # des soucis avec l'ACPI (moi j'en ai besoin) - tu auras aussi peut-être besoin
                      # de hdX=ide-scsi (où hdX est ton graveur) pour pouvoir graver tranquillement
                      kernel          /boot/vmlinuz root=/dev/hda3 ro vga=773 
                      boot


                      Et arme-toi de bonnes docs !
                      http://slackfr.org/
                      http://www.slack-fr.org/
                      http://www.franck-barbenoire.name/slackware/slack.php (pour le kernel 2.6, entre autres)

                      Avec Google, tu trouveras sûrement tout ce dont tu as besoin par la suite (connexion, construire ses packages, etc.)
                      • Partager sur Facebook
                      • Partager sur Twitter
                        13 janvier 2007 à 14:34:27

                        merci pour les liens et le GRUB ;)

                        je connaissais déjà slackfr et j'ai un magazine qui aide pas mal donc j'ai de la doc ;)

                        j'ai un gros soucis !!

                        quand je boot sur Slackware, je suis en CONSOLE !! et je sais pas comment passer en mode graphique...
                        alors si tu sais comment régler ce problème !! :(
                        • Partager sur Facebook
                        • Partager sur Twitter
                          13 janvier 2007 à 17:34:19

                          Voilà quelques commandes de base :

                          adduser <nom_de_ton_compte> # dans "Additional groups" mets "audio,video,cdrom,wheel,tty,disk,floppy,games,scanner" histoire d'être tranquille
                          netconfig # qui marchera pour la plupart des *box... choisis juste l'option "DHCP" qui marchera la plupart du temps
                          /etc/rc.d/rc.inet1 restart # pour que la connexion soit effective
                          xorgcfg -textmode # pour avoir un fichier de configuration de Xorg convenable (voir mon premier lien donné plus bas)


                          Puis, en user :
                          xwmconfig # pour choisir l'interface graphique .. il te faut le package kdei/kde-i18n-fr-3.5.4-noarch-1 pour le français sous KDE
                          startx # pour tester... si tu as des erreurs, poste les ici


                          Pour un démarrage automatique graphique, c'était ici :
                          http://www.franck-barbenoire.name/slackware/slack.php#XORG

                          Faudra t'habituer à la console et à mettre les mains dans le cambouis, évidemment, mais c'est tellement enrichissant :p Comme éditeur de texte en console, je te conseille joe qui est plutôt facile à prendre en main.

                          EDIT : J'ai aussi acheté ce livre dès la précédente version. Il te faudra quand même d'autres docs, j'ai commencé avec ceci, pour ma part :

                          http://www.trustonme.net/didactels/92.html (pour la configuration de Xorg)
                          http://www.trustonme.net/didactels/91.html (installation)
                          http://lea-linux.org/cached/index/Installer_Linux_Slackware.html (idem)
                          http://lea-linux.org/cached/index/G%C3%A9rer_les_paquetages_Slackware.html#
                          http://lea-linux.org/cached/index/Installation_et_%28surtout%29_configuration_post-installation_de_Slackware_11.0.html# (ça je te le conseille vivement)
                          • Partager sur Facebook
                          • Partager sur Twitter
                            13 janvier 2007 à 17:41:26

                            je fais déjà un peu de console sur ubuntu mais là que console c'était un peu perturabant ^^

                            merci pour les infos et tous ces liens o_O

                            EDIT: je n'arrive pas à lancer le mode graphique...
                            j'ai suivi les instructions du site http://www.franck-barbenoire.name/slackware/slack.php#XORG et la configuration du kernel s'est très bien passée !! ensuite, je modifie xorg.conf puis je reboot et ça stoppe ici:
                            Image utilisateur
                            (y a-t-il un moyen de faire des screen de la console ??)

                            sinon je ne peux même pas utiliser les commandes xorgcfg -textmode et startx car ça me dit que ces commandes n'existent pas ...


                            et au fait, à l'installation j'ai demandé à utiliser xfce et non kde !!
                            • Partager sur Facebook
                            • Partager sur Twitter
                              14 janvier 2007 à 1:34:54

                              Ca c'est pas de chance :D Essaye ça

                              <Ctrl + Alt + F6> # tu te log en root
                              telinit 3 && exit
                              <Ctrl + Alt + F1> (tu te relog)
                              cd /etc/rc.d/ && chmod -x rc.httpd rc.mysqld rc.gpm # inutile pour le moment de les laisser activés
                              grep -e EE -e WW /var/log/Xorg.0.log # tu auras toutes les erreurs de Xorg, copie les ici


                              C'est là qu'il faut pas faire de faute de frappe :-°
                              Pour les deux autres commandes, j'avais oublié de les donner en entier, ça ira mieux ainsi :
                              /usr/X11R6/bin/xorgcfg -textmode # essaye juste de trouver le bon driver pour ta carte graphique, nv ou ati suffisent généralement... il y aura des trucs à modifier par la suite, comme la molette de la souris par exemple
                              /usr/X11R6/bin/startx
                              • Partager sur Facebook
                              • Partager sur Twitter
                                14 janvier 2007 à 9:55:48

                                j'ai suivi tes instructions et j'ai quelques erreurs à te signaler:

                                quand je fais
                                /usr/X11R6/bin/xorgcfg

                                je n'ai pas nv comme choix de driver... or j'ai une nvidia :(

                                ensuite, avec
                                grep -e EE -e WW /var/log/Xorg.0.log

                                j'obtiens
                                (EE) Problem parsing the config file
                                (EE) Error parsing the config file
                                (WW) xf86CloseConsole: VT_GETSTATE failed: Badfile descriptor
                                (WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
                                (WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor


                                enfin, avec
                                startx

                                j'obtiens un gros tas de ***** plein d'erreurs :D
                                • Partager sur Facebook
                                • Partager sur Twitter
                                  14 janvier 2007 à 15:23:44

                                  Hum il arrive pas à parser le fichier...

                                  Il faut faire ça (dans xorgcfg -textmode) :
                                  > Mouse > ImPS/2 (si tu as une souris à roulette sur le port série) + Emulate... > No (si tu as une roulette) + Mouse device > tu valides
                                  > Keyboard > Generic 105 Key > France
                                  > Monitor > next > valide > valide
                                  > Card > yes > choisis n'importe quoi; ati, vesa iront > valide
                                  > Screen > valide > 24 bits > sélectionne tes résolutions
                                  > Write xorg.conf > Valide

                                  Là, tu fais joe /etc/X11/xorg.conf (en root) et regarde la section "Device" vers le bas... tu auras normalement 'Driver "ati"' ou 'Driver "vesa"', à remplacer par 'Driver "nv"'. Ensuite, regarde la section "Module", et vérifie que les lignes 'Load "dri"' 'Load "glx"' soient présentes (sinon ajoute-les).

                                  Et relance startx sous ton compte normal (sans avoir oublié de lancer xwmconfig en user avant).
                                  • Partager sur Facebook
                                  • Partager sur Twitter
                                    14 janvier 2007 à 16:09:32

                                    et si ma souris n'est pas sur le port série mais en usb??
                                    • Partager sur Facebook
                                    • Partager sur Twitter
                                      14 janvier 2007 à 16:25:52

                                      Tu choisis USB dans le menu (je crois) et il faudrait que tu relances l'utilitaire mouseconfig en root pour choisir "usb".
                                      • Partager sur Facebook
                                      • Partager sur Twitter
                                        14 janvier 2007 à 17:13:14

                                        ok je verrais où ça se situe ;)

                                        sinon j'ai réussi à avoir l'interface graphique !! :D c'est pas que j'aime pas la console mais j'aime mieux xfce quand même ^^

                                        autre problème maintenant: configurer kppp pour aller sur internet...
                                        en plus j'ai un modem 56k interne donc si tu peux m'aider ...
                                        • Partager sur Facebook
                                        • Partager sur Twitter
                                          14 janvier 2007 à 20:03:05

                                          Tant mieux pour l'interface graphique ^^ Si tu veux Xfce 4.4 Rc2 (celui de Xubuntu je crois) tu peux tenter ceux de ce site que j'utilise : http://rlworkman.net/pkgs/

                                          Quant à ton modem, il marche sur Ubuntu ? Il a besoin d'un module spécial?

                                          Normalement, pour configurer ça, c'est pppoe-setup. Ne l'ayant jamais utilisé, je ne peux pas vraiment te dire comment faire, mais ce tuto devrait faire l'affaire :
                                          http://lea-linux.org/cached/index/Linux_From_Slack.html#La_connexion_internet

                                          Après si tu préfères Kppp, il te faut les paquets qt/kde-base/libs/network si je ne me trompe pas (ou alors toute la série KDE/ :D ).
                                          • Partager sur Facebook
                                          • Partager sur Twitter
                                            14 janvier 2007 à 20:51:08

                                            j'ai toute la série KDE

                                            et les programmes KDE sont utilisables avec xfce??

                                            et mon modem marche très bien sous ubuntu mais j'ai installé un module (modem-hsfpci)...

                                            j'ai essayé de configurer avec le tuto que tu m'as passé mais déjà, j'ai pas les DNS de wanadoo et en plus ça me dit que /dev/modem n'existe pas ou un truc du genre...
                                            aussi, j'ai pas trouvé comment monter ma partition Ubuntu depuis slackware...

                                            EDIT: j'ai trouvé ce tuto pour la configuration des winmodem (c'est mon cas) http://www.trustonme.net/didactels/108.html en utilisant ce site pour les fichiers -> http://dominia.org/djao/hsflinmodem/

                                            le seul problème, c'est que je n'ai pas les DNS de wanadoo donc c'est un peu dur pour la configuration de la connexion puisqu'ils sont nécessaires...
                                            • Partager sur Facebook
                                            • Partager sur Twitter
                                              16 janvier 2007 à 20:16:59

                                              j'obtiens ce message quand j'essaye de configurer le module hsf avec hsfconfig (l'erreur se trouve à la fin !!)
                                              Linux HSF softmodem drivers, version 5.03.27mbsibeta02122600

                                              WARNING: this is an EXPERIMENTAL BETA VERSION of the HSF drivers for Linux.
                                              USE AT YOUR OWN RISK! See the file /usr/lib/hsf/LICENSE for details.

                                              Conexant Systems neither distributes nor maintains this package.
                                              PLEASE DO NOT CONTACT CONEXANT REGARDING THIS SOFTWARE!!!
                                              If you require assistance or need more information, go to:
                                                            http://www.mbsi.ca/cnxtlindrv
                                              grep: /proc/ksyms: No such file or directory
                                              /usr/sbin/hsfconfig: line 1299: [: too many arguments

                                              Should we attempt to automatically configure your hardware? [yes]

                                              Selected PCI VendorID=14F1 DeviceID=2F00
                                              and INF file /etc/hsf/inf/linux_hsfi.inf

                                              Supported countries:

                                              ARGENTINA, AUSTRALIA, AUSTRIA, BANGLADESH,
                                              BELGIUM, BOLIVIA, BRAZIL, BRUNEI, BULGARIA,
                                              CANADA, CHILE, CHINA, COLOMBIA, COSTA_RICA,
                                              CROATIA, CYPRUS, CZECH_REPUBLIC, DENMARK, DOMINICAN_REPUBLIC,
                                              ECUADOR, EGYPT, EL_SALVADOR, FINLAND, FRANCE,
                                              GERMANY, GREECE, GUATEMALA, HAITI, HONDURAS,
                                              HONG-KONG, HUNGARY, ICELAND, INDIA, INDONESIA,
                                              IRELAND, ISRAEL, ITALY, JAPAN, KOREA,
                                              KUWAIT, LAOS, LATVIA, LIECHTENSTEIN, LUXEMBOURG,
                                              MALAYSIA, MALTA, MEXICO, MYANMAR, NETHERLANDS,
                                              NEW_ZEALAND, NORWAY, PAKISTAN, PANAMA, PARAGUAY,
                                              PERU, PHILIPPINES, POLAND, PORTUGAL, ROMANIA,
                                              RUSSIA, SAUDI_ARABIA, SINGAPORE, SLOVAKIA, SLOVENIA,
                                              SOUTH_AFRICA, SPAIN, SRI_LANKA, SWEDEN, SWITZERLAND,
                                              TAIWAN, THAILAND, TURKEY, UK, UKRAINE,
                                              UNITED_ARAB_EMIRATES, URUGUAY, USA, VENEZUELA, VIETNAM

                                              Please enter your country name [FRANCE]:

                                              Configuring modem for country: "FRANCE"
                                              You can change this setting later with the command "hsfconfig --country"

                                              This package does not contain pre-built modules suitable for your system:
                                                      Distribution: Slackware-Slackware
                                                      Kernel arch: i686
                                                      Kernel version: linux-2.6.17.13

                                              Trying to automatically re-compile the modules..
                                              (this requires a C compiler and proper kernel sources to be installed)

                                              Where is the linux source build directory that matches your running kernel?
                                              [/lib/modules/2.6.17.13/build]

                                              WARNING: missing file /lib/modules/2.6.17.13/build/include/linux/modversions.h
                                              The cause of this problem is usually a missing or misconfigured
                                              kernel source tree (and sometimes an incorrect directory or symbolic link).

                                              First, ensure that the proper kernel source and compiler packages
                                              from your distribution vendor and/or the community are installed.

                                              The Linux kernel can then be reconfigured by running "make menuconfig"
                                              under the kernel source directory (usually /usr/src/linux).

                                              Verify that the proper options for your system are selected,
                                              and that CONFIG_SMP ("Symmetric multi-processing support" under
                                              "Processor type and features") is disabled, as this driver is
                                              presently designed to work on single-processor machines.

                                              Then compile and install your new kernel (for more information about
                                              this procedure, see the README file under the kernel source directory),
                                              reboot the system using the new kernel, and re-run "hsfconfig".


                                              j'ai essayé d'y résoudre en modifiant le kernel et en le recompilant mais ça n'a rien fait...
                                              • Partager sur Facebook
                                              • Partager sur Twitter
                                                16 janvier 2007 à 20:52:26

                                                Tu as un package kernel-headers sur ton système, sûrement. Le tuto de Barbenoire conseille de garder ceux du kernel 2.4 (chose que tu as peut-être faite et qui est correcte) mais dans le cas de certaines compilations de modules, dont sûrement celle-ci, il va falloir utiliser le kernel-headers-2.6.17.13 (ou alors revenir au 2.4 si tu l'avais déjà mis à jour) puis revenir à l'ancien ("man upgradepkg" si tu en as besoin).

                                                Si ça ne marche toujours pas, tente une version un peu moins récente de ce que tu tentes de compiler, ça devrait aller.

                                                Citation

                                                et les programmes KDE sont utilisables avec xfce??


                                                Sans soucis, oui. Même s'il est préférable d'utiliser des programmes GTK dans XFce, ça ira.

                                                Citation

                                                j'ai essayé de configurer avec le tuto que tu m'as passé mais déjà, j'ai pas les DNS de wanadoo et en plus ça me dit que /dev/modem n'existe pas ou un truc du genre...


                                                Tu ne peux pas voir les DNS utilisés sur Ubuntu ? Quant au lien /dev/modem, si tu fais pkgtool > setup > modem-device, tu pourras le créer (là encore, si tu ne sais pas lequel utiliser, regarde sur ubuntu avec un "ls -l /dev/modem" -- mais celui que l'assistant de configuration te propose devrait aller). En fait en regardant l'installation du module, il semblerait qu'il trouve le modem, donc touche à rien :p

                                                Citation

                                                aussi, j'ai pas trouvé comment monter ma partition Ubuntu depuis slackware...


                                                Il faut bidouiller /etc/fstab :D Voilà ce que j'utilise pour une autre distribution :

                                                /dev/hdb7        /mnt/old_home    ext3        defaults         1   2


                                                (Il faudra créer le point de montage dans /mnt évidemment.)
                                                • Partager sur Facebook
                                                • Partager sur Twitter
                                                  16 janvier 2007 à 21:18:37

                                                  ok merci pour ces réponses ;)
                                                  pour le point de montage je l'ai créé depuis ubuntu et je vais modifier le fichier que tu m'as dit pour l'ajouter !!
                                                  pour les DNS, avec ubuntu je ne les utilise pas !! mais j'ai fais un ping sur wanadoo.fr : est-ce que ça me donne la bonne IP ??

                                                  et pour les headers, effectivement je suis passé aux 2.6 exprès pour compiler ça ^^ donc vu que ça marche pas je vais remettre les paramètres que j'ai changé et repasser à l'ancien kernel (ou est-ce que ya pas besoin de faire les changements vu que j'installe un nouveau kernel si je puix dire?? )

                                                  bon apparemment c'était pas un problème de headers mais de fichier manquant dans la source du kernel 2.6 ... j'ai donc réinstallé la source et le fichier est présent et hsfconfig se lance bien !!
                                                  le hic, oui il en faut un ^^ , c'est qu'il y a des erreurs lors du lancement de hsfconfig et elles sont dans un long log que je poste ici même si ça va prendre beaucoup de place parce que moi j'y comprends rien à ce qu'il y a marqué et que je ne vois donc pas la source du problème:
                                                  rm -f *.o *.a
                                                  make[1]: Entering directory `/usr/lib/hsf/modules/osspec'
                                                  rm -f *.o *.a
                                                  make[1]: Leaving directory `/usr/lib/hsf/modules/osspec'
                                                  * compiling (gcc) mod_osspec.c
                                                  In file included from /lib/modules/2.6.17.13/build/include/linux/rwsem.h:27,
                                                                   from /lib/modules/2.6.17.13/build/include/asm/semaphore.h:42,
                                                                   from /lib/modules/2.6.17.13/build/include/linux/sched.h:20,
                                                                   from ../modules/osspec/include/oscompat.h:63,
                                                                   from mod_osspec.c:51:
                                                  /lib/modules/2.6.17.13/build/include/asm/rwsem.h: In function `__down_read':
                                                  /lib/modules/2.6.17.13/build/include/asm/rwsem.h:105: error: syntax error before "KBUILD_BASENAME"
                                                  /lib/modules/2.6.17.13/build/include/asm/rwsem.h: In function `__down_write':
                                                  /lib/modules/2.6.17.13/build/include/asm/rwsem.h:157: error: syntax error before "KBUILD_BASENAME"
                                                  /lib/modules/2.6.17.13/build/include/asm/rwsem.h: In function `__up_read':
                                                  /lib/modules/2.6.17.13/build/include/asm/rwsem.h:194: error: syntax error before "KBUILD_BASENAME"
                                                  /lib/modules/2.6.17.13/build/include/asm/rwsem.h:188: warning: unused variable `tmp'
                                                  /lib/modules/2.6.17.13/build/include/asm/rwsem.h: In function `__up_write':
                                                  /lib/modules/2.6.17.13/build/include/asm/rwsem.h:220: error: syntax error before "KBUILD_BASENAME"
                                                  /lib/modules/2.6.17.13/build/include/asm/rwsem.h: In function `__downgrade_write':
                                                  /lib/modules/2.6.17.13/build/include/asm/rwsem.h:245: error: syntax error before "KBUILD_BASENAME"
                                                  In file included from /lib/modules/2.6.17.13/build/include/linux/sched.h:20,
                                                                   from ../modules/osspec/include/oscompat.h:63,
                                                                   from mod_osspec.c:51:
                                                  /lib/modules/2.6.17.13/build/include/asm/semaphore.h: In function `down':
                                                  /lib/modules/2.6.17.13/build/include/asm/semaphore.h:105: error: syntax error before "KBUILD_BASENAME"
                                                  /lib/modules/2.6.17.13/build/include/asm/semaphore.h: In function `down_interruptible':
                                                  /lib/modules/2.6.17.13/build/include/asm/semaphore.h:130: error: syntax error before "KBUILD_BASENAME"
                                                  /lib/modules/2.6.17.13/build/include/asm/semaphore.h: In function `down_trylock':
                                                  /lib/modules/2.6.17.13/build/include/asm/semaphore.h:155: error: syntax error before "KBUILD_BASENAME"
                                                  /lib/modules/2.6.17.13/build/include/asm/semaphore.h: In function `up':
                                                  /lib/modules/2.6.17.13/build/include/asm/semaphore.h:179: error: syntax error before "KBUILD_BASENAME"
                                                  In file included from /lib/modules/2.6.17.13/build/include/linux/irq.h:22,
                                                                   from /lib/modules/2.6.17.13/build/include/asm/hardirq.h:6,
                                                                   from /lib/modules/2.6.17.13/build/include/linux/hardirq.h:7,
                                                                   from /lib/modules/2.6.17.13/build/include/linux/interrupt.h:11,
                                                                   from ../modules/osspec/include/oscompat.h:66,
                                                                   from mod_osspec.c:51:
                                                  /lib/modules/2.6.17.13/build/include/asm/irq.h:16:25: irq_vectors.h: No such file or directory
                                                  In file included from /lib/modules/2.6.17.13/build/include/asm/hardirq.h:6,
                                                                   from /lib/modules/2.6.17.13/build/include/linux/hardirq.h:7,
                                                                   from /lib/modules/2.6.17.13/build/include/linux/interrupt.h:11,
                                                                   from ../modules/osspec/include/oscompat.h:66,
                                                                   from mod_osspec.c:51:
                                                  /lib/modules/2.6.17.13/build/include/linux/irq.h: At top level:
                                                  /lib/modules/2.6.17.13/build/include/linux/irq.h:85: error: `NR_IRQS' undeclared here (not in a function)
                                                  In file included from /lib/modules/2.6.17.13/build/include/linux/irq.h:94,
                                                                   from /lib/modules/2.6.17.13/build/include/asm/hardirq.h:6,
                                                                   from /lib/modules/2.6.17.13/build/include/linux/hardirq.h:7,
                                                                   from /lib/modules/2.6.17.13/build/include/linux/interrupt.h:11,
                                                                   from ../modules/osspec/include/oscompat.h:66,
                                                                   from mod_osspec.c:51:
                                                  /lib/modules/2.6.17.13/build/include/asm/hw_irq.h:30: error: `NR_IRQ_VECTORS' undeclared here (not in a function)
                                                  In file included from mod_osspec.c:51:
                                                  ../modules/osspec/include/oscompat.h: In function `cnxthsf_OsModuleUseCountInc':
                                                  ../modules/osspec/include/oscompat.h:246: error: `MOD_INC_USE_COUNT' undeclared (first use in this function)
                                                  ../modules/osspec/include/oscompat.h:246: error: (Each undeclared identifier is reported only once
                                                  ../modules/osspec/include/oscompat.h:246: error: for each function it appears in.)
                                                  ../modules/osspec/include/oscompat.h: In function `cnxthsf_OsModuleUseCountDec':
                                                  ../modules/osspec/include/oscompat.h:251: error: `MOD_DEC_USE_COUNT' undeclared (first use in this function)
                                                  mod_osspec.c: At top level:
                                                  mod_osspec.c:67: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:67: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:67: warning: data definition has no type or storage class
                                                  mod_osspec.c:68: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:68: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:68: warning: data definition has no type or storage class
                                                  mod_osspec.c:69: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:69: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:69: warning: data definition has no type or storage class
                                                  mod_osspec.c:70: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:70: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:70: warning: data definition has no type or storage class
                                                  mod_osspec.c:71: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:71: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:71: warning: data definition has no type or storage class
                                                  mod_osspec.c:72: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:72: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:72: warning: data definition has no type or storage class
                                                  mod_osspec.c:73: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:73: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:73: warning: data definition has no type or storage class
                                                  mod_osspec.c:74: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:74: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:74: warning: data definition has no type or storage class
                                                  mod_osspec.c:75: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:75: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:75: warning: data definition has no type or storage class
                                                  mod_osspec.c:76: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:76: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:76: warning: data definition has no type or storage class
                                                  mod_osspec.c:77: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:77: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:77: warning: data definition has no type or storage class
                                                  mod_osspec.c:78: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:78: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:78: warning: data definition has no type or storage class
                                                  mod_osspec.c:79: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:79: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:79: warning: data definition has no type or storage class
                                                  mod_osspec.c:80: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:80: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:80: warning: data definition has no type or storage class
                                                  mod_osspec.c:81: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:81: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:81: warning: data definition has no type or storage class
                                                  mod_osspec.c:82: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:82: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:82: warning: data definition has no type or storage class
                                                  mod_osspec.c:83: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:83: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:83: warning: data definition has no type or storage class
                                                  mod_osspec.c:84: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:84: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:84: warning: data definition has no type or storage class
                                                  mod_osspec.c:85: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:85: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:85: warning: data definition has no type or storage class
                                                  mod_osspec.c:86: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:86: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:86: warning: data definition has no type or storage class
                                                  mod_osspec.c:87: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:87: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:87: warning: data definition has no type or storage class
                                                  mod_osspec.c:88: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:88: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:88: warning: data definition has no type or storage class
                                                  mod_osspec.c:89: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:89: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:89: warning: data definition has no type or storage class
                                                  mod_osspec.c:90: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:90: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:90: warning: data definition has no type or storage class
                                                  mod_osspec.c:91: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:91: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:91: warning: data definition has no type or storage class
                                                  mod_osspec.c:100: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:100: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:100: warning: data definition has no type or storage class
                                                  mod_osspec.c:101: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:101: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:101: warning: data definition has no type or storage class
                                                  mod_osspec.c:102: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:102: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:102: warning: data definition has no type or storage class
                                                  mod_osspec.c:103: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:103: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:103: warning: data definition has no type or storage class
                                                  mod_osspec.c:104: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:104: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:104: warning: data definition has no type or storage class
                                                  mod_osspec.c:105: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:105: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:105: warning: data definition has no type or storage class
                                                  mod_osspec.c:106: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:106: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:106: warning: data definition has no type or storage class
                                                  mod_osspec.c:107: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:107: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:107: warning: data definition has no type or storage class
                                                  mod_osspec.c:108: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:108: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:108: warning: data definition has no type or storage class
                                                  mod_osspec.c:109: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:109: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:109: warning: data definition has no type or storage class
                                                  mod_osspec.c:110: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:110: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:110: warning: data definition has no type or storage class
                                                  mod_osspec.c:111: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:111: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:111: warning: data definition has no type or storage class
                                                  mod_osspec.c:112: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:112: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:112: warning: data definition has no type or storage class
                                                  mod_osspec.c:113: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:113: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:113: warning: data definition has no type or storage class
                                                  mod_osspec.c:114: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:114: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:114: warning: data definition has no type or storage class
                                                  mod_osspec.c:115: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:115: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:115: warning: data definition has no type or storage class
                                                  mod_osspec.c:116: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:116: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:116: warning: data definition has no type or storage class
                                                  mod_osspec.c:117: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:117: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:117: warning: data definition has no type or storage class
                                                  mod_osspec.c:118: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:118: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:118: warning: data definition has no type or storage class
                                                  mod_osspec.c:119: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:119: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:119: warning: data definition has no type or storage class
                                                  mod_osspec.c:120: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:120: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:120: warning: data definition has no type or storage class
                                                  mod_osspec.c:123: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:123: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:123: warning: data definition has no type or storage class
                                                  mod_osspec.c:124: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:124: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:124: warning: data definition has no type or storage class
                                                  mod_osspec.c:125: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:125: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:125: warning: data definition has no type or storage class
                                                  mod_osspec.c:126: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:126: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:126: warning: data definition has no type or storage class
                                                  mod_osspec.c:127: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:127: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:127: warning: data definition has no type or storage class
                                                  mod_osspec.c:128: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:128: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:128: warning: data definition has no type or storage class
                                                  mod_osspec.c:129: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:129: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:129: warning: data definition has no type or storage class
                                                  mod_osspec.c:130: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:130: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:130: warning: data definition has no type or storage class
                                                  mod_osspec.c:131: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:131: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:131: warning: data definition has no type or storage class
                                                  mod_osspec.c:134: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:134: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:134: warning: data definition has no type or storage class
                                                  mod_osspec.c:135: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:135: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:135: warning: data definition has no type or storage class
                                                  mod_osspec.c:136: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:136: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:136: warning: data definition has no type or storage class
                                                  mod_osspec.c:137: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:137: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:137: warning: data definition has no type or storage class
                                                  mod_osspec.c:138: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:138: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:138: warning: data definition has no type or storage class
                                                  mod_osspec.c:139: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:139: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:139: warning: data definition has no type or storage class
                                                  mod_osspec.c:140: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:140: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:140: warning: data definition has no type or storage class
                                                  mod_osspec.c:143: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:143: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:143: warning: data definition has no type or storage class
                                                  mod_osspec.c:144: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:144: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:144: warning: data definition has no type or storage class
                                                  mod_osspec.c:145: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:145: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:145: warning: data definition has no type or storage class
                                                  mod_osspec.c:146: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:146: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:146: warning: data definition has no type or storage class
                                                  mod_osspec.c:147: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:147: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:147: warning: data definition has no type or storage class
                                                  mod_osspec.c:148: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:148: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:148: warning: data definition has no type or storage class
                                                  mod_osspec.c:149: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:149: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:149: warning: data definition has no type or storage class
                                                  mod_osspec.c:150: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:150: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:150: warning: data definition has no type or storage class
                                                  mod_osspec.c:151: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:151: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:151: warning: data definition has no type or storage class
                                                  mod_osspec.c:152: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:152: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:152: warning: data definition has no type or storage class
                                                  mod_osspec.c:153: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:153: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:153: warning: data definition has no type or storage class
                                                  mod_osspec.c:154: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:154: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:154: warning: data definition has no type or storage class
                                                  mod_osspec.c:155: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:155: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:155: warning: data definition has no type or storage class
                                                  mod_osspec.c:156: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:156: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:156: warning: data definition has no type or storage class
                                                  mod_osspec.c:157: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:157: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:157: warning: data definition has no type or storage class
                                                  mod_osspec.c:158: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:158: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:158: warning: data definition has no type or storage class
                                                  mod_osspec.c:159: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:159: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:159: warning: data definition has no type or storage class
                                                  mod_osspec.c:162: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:162: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:162: warning: data definition has no type or storage class
                                                  mod_osspec.c:163: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:163: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:163: warning: data definition has no type or storage class
                                                  mod_osspec.c:164: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:164: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:164: warning: data definition has no type or storage class
                                                  mod_osspec.c:165: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:165: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:165: warning: data definition has no type or storage class
                                                  mod_osspec.c:166: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:166: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:166: warning: data definition has no type or storage class
                                                  mod_osspec.c:167: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:167: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:167: warning: data definition has no type or storage class
                                                  mod_osspec.c:170: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:170: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:170: warning: data definition has no type or storage class
                                                  mod_osspec.c:171: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:171: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:171: warning: data definition has no type or storage class
                                                  mod_osspec.c:174: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:174: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:174: warning: data definition has no type or storage class
                                                  mod_osspec.c:175: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:175: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:175: warning: data definition has no type or storage class
                                                  mod_osspec.c:176: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:176: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:176: warning: data definition has no type or storage class
                                                  mod_osspec.c:177: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:177: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:177: warning: data definition has no type or storage class
                                                  mod_osspec.c:178: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:178: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:178: warning: data definition has no type or storage class
                                                  mod_osspec.c:181: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:181: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:181: warning: data definition has no type or storage class
                                                  mod_osspec.c:182: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:182: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:182: warning: data definition has no type or storage class
                                                  mod_osspec.c:183: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:183: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:183: warning: data definition has no type or storage class
                                                  mod_osspec.c:184: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
                                                  mod_osspec.c:184: warning: parameter names (without types) in function declaration
                                                  mod_osspec.c:184: warning: data definition has no type or storage class
                                                  make: *** [mod_osspec.o] Error 1


                                                  donc toi si ça te parle...
                                                  • Partager sur Facebook
                                                  • Partager sur Twitter
                                                    16 janvier 2007 à 21:30:38

                                                    Citation

                                                    pour les DNS, avec ubuntu je ne les utilise pas !! mais j'ai fais un ping sur wanadoo.fr : est-ce que ça me donne la bonne IP ??



                                                    Euh je ne sais pas... le site de wanadoo ou quelques recherches sur Google devraient mieux t'aider à ce niveau ;)

                                                    Citation

                                                    et pour les headers, effectivement je suis passé aux 2.6 exprès pour compiler ça ^^ donc vu que ça marche pas je vais remettre les paramètres que j'ai changé et repasser à l'ancien kernel


                                                    Je parle uniquement du paquet kernel-headers. Garde le kernel 2.6 si tu préfères (d'ailleurs ça serait mieux à mon avis :p ) mais essaye juste d'avoir l'autre kernel-headers* (par rapport à celui que tu avais testé à la précédente compilation).
                                                    • Partager sur Facebook
                                                    • Partager sur Twitter
                                                      16 janvier 2007 à 23:28:41

                                                      j'avais bien compris pour le kernel-headers ;)

                                                      sinon pour la suite, voir mon message précédent ... j'ai plein d'erreurs ^^

                                                      j'ai réussi à avoir les DNS de wanadoo mais apparemment il ne faudrait pas les mettre car ils sont récupérés dynamiquement à la connexion donc je sais pas ce que j'en ferais...
                                                      pour ceux qui passent par là:

                                                      DNS primaire 80.10.246.2
                                                      DNS secondaire 80.10.246.129
                                                      • Partager sur Facebook
                                                      • Partager sur Twitter
                                                        17 janvier 2007 à 13:56:07

                                                        Tu as essayé avec les deux kernel-headers ? (ils ne peuvent pas cohabiter ensemble, c'est soit l'un soit l'autre).
                                                        • Partager sur Facebook
                                                        • Partager sur Twitter
                                                          17 janvier 2007 à 14:34:51

                                                          non je n'utilise qu'un seul headers, enfin je crois...
                                                          en tous cas, quand je tape la commande de cérification, je n'ai que le headers 2.4.33.3
                                                          • Partager sur Facebook
                                                          • Partager sur Twitter
                                                            17 janvier 2007 à 15:51:22

                                                            Ce que je voulais dire, c'était est-ce-que tu avais bien essayé avec les deux packages l'un après l'autre ? Désolé, je m'étais mal expliqué.
                                                            • Partager sur Facebook
                                                            • Partager sur Twitter
                                                              17 janvier 2007 à 15:55:50

                                                              oui j'ai essayé avec les deux !!
                                                              • Partager sur Facebook
                                                              • Partager sur Twitter

                                                              lancer LILO à la place de GRUB et monter la partition d'un autre Linux

                                                              × Après avoir cliqué sur "Répondre" vous serez invité à vous connecter pour que votre message soit publié.
                                                              × Attention, ce sujet est très ancien. Le déterrer n'est pas forcément approprié. Nous te conseillons de créer un nouveau sujet pour poser ta question.
                                                              • Editeur
                                                              • Markdown