Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3882

Français • invalid/unknown driver 'nl80211'

$
0
0
Bonjour à tous,
Désolé d'avance si le post est super grand mais j'essaie d'être le plus précis.
J'ai depuis peu une Raspberry Pi2B, et je souhaite la mettre en mode AP. J'ai installé l'OS Raspberry Pi OS Lite 32bit. Puis j'ai pris un dongle Wifi que je branche à ma raspberry. il est bien reconnu, quand je fais "ifconfig" j'ai :

Code:

wlan0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500        ether 8c:18:d9:b9:12:f6  txqueuelen 1000  (Ethernet)        RX packets 0  bytes 0 (0.0 B)        RX errors 0  dropped 0  overruns 0  frame 0        TX packets 0  bytes 0 (0.0 B)        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
Et "iwconfig" :

Code:

wlan0     unassociated  ESSID:""  Nickname:"<WIFI@REALTEK>"          Mode:Auto  Frequency=2.412 GHz  Access Point: Not-Associated          Sensitivity:0/0          Retry:off   RTS thr:off   Fragment thr:off          Encryption key:off          Power Management:off          Link Quality=0/100  Signal level=0 dBm  Noise level=0 dBm          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
. Jusque là je pense que tou va bien. J'installe donc hostapd et dnsmasq pour mettre en place le mode AP. Voila mon hostapd.conf :

Code:

interface=wlan0driver=nl80211ssid=monWifihw_mode=gchannel=6macaddr_acl=0auth_algs=1wpa=2wpa_passphrase=IcIlEmOt2Passwpa_key_mgmt=WPA-PSKwpa_pairwise=TKIP
. Quand le lance le service, celui ne démarre pas. Et quand je fais "hostapd hostapd.conf" j'ai :

Code:

random: Trying to read entropy from /dev/randomConfiguration file: /etc/hostapd/hostapd.confLine 2: invalid/unknown driver 'nl80211'
.
J'ai donc essayé d'installer nl80211 avec différents modules : libnl-3-dev, raspberrypi-kernel-headers; mais cela ne change rien.
J'ai également essayer d'installer le modume RTL8812 via github, et ensuite lancer le Makefile, mais cela ne résoud pas l'erreur.

Si quelqu'un aurait une idée cela m'aiderait beaucoup !
Merci d'avance, bonne soirée

Statistics: Posted by moa56 — Wed Feb 21, 2024 8:44 pm



Viewing all articles
Browse latest Browse all 3882

Trending Articles