LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   My Wi-Fi problem with UDEVD-Work problem as well. (https://www.linuxquestions.org/questions/linux-newbie-8/my-wi-fi-problem-with-udevd-work-problem-as-well-848771/)

tcgather 12-06-2010 09:48 PM

My Wi-Fi problem with UDEVD-Work problem as well.
 
Hello,

I'm new to Ubuntu 10.10 and understand the basic thanks to the book I bought. So if you can help and explain how to fix my two problems please remember to go easy, be patient and easy on me. Thanks.

First problem: UDEVD-WORK[311,325,315,309] errors I constantly get. Saying the file doesn't exit and what not.

Second Problem: While using my wi-fi connection it suddenly stopped working and no matter what I have tried it does not connect. It also no longer sees the router. It says "device not ready". When installed Ubuntu 10.10 the very first time it saw my wi-fi card and I was able to use it without any problems. When it lost connection, even if I re-install the OS, it doesn't ever work. My Ethernet connection works great.

yooy 12-06-2010 11:19 PM

welcome, please stick to one problem at time


about dropping wifi:
Quote:

(iwconfig | grep 02:30:B4:AF:AB:D0)
if [ "$?" -eq 0 ]; then echo "it FOUND internet"
else
echo no
killall nm-applet
sleep 1
nm-applet&
fi
run this script with crontab to restart interenet conection if down. you can also
put it in

Quote:

while true
do
script
sleep 1
done

EDDY1 12-06-2010 11:21 PM

Ubuntu has 3rd party drivers available to you. It's under "System>Preferences>........
I can't recall the last part but just scroll thru "System>Preferences>........


All times are GMT -5. The time now is 02:28 AM.