<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slackwiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Chopp</id>
	<title>SlackWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.slackwiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Chopp"/>
	<link rel="alternate" type="text/html" href="https://www.slackwiki.com/Special:Contributions/Chopp"/>
	<updated>2026-04-07T21:53:47Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=EeePC&amp;diff=213</id>
		<title>EeePC</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=EeePC&amp;diff=213"/>
		<updated>2009-06-09T11:32:52Z</updated>

		<summary type="html">&lt;p&gt;Chopp: /* Files */ updated a Files url&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Hardware]]&lt;br /&gt;
== Kernel ==&lt;br /&gt;
=== 2.6.24.4 ===&lt;br /&gt;
This is the default kernel that comes with Xandros. It is patched to work with a few things. It's ugly and some of the modules don't work correctly when the kernel is transplanted into Slackware.&lt;br /&gt;
&lt;br /&gt;
The source is available from Asus.&lt;br /&gt;
&lt;br /&gt;
=== 2.6.26.3 ===&lt;br /&gt;
As of writing, 2.6.26.3 is the latest stable kernel.&lt;br /&gt;
&lt;br /&gt;
The acpi functionality has been merged into the kernel. but the ethernet and wireless require patching / external code to work&lt;br /&gt;
&lt;br /&gt;
=== 2.6.27rc5 ===&lt;br /&gt;
As of writing this is still in testing.&lt;br /&gt;
&lt;br /&gt;
The ethernet patch is now in-kernel, not requiring a patch.  The wireless still requires external code.&lt;br /&gt;
&lt;br /&gt;
== 701 ==&lt;br /&gt;
===Wireless===&lt;br /&gt;
The 701 uses the Atheros chipset.  Use madwifi-hal-0.10.5.6.&lt;br /&gt;
&lt;br /&gt;
*http://madwifi.org/ticket/1192&lt;br /&gt;
*http://wiki.eeeuser.com/ubuntu?s=madwifi#wireless_internet_using_native_madwifi_drivers&lt;br /&gt;
&lt;br /&gt;
== 901 ==&lt;br /&gt;
===Network===&lt;br /&gt;
The network card uses the atl1e module, which requires a patch for the 2.6.26.3 kernel.  as of writing it is slated to be merged into the 2.6.27 kernel.&lt;br /&gt;
&lt;br /&gt;
http://www.rootshell.be/~nix4me/EeePC/0001-atl1e-Atheros-L1E-Gigabit-Ethernet-driver.patch&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;cd /usr/src/linux-2.6.26.3/&lt;br /&gt;
patch -p1 &amp;lt; 0001-atl1e-Atheros-L1E-Gigabit-Ethernet-driver.patch&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following instructions have been tested (and work) on a fresh installation of Slackware 12.1 on the EEE 901 running the generic kernel 2.26.24-5-smp:&lt;br /&gt;
&lt;br /&gt;
http://www.patch-village.com/2008/oct/23/installing-ubuntu-804-server-asus-p5q/&lt;br /&gt;
&lt;br /&gt;
The kernel source code was installed from the second installation disk (in directory 'k').&lt;br /&gt;
&lt;br /&gt;
===Wireless===&lt;br /&gt;
The wireless uses the rt2860sta module, an open source module from ralink.com. The source code can be downloaded from here:&lt;br /&gt;
&lt;br /&gt;
http://www.ralinktech.com/ralink/Home/Support/Linux.html&lt;br /&gt;
&lt;br /&gt;
Compiling is straightforward in Slackware 12.1  (see instructions below).    It does however require patching to work with the 2.6.26.3 kernel.&lt;br /&gt;
&lt;br /&gt;
http://www.rootshell.be/~nix4me/EeePC/rt2860sta-patched.tar.gz&lt;br /&gt;
&lt;br /&gt;
There are some patches which need to be applied to this source both to get it to work, and to modify the code to the 2.6.26 way of using network devices, namely dev_nd-&amp;gt;net is now dev_net(dev).&lt;br /&gt;
&lt;br /&gt;
The source above has the patches applied and the code fixed to work with 2.6.26.3&lt;br /&gt;
&lt;br /&gt;
It should work with WPA, but I haven't tested it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tar -xzf rt2860sta-patched.tar.gz&lt;br /&gt;
cd 2008_0708_RT2860_Linux_STA_v1.7.0.0&lt;br /&gt;
make&lt;br /&gt;
make install&lt;br /&gt;
modprobe rt2860sta&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sound===&lt;br /&gt;
Front Mic does not work out of the box with Slackware 12.1.  Compiling Alsa driver 1.0.18 solves this problem.  However, doing this seems to remove the USB sound driver (copying back snd-usb-audio.ko resolves it).  Be warned that other sound modules are missing after this procedure.    This is a useful link:&lt;br /&gt;
&lt;br /&gt;
http://wiki.debian.org/DebianEeePC/HowTo/Sound&lt;br /&gt;
&lt;br /&gt;
===ACPI===&lt;br /&gt;
The acpi extras require the eeepc_laptop module, kernel config is CONFIG_EEEPC_LAPTOP.&lt;br /&gt;
In make menuconfig, it is under device drivers -&amp;gt; misc devices, near the bottom.&lt;br /&gt;
&lt;br /&gt;
You need to configure /etc/acpi to make acpi act on events. By default nothing happens.&lt;br /&gt;
&lt;br /&gt;
/etc/acpi/events/hotkey&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
event=hotkey ATKD .*&lt;br /&gt;
action=/etc/acpi/hotkey.sh %e&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
/etc/acpi/hotkey.sh&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
case $3 in&lt;br /&gt;
    #Fn+F2&lt;br /&gt;
        #Wireless/Bluetooth button&lt;br /&gt;
    #Fn+F7&lt;br /&gt;
    00000013)&lt;br /&gt;
        #Mute button&lt;br /&gt;
        amixer set Master toggle&lt;br /&gt;
    ;;&lt;br /&gt;
    #Fn+F8&lt;br /&gt;
    00000014)&lt;br /&gt;
        #Volume Down&lt;br /&gt;
        amixer set Master 10%-&lt;br /&gt;
    ;;&lt;br /&gt;
    #Fn+F9&lt;br /&gt;
    00000015)&lt;br /&gt;
        #Volume Up&lt;br /&gt;
        amixer set Master 10%+&lt;br /&gt;
    ;;&lt;br /&gt;
