Post new topic Reply to topic  [ 12 posts ] 
Author Message
 Post subject: After update..something keeps disabling WIFI .[SOLVED]
PostPosted: Sun Aug 16, 2009 8:51 pm 
Offline

Joined: Fri Apr 17, 2009 10:40 pm
Posts: 15
Location: Bellingham, WA. 98229
eeePC model: 900A
Aurora version: Standard 3.0
I updated my system a few days ago, now every time I start it up, I have to "F2" to reset the BIOS WIFI to "Enabled"... Where do I look for whatever runs in the background to turn it off again?? The blue LED stays on, but each time it boots up as "Disabled" in the BIOS???? Help!! Dave

Modified menu.lst as recommended elsewhere here... It WOKED!! The steps are..
In terminal.. backup the original..
sudo cp /boot/grub/menu.lst /boot/grub/menu.lst.backup
Then Edit Menu.lst
sudo gedit /boot/grub/menu.lst
Find .. #defoptions=quiet splash and add this.. pciehp.pciehp_force=1 pciehp.pciehp_poll_mode=1
finished edit should look like this...
#defoptions=quiet splash pciehp.pciehp_force=1 pciehp.pciehp_poll_mode=1
Save and exit gedit..
Then type...
sudo update-grub
That's it... next boot, everything worked...!!!

_________________
900a Upgraded with 1 GB Ram, 32 GB SSD


Top
 Profile E-mail  
 
 Post subject: Re: After update..something keeps disabling WIFI .[SOLVED]
PostPosted: Tue Aug 18, 2009 12:11 pm 
Offline

Joined: Tue Aug 11, 2009 1:15 am
Posts: 7
eeePC model: 900A
Aurora version: NBR 3.0.1
Thanks DJKnut. The solution you gave has worked for me too! Much appreciated.

Regards,
Rab


Top
 Profile E-mail  
 
 Post subject: Re: After update..something keeps disabling WIFI .[SOLVED]
PostPosted: Tue Aug 18, 2009 12:28 pm 
Offline

Joined: Tue Aug 11, 2009 1:15 am
Posts: 7
eeePC model: 900A
Aurora version: NBR 3.0.1
One thing I have noticed after using this fix when booting, after the grub menu I get the following message flashed up on screen:

Starting up ...
[0.888028] pciehp 0000:00:1c.3:pcie04: Device 0000:01:00.0 already exists at 0000:01:00, cannot hot-add
[0.888091] pciehp 0000:00:1c.3:pcie04: Cannot add device at 0000:01:00


Top
 Profile E-mail  
 
 Post subject: Re: After update..something keeps disabling WIFI .[SOLVED]
PostPosted: Tue Aug 18, 2009 1:19 pm 
Offline
Jupiter Dev
User avatar

Joined: Thu Mar 12, 2009 1:43 am
Posts: 1369
eeePC model: 1000HE
Aurora version: Beta 4.0
robhem wrote:
One thing I have noticed after using this fix when booting, after the grub menu I get the following message flashed up on screen:

Starting up ...
[0.888028] pciehp 0000:00:1c.3:pcie04: Device 0000:01:00.0 already exists at 0000:01:00, cannot hot-add
[0.888091] pciehp 0000:00:1c.3:pcie04: Cannot add device at 0000:01:00


it's just telling you you can't re-add devices that already exist, you can ignore it.

_________________
[ ~/Blog ] - [ Fuduntu ] - [ Fuduntu Forum ] - [ Jupiter ] - [ Aurora ]


Top
 Profile E-mail  
 
 Post subject: Re: After update..something keeps disabling WIFI .[SOLVED]
PostPosted: Wed Aug 26, 2009 3:14 pm 
Offline
Moderator

Joined: Fri May 29, 2009 7:09 pm
Posts: 319
eeePC model: 901
Aurora version: Base 3.0
Alternatively, it seems to work adding the two pcihp options to /etc/modules. I get toggled wifi, and no error :-)


Top
 Profile E-mail  
 
 Post subject: After update..something keeps disabling WIFI .[SOLVED]
PostPosted: Thu Aug 27, 2009 12:59 am 
Offline

