Hi,<br><br>First, I would like to thank all the people who wrote the documentation on the wiki. It is a very good source of information.<br><br>I managed to install a debian squeeze on my eeepc 1000HA.<br><br>It runs quite well. I have a problem though with the wifi device. I cannot figure how to make it work.<br>
<br>The following page <a href="http://wiki.debian.org/DebianEeePC/Model/1000HA">http://wiki.debian.org/DebianEeePC/Model/1000HA</a> says that the Atheros card is now supported with the squeeze kernel.<br><br>I have checked and it seems I have an Atheros card:<br>
<br>$ lspci -nn<br>00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GME Express Memory Controller Hub [8086:27ac] (rev 03)<br>00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GME Express Integrated Graphics Controller [8086:27ae] (rev 03)<br>
00:02.1 Display controller [0380]: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller [8086:27a6] (rev 03)<br>00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High Definition Audio Controller [8086:27d8] (rev 02)<br>
00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 1 [8086:27d0] (rev 02)<br>00:1c.1 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 2 [8086:27d2] (rev 02)<br>00:1c.3 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 4 [8086:27d6] (rev 02)<br>
00:1d.0 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 [8086:27c8] (rev 02)<br>00:1d.1 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 [8086:27c9] (rev 02)<br>
00:1d.2 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 [8086:27ca] (rev 02)<br>00:1d.3 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 [8086:27cb] (rev 02)<br>
00:1d.7 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller [8086:27cc] (rev 02)<br>00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2)<br>00:1f.0 ISA bridge [0601]: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge [8086:27b9] (rev 02)<br>
00:1f.2 IDE interface [0101]: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller [8086:27c4] (rev 02)<br>03:00.0 Ethernet controller [0200]: Atheros Communications AR8121/AR8113/AR8114 Gigabit or Fast Ethernet [1969:1026] (rev b0)<br>
<br>Well as you can see (last line) there is an Atheros device. The strange thing is that only the ethernet controller shows up. Moreover the wifi is working like a charm with the Windows XP shipped with the eeepc. So there must be a wireless controller somewhere. Maybe it&#39;s simply the full name of the device that has changed but I doubt that because I don&#39;t see any AR5001 in this output and I believe it&#39;s the part number of the wireless controller.<br>
<br>I have installed wicd and the client doesn&#39;t find any wireless connection while I know there are dozen where I am. It successfully shows the actual wired connection I am using right now.<br><br>Here is my interfaces file:<br>
$ cat /etc/network/interfaces <br># This file describes the network interfaces available on your system<br># and how to activate them. For more information, see interfaces(5).<br><br># The loopback network interface<br>auto lo<br>
iface lo inet loopback<br><br># The primary network interface<br>allow-hotplug eth0<br>iface eth0 inet dhcp<br><br>some more informations :<br>$ uname -a<br>Linux sigmund 2.6.32-5-686 #1 SMP Sat Jul 24 02:27:10 UTC 2010 i686 GNU/Linux<br>
<br>the /proc/cpuinfo is the same as the one of the 1000HA wiki page.<br><br>Any hint is welcome, thank you for reading so far. I hope I have posted this on the right mailing list.<br><br>Thanks in advance.<br><br>Best regards.<br>
-- <br>Vincent<br><br>