esac&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Camera===&lt;br /&gt;
The camera uses uvcvideo module:&lt;br /&gt;
http://www.slackware.com/~alien/slackbuilds/linux-uvc/&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! module&lt;br /&gt;
! used by&lt;br /&gt;
|-&lt;br /&gt;
| uvcvideo&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| compat_ioctl32&lt;br /&gt;
| uvcvideo&lt;br /&gt;
|-&lt;br /&gt;
| videodev&lt;br /&gt;
| uvcvideo&lt;br /&gt;
|-&lt;br /&gt;
| v4l1_compat&lt;br /&gt;
| uvcvideo,videodev&lt;br /&gt;
|-&lt;br /&gt;
| usbcore&lt;br /&gt;
| uvcvideo&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===X===&lt;br /&gt;
Slack 12.1 uses the same xorg version as the xandros that comes with the 901 linux eee currently.&lt;br /&gt;
&lt;br /&gt;
====xorg.conf====&lt;br /&gt;
For the 901, for basic functionality, no configuration of X is required (no xorg.conf).  The intel video driver from the 'x' directory of disc 1 is needed.&lt;br /&gt;
&lt;br /&gt;
This xorg.conf is a copy of the xandros one with a few changes.  It allows you to scroll using two fingers and dragging, and middle click by tapping with two fingers.&lt;br /&gt;
&lt;br /&gt;
[[EeePC/xorg.conf|xorg.conf]]&lt;br /&gt;
&lt;br /&gt;
====Touchpad====&lt;br /&gt;
http://rlworkman.net/pkgs/&lt;br /&gt;
Grab the xf86-input-synaptics package.&lt;br /&gt;
&lt;br /&gt;
Need synaptics for the touchpad.&lt;br /&gt;
&lt;br /&gt;
====Battery Display====&lt;br /&gt;
gkrellm is a nice little program that can be made to show battery life. It comes with slack 12.1&lt;br /&gt;
&lt;br /&gt;
====Wireless Configuration====&lt;br /&gt;
Wicd works nicely to make connecting to wireless networks easy.&lt;br /&gt;
&lt;br /&gt;
http://rlworkman.net/pkgs/&lt;br /&gt;
Grab the Wicd package.&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
*http://www.rootshell.be/~nix4me/EeePC/&lt;br /&gt;
*http://www.ksandro.info/&lt;br /&gt;
*http://www.ksandro.info/rt2860sta-patched.tar.gz&lt;br /&gt;
*http://www.ksandro.info/0001-atl1e-Atheros-L1E-Gigabit-Ethernet-driver.patch&lt;br /&gt;
*http://rlworkman.net/pkgs/&lt;/div&gt;</summary>
		<author><name>Chopp</name></author>
	</entry>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=EeePC&amp;diff=212</id>
		<title>EeePC</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=EeePC&amp;diff=212"/>
		<updated>2009-06-09T10:53:30Z</updated>

		<summary type="html">&lt;p&gt;Chopp: /* Wireless */ changed patched driver url&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Hardware]]&lt;br /&gt;
