Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Wireless Internet > Setting up Wireless on Eee PC 900HD

Forgot Password?
 Wireless Internet   Anything related to getting wireless set up in Linux. WLAN, WiFi, etc.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 07-18-2009   #1 (permalink)
Just Joined!
 
Join Date: Jul 2009
Location: Drexel Hill, Pennsylvania
Posts: 34
Send a message via MSN to Canas Send a message via Skype™ to Canas
Setting up Wireless on Eee PC 900HD

I'm a newbie to Linux, and I installed Ubuntu about 2 weeks ago. A few days later, I installed Fedora instead. Since then, my wireless internet has worked fine with no configuration. I could connect perfectly, and there were no problems. A few days ago, though, my wireless stopped working and I can't view any of the networks that I can connect to. When I click on the NetworkManager icon, it says 'Wired Netork - Disconnected'

I'm sorry if this is a ridiculously simple problem, but I can't figure it out. So how can I set up wireless?
Canas is offline  


Reply With Quote
Old 07-19-2009   #2 (permalink)
Linux Guru
 
rokytnji's Avatar
 
Join Date: Jul 2008
Location: Pecos, Texas
Posts: 1,503
Howdy Canas. For the best way to post in this section of the forum you will need to give some more info on what is going on with your EEEpc.

Follow the instructions from Link Below and Post info in your next post.

http://www.linuxforums.org/forum/wir...tart-here.html

I have a EEEPC 900 but I don't run Fedora. So I won't be of much help. But other members who do run Fedora can use the info you provide to point you in the right direction. Good Luck Canas and Howdy and Welcome to the forum.
__________________
Free Linux Books
Linux Registered User # 475019
And I’ll keep using Linux until they pry it from my cold dead fingers.
rokytnji is offline   Reply With Quote
Old 07-19-2009   #3 (permalink)
Linux Guru
 
reed9's Avatar
 
Join Date: Feb 2009
Location: Boston, MA
Posts: 2,198
Since it was working ok, my first thought is that you accidentally turned off the wireless via either a hardware or software kill switch. I'm not familiar with eee pc's specifically, but check for some sort of physical switch on the machine first, then check if there is a key combo that toggles the wireless. On my laptop, it's Fn+F2, which is pretty standard.
reed9 is online now   Reply With Quote
Old 07-19-2009   #4 (permalink)
Linux Guru
 
rokytnji's Avatar
 
Join Date: Jul 2008
Location: Pecos, Texas
Posts: 1,503
Yep. on the 900 Fn + F2 toggles the wireless reed.
__________________
Free Linux Books
Linux Registered User # 475019
And I’ll keep using Linux until they pry it from my cold dead fingers.
rokytnji is offline   Reply With Quote
Old 07-19-2009   #5 (permalink)
Just Joined!
 
Join Date: Jul 2009
Location: Drexel Hill, Pennsylvania
Posts: 34
Send a message via MSN to Canas Send a message via Skype™ to Canas
Thanks for the replies, and yes, I do believe I turned off the Wireless (Pressed fn+F2 to find out what it did), but the problem is that it won't work to turn it back on. I'll post more info to see if it helps.
Canas is offline   Reply With Quote
Old 07-19-2009   #6 (permalink)
Trusted Penguin
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Panther City, Tx
Posts: 4,103
Updating the kernel has been known to make wireless stop working also, did Fedora update the kernel?
__________________
I do not respond to private messages asking for help.
Please keep it on the forums only.
MikeTbob is online now   Reply With Quote
Old 07-19-2009   #7 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,957
I have the Eee PC 900, with a Atheros wireless. The driver is included in the kernel, so a kernel update shouldn't make it stop working.

When I last tried the wireless on/off switch, I had trouble turning it back on. There is a module called rfkill that controls this. To see the state of the module, use this command.
Code:
cat /sys/class/rfkill/rfkill0/state
You should get a reply of 0 or 1.
0 = wireless off
1 = wireless on

You can manually change the state of the rfkill module. To turn the wireless on, use this command.
Code:
echo 1 > /sys/class/rfkill/rfkill0/state
You should unload and reload the wireless modules after changing the rfkill state. I had to reboot before it would work again.

Because it was such a pain to get it to work again, I never shut it off again. If you use it during an airplane flight, you will need to turn it off. Just copy and save the commands that I gave you, so that you can turn it back on.

Let us know if this works for you. The rfkill module is still a bit of a mystery to us.
__________________
Paul

Please do not PM me with requests for help. I will not reply.

Last edited by waterhead; 07-19-2009 at 12:00 PM..
waterhead is offline   Reply With Quote
Old 07-19-2009   #8 (permalink)
Linux Guru
 
rokytnji's Avatar
 
Join Date: Jul 2008
Location: Pecos, Texas
Posts: 1,503
I even made a text file of your post Waterhead. Thanks a bunch for that one.
__________________
Free Linux Books
Linux Registered User # 475019
And I’ll keep using Linux until they pry it from my cold dead fingers.
rokytnji is offline   Reply With Quote
Old 07-19-2009   #9 (permalink)
Just Joined!
 
Join Date: Jul 2009
Location: Drexel Hill, Pennsylvania
Posts: 34
Send a message via MSN to Canas Send a message via Skype™ to Canas
I thought that my problem had finally been solved, but after doing what you said, I got a 1 instead of a 0.

I guess my wireless is actually turned on, which is disappointing. Thanks for the help, though.
Canas is offline   Reply With Quote
Old 07-23-2009   #10 (permalink)
Just Joined!
 
Join Date: Jul 2009
Location: Drexel Hill, Pennsylvania
Posts: 34
Send a message via MSN to Canas Send a message via Skype™ to Canas
I have a feeling this has something to do with my troubles.

Quote:
UNSUPPORTED CHIPSETS:
RTL8187SE: This device will work with drivers/staging/rtl8187se, which is the vendor driver converted to compile with a 2.6.29, or later, kernel. A mac80211 version of this kernel is being developed.

* - 0x10EC,0x8199 and 0x10EC,0x8185 REV_22
That is the chipset I have.

Is there anything I can do about this?
Canas is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 04:16 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2