Ubuntu Eee Update: Wifi fixed, Screen resolution screwed.

Looks like I fixed the wifi at last. I was able to download a more updated version of madwifi when I went to the repo. So essentially, there’s only one simple change with the original steps.

sudo apt-get install build-essential
wget ‘http://snapshots.madwifi.org/special/madwifi-nr-r3366+ar5007.tar.gz
tar zxvf madwifi-ng-r2756+ar5007.tar.gz
cd madwifi-nr-r3366+ar5007
make clean
make
sudo make install
reboot

What’s fixed?
Wifi turns on/off properly.

On the other hand, after running the ubuntu-eee-script, the resolution was screwed up. The graphic driver aparently change to Intel 810, while I knew it was “None” before. How to fix this is by run 915resolution but it doesn’t work for me. No matter how many times I tried, it’s still the same. I’ll figure this out.

ubuntu eee screen resolution

ubuntu eee screen resolution

Related posts:

  1. Ubuntu Eee Update: Screen Resolution problem, Resolved.
  2. Ubuntu Eee: Screen and Graphics, the root of all evil.
  3. Ubuntu Eee 8.04: Still no Wi-Fi
  4. Ubuntu Eee is not yet Final
  5. Ubuntu Eee 8.04. Gold!

4 Responses to “Ubuntu Eee Update: Wifi fixed, Screen resolution screwed.”

  1. Collegue said:

    Apr 16, 08 at 12:54 pm

    That’s a bummer :(
    You may have a look into xorg.conf, there is a section about the screen, maybe editing it could do the trick
    Here’s a description:
    http://www.x.org/archive/X11R6.8.0/doc/xorg.conf.5.html#toc9

  2. Jon Ramvi said:

    Apr 16, 08 at 4:21 pm

    Yeah, the solution to the 640x problem is to reset the xorg file:
    sudo dpkg-reconfigure xserver-xorg
    And stay away from Screens and Graphics – it’s the root of all evil

  3. Aldrin Cantos said:

    Apr 16, 08 at 4:39 pm

    Thanks guys for helping.

    Issue resolved.

  4. Ubuntu Eee: Sreen and Graphics, the root of all evil. | Asus EEE HowTo | Asus EEE 如何 said:

    Apr 17, 08 at 6:13 pm

    [...] is. John Ramvi once mentioned the title on a comment to my previous post. It was indeed. I just finished installing Ubuntu Eee for the 6th time. And this time, I did not [...]


Leave a Reply