== Kernel ==&lt;br /&gt;
=== 2.6.24.4 ===&lt;br /&gt;
This is the default kernel that comes with Xandros. It is patched to work with a few things. It's ugly and some of the modules don't work correctly when the kernel is transplanted into Slackware.&lt;br /&gt;
&lt;br /&gt;
The source is available from Asus.&lt;br /&gt;
&lt;br /&gt;
=== 2.6.26.3 ===&lt;br /&gt;
As of writing, 2.6.26.3 is the latest stable kernel.&lt;br /&gt;
&lt;br /&gt;
The acpi functionality has been merged into the kernel. but the ethernet and wireless require patching / external code to work&lt;br /&gt;
&lt;br /&gt;
=== 2.6.27rc5 ===&lt;br /&gt;
As of writing this is still in testing.&lt;br /&gt;
&lt;br /&gt;
The ethernet patch is now in-kernel, not requiring a patch.  The wireless still requires external code.&lt;br /&gt;
&lt;br /&gt;
== 701 ==&lt;br /&gt;
===Wireless===&lt;br /&gt;
The 701 uses the Atheros chipset.  Use madwifi-hal-0.10.5.6.&lt;br /&gt;
&lt;br /&gt;
*http://madwifi.org/ticket/1192&lt;br /&gt;
*http://wiki.eeeuser.com/ubuntu?s=madwifi#wireless_internet_using_native_madwifi_drivers&lt;br /&gt;
&lt;br /&gt;
== 901 ==&lt;br /&gt;
===Network===&lt;br /&gt;
The network card uses the atl1e module, which requires a patch for the 2.6.26.3 kernel.  as of writing it is slated to be merged into the 2.6.27 kernel.&lt;br /&gt;
&lt;br /&gt;
http://www.rootshell.be/~nix4me/EeePC/0001-atl1e-Atheros-L1E-Gigabit-Ethernet-driver.patch&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;cd /usr/src/linux-2.6.26.3/&lt;br /&gt;
patch -p1 &amp;lt; 0001-atl1e-Atheros-L1E-Gigabit-Ethernet-driver.patch&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following instructions have been tested (and work) on a fresh installation of Slackware 12.1 on the EEE 901 running the generic kernel 2.26.24-5-smp:&lt;br /&gt;
&lt;br /&gt;
http://www.patch-village.com/2008/oct/23/installing-ubuntu-804-server-asus-p5q/&lt;br /&gt;
&lt;br /&gt;
The kernel source code was installed from the second installation disk (in directory 'k').&lt;br /&gt;
&lt;br /&gt;
===Wireless===&lt;br /&gt;
The wireless uses the rt2860sta module, an open source module from ralink.com. The source code can be downloaded from here:&lt;br /&gt;
&lt;br /&gt;
http://www.ralinktech.com/ralink/Home/Support/Linux.html&lt;br /&gt;
&lt;br /&gt;
Compiling is straightforward in Slackware 12.1  (see instructions below).    It does however require patching to work with the 2.6.26.3 kernel.&lt;br /&gt;
&lt;br /&gt;
http://www.rootshell.be/~nix4me/EeePC/rt2860sta-patched.tar.gz&lt;br /&gt;
&lt;br /&gt;
There are some patches which need to be applied to this source both to get it to work, and to modify the code to the 2.6.26 way of using network devices, namely dev_nd-&amp;gt;net is now dev_net(dev).&lt;br /&gt;
&lt;br /&gt;
The source above has the patches applied and the code fixed to work with 2.6.26.3&lt;br /&gt;
&lt;br /&gt;
It should work with WPA, but I haven't tested it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tar -xzf rt2860sta-patched.tar.gz&lt;br /&gt;
cd 2008_0708_RT2860_Linux_STA_v1.7.0.0&lt;br /&gt;
make&lt;br /&gt;
make install&lt;br /&gt;
modprobe rt2860sta&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sound===&lt;br /&gt;
Front Mic does not work out of the box with Slackware 12.1.  Compiling Alsa driver 1.0.18 solves this problem.  However, doing this seems to remove the USB sound driver (copying back snd-usb-audio.ko resolves it).  Be warned that other sound modules are missing after this procedure.    This is a useful link:&lt;br /&gt;
&lt;br /&gt;
http://wiki.debian.org/DebianEeePC/HowTo/Sound&lt;br /&gt;
&lt;br /&gt;
===ACPI===&lt;br /&gt;
The acpi extras require the eeepc_laptop module, kernel config is CONFIG_EEEPC_LAPTOP.&lt;br /&gt;
In make menuconfig, it is under device drivers -&amp;gt; misc devices, near the bottom.&lt;br /&gt;
&lt;br /&gt;
You need to configure /etc/acpi to make acpi act on events. By default nothing happens.&lt;br /&gt;
&lt;br /&gt;
/etc/acpi/events/hotkey&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
event=hotkey ATKD .*&lt;br /&gt;
action=/etc/acpi/hotkey.sh %e&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
/etc/acpi/hotkey.sh&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
case $3 in&lt;br /&gt;
    #Fn+F2&lt;br /&gt;
        #Wireless/Bluetooth button&lt;br /&gt;
    #Fn+F7&lt;br /&gt;
    00000013)&lt;br /&gt;
        #Mute button&lt;br /&gt;
        amixer set Master toggle&lt;br /&gt;
    ;;&lt;br /&gt;
    #Fn+F8&lt;br /&gt;
    00000014)&lt;br /&gt;
        #Volume Down&lt;br /&gt;
        amixer set Master 10%-&lt;br /&gt;
    ;;&lt;br /&gt;
    #Fn+F9&lt;br /&gt;
    00000015)&lt;br /&gt;
        #Volume Up&lt;br /&gt;
        amixer set Master 10%+&lt;br /&gt;
    ;;&lt;br /&gt;
