Hi together,
Yesterday i did with RaspberryPi
update
then upgrade
and now wireless does not work
iwconfig finds it not
ifconfig will not show well-Fi
lo no wireless extensions.
eth0 no wireless extensions.
lsusb
answer
Bus 001 Device 004: ID 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS]
other device works with WLAN2 but is larger and I want to have older usb dongle back in operation
Do you have ideas?
[SOLVED] Update...Upgrade...then WLAN does not work [SOLVED]
Last edited by tubsids on Tue May 21, 2013 8:26 am, edited 1 time in total.
-
- Posts: 151
- Joined: Wed Dec 19, 2012 7:32 pm
- Location: Planet Gaia
- Contact: Website Yahoo Messenger
Re: Update...Upgrade...then WLAN does not work
your kernel module may gone away after kernel update.tubsids wrote:Hi together,
Yesterday i did with RaspberryPi
update
then upgrade
and now wireless does not work
iwconfig finds it not
ifconfig will not show well-Fi
lo no wireless extensions.
eth0 no wireless extensions.
lsusb
answer
Bus 001 Device 004: ID 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS]
other device works with WLAN2 but is larger and I want to have older usb dongle back in operation
Do you have ideas?
do an
Code: Select all
lsmod
zcat /proc/config.gz | grep -i rtl
http://www.raspberrypi.org/phpBB3/viewt ... &start=125
Re: Update...Upgrade...then WLAN does not work
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=m
# CONFIG_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
1. It can install a n...
2. It can install a ...
3. If the driver is already installed it wil...
4. 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.
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=m
# CONFIG_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
1. It can install a n...
2. It can install a ...
3. If the driver is already installed it wil...
4. 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.
Re: Update...Upgrade...then WLAN does not work
The wifi driver was recently updated to a new version and a patch to enable the WNA1000M was missing so the WNA1000M stopped working. This has been fixed with the very latest version that can be updated to using command sudo rpi-update. If you don't have rpi-update you can install it with the command sudo apt-get install rpi-update.
Also the script has been updated as well. Rerun the script and it should load the latest version that recognises the new kernel versions.
MrEngman
Also the script has been updated as well. Rerun the script and it should load the latest version that recognises the new kernel versions.
MrEngman
Simplicity is a prerequisite for reliability. Edsger W. Dijkstra
Please post ALL technical questions on the forum. Please Do Not send private messages.
Please post ALL technical questions on the forum. Please Do Not send private messages.
Re: Update...Upgrade...then WLAN does not work
Thanks a lot. The last replay from MrEngman helped me.
Thanks !!!
-- SOLVED --
Thanks !!!
-- SOLVED --