после Update и Upgrade не работает WLAN
-
Привет всем! Проблема такова: после Update и Upgrade не работает WLAN.
Используя lsusb я получаю ответ и вижу
Bus 001 Device 004: ID 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS]
затем набираю iwconfig
получаю ответ
lo no wireless extensions.
eth0 no wireless extensions.в /dev его там нет вообще
Идеи есть?
Спасибо заранее -
забыл ifconfig
выдает
eth0 Link encap:Ethernet Hardware Adresse ...
lo Link encap:Lokale Schleife ... -
modprobe rtl8192cu и смотри логи
-
Module rtl8192cu not found
-
lsmod
Module Size Used by
..
8192cu 490305 0
...zcat /proc/config.gz | grep -i rtl
CONFIG_USB_RTL8150=m
CONFIG_RTL8187=m
CONFIG_RTL8187_LEDS=y
CONFIG_RTL8192CU=m
CONFIG_DVB_USB_RTL28XXU=m
CONFIG_DVB_RTL2830=m
CONFIG_DVB_RTL2832=mCONFIG_RTLLIB is not set
sudo /boot/install-rtl8188cus-latest.sh
...
This script will install the driver for Realtek RTL8188CUS based wifi adapters.
To see a list of wifi adapters using this driver take a look at the document at
http://dl.dropbox.com/u/80256631/install-rtl8188cus.txt- It can install a n...
- It can install a ...
- If the driver is already installed it wil...
- It can repair a brok...
The script will also give you the option to update the software and firmware to
the latest versions using apt-get update, apt-get upgrade and rpi-update.Press any key to continue...
An RTL8188CUS driver module is installed and loaded.
You have 1 wifi adapter configured.
wlan0 is configured but is not installed.
The Pi has an internet connection.
Any files needed for the installation/upgrade will be downloaded from the
Internet unless they have already been copied to the SD card /boot directory.
Unrecognised software version: Linux raspberrypi 3.6.11+ #446 PREEMPT Fri May 10 20:17:25 BST 2013 armv6l GNU/Linux
Downloading the latest script.
The script you're using is the latest version.
Aborting the rtl8188cus installation script. -
в лога что? dmesg?
-
вот ваша проблема https://github.com/raspberrypi/linux/commit/af85236f4cf87945c7090ea4bdaf232a6e9b2198
так что попробуйте обновится ещё раз, если не поможет то rpi-update
-
rpi-update помог
-
SOLVED