esac&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Camera===&lt;br /&gt;
The camera uses uvcvideo module:&lt;br /&gt;
http://www.slackware.com/~alien/slackbuilds/linux-uvc/&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! module&lt;br /&gt;
! used by&lt;br /&gt;
|-&lt;br /&gt;
| uvcvideo&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| compat_ioctl32&lt;br /&gt;
| uvcvideo&lt;br /&gt;
|-&lt;br /&gt;
| videodev&lt;br /&gt;
| uvcvideo&lt;br /&gt;
|-&lt;br /&gt;
| v4l1_compat&lt;br /&gt;
| uvcvideo,videodev&lt;br /&gt;
|-&lt;br /&gt;
| usbcore&lt;br /&gt;
| uvcvideo&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===X===&lt;br /&gt;
Slack 12.1 uses the same xorg version as the xandros that comes with the 901 linux eee currently.&lt;br /&gt;
&lt;br /&gt;
====xorg.conf====&lt;br /&gt;
For the 901, for basic functionality, no configuration of X is required (no xorg.conf).  The intel video driver from the 'x' directory of disc 1 is needed.&lt;br /&gt;
&lt;br /&gt;
This xorg.conf is a copy of the xandros one with a few changes.  It allows you to scroll using two fingers and dragging, and middle click by tapping with two fingers.&lt;br /&gt;
&lt;br /&gt;
[[EeePC/xorg.conf|xorg.conf]]&lt;br /&gt;
&lt;br /&gt;
====Touchpad====&lt;br /&gt;
http://rlworkman.net/pkgs/&lt;br /&gt;
Grab the xf86-input-synaptics package.&lt;br /&gt;
&lt;br /&gt;
Need synaptics for the touchpad.&lt;br /&gt;
&lt;br /&gt;
====Battery Display====&lt;br /&gt;
gkrellm is a nice little program that can be made to show battery life. It comes with slack 12.1&lt;br /&gt;
&lt;br /&gt;
====Wireless Configuration====&lt;br /&gt;
Wicd works nicely to make connecting to wireless networks easy.&lt;br /&gt;
&lt;br /&gt;
http://rlworkman.net/pkgs/&lt;br /&gt;
Grab the Wicd package.&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
*http://chopp.homelinux.com/EeePC/&lt;br /&gt;
*http://www.ksandro.info/&lt;br /&gt;
*http://www.ksandro.info/rt2860sta-patched.tar.gz&lt;br /&gt;
*http://www.ksandro.info/0001-atl1e-Atheros-L1E-Gigabit-Ethernet-driver.patch&lt;br /&gt;
*http://rlworkman.net/pkgs/&lt;/div&gt;</summary>
		<author><name>Chopp</name></author>
	</entry>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=EeePC&amp;diff=211</id>
		<title>EeePC</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=EeePC&amp;diff=211"/>
		<updated>2009-06-09T10:50:54Z</updated>

		<summary type="html">&lt;p&gt;Chopp: /* Network */ changed driver patch url&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Hardware]]&lt;br /&gt;
