You are not logged in.

#1 2010-06-13 11:10:24

revenge1989
Member
Registered: 2010-06-13
Posts: 3

WGet and Makepkg

Let me preface this with saying I am pretty much a first time linux user.  I do not know much so please be patient with me smile

Alright, so I am using the latest version of ArchLinux I believe and am trying to set up the b43 wireless.
I've gotten to the point where I am running "makepkg PKGBUILD" on the firmware I obtained from here...http://aur.archlinux.org/packages.php?ID=32338
When I run this it is says that it is attempting to resolve the link, and that this failed, name or service not known
Then with wget is says unable to resolve host address

I made sure that the new source was replaced in the PKGBUILD file.
I did this with VI

Also, I am able to ping www.google.com as well as download.openwrt.org
The source file in the PKGBUILD file.

I've enabled my corded ethernet connection.  First I did dhcpcd eth0 and then I did ifconfig eth0 up

Any input or ideas will be greatly appreciated.  Thank you!

Offline

#2 2010-06-13 11:21:56

Cdh
Member
Registered: 2009-02-03
Posts: 1,098

Re: WGet and Makepkg

You could try to reconstruct the URL from the variables and wget it manually:

wget http://downloads.openwrt.org/sources/broadcom-wl-4.178.10.4.tar.bz2

You can put the file in the directory where the pkgbuild is and then makepkg will use the file that is already there instead of downloading it again (it checks via md5 sum if the file is right I believe).

Also makepkg uses PKGBUILD as default so you don't need to explicitely type PKGBUILD.


฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz

Offline

#3 2010-06-13 13:23:38

revenge1989
Member
Registered: 2010-06-13
Posts: 3

Re: WGet and Makepkg

Thanks for the info and such a quick response...
I still tried this and got the same problem...

Offline

#4 2010-06-13 14:13:14

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: WGet and Makepkg

Sounds like you network isn't running correctly. Can you ping google.com  or 74.125.77.147 ?


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

Board footer

Powered by FluxBB