This forum is in archive mode. You will not be able to post new content.

Author Topic: [Arch Linux] [Solved]  (Read 2105 times)

0 Members and 1 Guest are viewing this topic.

Offline Sparky712

  • Peasant
  • *
  • Posts: 117
  • Cookies: 14
    • View Profile
[Arch Linux] [Solved]
« on: January 14, 2013, 02:37:10 AM »
To get some actual help, rather than just rant, I thought this should be posted here as well. attempting install of Arch linux, get as far as setting up wireless connection. see, i can manage to find my router. but I cannot connect to it, because, it seems, I have a 5 digit WEP code. and Arch says WEP keys need at least 8. well.... my ISP changed it to 5 digits, so the whole family could connect to the router. How can I fix this problem? the arch linux pages have been no help, partially, i think, because it is not a problem with the distriubution itself.
To be honest, if I cannot get this problem fixed, I will have to choose another distribution, however, I was hoping to use this one, as it is a better setup for learning linux CLI than Ubuntu, or mint. so, any assistance would be greatly thanked.. I am not a competent linux user. yet.
« Last Edit: January 15, 2013, 01:38:08 AM by Sparky712 »

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: [Arch Linux]
« Reply #1 on: January 14, 2013, 02:42:05 AM »
Uhm first of all I need to know what manager your using for connecting.
Otherwise there is little to say.

You did a full arch install yourself?
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: [Arch Linux]
« Reply #2 on: January 14, 2013, 03:27:05 AM »
Well, to be honest. I always installed Arch using a wired connection and configured the wireless connection later.

And yeah we need to know why you are using. I'm guessing you don't have wicd or anything like that because you said that you are in the process of the install still?
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline Sparky712

  • Peasant
  • *
  • Posts: 117
  • Cookies: 14
    • View Profile
Re: [Arch Linux]
« Reply #3 on: January 14, 2013, 08:17:36 AM »
im using the default manager... i put in wifi-menu wlan0 and according to their own wiki, that is netcfg. And yeah, lucid, still in the process of install, just using what I have. and no, not entirely myself, I am following the guides to set it up, reading as much as I can as I go along, proxx, i wont be able to do it otherwise  ;D . and trying to use a wired connection is slightly odd, as i will be continually bouncing between rooms to check what im doing.

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: [Arch Linux]
« Reply #4 on: January 14, 2013, 11:44:55 AM »
Ah I see ur using netcfg, that clears up a lot.
And I also use the official install guide since they change a lot of stuff all the time.

I would also suggest you use a wired connection for the base install.

However WEP can be setup using iwconfig by itself.
http://puppylinux.org/wikka/HowToWifiFromCommandWEP
Take a look at this for example.

After establishing the connection youll need to get yourself an IP address.
Code: [Select]
dhcpcd wlan0
(as root)

Funny you really have a WEP encryption configured by your ISP ?
They must be retarded.
« Last Edit: January 14, 2013, 11:47:52 AM by proxx »
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: [Arch Linux]
« Reply #5 on: January 14, 2013, 01:24:46 PM »
If it is 5 digits, I want to assume it is 64bit encryption using ASCIII not the standard hex format, that might be the issue. Your probably not using hex which might be an option in there somewhere when setting up your wireless connection.
« Last Edit: January 14, 2013, 01:25:14 PM by techb »
>>>import this
-----------------------------

Offline Sparky712

  • Peasant
  • *
  • Posts: 117
  • Cookies: 14
    • View Profile
Re: [Arch Linux]
« Reply #6 on: January 14, 2013, 07:10:43 PM »
iv'e tried setting it up making sure it knew it was ascii code... it would not have any of it. accepted the password like that, but I can't actually get a connection. i type in the ip command, I get nothing, and it doesnt work.
also, I have tried archlinux's manual setup tuts, they did not help at all.
Yeah, I am guessing I will have to somehow set up a direct connection. (ethernet into the router is fine, im sure?)

Offline Snayler

  • Baron
  • ****
  • Posts: 812
  • Cookies: 135
    • View Profile
Re: [Arch Linux]
« Reply #7 on: January 14, 2013, 09:06:05 PM »
Have you tried converting your password from ASCII to hexadecimal and using it as the password? Also, I would advise you to change the router's encryption since WEP it's proven to be vulnerable for years now.

Offline Sparky712

  • Peasant
  • *
  • Posts: 117
  • Cookies: 14
    • View Profile
Re: [Arch Linux]
« Reply #8 on: January 14, 2013, 09:15:25 PM »
snayler... never mind the encryption being vulnerable, the ISP gave us a damn stupid simple pass to use. and I would change the encryption, but im not in control of the router. and i reall cannot be asked to persuade the people who are. I just barricade my end as much as I can. also... my hexadecimal is the same as my ascii... just double length. >.<


EDIT: thanks to all of you, using a mix of what you have told me, i have now installed arch linux
« Last Edit: January 15, 2013, 01:38:58 AM by Sparky712 »

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: [Arch Linux] [Solved]
« Reply #9 on: January 15, 2013, 01:59:00 AM »
We have modem/routers at work that are remote access only (just had a cx today with one), but they are usually always biz with a static IP. If they log into the modem, they break their contract, stupid I know. You could, if you didn't want the vice grips from your ISP, is to get your own router and have them put the modem in bridge-mode.
>>>import this
-----------------------------

 



Want to be here? Contact Ande, Factionwars or Kulverstukas on the forum or at IRC.