== Kernel ==&lt;br /&gt;
=== 2.6.24.4 ===&lt;br /&gt;
This is the default kernel that comes with Xandros. It is patched to work with a few things. It's ugly and some of the modules don't work correctly when the kernel is transplanted into Slackware.&lt;br /&gt;
&lt;br /&gt;
The source is available from Asus.&lt;br /&gt;
&lt;br /&gt;
=== 2.6.26.3 ===&lt;br /&gt;
As of writing, 2.6.26.3 is the latest stable kernel.&lt;br /&gt;
&lt;br /&gt;
The acpi functionality has been merged into the kernel. but the ethernet and wireless require patching / external code to work&lt;br /&gt;
&lt;br /&gt;
=== 2.6.27rc5 ===&lt;br /&gt;
As of writing this is still in testing.&lt;br /&gt;
&lt;br /&gt;
The ethernet patch is now in-kernel, not requiring a patch.  The wireless still requires external code.&lt;br /&gt;
&lt;br /&gt;
== 701 ==&lt;br /&gt;
===Wireless===&lt;br /&gt;
The 701 uses the Atheros chipset.  Use madwifi-hal-0.10.5.6.&lt;br /&gt;
&lt;br /&gt;
*http://madwifi.org/ticket/1192&lt;br /&gt;
*http://wiki.eeeuser.com/ubuntu?s=madwifi#wireless_internet_using_native_madwifi_drivers&lt;br /&gt;
&lt;br /&gt;
== 901 ==&lt;br /&gt;
===Network===&lt;br /&gt;
The network card uses the atl1e module, which requires a patch for the 2.6.26.3 kernel.  as of writing it is slated to be merged into the 2.6.27 kernel.&lt;br /&gt;
&lt;br /&gt;
http://www.rootshell.be/~nix4me/EeePC/0001-atl1e-Atheros-L1E-Gigabit-Ethernet-driver.patch&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;cd /usr/src/linux-2.6.26.3/&lt;br /&gt;
patch -p1 &amp;lt; 0001-atl1e-Atheros-L1E-Gigabit-Ethernet-driver.patch&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following instructions have been tested (and work) on a fresh installation of Slackware 12.1 on the EEE 901 running the generic kernel 2.26.24-5-smp:&lt;br /&gt;
&lt;br /&gt;
http://www.patch-village.com/2008/oct/23/installing-ubuntu-804-server-asus-p5q/&lt;br /&gt;
&lt;br /&gt;
The kernel source code was installed from the second installation disk (in directory 'k').&lt;br /&gt;
&lt;br /&gt;
===Wireless===&lt;br /&gt;
The wireless uses the rt2860sta module, an open source module from ralink.com. The source code can be downloaded from here:&lt;br /&gt;
&lt;br /&gt;
http://www.ralinktech.com/ralink/Home/Support/Linux.html&lt;br /&gt;
&lt;br /&gt;
Compiling is straightforward in Slackware 12.1  (see instructions below).    It does however require patching to work with the 2.6.26.3 kernel.&lt;br /&gt;
&lt;br /&gt;
http://chopp.homelinux.com/EeePC/rt2860sta-patched.tar.gz&lt;br /&gt;
&lt;br /&gt;
There are some patches which need to be applied to this source both to get it to work, and to modify the code to the 2.6.26 way of using network devices, namely dev_nd-&amp;gt;net is now dev_net(dev).&lt;br /&gt;
&lt;br /&gt;
The source above has the patches applied and the code fixed to work with 2.6.26.3&lt;br /&gt;
&lt;br /&gt;
It should work with WPA, but I haven't tested it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tar -xzf rt2860sta-patched.tar.gz&lt;br /&gt;
cd 2008_0708_RT2860_Linux_STA_v1.7.0.0&lt;br /&gt;
make&lt;br /&gt;
make install&lt;br /&gt;
modprobe rt2860sta&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sound===&lt;br /&gt;
Front Mic does not work out of the box with Slackware 12.1.  Compiling Alsa driver 1.0.18 solves this problem.  However, doing this seems to remove the USB sound driver (copying back snd-usb-audio.ko resolves it).  Be warned that other sound modules are missing after this procedure.    This is a useful link:&lt;br /&gt;
&lt;br /&gt;
http://wiki.debian.org/DebianEeePC/HowTo/Sound&lt;br /&gt;
&lt;br /&gt;
===ACPI===&lt;br /&gt;
The acpi extras require the eeepc_laptop module, kernel config is CONFIG_EEEPC_LAPTOP.&lt;br /&gt;
In make menuconfig, it is under device drivers -&amp;gt; misc devices, near the bottom.&lt;br /&gt;
&lt;br /&gt;
You need to configure /etc/acpi to make acpi act on events. By default nothing happens.&lt;br /&gt;
&lt;br /&gt;
/etc/acpi/events/hotkey&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
event=hotkey ATKD .*&lt;br /&gt;
action=/etc/acpi/hotkey.sh %e&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
/etc/acpi/hotkey.sh&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
case $3 in&lt;br /&gt;
    #Fn+F2&lt;br /&gt;
        #Wireless/Bluetooth button&lt;br /&gt;
    #Fn+F7&lt;br /&gt;
    00000013)&lt;br /&gt;
        #Mute button&lt;br /&gt;
        amixer set Master toggle&lt;br /&gt;
    ;;&lt;br /&gt;
    #Fn+F8&lt;br /&gt;
    00000014)&lt;br /&gt;
        #Volume Down&lt;br /&gt;
        amixer set Master 10%-&lt;br /&gt;
    ;;&lt;br /&gt;
    #Fn+F9&lt;br /&gt;
    00000015)&lt;br /&gt;
        #Volume Up&lt;br /&gt;
        amixer set Master 10%+&lt;br /&gt;
    ;;&lt;br /&gt;
