J'utilise Ubuntu 16.04 sur mon ordinateur. J'utilise LAMP pour le développement de PHP.
Chaque fois que j'accède au contenu Web à partir d'un autre appareil (navigateur Android) en utilisant l'adresse IP de mon ordinateur (192.168.0.104), mon système se bloque et la seule chose que je puisse faire est de redémarrer l'ordinateur en utilisant le bouton d'alimentation.
Quand je cours cat /var/log/syslog | grep -i error
Je vois le journal suivant relatif à iwlwifi
.
Oct 17 09:36:40 my-pc kernel: [ 1593.319976] iwlwifi 0000:02:00.0: Microcode SW error detected. Restarting 0x82000000.
Oct 17 09:36:40 my-pc kernel: [ 1593.320142] iwlwifi 0000:02:00.0: Start IWL Error Log Dump:
Oct 17 09:36:40 my-pc kernel: [ 1593.320382] iwlwifi 0000:02:00.0: Start IWL Error Log Dump:
Oct 17 09:36:40 my-pc kernel: [ 1593.320485] iwlwifi 0000:02:00.0: FW Error notification: type 0x00000000 cmd_id 0x1C
Oct 17 09:36:40 my-pc kernel: [ 1593.320490] iwlwifi 0000:02:00.0: FW Error notification: seq 0x00EC service 0x0000001C
Oct 17 09:36:40 my-pc kernel: [ 1593.320495] iwlwifi 0000:02:00.0: FW Error notification: timestamp 0x D84254D
Oct 17 09:39:40 my-pc kernel: [ 1773.442395] iwlwifi 0000:02:00.0: Microcode SW error detected. Restarting 0x82000000.
Oct 17 09:39:40 my-pc kernel: [ 1773.442614] iwlwifi 0000:02:00.0: Start IWL Error Log Dump:
Oct 17 09:39:40 my-pc kernel: [ 1773.443015] iwlwifi 0000:02:00.0: Start IWL Error Log Dump:
Oct 17 09:39:40 my-pc kernel: [ 1773.443197] iwlwifi 0000:02:00.0: FW Error notification: type 0x00000000 cmd_id 0x1C
Oct 17 09:39:40 my-pc kernel: [ 1773.443211] iwlwifi 0000:02:00.0: FW Error notification: seq 0x00BF service 0x0000001C
Oct 17 09:39:40 my-pc kernel: [ 1773.443225] iwlwifi 0000:02:00.0: FW Error notification: timestamp 0x AB24F0B
Oct 17 09:40:06 my-pc kernel: [ 1800.071197] iwlwifi 0000:02:00.0: Microcode SW error detected. Restarting 0x82000000.
Oct 17 09:40:06 my-pc kernel: [ 1800.071354] iwlwifi 0000:02:00.0: Start IWL Error Log Dump:
Oct 17 09:40:06 my-pc kernel: [ 1800.071550] iwlwifi 0000:02:00.0: Start IWL Error Log Dump:
Oct 17 09:40:06 my-pc kernel: [ 1800.071624] iwlwifi 0000:02:00.0: FW Error notification: type 0x00000000 cmd_id 0x1C
Oct 17 09:40:06 my-pc kernel: [ 1800.071628] iwlwifi 0000:02:00.0: FW Error notification: seq 0x0070 service 0x0000001C
Oct 17 09:40:06 my-pc kernel: [ 1800.071633] iwlwifi 0000:02:00.0: FW Error notification: timestamp 0x 18C0BDF
Je ne suis pas sûr que ce soit la cause réelle du problème.
J'ai besoin d'accéder au contenu web depuis un appareil Android pour déboguer le site web. Mais, en raison du problème, je ne suis pas en mesure de le faire.
J'aimerais savoir pourquoi cela se produit et comment je peux résoudre ce problème.