Joined: Mon Aug 03, 2009 7:47 pm
Posts: 15
eeePC model: 4g surf (701
Aurora version: Other
Interesting, I upgraded and broke my wifi too. I had no idea how to fix it, and luckily came across this. Although I followed the steps and it didn't seem to help.

But I did think to check the BIOS anyway, and it had been disabled (despite having the blue light still tell me otherwise), I didn't know software can interact with the BIOS. I thought it was safely stored away on it's own little chip somewhere.

Also, would really like to know how you came to lean of the answer, DJ Knut. but thank you anyway for the help


Top
 Profile E-mail  
 
 Post subject: After update..something keeps disabling WIFI .[SOLVED]
PostPosted: Thu Aug 27, 2009 12:33 pm 
Offline

Joined: Mon Aug 03, 2009 7:47 pm
Posts: 15
eeePC model: 4g surf (701
Aurora version: Other
update,

i still have to enable wifi in the bios at every startup, editing menu.lst or /etc/modules has not fixed matters on my lowly 701 :(


Top
 Profile E-mail  
 
 Post subject: Re: After update..something keeps disabling WIFI .[SOLVED]
PostPosted: Mon Aug 31, 2009 9:28 pm 
Offline

Joined: Thu Jan 15, 2009 5:41 am
Posts: 2
eeePC model: 900
Aurora version: Other
I'm having this problem too, and the proposed solution doesn't seem to work on an Eee 900. :(

Any ideas?


Top
 Profile E-mail  
 
 Post subject: Re: After update..something keeps disabling WIFI .[SOLVED]
PostPosted: Tue Sep 01, 2009 3:13 am 
Offline

Joined: Thu Jan 15, 2009 5:41 am
Posts: 2
eeePC model: 900
Aurora version: Other
Also, I just pulled up the driver info from lspci, in case the driver is at fault.

The wireless adapter is recognized as
Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)

and the current driver is "ath5k".


Top
 Profile E-mail  
 
 Post subject: Re: After update..something keeps disabling WIFI .[SOLVED]
PostPosted: Thu Sep 03, 2009 4:10 pm 
Offline

Joined: Wed May 13, 2009 6:21 am
Posts: 11
eeePC model: 900HD
Aurora version: NBR 3.0.1
BobGod8 wrote:
Alternatively, it seems to work adding the two pcihp options to /etc/modules. I get toggled wifi, and no error :-)

Can you explain this more (I am a noob). I want to give this a shot. The solution in the OP did not solve my problem.


Top
 Profile E-mail  
 
 Post subject: After update..something keeps disabling WIFI .[SOLVED]
PostPosted: Sat Sep 05, 2009 5:02 pm 
Offline

Joined: Mon Aug 03, 2009 7:47 pm
Posts: 15
eeePC model: 4g surf (701
Aurora version: Other
cu_ wrote:
BobGod8 wrote:
Alternatively, it seems to work adding the two pcihp options to /etc/modules. I get toggled wifi, and no error :-)

Can you explain this more (I am a noob). I want to give this a shot. The solution in the OP did not solve my problem.


I'm sure he means to open a terminal, type in:

sudo leafpad /etc/modules

and add these two lines to the bottom of the page:

pciehp.pciehp_force
pciehp.pciehp_poll_mode

done.

But I don't fully understand how that is supposed to help. These 'modules' (if they even are modules) weren't enabled before the update.

For the sake of your noobdom, the terminal command is only opening a text editor application to edit the file modules in the /etc/ directory. the text file just tells the kernel what modules to activate at startup (like mac os 9 extensions).

And I need a big cup of tea, being severely hung over.


Top
 Profile E-mail  
 
 Post subject: Re: After update..something keeps disabling WIFI .[SOLVED]
PostPosted: Thu Sep 10, 2009 11:05 pm 
Offline
Moderator

Joined: Fri May 29, 2009 7:09 pm
Posts: 319
eeePC model: 901
Aurora version: Base 3.0
Actually, and this appears to be really, really important, the pciehp options have to be added at the top of the file (not including comments) because there is a dependency issue with one of the later modules (i2c or netbook or something, I forget). Doing that gave the same effect for me as adding the lines to grub. A reboot was required in both cases.

I think this works roughly the same way as adding them to grub; in grub, they get appended as drivers (modules) the kernel must load. In modules, they are essentially after-kernel drivers. The key is that the drivers are apparently already compiled into the kernel, but there's some problem that requires them being reinitialized (no clue what problem). This, incidentally, is what's causing the errors on suspend/resume when it's added as a grub option; the kernel is telling you it already loaded those modules.


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron