![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Networking & Wireless Having problems getting connected to the internet or getting your wireless card to work? Ask here. |
| View Poll Results: Did this work for you? | |||
| Yes, it worked; I used it for a AR5007EG |
|
123 | 56.16% |
| Yes, it worked; I used it for a different Atheros chipset |
|
29 | 13.24% |
| No, I tried it on an AR5007EG and it didn't work |
|
53 | 24.20% |
| No, but I tried it on something other than an AR5007EG |
|
14 | 6.39% |
| Voters: 219. You may not vote on this poll | |||
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Skinny Soy Caramel Ubuntu
![]() |
HOWTO: Atheros AR5007EG on Feisty Fawn (with ndiswrapper)
If you're running a 32-bit OS, this method is deprecated. I recommend the native linux driver instead.
If you're running a 64-bit OS, use the method below. Make sure you use the appropriate version of the drivers for your version of Linux. If you're using a 64-bit version of Linux, you must use 64-bit drivers. You can check this using the following command: Code:
getconf LONG_BIT This chipset showed up on my Acer Aspire 5050-3785. The lspci program spit out the following info: Code:
Atheros Unknown device 001c (rev 01) Here is a step by step procedure to install the drivers manually (in case you don't want to use the script I wrote, or if it doesn't work properly). Open a terminal and copy/paste the following lines: 1a. Download the ndiswrapper source code and AR5007EG Windows drivers: Code:
http://wifix.sourceforge.net/software.php?title=ndiswrapper If you're using a 32-bit version of Linux, use this command: Code:
wget http://blakecmartin.googlepages.com/ar5007eg-32-0.2.tar.gz Code:
wget http://blakecmartin.googlepages.com/ar5007eg-64-0.2.tar.gz Code:
tar xvf ar5007eg-*.tar.gz tar xvf ndiswrapper-newest.tar.gz Code:
sudo aptitude update && sudo aptitude install linux-headers-$(uname -r) build-essential Code:
echo "blacklist ath_pci" | sudo tee -a /etc/modprobe.d/blacklist Code:
pushd ndiswrapper-*/ sudo make uninstall make sudo make install popd Code:
pushd */ar5007eg/ sudo ndiswrapper -i net5211.inf popd Code:
sudo modprobe ndiswrapper echo "ndiswrapper" | sudo tee -a /etc/modules Code:
sudo init 6 FAQ ===== Q: Linux seems to see my device now, but it can't see any networks. What can I do now? A: This frequently happens on built-in devices. There's usually either
Q: I can see wireless networks. Why can't connect to any of them? A: There are a couple options to try here. If you're using WICD to connect and WPA encryption, under preferences, make sure that for WPA Supplicant Driver, you're using WEXT (make sure you've installed WPA_Supplicant). If you're using WEP, try putting your key in "double quotes". If you can't connect to an encrypted network, try removing they key to see if that's the problem. If you're not using WICD, try it out; many people have been successful simply after switching the wireless connection manager program to WICD. Q: None of this worked. I'm no closer to having my wireless working than I was when I first installed my OS. What's wrong? A: Try running sudo modprobe ndiswrapper; the program should run silently. If you get any output, there's a problem. If the ndiswrapper,ko file can't be found, run sudo depmod -ae, then try sudo modprobe ndiswrapper again. If you installed your OS a long time ago, some people have had better success with a fresh install. Try installing the drivers while running from the Live CD. ===== EDIT: I removed the instructions for using the script. It seemed to not work for anyone other than me. I checked it over several times and couldn't figure out why. The instructions and the script seem to perform the same set of operations. Last edited by bmartin; May 13th, 2008 at 06:58 AM.. |
|
|
|
|
|
#2 |
|
First Cup of Ubuntu
![]() Join Date: Aug 2006
Location: Mesa, AZ
Beans: 12
Ubuntu 7.04 Feisty Fawn
|
Re: HOWTO: Atheros AR5007EG on Feisty Fawn (with ndiswrapper)
Thanks for the howto, unfortunately, it did not work for me. I copy/pasted everything and received no errors. I would appreciate your help in getting this working. The results of lshw -C network show that the adapter is still unclaimed.
Additional Info: Fresh install of 7.04 w/updates Acer Aspire 3680-2682 AR5007EG as reported by Vista Please let me know if you can give me a hand on this. If you need some logs, just let me know. Also, I have no reservations about a fresh install at any time. Thanks in advance! Ryan **UPDATE** Well, I got it working. Not too sure how I did it but, I will figure that part out in a week or so (family visiting). I know I am using the latest ndiswrapper and the drivers linked to from here: http://ivangarcia.org/blog/?p=13. Thanks for getting me started in the right direction and when I get some time, I will update this to reflect what worked for me. Last edited by ryscar; July 31st, 2007 at 02:13 AM.. Reason: UPDATE |
|
|
|
|
|
#3 |
|
Skinny Soy Caramel Ubuntu
![]() |
Re: HOWTO: Atheros AR5007EG on Feisty Fawn (with ndiswrapper)
Good to know the method worked. Please send me the steps you took to make it work (i.e. how it differs from my method).
Last edited by bmartin; July 31st, 2007 at 03:04 PM.. |
|
|
|
|
|
#4 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2006
Beans: 4
|
Re: HOWTO: Atheros AR5007EG on Feisty Fawn (with ndiswrapper)
I ran your script but I'm still having trouble.
dmesg shows that ndiswrapper 1.47 is loaded. ndiswrapper -l displays net5211 : driver installed device (168C:001C) present (alternate driver: ath_pci) ..but I get nothing else. This is an Acer Aspire 5570Z (5570-2690). Fresh install of Ubuntu, installed nothing else yet. |
|
|
|
|
|
#5 | |
|
5 Cups of Ubuntu
![]() |
Re: HOWTO: Atheros AR5007EG on Feisty Fawn (with ndiswrapper)
Quote:
|
|
|
|
|
|
|
#6 |
|
First Cup of Ubuntu
![]() Join Date: Aug 2006
Location: Mesa, AZ
Beans: 12
Ubuntu 7.04 Feisty Fawn
|
Re: HOWTO: Atheros AR5007EG on Feisty Fawn (with ndiswrapper)
I just did a fresh install and followed the directions from the link below and everything went smooth. The only thing I did differently is on the last two steps I had to use sudo. Anyhow, wireless is working!!
http://docs.google.com/View?docid=dtvgpkz_46fv8dwf Ryan |
|
|
|
|
|
#7 | |
|
5 Cups of Ubuntu
![]() |
Re: HOWTO: Atheros AR5007EG on Feisty Fawn (with ndiswrapper)
Quote:
|
|
|
|
|
|
|
#8 |
|
First Cup of Ubuntu
![]() Join Date: Aug 2006
Location: Mesa, AZ
Beans: 12
Ubuntu 7.04 Feisty Fawn
|
Re: HOWTO: Atheros AR5007EG on Feisty Fawn (with ndiswrapper)
Did the process fail at some point or did it complete successfully but still no wireless? I know when I first tried to compile ndiswrapper, I had forgot to do an apt-get install g++ to get the things I needed.
|
|
|
|
|
|
#9 |
|
5 Cups of Ubuntu
![]() |
Re: HOWTO: Atheros AR5007EG on Feisty Fawn (with ndiswrapper)
Everything went through properly without any errors. Wireless just refuses to work.
|
|
|
|
|
|
#10 |
|
5 Cups of Ubuntu
![]() Join Date: May 2006
Beans: 20
Ubuntu 7.10 Gutsy Gibbon
|
Re: HOWTO: Atheros AR5007EG on Feisty Fawn (with ndiswrapper)
This does not work for me. I have an AR5007EG on a Toshiba U305-5077. I followed the manual instructions you listed here. After the modprobe command on step 7, I looked at a dmesg output, and this is what I saw:
[ 1438.516000] ndiswrapper version 1.47 loaded (smp=yes) [ 1438.532000] ndiswrapper: driver net5211 (,01/20/2006,4.2.2.7) loaded [ 1438.532000] PCI: Enabling device 0000:06:00.0 (0000 -> 0002) [ 1438.532000] ACPI: PCI Interrupt 0000:06:00.0[A] -> GSI 19 (level, low) -> IRQ 19 [ 1438.532000] PCI: Setting latency timer of device 0000:06:00.0 to 64 [ 1438.532000] ndiswrapper (NdisWriteErrorLogEntry:192): log: C0001389, count: 4, return_address: f90645d4 [ 1438.532000] ndiswrapper (NdisWriteErrorLogEntry:195): code: 0xdf820200 [ 1438.532000] ndiswrapper (NdisWriteErrorLogEntry:195): code: 0x28 [ 1438.532000] ndiswrapper (NdisWriteErrorLogEntry:195): code: 0xf8db8000 [ 1438.532000] ndiswrapper (NdisWriteErrorLogEntry:195): code: 0xf8db8000 [ 1438.532000] ndiswrapper (mp_init:216): couldn't initialize device: C000009A [ 1438.532000] ndiswrapper (pnp_start_device:439): Windows driver couldn't initialize the device (C0000001) [ 1438.536000] ndiswrapper (mp_halt:258 ): device f6749400 is not initialized - not halting [ 1438.536000] ndiswrapper: device eth%d removed [ 1438.536000] ACPI: PCI interrupt for device 0000:06:00.0 disabled [ 1438.536000] ndiswrapper: probe of 0000:06:00.0 failed with error -22 [ 1438.540000] usbcore: registered new interface driver ndiswrapper Basically, it looks like the driver does not work for my card. Any thoughts? |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|