esac&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Camera===&lt;br /&gt;
The camera uses uvcvideo module:&lt;br /&gt;
http://www.slackware.com/~alien/slackbuilds/linux-uvc/&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! module&lt;br /&gt;
! used by&lt;br /&gt;
|-&lt;br /&gt;
| uvcvideo&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| compat_ioctl32&lt;br /&gt;
| uvcvideo&lt;br /&gt;
|-&lt;br /&gt;
| videodev&lt;br /&gt;
| uvcvideo&lt;br /&gt;
|-&lt;br /&gt;
| v4l1_compat&lt;br /&gt;
| uvcvideo,videodev&lt;br /&gt;
|-&lt;br /&gt;
| usbcore&lt;br /&gt;
| uvcvideo&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===X===&lt;br /&gt;
Slack 12.1 uses the same xorg version as the xandros that comes with the 901 linux eee currently.&lt;br /&gt;
&lt;br /&gt;
====xorg.conf====&lt;br /&gt;
For the 901, for basic functionality, no configuration of X is required (no xorg.conf).  The intel video driver from the 'x' directory of disc 1 is needed.&lt;br /&gt;
&lt;br /&gt;
This xorg.conf is a copy of the xandros one with a few changes.  It allows you to scroll using two fingers and dragging, and middle click by tapping with two fingers.&lt;br /&gt;
&lt;br /&gt;
[[EeePC/xorg.conf|xorg.conf]]&lt;br /&gt;
&lt;br /&gt;
====Touchpad====&lt;br /&gt;
http://rlworkman.net/pkgs/&lt;br /&gt;
Grab the xf86-input-synaptics package.&lt;br /&gt;
&lt;br /&gt;
Need synaptics for the touchpad.&lt;br /&gt;
&lt;br /&gt;
====Battery Display====&lt;br /&gt;
gkrellm is a nice little program that can be made to show battery life. It comes with slack 12.1&lt;br /&gt;
&lt;br /&gt;
====Wireless Configuration====&lt;br /&gt;
Wicd works nicely to make connecting to wireless networks easy.&lt;br /&gt;
&lt;br /&gt;
http://rlworkman.net/pkgs/&lt;br /&gt;
Grab the Wicd package.&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
*http://chopp.homelinux.com/EeePC/&lt;br /&gt;
*http://www.ksandro.info/&lt;br /&gt;
*http://www.ksandro.info/rt2860sta-patched.tar.gz&lt;br /&gt;
*http://www.ksandro.info/0001-atl1e-Atheros-L1E-Gigabit-Ethernet-driver.patch&lt;br /&gt;
*http://rlworkman.net/pkgs/&lt;/div&gt;</summary>
		<author><name>Chopp</name></author>
	</entry>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=The_Regulars&amp;diff=20</id>
		<title>The Regulars</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=The_Regulars&amp;diff=20"/>
		<updated>2009-05-28T11:57:58Z</updated>

		<summary type="html">&lt;p&gt;Chopp: /* Others */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Staff==&lt;br /&gt;
