PDA

View Full Version : Wireless on asus 1001p Netbook help please..



Zone242424
March 21st, 2010, 07:48 AM
Hi

Im a newb to ubuntu just wiped my brand new asus 1001p netbook of windwos 7 and put ubuntu netbook remix on it 9.10....

Everything works great except the wireless...

I know theres probally a billion topics on this, but i just need step by step easdy to follow guide on how to do this...

I asked the IT at my work and he claims it cant be done, unless i switch out the internal wireless to a card that "just works", which im not comfortable with or use a usb wireless stick, which defeats the purpose of a netbook being so small....

Im sure this can be done so please help me show up a IT that doesnt know linux :)

BTW the wireless card is a atheros thats all i know..

rudy.b
March 21st, 2010, 08:45 AM
Hi,

you may find this thread useful: Asus EEE 1001P wireless & mobile broadband (http://ubuntuforums.org/showthread.php?t=1396854). It seems to deal with the same issue as you have.
(http://ubuntuforums.org/showthread.php?t=1396854)

borabosna
March 22nd, 2010, 01:39 PM
I tried everything, madwifi etc... none works, it's all about having the RIGHT WinXp drivers. The drivers that came with my Asus Cd don't work.

Visit www.atheros.cz

If your card is an AR2427 like mine (also 1001p like you) then install ndiswrapper and ndisgtk, and using ndisgtk's graphical interface, install the XP-32bit drivers named 7.7.0.329 on the above website. You should install a file named 'netathw.inf' .
The website doesn't let you choose drivers according to release number but rather according to the card you have. So, just click on SOME card in the list (one around the middle of the list) and then you will have a list of different releases for that card. 7.7.0.329 will be there. Click 'Download' below the explanation for 329, and then wait a little bit... it's coming from CZ so it takes some time for the download to begin. It's a 1.1mb file. 7.7.0.363 or 7.7.0.456 also works on my 1001p.

If you need help installing ndiswrapper and ndisgtk just reply here.

olaf-g
March 28th, 2010, 10:25 PM
I solved the issues with the wireless and the screen brightness control. As I am writing down my experiences and fixes in a blog you can find the exact steps over there:

http://linuxon1001p.blogspot.com (http://linuxon1001p.blogspot.com/2010/03/fixing-wireless.html)

For wireless I use a self compiled native driver which was really not difficult to do and the brightnes issue is fixed completely including on screen notifications and auto dimming working.

khunter1
April 8th, 2010, 10:30 PM
I tried everything, madwifi etc... none works, it's all about having the RIGHT WinXp drivers. The drivers that came with my Asus Cd don't work.

Visit www.atheros.cz (http://www.atheros.cz)

If your card is an AR2427 like mine (also 1001p like you) then install ndiswrapper and ndisgtk, and using ndisgtk's graphical interface, install the XP-32bit drivers named 7.7.0.329 on the above website. You should install a file named 'netathw.inf' .
The website doesn't let you choose drivers according to release number but rather according to the card you have. So, just click on SOME card in the list (one around the middle of the list) and then you will have a list of different releases for that card. 7.7.0.329 will be there. Click 'Download' below the explanation for 329, and then wait a little bit... it's coming from CZ so it takes some time for the download to begin. It's a 1.1mb file. 7.7.0.363 or 7.7.0.456 also works on my 1001p.

If you need help installing ndiswrapper and ndisgtk just reply here.

I would suggest to go to the official Driver site and download the .inf file:

http://support.asus.com/download/download.aspx

And also post here:

https://bugs.launchpad.net/ubuntu/+source/linux-backports-modules-2.6.32/+bug/521967

uRock
April 8th, 2010, 10:34 PM
Hi

Im a newb to ubuntu just wiped my brand new asus 1001p netbook of windwos 7 and put ubuntu netbook remix on it 9.10....

Everything works great except the wireless...

I know theres probally a billion topics on this, but i just need step by step easdy to follow guide on how to do this...

I asked the IT at my work and he claims it cant be done, unless i switch out the internal wireless to a card that "just works", which im not comfortable with or use a usb wireless stick, which defeats the purpose of a netbook being so small....

Im sure this can be done so please help me show up a IT that doesnt know linux :)

BTW the wireless card is a atheros thats all i know..

I ran this command to get my Atheros card working on my 1005 model Asus netbook.

sudo apt-get install linux-backports-modules-karmic
Hope it helps,
Ronnie

dionblundell
April 19th, 2010, 02:22 AM
The backports never worked for me in Ubuntu 9.10 or 10.04beta1/beta2. Windows lists my driver as a AR2427, in an Asus 1005PE which I believe is similar?

I instead added the latest kernel modules manually. There is talk at the moment of having it in the backports for Lucid 10.04, but that is far from certain.

Anyway, this works for me, and I would suggest you give it a go.

This means the kernel has access to the latest wireless driver modules. It is better than the madwifi kludge, and of course, backports didn't work for me.

Go here:
http://wireless.kernel.org/download/compat-wireless-2.6/
and download the latest drivers, for example:
http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2010-04-18.tar.bz2 (http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2010-04-16.tar.bz2)

Now extract these files
Open a SHELL, and change into the directory created with the archive, it's probably something like:

cd ~/Downloads/compat-wireless-2010-04-18
now select the driver

./scripts/driver-select ath9kYou now need to build the drivers

makeNow install them with this

sudo make install
sudo make unload
sudo modprobe ath9k
You will need to do ALL the above EACH TIME the kernel is updated.

Networking works perfectly for me on my ASUS 1005PE now

eltonw
April 19th, 2010, 05:05 PM
I solved the issues with the wireless and the screen brightness control. As I am writing down my experiences and fixes in a blog you can find the exact steps over there:

http://linuxon1001p.blogspot.com (http://linuxon1001p.blogspot.com/2010/03/fixing-wireless.html)

For wireless I use a self compiled native driver which was really not difficult to do and the brightnes issue is fixed completely including on screen notifications and auto dimming working.

I have had a quick look at your blog. Is there any way to do this with the live CD? I'm not prepared to install the LUCID beta at this time, but running it as a live CD causes this problem:http://ubuntuforums.org/showthread.php?p=9140633#post9140633

I am running Karmic on an Asus EEE 1000 PC which has the RaLink 2860 card.


viele Danke!:)

jonathanross
April 28th, 2010, 03:33 PM
Hi Dionblundell,

You just saved me a LOT of head scratching.

I can confirm this works on Lucid Lynx (RC) on the Asus 1001P 64bit (the newest laptop version of that variety) in case anyone else is looking for a wireless fix.

Wifi connects to WPA etc fine. If you're bored of upgrading kernels (and having to rebuild modules) then try www.ksplice.com - it's fantastic.

Chocolate milkshakes are on me, Dionblundell !

JR :P