PDA

View Full Version : wireless not working...


jimi_hendrix
October 25th, 2008, 01:12 PM
hi so i just installed arch over ubuntu

the install went well and now im looking at a command line trying to set up my internet because apparently i messed something up with the script during install

so while looking at a bunch of tutorials i try and run the iwconfig command but bash says its not found

any pointers (tried the wiki and arch forums...kinda last shot here)

fwojciec
October 25th, 2008, 01:16 PM
On my system:
$ pacman -Qo /usr/sbin/iwconfig
/usr/sbin/iwconfig is owned by wireless_tools 29-2
In other words -- package "wireless_tools" provides this particular tool. Maybe you didn't install it for some reason during the initial installation...

jimi_hendrix
October 25th, 2008, 01:23 PM
well since i cant access the internet i cant get to the repo...so what should i do?

fwojciec
October 25th, 2008, 01:27 PM
It's somewhere on the install CD, I imagine, so you should be able to mount the cd manually and install the package from there using pacman -U /path/to/package.pkg.tar.gz.

jimi_hendrix
October 25th, 2008, 01:30 PM
ok one last thing then...how will i find the package?

jimi_hendrix
October 25th, 2008, 02:16 PM
got it

but new problem

when i enter iwlist scanning it says

wlan0 interface doesnt support scanning : Network is down

when i am posting this from the same network

fwojciec
October 25th, 2008, 02:31 PM
You probably need to bring the interface up first: "ifconfig wlan0 up" as root.

jimi_hendrix
October 25th, 2008, 02:44 PM
i get this back


SIOCSIFFLAGS : No such file or directory

fwojciec
October 25th, 2008, 02:47 PM
I don't know what sort of wifi hardware you have, but it sounds like, for example, you haven't installed the correct firmware package or something like this. You should search Arch wiki and forums for information specific to your wifi chipset.

jimi_hendrix
October 25th, 2008, 03:10 PM
thanks i got it to work

jimi_hendrix
October 25th, 2008, 09:16 PM
ugg i had to reboot and i forgot how i got connected...now i get that same error about how network is down