* [[User:Alan_Hicks|Alan Hicks]]&lt;br /&gt;
* [[User:alienbob|alienBOB]]&lt;br /&gt;
* nachox/darkjoker&lt;br /&gt;
* [[User:phrag|phrag]]&lt;br /&gt;
* [[User:rworkman|rworkman]]&lt;br /&gt;
* [[User:Stx|Stx]]&lt;br /&gt;
* [[User:Unixfool|Unixfool/W|GGL|T]]&lt;br /&gt;
&lt;br /&gt;
==Others==&lt;br /&gt;
&lt;br /&gt;
* [[User:Apeitheo|Apeitheo]]&lt;br /&gt;
* [[User:Boojit|boojit]]&lt;br /&gt;
* [[User:Michiel |BP{k}]]&lt;br /&gt;
* [[User:Buzzedlightyear|Buzzedlightyear]]&lt;br /&gt;
* [[User:Chrismo|Chrismo]]&lt;br /&gt;
* [[User:clavius|clavius]]&lt;br /&gt;
* [[USer:codermaniac|codermaniac]]&lt;br /&gt;
* [[User:cpunches|cpunches]]&lt;br /&gt;
* [[User:Crudo|crudo]]&lt;br /&gt;
* [[User:Crypticlineage|crypticlineage]]&lt;br /&gt;
* [[User:dadexter|dadexter]]&lt;br /&gt;
* [[User:derxob|derxob]]&lt;br /&gt;
* [[User:Dominian|Dominian]]&lt;br /&gt;
* dtanner&lt;br /&gt;
* [[eclipse75]]&lt;br /&gt;
* [[User:FredEmmott|fred]]&lt;br /&gt;
* [[User:giangy|giangy]]&lt;br /&gt;
* [[User:jpipkin |jpipkin]]&lt;br /&gt;
* [[User:macavity|macavity]]&lt;br /&gt;
* [[User:Marcus | Marcus_]]&lt;br /&gt;
* [[User:Mmlj4|mmlj4]]&lt;br /&gt;
* [[USer:Phoul|Phoul]]&lt;br /&gt;
* [[User:Dardan Fejzullahi |radiohead]]&lt;br /&gt;
* [[User:radi0head|radi0head]]&lt;br /&gt;
* Riddick&lt;br /&gt;
* [[User:1337ln | ron1n]]&lt;br /&gt;
* [[User:Ryanx0r|Ryanx0r]]&lt;br /&gt;
* [[USer:slackmagic|slackmagic]]&lt;br /&gt;
* [[User:Slakmagik|slakmagik]]&lt;br /&gt;
* [[StevenR]]&lt;br /&gt;
* [[User:Straterra|Straterra]]&lt;br /&gt;
* [[USer:Strykar|Strykar]]&lt;br /&gt;
* [[User:tecky|tecky]]&lt;br /&gt;
* [[User:Tewmten|tewmten]]&lt;br /&gt;
* [[User:v3ctor|v3ctor]]&lt;br /&gt;
* [[User:chopp|chopp]]&lt;br /&gt;
&lt;br /&gt;
==SlackWiki Admins==&lt;br /&gt;
There is a [[Special:Listadmins|list]] of SlackWiki admins. Please post a message on my [[User_talk:FredEmmott|user talk]] page if you think you'd be a suitable admin.&lt;/div&gt;</summary>
		<author><name>Chopp</name></author>
	</entry>
</feed>