#1 Le 08/04/2017, à 07:58
- tarkan99
désactiver IPV6 : 3 solutions testées ne fonctionnent pas
Salut !
Sur un xubuntu 16.04.1 64 bits (voir signature), suite à des warnings et erreur dans kern.log du type
IPv6 property path is too long: '/proc/sys/net/ipv6/conf/hfp/org/bluez/hci...........
Failed asserting path component: "hfp/org/bluez/hci0/dev......
et comme je n'en ai pas l'utilité, je souhaite désactiver IPV6.
Le réseau fonctionne normalement (wifi, jamais testé l'ethernet sur ce PC)
Tout ce que j'ai trouvé ne fonctionne pas:
https://doc.ubuntu-fr.org/ipv6#desactivation_d_ipv6 : ne fonctionne pas
https://doc.ubuntu-fr.org/optimisation# … pport_ipv6 avec modification de /etc/sysctl.conf ne fonctionne pas
blacklist ipv6 ajouté dans /etc/modprobe.d/blacklist.conf ne fonctionne pas
IPV6 toujours activé
ip a | grep inet6
inet6 fe80::8104:6a11:f728:4fcc/64 scope link
auriez-vous une idée ?
merci d'avance!
xubuntu 22.04.1 sur machine assemblée base de Core i5 9400
Hors ligne
#2 Le 08/04/2017, à 08:06
- xubu1957
Re : désactiver IPV6 : 3 solutions testées ne fonctionnent pas
Bonjour,
IPv6 property path is too long: '/proc/sys/net/ipv6/conf/hfp/org/bluez/hci...........
Failed asserting path component: "hfp/org/bluez/hci0/dev...
bluez/hci , c'est relatif au bluetooth
Donnes :
uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#3 Le 08/04/2017, à 08:16
- tarkan99
Re : désactiver IPV6 : 3 solutions testées ne fonctionnent pas
Salut !
merci de ton aide !
uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux proBK 4.4.0-71-generic #92-Ubuntu SMP Fri Mar 24 12:59:01 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
00:19.0 Ethernet controller [0200]: Intel Corporation 82579V Gigabit Network Connection [8086:1503] (rev 04)
Subsystem: Hewlett-Packard Company 82579V Gigabit Network Connection [103c:1619]
Kernel driver in use: e1000e
Kernel modules: e1000e
--
24:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)
DeviceName: WLAN
Subsystem: Hewlett-Packard Company BCM4313 802.11bgn Wireless Network Adapter [103c:145c]
Kernel driver in use: wl
Kernel modules: bcma, wl
Bus 002 Device 005: ID 03f0:231d Hewlett-Packard Broadcom 2070 Bluetooth Combo
Bus 002 Device 004: ID 1bcf:2805 Sunplus Innovation Technology Inc.
Bus 002 Device 006: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 138a:003c Validity Sensors, Inc. VFS471 Fingerprint Reader
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[ 17.476938] Bluetooth: Core ver 2.21
[ 17.476953] Bluetooth: HCI device and connection manager initialized
[ 17.476957] Bluetooth: HCI socket layer initialized
[ 17.476959] Bluetooth: L2CAP socket layer initialized
[ 17.476963] Bluetooth: SCO socket layer initialized
[ 30.858159] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 30.858162] Bluetooth: BNEP filters: protocol multicast
[ 30.858166] Bluetooth: BNEP socket layer initialized
[ 32.142599] Bluetooth: RFCOMM TTY layer initialized
[ 32.142607] Bluetooth: RFCOMM socket layer initialized
[ 32.142614] Bluetooth: RFCOMM ver 1.11
[ 0.156745] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
bluetooth 520192 39 bnep,btbcm,btrtl,btusb,rfcomm,btintel
xubuntu 22.04.1 sur machine assemblée base de Core i5 9400
Hors ligne
#4 Le 08/04/2017, à 08:29
- xubu1957
Re : désactiver IPV6 : 3 solutions testées ne fonctionnent pas
Ton bluetooth fonctionne ?
Dans tux-planet.fr/desactiver-ipv6-sous-linux il y avait une commande supplémentaire :
Recharger ensuite la conf comme ceci (toujours en root) :
sysctl -p
Mais je ne suis pas qualifié pour en apprécier la pertinence.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#5 Le 08/04/2017, à 10:34
- tarkan99
Re : désactiver IPV6 : 3 solutions testées ne fonctionnent pas
non, il fonctionne très mal. Je pense justement à le désactiver définitivement.
Je vais voir ce coté là.
merci !
xubuntu 22.04.1 sur machine assemblée base de Core i5 9400
Hors ligne