![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Networking & Wireless Having problems getting connected to the internet or getting your wireless card to work? Ask here. |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Just Give Me the Beans!
![]() |
Re: Atheros AR5007 not working on 8.04 Hardy
This procedure did not work for me. I am running Ubuntu 8.04 AMD64.
|
|
|
|
|
|
#12 |
|
5 Cups of Ubuntu
![]() |
Re: Atheros AR5007 not working on 8.04 Hardy
Thats probably why. Read the rest of the thread, I believe someone posted a link that details the issues this device has w/ 64bit.
IGF |
|
|
|
|
|
#13 |
|
5 Cups of Ubuntu
![]() |
Re: Atheros AR5007 not working on 8.04 Hardy
just curious if tomx is running 64bit hardware and 32bit ubuntu or, 64bit ubuntu on (obviously) 64bit hardware.
Let us know...Please
__________________
Model: HP Pavilion dv6707us Notebook PC, - Graphics Card: Nvidia 7150M Processor: AMD Athlon(tm) 64 X2 Dual-Core Processor TK-57 Wireless Card: AR5006EG 802.11 b/g Wireless PCI Express Adapter w/ ndiswrapper & 64bit windows driver |
|
|
|
|
|
#14 |
|
Just Give Me the Beans!
![]() |
Re: Atheros AR5007 not working on 8.04 Hardy
Success!!! I have my wireless card working! I am using ndiswrapper with 64 bit drivers. Here is the thread I used to get mine working. http://ubuntuforums.org/showthread.php?t=512828
Here are the only steps I used. I did not disable anything in the restricted drivers menu. Go to System/Administration/Hardware Drivers. Disable the default drivers by unchecking "Atheros Hardware Access Layer(HAL)" and "Support for Atheros 802.11 Wireless LAN cards." Reboot if necessary. Blacklist the default driver: Code:
echo "blacklist ath_pci" | sudo tee -a /etc/modprobe.d/blacklist 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:
sudo apt-get install ndisgtk Code:
sudo ndiswrapper -i net5211.inf Code:
sudo modprobe ndiswrapper echo "ndiswrapper" | sudo tee -a /etc/modules Code:
sudo reboot Code:
sudo iwlist scan 01:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01) I am running Ubuntu AMD64 8.04. Oh and by the way, the button for my wireless network is orange(off) and will not turn blue(on) but it is indeed working. It just will not change colors. The actual button works though. Last edited by Pinoy915; April 28th, 2008 at 12:11 PM.. |
|
|
|
|
|
#15 |
|
5 Cups of Ubuntu
![]() Join Date: Sep 2007
Beans: 18
|
Re: Atheros AR5007 not working on 8.04 Hardy
Nice, we have the card working in 32bit and 64bit.Just out of curiosity Pinoy915, does the WIFI card find networks after reboot. That was the problem with 32bit.
Either way, Nice work. Good to see the card working so everyone has wifi See you later. |
|
|
|
|
|
#16 |
|
5 Cups of Ubuntu
![]() |
Re: Atheros AR5007 not working on 8.04 Hardy
I get stuck on the build:
paul@paul-laptop:~$ cd madwifi-ng-r2756+ar5007 paul@paul-laptop:~/madwifi-ng-r2756+ar5007$ make cd: 1: can't cd to /lib/modules/2.6.24-16-386/build Makefile.inc:66: *** /lib/modules/2.6.24-16-386/build is missing, please set KERNELPATH. Stop. paul@paul-laptop:~/madwifi-ng-r2756+ar5007$ any ideas? What do I set KERNALPATH to? I assume that somewhow I need to add a string to indicate where the build code is... Paul |
|
|
|
|
|
#17 | |
|
5 Cups of Ubuntu
![]() Join Date: Sep 2007
Beans: 18
|
Re: Atheros AR5007 not working on 8.04 Hardy
Quote:
Try: Code:
sudo apt-get install linux-headers-$(uname -r) |
|
|
|
|
|
|
#18 |
|
Just Give Me the Beans!
![]() |
Re: Atheros AR5007 not working on 8.04 Hardy
Yes, it auto connects me to my wifi after reboot.
|
|
|
|
|
|
#19 |
|
5 Cups of Ubuntu
![]() |
Re: Atheros AR5007 not working on 8.04 Hardy
nice job pinoy... I followed those same intructions for Gutsy, however it seems as though they dont quite work for me in Hardy...... i followed your abbreviated instructions, and the card see's my wireless network as well as others but it will not connect.
Did you by chance blacklist "ath_pci" ? what you have posted should work for me, for some reason something small is different from Gutsy to Hardy.
__________________
Model: HP Pavilion dv6707us Notebook PC, - Graphics Card: Nvidia 7150M Processor: AMD Athlon(tm) 64 X2 Dual-Core Processor TK-57 Wireless Card: AR5006EG 802.11 b/g Wireless PCI Express Adapter w/ ndiswrapper & 64bit windows driver |
|
|
|
|
|
#20 | |
|
Just Give Me the Beans!
![]() |
Re: Atheros AR5007 not working on 8.04 Hardy
Quote:
|
|
|
|
|
| Bookmarks |
| Tags |
| ar5007, atheros, driver, hardy, network, wireless |
| Thread Tools | |
| Display Modes | |
|
|