[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problème de DD! Source...



> Re-Salut,
> Ben je viens de remarquer qqchose d'anormal lié à l'utilisation de mon 
> modem USB Alcatel. Il marche sans problème mais il me gonfle le fichier 
> /var/log/kern.log comme c'est pas permis:
> 
> Mar 13 16:04:53 ostium kernel: usbdevfs: async_completed: status 0 
> errcount 0 actlen 318 pipe 0xc0038280
> Mar 13 16:04:53 ostium kernel: usbdevfs: async_completed: status 0 
> errcount 0 actlen 106 pipe 0xc0038280
> Mar 13 16:04:53 ostium kernel: usbdevfs: async_completed: status 0 
> errcount 0 actlen 159 pipe 0xc0038280
> Mar 13 16:04:53 ostium kernel: usbdevfs: async_completed: status 0 
> errcount 0 actlen 106 pipe 0xc0038280

Oui, il faut recompiler ton noyau avec une option mise à zéro, c'est écrit
qque part dans la doc des drivers Speedtouch. Pas d'autres solutions.
Aspect rassurant, ce sont des messages normaux:

Allez, j'ai cherché pour toi: Dans la FAQ du speedtouch:


1.5 I can see a lot of line like
  "usbdevfs: USBDEVFS_BULK failed dev 2 ep 0x81 len 16 ret -110", what's
that?

There are "normal" error messages output by your linux kernel.
Don't worry too much about them. It may be fixed in a future release.

1.6 I can see a lot of line like:
  "usbdevfs: async_completed: status -2 errcount 0 actlen 0 pipe
0xc0008280"

This is entirely normal message output by your kernel. If this is a worry
for you (log file are too big), there is only one solution :

  - go to /usr/src/linux/drivers/usb/devio.c
  - change #if 1 to #if 0 in async_completed() function
  - compile/install your new usbcore.o module.

Bonne recompilation!

F.B



Reply to: