WiFi install problem

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
rdiederich
 
Posts: 4
Joined: Thu Jul 19, 2012 11:33 am

WiFi install problem

Post by rdiederich »

While trying to install the updates for the USB WiFi. I encountered to following error. It appeared that all the firmware installed correctly but when I did a reboot prior to running "ifconfig wlan0" as per the instructions I received the errors listed below. I have attempted the total install/upgrade multiple times and get the same error.

Can anyone please provide me an approach to resolve this problem?

Thanks


root@beaglebone:~# reboot
[ 479.696929] omap_wdt: Unexpected close, not stopping!
Sending SIGTERM to remaining processes...
[ 480.153625] INFO: task systemd-udevd:73 blocked for more than 120 seconds.
[ 480.160797] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this
message.
Sending SIGKILL to remaining processes...
Hardware watchdog 'OMAP Watchdog', version 0
Unmounting file systems.
Unmounted /dev/mqueue.
Unmounted /sys/kernel/debug.
Disabling swaps.
Detaching loop devices.
Detaching DM devices.
[ 600.163604] INFO: task systemd-udevd:73 blocked for more than 120 seconds.
[ 600.170776] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this
message.
[ 720.173553] INFO: task systemd-shutdow:1 blocked for more than 120 seconds.
[ 720.180816] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this
message.
[ 720.189056] INFO: task systemd-udevd:73 blocked for more than 120 seconds.
[ 720.196228] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this
message.
[ 840.203552] INFO: task systemd-shutdow:1 blocked for more than 120 seconds.
[ 840.210815] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this
message.
[ 840.219055] INFO: task systemd-udevd:73 blocked for more than 120 seconds.
[ 840.226226] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this
message.

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: WiFi install problem

Post by adafruit_support_rick »

That's the watchdog timer refusing to close. The driver has been compiled with an option to prevent it from accepting close requests (see line 182). Have you done anything special with the watchdog?

User avatar
rdiederich
 
Posts: 4
Joined: Thu Jul 19, 2012 11:33 am

Re: WiFi install problem

Post by rdiederich »

Thanks for the reply,

I have not changed any code. I was following the instructions on page 16 of the http://learn.adafruit.com/beaglebone document which installs the linux-firmware-rtl8192-cu code which I believe is the code that enables the usb wifi adapter. I have tried re running the instruction at least 3 time with the same results. I will try again today and see what else I can fine and port the results.

Locked
Please be positive and constructive with your questions and comments.

Return to “Beagle Bone & Adafruit Beagle Bone products”