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
Post subject: After update..something keeps disabling WIFI .[SOLVED]
Posted: Thu Aug 27, 2009 12:59 am
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
Post subject: After update..something keeps disabling WIFI .[SOLVED]
Posted: Sat Sep 05, 2009 5:02 pm
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.
Post subject: Re: After update..something keeps disabling WIFI .[SOLVED]
Posted: Thu Sep 10, 2009 11:05 pm
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.
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