Merci pour ta reponse Dieu Ubuntu:
voila ce que j obtiens:
mix@Mix:~$ iwconfig
enp2s0 no wireless extensions.
lo no wireless extensions.
wlp3s0f0 IEEE 802.11bgn ESSID:"WLAN_0A92"
Mode:Managed Frequency:2.437 GHz Access Point: 64:03:55:DB:74:31
Bit Rate=72.2 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on
Link Quality=70/70 Signal level=-191 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:1057 Invalid misc:605 Missed beacon:0
avant d executer la commande pour reactiver la carte il n y avait pas le paragraphe wlp3sf0f0
d ou l idée de reactiver la carte avec
echo "options CARTE fwlps=0" | sudo tee /etc/modprobe.d/CARTE.conf
par contre pour le bluetooth j ai tout essayé y compris une fois un patch sur le forum ubuntu.ask en anglais, marche pas ..
en desespoir de cause j ai arreté de chercher et vraiment je suis perspicace .... toujours la meme chose:
mix@Mix:~$ rfkill unblock bluetooth && rfkill list bluetooth
1: asus-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
mix@Mix:~$ hcitool inq
Inquiring ...
Inquiry failed.: No such device
mix@Mix:~$ hcitool scan
Device is not available: No such device
mix@Mix:~$ hciconfig
hci0: Type: BR/EDR Bus: USB
BD Address: 40:B8:9A:A5:96:92 ACL MTU: 1021:4 SCO MTU: 128:2
DOWN
RX bytes:1160 acl:0 sco:0 events:62 errors:0
TX bytes:742 acl:0 sco:0 commands:62 errors:0
mix@Mix:~$ sudo /etc/init.d/networking restart
[sudo] Mot de passe de mix :
[ ok ] Restarting networking (via systemctl): networking.service.
mix@Mix:~$ hcitool inq
Inquiring ...
Inquiry failed.: No such device
mix@Mix:~$ sudo rfkill unblock all
mix@Mix:~$ sudo hciconfig hci0 up
Can't init device hci0: Invalid request code (56)
mix@Mix:~$ sudo /etc/init.d/bluetooth restart
[ ok ] Restarting bluetooth (via systemctl): bluetooth.service.
mix@Mix:~$ sudo hciconfig hci0 up
Can't init device hci0: Invalid request code (56)
mix@Mix:~$ hcitool inq
Inquiring ...
Inquiry failed.: No such device
mix@Mix:~$ hciconfig
hci0: Type: BR/EDR Bus: USB
BD Address: 40:B8:9A:A5:96:92 ACL MTU: 1021:4 SCO MTU: 128:2
DOWN
RX bytes:2324 acl:0 sco:0 events:125 errors:0
TX bytes:1484 acl:0 sco:0 commands:124 errors:0
mix@Mix:~$ sudo hciconfig hci0 reset
Can't init device hci0: Invalid request code (56)
mix@Mix:~$ hciconfig hci0 reset
Can't down device hci0: Operation not permitted (1)
mix@Mix:~$ sudo hciconfig hci0 reset
Can't init device hci0: Invalid request code (56)
mix@Mix:~$ sudo gedit /etc/init.d/bluetooth
etc, j ai essayé toute les solutions de cette page :
https://doc.ubuntu-fr.org/bluetooth
installation dkms
mix@Mix:~/Documents/mt76$ sudo su
[sudo] Mot de passe de mix :
root@Mix:/home/mix/Documents/mt76# sudo cp ./firmware/BT/mt76x0.bin /lib/firmware
root@Mix:/home/mix/Documents/mt76# cd btloader/
root@Mix:/home/mix/Documents/mt76/btloader# make clean
make -C /lib/modules/`uname -r`/build M=/home/mix/Documents/mt76/btloader clean
make[1] : on entre dans le répertoire « /usr/src/linux-headers-4.4.0-34-generic »
CLEAN /home/mix/Documents/mt76/btloader/.tmp_versions
CLEAN /home/mix/Documents/mt76/btloader/Module.symvers
make[1] : on quitte le répertoire « /usr/src/linux-headers-4.4.0-34-generic »
root@Mix:/home/mix/Documents/mt76/btloader# make
make -C /lib/modules/`uname -r`/build M=/home/mix/Documents/mt76/btloader modules
make[1] : on entre dans le répertoire « /usr/src/linux-headers-4.4.0-34-generic »
CC [M] /home/mix/Documents/mt76/btloader/mt76xx.o
Building modules, stage 2.
MODPOST 1 modules
CC /home/mix/Documents/mt76/btloader/mt76xx.mod.o
LD [M] /home/mix/Documents/mt76/btloader/mt76xx.ko
make[1] : on quitte le répertoire « /usr/src/linux-headers-4.4.0-34-generic »
root@Mix:/home/mix/Documents/mt76/btloader# insmod mt76xx.ko
insmod: ERROR: could not insert module mt76xx.ko: File exists
root@Mix:/home/mix/Documents/mt76/btloader#
et j ai essayé plein d autres solutions en plus, toujours pas de bluetooth
As tu une idée de comment faire une fois pour toute et que ca marche definitvement, la machine en question est un portable Asus X554L - périphérique sans fil : mt7630e, bonne machine de bureau, recent aussi ?
Merci a toi
Seb