* Home * SlinkP Linux Pages * dell_d810
Last updated Jun 30, 2007 1:53 pm GMT-5

Gentoo GNU/Linux on Dell D810 Laptop

Features I Have Working

Config files

Packages to emerge

Boot services

These are useful things that aren't on by default. Enable each one by doing rc-update add foo default.

3D setup

Once all the above is installed you must do one more thing:

     opengl-update ati

Wireless setup

Currently I'm using quickswitch. The config file was pretty easy to sort out. This means I no longer use /etc/init.d/net.* at boot time; quickswitch takes care of starting and stopping network interfaces. So instead, I added this line to /etc/conf.d/local.start:

     /usr/bin/switchto -s

There are some annoyances...

... and then edit /etc/init.d/ntp-client like so:

      depend() {
            before cron portmap
            need net local
            use dns logger
      }

     That seems to do the trick.

Openvpn with multiple clients

Not specific to this hardware but i wanted to note this somewhere... to get this working on gentoo, check this thread

Features I Do Not Have Working Yet

In Progress

Better Wireless Network management

I'm trying to install wifi-radar. First of all it's not marked stable yet, so I have to add "net-wireless/wifi-radar ~x86" to /etc/portage/package.keywords.

Then while installing gtkglarea, it hits a stupid libtool glitch related to opengl drivers for which the workaround is:

       sudo opengl-update xorg-x11
       sudo emerge gtkglarea   
       sudo  opengl-update ati

... and then I can continue to emerge wifi-radar. To avoid running it as root, I chowned the config file (/etc/wifi-radar.cfg) to the wheel group and gave wheel write permissions.

Now I just have to figure out why my wireless card is no longer there on eth0. iwconfig can't find it anymore :-\

Evolution / Exchange

Evolution running against an Exchange server basically sucks, but I have it more or less working with the crappy Exchange server at work. Very often, the options screens for account setup won't let you put in the server info. The solution was in this thread on the gentoo forums , you have to do things in exactly the right order:

     1. make sure you have use flags "ldap" and "kerberos"
     2. emerge evolution-data-server
     3. emerge evolution-exchange
     4. emerge evolution 

Still haven't got the stupid global address list working, tomorrow will try the suggestions in this thread


     Send me some mail slinkP home page Powered by Zope