Sources Du Noyau : Warning Bizzare, grave ?

bonjour,

ma question est simple : je suis sous fedora core 5 ; uname -r renvoit "2.6.15-1.2054_FC5" (noyau par défaut dans l'installation). Uname -m revoit i686.
J'ai besoin des sources du noyau pour compiler mes pilotes de modem, j'ai donc téléchargé kernel-devel-2.6.15-1.2054_FC5.i686.rpm, fait un
 rpm -i kernel-devel-2.6.15-1.2054_FC5.i686.rpm
et là, il me revoit ce message :
attention: kernel-devel-2.6.15-1.2054_FC5.i686.rpm: Entête V3 DSA signature: NOKEY, key ID 4f2a6fd2
mais fait ce qu'il a à faire apparemment. En effet, quand je vais dans /usr/src/ il y a bien un répertoire "kernel" qui s'est créé...Alors là, je capte pas, qu'est-ce qui ne va pas dans ce que j'ai fait, ce message signifie-t-il qu'il y a un truc qui cloche sans en avoir l'air ou bien est-ce totalement sans importance ?

merci beaucoup

ps : je précise que j'ai cherché avant de poster, mais ce warning n'est apparemment pas très courant.

7 réponses

  1. Contributeur
    kernel-devel?ce ne serait pas plutot le paquetage kernel-hearders ou kernel-source?

    Sinon pour le message "Entête V3 DSA signature: NOKEY, key ID 4f2a6fd2" ce n'est pas bien grave, c'est simplement que ton gestionnaire de paquetages (rpm et par extension yum) n'a pas la signature de ce paquetage. La signature sert à la commande rpm pour pouvoir identifier "l'identité" du paquetage. Normalement, si tu passes par yum (et son interface graphique yumex) en ajoutant des depots il va aussi enregister les signatures de ces depots (à verifier...).
    Pour faire un parallele avec windows c'est la meme chose quand windows te lache un popup avertissant que le driver/logiciel n'est pas signé.
    0
    1. merci pour vos réponses.

      non, c'est bien kernel-devel pourquoi ? c'est bien ce packetage qu'il faut installer pour compiler des pilotes non ?

      rappel : je ne peux pas utiliser yum puisque c'est pour mon modem que je fais tout ça :-)
      0
      1. oui, j'avais essayé avec la version 2.16 (avant de tout formater et recommencer, ce sont des essais que je fais), et j'ai eu le même message...
        0
        1. Modérateur
          Re,

          je pense que tu parles toujours de .rpm

          télécharge http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.14.tar.bz2

          Donc sont les sources du dernière noyau depuis le site officiel.

          Tu le décompresses dans /usr/src
          cd /usr/src
          tar xjvf linux-2.6.16.14.tar.bz2
          ln -sfn /usr/src/linux-2.6.16.14.tar.bz2 linux
          cd linux
          cp -v /boot/config-version-noyau-FC .config
          make menuconfig (ici j'espère que tu sais quoi faire)
          make bzImage
          make modules
          cp -v System.map /boot/System.map-2.6.16.14
          cp -v .config /boot/config-2.6.16.14
          cp -v arch/ton_architecture/boot/bzImage /boot/vmlinuz-2.6.16.14
          make modules_install
          mkinitrd -o /boot/initrd.img-2.6.16.14 2.6.16.14
          Ensuite tu dois editer lilo ou grub pour le nouveau noyau

          lami20j
          0
      2. Contributeur
        A noter que les sources du noyau devrait etre sur l'un des cds donc je ne pense pas qu'il faille les telecharer...
        0
        1. Modérateur
          Salut,

          en effet, à moins qu'il veut une version plus récente.

          Sur le 1er CD (j'ai x86_64)
          debian:~# find /media/cdrom/ -name '*kernel*'
          /media/cdrom/Fedora/RPMS/kernel-2.6.15-1.2054_FC5.x86_64.rpm
          /media/cdrom/Fedora/RPMS/kernel-xen0-2.6.15-1.2054_FC5.x86_64.rpm
          /media/cdrom/Fedora/RPMS/kernel-xen0-devel-2.6.15-1.2054_FC5.x86_64.rpm
          /media/cdrom/Fedora/RPMS/kernel-xenU-2.6.15-1.2054_FC5.x86_64.rpm
          /media/cdrom/Fedora/RPMS/kernel-xenU-devel-2.6.15-1.2054_FC5.x86_64.rpm
          debian:~#
          
          lami20j
          0
      3. oui, en effet il sont présents sur le DVD...bon, je suis passé à la compilation des pilotes de mon modem bewan adsl usb, et là j'en bave...j'ai :
        * installé le noyau 2.6.16 et le kernel-devel correspondant
        * changé le chemin d'acces des sources dans le repertoire unicorn (qui contient mes pilotes modem).
        * fait "make" et "make install" --> la compilation se déroule, mais si je remonte dans le terminal et que je regarde ce quia a été affiché, je peux lire :
        make[3]: Entering directory `/home/bewan/unicorn/adsl_status/src'
        gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../../amu -I../../include/ -I../intl
        
        -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include
        
        -g -O2 -Wall -c main.c
        main.c:10:21: erreur: gtk/gtk.h : Aucun fichier ou répertoire de ce type
        In file included from main.c:12:
        interface.h:5: erreur: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
        In file included from main.c:13:
        support.h:44: erreur: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
        support.h:51: attention : type defaults to ‘int’ in declaration of ‘gchar’
        support.h:51: erreur: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
        support.h:59: erreur: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
        In file included from main.c:14:
        status.h:1: erreur: expected ‘)’ before ‘*’ token
        status.h:2: erreur: expected ‘)’ before ‘*’ token
        status.h:3: erreur: expected ‘)’ before ‘*’ token
        status.h:4: erreur: expected ‘)’ before ‘*’ token
        status.h:5: erreur: expected ‘)’ before ‘*’ token
        status.h:6: erreur: expected ‘)’ before ‘*’ token
        main.c: In function ‘main’:
        main.c:20: erreur: ‘GtkWidget’ undeclared (first use in this function)
        main.c:20: erreur: (Each undeclared identifier is reported only once
        main.c:20: erreur: for each function it appears in.)
        main.c:20: erreur: ‘main_window’ undeclared (first use in this function)
        main.c:27: attention : implicit declaration of function ‘gtk_set_locale’
        main.c:28: attention : implicit declaration of function ‘gtk_init’
        main.c:31: attention : implicit declaration of function ‘add_pixmap_directory’
        main.c:39: attention : implicit declaration of function ‘create_main_window’
        main.c:45: attention : implicit declaration of function ‘create_RxPathLabel’
        main.c:45: attention : implicit declaration of function ‘lookup_widget’
        main.c:45: attention : implicit declaration of function ‘GTK_WIDGET’
        main.c:46: attention : implicit declaration of function ‘create_SNRLabel’
        main.c:47: attention : implicit declaration of function ‘create_EchoNoiseLabel’
        main.c:49: attention : implicit declaration of function ‘status_init’
        main.c:51: attention : implicit declaration of function ‘gtk_widget_show’
        main.c:53: attention : implicit declaration of function ‘gtk_main’
        make[3]: *** [main.o] Erreur 1
        make[3]: Leaving directory `/home/bewan/unicorn/adsl_status/src'
        make[2]: *** [all-recursive] Erreur 1
        make[2]: Leaving directory `/home/bewan/unicorn/adsl_status'
        make[1]: *** [all-recursive-am] Erreur 2
        make[1]: Leaving directory `/home/bewan/unicorn/adsl_status'
        make[1]: Entering directory `/home/bewan/unicorn/unicorntest'


        et voilà, pourtant, j'ai bien mes fichiers .ko qui ont été créés dans /lib/modules/2.6.15-1.2054_FC5/extra/unicorn_usb_atm.ko !

        Bon, je continue, je tente de charger le module maintenant, je fais donc "depmod -ae", et "modprobe unicorn_usb_atm", et là, c'est la fête : je lance modprobe, ça fait mine de planter pendant 30s, puis d'un coup des tas de choses à l'écran. En regardant ces lignes, ça donne (notez l'erreur de segmentation au début lol):
        [root@localhost ~]# modprobe unicorn_usb_atm
        Erreur de segmentation
        [root@localhost ~]#
        Message from syslogd@localhost at Mon May 8 01:08:37 2006 ...
        localhost kernel: Oops: 0000 [#1]
        
        Message from syslogd@localhost at Mon May 8 01:08:37 2006 ...
        localhost kernel: CPU: 0
        
        Message from syslogd@localhost at Mon May 8 01:08:37 2006 ...
        localhost kernel: EIP is at memcmp+0xd/0x22
        
        Message from syslogd@localhost at Mon May 8 01:08:37 2006 ...
        localhost kernel: eax: f4d127d0 ebx: f4d127d0 ecx: 00000001 edx: 0000004f
        
        Message from syslogd@localhost at Mon May 8 01:08:37 2006 ...
        localhost kernel: esi: 00000004 edi: 00200246 ebp: 00000001 esp: e698fd08
        
        Message from syslogd@localhost at Mon May 8 01:08:38 2006 ...
        localhost kernel: ds: 007b es: 007b ss: 0068
        
        Message from syslogd@localhost at Mon May 8 01:08:38 2006 ...
        localhost kernel: Process modprobe (pid: 3434, threadinfo=e698f000 task=ea5a3aa0)
        
        Message from syslogd@localhost at Mon May 8 01:08:38 2006 ...
        localhost kernel: Stack: <0>f4d127c0 e698fd10 f9d00e89 00000000 f9d04b2b e698fdb4 e698fd40 f9ce03a6
        
        Message from syslogd@localhost at Mon May 8 01:08:38 2006 ...
        localhost kernel: f9d10d1e 00000000 00000000 00000000 00000000 00000000 e698fd80 f9cb67f8
        
        Message from syslogd@localhost at Mon May 8 01:08:38 2006 ...
        localhost kernel: 00000000 e698fd74 f9d07f40 f9d080b7 00000001 dead4ead ffffffff ffffffff
        
        Message from syslogd@localhost at Mon May 8 01:08:38 2006 ...
        localhost kernel: Call Trace:
        
        Message from syslogd@localhost at Mon May 8 01:08:38 2006 ...
        localhost kernel: [<f9d00e89>] xsm_ident+0x3a/0x8e [unicorn_usb_atm] [<f9d04b2b>] unicorn_atm_init+0x9b/0xa6 [unicorn_usb_atm]
        
        Message from syslogd@localhost at Mon May 8 01:08:38 2006 ...
        localhost kernel: [<f9ce03a6>] _ZN19InterfaceProtectionC1Ev+0x16/0x50 [unicorn_usb_atm] [<f9cb67f8>] AMSW_Modem_SW_Init+0x28/0x180 [unicorn_usb_atm]
        
        Message from syslogd@localhost at Mon May 8 01:08:38 2006 ...
        localhost kernel: [<f9d0212e>] msw_init+0x14/0xec [unicorn_usb_atm] [<f9d04b2b>] unicorn_atm_init+0x9b/0xa6 [unicorn_usb_atm]
        
        Message from syslogd@localhost at Mon May 8 01:08:38 2006 ...
        localhost kernel: [<f9d04b6e>] unicorn_attach+0x38/0x123 [unicorn_usb_atm] [<f9cfe4a9>] probe_unicorn_usb+0x729/0x758 [unicorn_usb_atm]
        
        Message from syslogd@localhost at Mon May 8 01:08:38 2006 ...
        localhost kernel: [<c02265d8>] __driver_attach+0x0/0x8b [<c025f049>] usb_probe_interface+0x58/0x87
        
        Message from syslogd@localhost at Mon May 8 01:08:38 2006 ...
        localhost kernel: [<c0226525>] driver_probe_device+0x42/0x8b [<c022663b>] __driver_attach+0x63/0x8b
        
        Message from syslogd@localhost at Mon May 8 01:08:38 2006 ...
        localhost kernel: [<c0226021>] bus_for_each_dev+0x33/0x55 [<c0226489>] dri er_attach+0x11/0x13
        
        Message from syslogd@localhost at Mon May 8 01:08:38 2006 ...
        localhost kernel: [<c02265d8>] __driver_attach+0x0/0x8b [<c0225d42>] bus_a d_driver+0x64/0xfd
        
        Message from syslogd@localhost at Mon May 8 01:08:38 2006 ...
        localhost kernel: [<c025ee78>] usb_register_driver+0x73/0xd0 [<c0131432>] ys_init_module+0x1382/0x1514
        
        Message from syslogd@localhost at Mon May 8 01:08:38 2006 ...
        localhost kernel: [<c012b0a7>] autoremove_wake_function+0x0/0x2d [<c013879 >] audit_syscall_entry+0x118/0x13f
        
        Message from syslogd@localhost at Mon May 8 01:08:38 2006 ...
        localhost kernel: [<c01055ac>] do_syscall_trace+0x104/0x14a [<c0102be9>] s scall_call+0x7/0xb
        
        Message from syslogd@localhost at Mon May 8 01:08:39 2006 ...
        localhost kernel: Code: 89 c6 8b 18 85 db 74 11 89 d8 e8 c8 ff ff ff 85 c0 74 0 c6 00 00 40 89 06 89 d8 5b 5e c3 56 53 89 ce 89 c3 89 d1 eb 0f 0f b6 13 <0f> b 01 29 c2 89 d0 75 09 43 41 4e 85 f6 75 ed 31 c0 5b 5e c3
        [root@localhost ~]#


        en parallele, un terminal intitulé "écoute de périphérique" c'est ouvert, et on y voit des choses semblables, donc je le mets pas, y'a déjà bcp de code (dsl...mais lisez le début et la fin ^^)

        Je ferme ces deux terminaux, et HOP, mon modem est allumé ! (bon, apparemment il se syncronise pas mais il est allumé ce qui est un grand pas !), le module est lancé lorsque je fait /sbin/lsmod), bref, tout à l'air d'aller quoi lol... ....mais juste l'air alors, parceque au redemarrage, boum, plantage en plein milieu, des trucs bizzares s'affichent, ça dit que ça va continuer dans 120s, 20s après ça continue et ça plante sur bluetooth...voilà la partie du syslog correspondante (en gras ce que j'aperçois à l'acran au démarrage)
        May 8 01:50:37 localhost kernel: unicorn_usb: v 0.9.3, 01:04:53 May 8 2006
        May 8 01:50:37 localhost kernel: unicorn_usb: driver parameters: DebugLevel=0
        May 8 01:50:37 localhost kernel: unicorn_usb: found adapter VendorId 07fa, ProductId 1012, driver_info=20174
        May 8 01:50:37 localhost kernel: unicorn_usb: MSW parameters:
        May 8 01:50:37 localhost kernel: ActivationMode=1
        May 8 01:50:37 localhost kernel: ActTimeout=300000
        May 8 01:50:37 localhost kernel: AutoActivation=1
        May 8 01:50:37 localhost kernel: DebugLevel=0
        May 8 01:50:37 localhost kernel: DownstreamRate=3400
        May 8 01:50:37 localhost kernel: unicorn_usb: ExchangeDelay=10
        May 8 01:50:37 localhost kernel: FmPollingRate=1000
        May 8 01:50:37 localhost kernel: g_RefGain=22
        May 8 01:50:37 localhost kernel: g_Teqmode=7
        May 8 01:50:37 localhost kernel: InitTimeout=20000
        May 8 01:50:37 localhost kernel: Interoperability=0
        May 8 01:50:37 localhost kernel: unicorn_usb: LCD_Trig=15000
        May 8 01:50:37 localhost kernel: LOS_LOF_Trig=5000
        May 8 01:50:37 localhost kernel: LoopbackMode=0
        May 8 01:50:37 localhost kernel: MswDebugLevel=2
        May 8 01:50:37 localhost kernel: RetryTime=5000
        May 8 01:50:37 localhost kernel: TrainingDelay=100
        May 8 01:50:37 localhost kernel: unicorn_usb: useRFC019v=0
        May 8 01:50:37 localhost kernel: useRFC029v=8000
        May 8 01:50:37 localhost kernel: useRFC040v=0
        May 8 01:50:37 localhost kernel: useRFC041v=1
        May 8 01:50:37 localhost kernel: setINITIALDAC=0
        May 8 01:50:37 localhost kernel: unicorn_usb: useRFCFixedRate=1
        May 8 01:50:37 localhost kernel: useVCXO=0
        May 8 01:50:37 localhost kernel: _no_TS652=1
        May 8 01:50:37 localhost kernel: useAFE=20174
        May 8 01:50:37 localhost kernel: txPower=14
        May 8 01:50:37 localhost kernel: unicorn_usb: OHCI Host Controller
        May 8 01:50:37 localhost kernel: alloc_obj: kmalloc failed,size=-145568380,type=abc0
        May 8 01:50:37 localhost kernel: Unable to handle kernel NULL pointer dereference at virtual address 00000001
        May 8 01:50:37 localhost kernel: printing eip:
        May 8 01:50:37 localhost kernel: c01c3c9c
        May 8 01:50:37 localhost kernel: *pde = 3f2a3067
        May 8 01:50:37 localhost kernel: Oops: 0000 [#1]
        May 8 01:50:37 localhost kernel: last sysfs file: /class/usb_device/usbdev3.3/dev
        May 8 01:50:37 localhost kernel: Modules linked in: unicorn_usb_atm(U) atm lp parport_pc parport floppy nvram ehci_hcd ohci_hcd tda9887 snd_intel8x0 snd_ac97_codec snd_ac97_bus tuner snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss snd_pcm cx8800 cx88xx i2c_algo_bit video_buf ir_common snd_timer i2c_sis96x tveeprom snd soundcore i2c_core compat_ioctl32 v4l1_compat v4l2_common btcx_risc snd_page_alloc videodev sis900 mii ext3 jbd
        May 8 01:50:37 localhost kernel: CPU: 0
        May 8 01:50:37 localhost kernel: EIP: 0060:[<c01c3c9c>] Tainted: P VLI
        May 8 01:50:37 localhost kernel: EFLAGS: 00010002 (2.6.16-1.2096_FC5 #1)
        May 8 01:50:37 localhost kernel: EIP is at memcmp+0xd/0x22
        May 8 01:50:37 localhost kernel: eax: f77956d0 ebx: f77956d0 ecx: 00000001 edx: 0000004f
        May 8 01:50:37 localhost kernel: esi: 00000004 edi: 00000246 ebp: 00000001 esp: f752cd08
        May 8 01:50:37 localhost kernel: ds: 007b es: 007b ss: 0068
        May 8 01:50:37 localhost kernel: Process modprobe (pid: 1252, threadinfo=f752c000 task=f753caa0)
        May 8 01:50:37 localhost kernel: Stack: <0>f77956c0 f752cd10 f9b62e89 00000000 f9b66b2b f752cdb4 f752cd40 f9b423a6
        May 8 01:50:37 localhost kernel: f9b72d1e 00000000 00000000 00000000 00000000 00000000 f752cd80 f9b187f8
        May 8 01:50:37 localhost kernel: 00000000 f752cd74 f9b69f40 f9b6a0b7 00000001 dead4ead ffffffff ffffffff
        May 8 01:50:37 localhost kernel: Call Trace:
        May 8 01:50:37 localhost kernel: [<f9b62e89>] xsm_ident+0x3a/0x8e [unicorn_usb_atm] [<f9b66b2b>] unicorn_atm_init+0x9b/0xa6 [unicorn_usb_atm]
        May 8 01:50:37 localhost kernel: [<f9b423a6>] _ZN19InterfaceProtectionC1Ev+0x16/0x50 [unicorn_usb_atm] [<f9b187f8>] AMSW_Modem_SW_Init+0x28/0x180 [unicorn_usb_atm]
        May 8 01:50:37 localhost kernel: [<f9b6412e>] msw_init+0x14/0xec [unicorn_usb_atm] [<f9b66b2b>] unicorn_atm_init+0x9b/0xa6 [unicorn_usb_atm]
        May 8 01:50:37 localhost kernel: [<f9b66b6e>] unicorn_attach+0x38/0x123 [unicorn_usb_atm] [<f9b604a9>] probe_unicorn_usb+0x729/0x758 [unicorn_usb_atm]
        May 8 01:50:37 localhost kernel: [<c02265d8>] __driver_attach+0x0/0x8b [<c025f049>] usb_probe_interface+0x58/0x87
        May 8 01:50:37 localhost kernel: [<c0226525>] driver_probe_device+0x42/0x8b [<c022663b>] __driver_attach+0x63/0x8b
        May 8 01:50:37 localhost kernel: [<c0226021>] bus_for_each_dev+0x33/0x55 [<c0226489>] driver_attach+0x11/0x13
        May 8 01:50:37 localhost kernel: [<c02265d8>] __driver_attach+0x0/0x8b [<c0225d42>] bus_add_driver+0x64/0xfd
        May 8 01:50:37 localhost kernel: [<c025ee78>] usb_register_driver+0x73/0xd0 [<c0131432>] sys_init_module+0x1382/0x1514
        May 8 01:50:37 localhost kernel: [<c012b0a7>] autoremove_wake_function+0x0/0x2d [<c015328b>] do_sync_read+0x0/0xf3
        May 8 01:50:37 localhost kernel: [<c0153c0d>] vfs_read+0x9f/0x13e [<c0153f74>] sys_read+0x3c/0x63
        May 8 01:50:37 localhost kernel: [<c0102be9>] syscall_call+0x7/0xb <0>Code: 89 c6 8b 18 85 db 74 11 89 d8 e8 c8 ff ff ff 85 c0 74 04 c6 00 00 40 89 06 89 d8 5b 5e c3 56 53 89 ce 89 c3 89 d1 eb 0f 0f b6 13 <0f> b6 01 29 c2 89 d0 75 09 43 41 4e 85 f6 75 ed 31 c0 5b 5e c3
        May 8 01:50:37 localhost kernel: Continuing in 120 seconds.
        Continuing in 119 seconds.
        Continuing in 118 seconds.
        .....
        Continuing in 2 seconds.
        Continuing in 1 seconds.
        
        May 8 01:50:37 localhost kernel: <3>Debug: sleeping function called from invalid context at include/linux/rwsem.h:43
        May 8 01:50:37 localhost kernel: in_atomic():0, irqs_disabled():1
        May 8 01:50:38 localhost kernel: [<c011c567>] profile_task_exit+0x13/0x3e
        May 8 01:50:38 localhost kernel: [<c011dde5>] do_exit+0x1c/0x6c8 [<c010405e>] register_die_notifier+0x0/0x2f
        May 8 01:50:38 localhost kernel: [<c02de47e>] do_page_fault+0x375/0x51d [<c01c3c9c>] memcmp+0xd/0x22
        May 8 01:50:38 localhost kernel: [<c02de109>] do_page_fault+0x0/0x51d [<c01036a3>] error_code+0x4f/0x54
        May 8 01:50:38 localhost kernel: [<c01c3c9c>] memcmp+0xd/0x22 [<f9b62e89>] xsm_ident+0x3a/0x8e [unicorn_usb_atm]
        May 8 01:50:38 localhost kernel: [<f9b66b2b>] unicorn_atm_init+0x9b/0xa6 [unicorn_usb_atm] [<f9b423a6>] _ZN19InterfaceProtectionC1Ev+0x16/0x50 [unicorn_usb_atm]
        May 8 01:50:38 localhost kernel: [<f9b187f8>] AMSW_Modem_SW_Init+0x28/0x180 [unicorn_usb_atm] [<f9b6412e>] msw_init+0x14/0xec [unicorn_usb_atm]
        May 8 01:50:38 localhost kernel: [<f9b66b2b>] unicorn_atm_init+0x9b/0xa6 [unicorn_usb_atm] [<f9b66b6e>] unicorn_attach+0x38/0x123 [unicorn_usb_atm]
        May 8 01:50:38 localhost kernel: [<f9b604a9>] probe_unicorn_usb+0x729/0x758 [unicorn_usb_atm] [<c02265d8>] __driver_attach+0x0/0x8b
        May 8 01:50:38 localhost kernel: [<c025f049>] usb_probe_interface+0x58/0x87 [<c0226525>] driver_probe_device+0x42/0x8b
        May 8 01:50:38 localhost kernel: [<c022663b>] __driver_attach+0x63/0x8b [<c0226021>] bus_for_each_dev+0x33/0x55
        May 8 01:50:38 localhost kernel: [<c0226489>] driver_attach+0x11/0x13 [<c02265d8>] __driver_attach+0x0/0x8b
        May 8 01:50:38 localhost kernel: [<c0225d42>] bus_add_driver+0x64/0xfd [<c025ee78>] usb_register_driver+0x73/0xd0
        May 8 01:50:38 localhost kernel: [<c0131432>] sys_init_module+0x1382/0x1514 [<c012b0a7>] autoremove_wake_function+0x0/0x2d
        May 8 01:50:38 localhost kernel: [<c015328b>] do_sync_read+0x0/0xf3 [<c0153c0d>] vfs_read+0x9f/0x13e
        May 8 01:50:38 localhost kernel: [<c0153f74>] sys_read+0x3c/0x63 [<c0102be9>] syscall_call+0x7/0xb
        May 8 01:50:38 localhost kernel: NET: Registered protocol family 10
        May 8 01:50:38 localhost kernel: lo: Disabled Privacy Extensions
        May 8 01:50:38 localhost kernel: IPv6 over IPv4 tunneling driver
        May 8 01:50:38 localhost kernel: ACPI: Power Button (FF) [PWRF]
        May 8 01:50:38 localhost kernel: ACPI: Power Button (CM) [PWRB]
        May 8 01:50:38 localhost kernel: ibm_acpi: ec object not found
        May 8 01:50:38 localhost kernel: md: Autodetecting RAID arrays.
        May 8 01:50:38 localhost kernel: md: autorun ...
        May 8 01:50:38 localhost kernel: md: ... autorun DONE.
        May 8 01:50:38 localhost kernel: device-mapper: 4.5.0-ioctl (2005-10-04) initialised: dm-devel@redhat.com
        May 8 01:50:38 localhost kernel: device-mapper: dm-multipath version 1.0.4 loaded
        May 8 01:50:38 localhost kernel: EXT3 FS on hdc6, internal journal
        May 8 01:50:38 localhost kernel: Adding 1534168k swap on /dev/hdc7. Priority:-1 extents:1 across:1534168k
        May 8 01:50:38 localhost kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
        May 8 01:50:38 localhost kernel: Netfilter messages via NETLINK v0.30.
        May 8 01:50:38 localhost kernel: ip_conntrack version 2.4 (8191 buckets, 65528 max) - 232 bytes per conntrack
        May 8 01:50:38 localhost kernel: eth0: Media Link Off
        May 8 01:50:38 localhost kernel: ADDRCONF(NETDEV_UP): eth0: link is not ready
        May 8 01:50:38 localhost kernel: Bluetooth: Core ver 2.8
        May 8 01:50:38 localhost kernel: NET: Registered protocol family 31
        May 8 01:50:38 localhost kernel: Bluetooth: HCI device and connection manager initialized
        May 8 01:50:38 localhost kernel: Bluetooth: HCI socket layer initialized
        May 8 01:50:38 localhost kernel: Bluetooth: L2CAP ver 2.8
        May 8 01:50:38 localhost kernel: Bluetooth: L2CAP socket layer initialized


        et voilà, je ne peux que reformater à nouveau. Quelqu'un a-t-il une idée de ce qu'il se passe. C'est l'erreur de compilation qui est à l'origine, malgré que le modem s'allume et tout ? Je suis perdu là, j'ai beau essayer et me documenter, je trouve pas...

        merci pour votre aide...
        0