Author Topic: Linux wireless issues.  (Read 4541 times)

0 Members and 2 Guests are viewing this topic.

Offline 3vilp4wn

  • Serf
  • *
  • Posts: 46
  • Cookies: 11
  • :D
    • View Profile
    • Evil Ninja Hackers
Linux wireless issues.
« on: May 30, 2013, 10:02:04 pm »
Hello!

I've been going through hell with linux wireless.  I have a 2wire router that I want to connect to via my WNA1000M wireless dongle.  I'm using Debian 7.0 Wheezy.

I got the WNA1000M set up so that it can see the 2wire, but when I try to connect, it keeps asking for the key (WEP) over and over.

Any ideas on what I should do?

Thanks,
3vilp4wn.
Shooting is not  too good for my enemies.

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Linux wireless issues.
« Reply #1 on: May 30, 2013, 11:21:59 pm »
Can you post the output of lsusb?
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline 3vilp4wn

  • Serf
  • *
  • Posts: 46
  • Cookies: 11
  • :D
    • View Profile
    • Evil Ninja Hackers
Re: Linux wireless issues.
« Reply #2 on: May 31, 2013, 12:56:14 am »
Here ya go:

Code: [Select]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS]
Bus 003 Device 002: ID 046d:c016 Logitech, Inc. Optical Wheel Mouse
Bus 001 Device 004: ID 1e3d:2093 Chipsbank Microelectronics Co., Ltd
Shooting is not  too good for my enemies.

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: Linux wireless issues.
« Reply #3 on: May 31, 2013, 03:01:28 am »
Have you tried connecting via iwconfig?
>>>import this
-----------------------------

Offline 3vilp4wn

  • Serf
  • *
  • Posts: 46
  • Cookies: 11
  • :D
    • View Profile
    • Evil Ninja Hackers
Re: Linux wireless issues.
« Reply #4 on: May 31, 2013, 03:14:45 am »
Have you tried connecting via iwconfig?

I have not.  How would I go about that?
Shooting is not  too good for my enemies.

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: Linux wireless issues.
« Reply #5 on: May 31, 2013, 03:35:37 am »
>>>import this
-----------------------------

Offline 3vilp4wn

  • Serf
  • *
  • Posts: 46
  • Cookies: 11
  • :D
    • View Profile
    • Evil Ninja Hackers
Re: Linux wireless issues.
« Reply #6 on: May 31, 2013, 04:45:05 am »
Have you tried connecting via iwconfig?

Now I have, and still no luck  :(
Here's what I did:
Code: [Select]
iwconfig wlan0 mode managed key 0123456789
iwconfig wlan0 essid "2WIRE123"
dhclient wlan0
Shooting is not  too good for my enemies.

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: Linux wireless issues.
« Reply #7 on: May 31, 2013, 04:52:05 am »
Now I have, and still no luck  :(
Here's what I did:
Code: [Select]
iwconfig wlan0 mode managed key 0123456789
iwconfig wlan0 essid "2WIRE123"
dhclient wlan0

Is that really your WEP key?
>>>import this
-----------------------------

Offline 3vilp4wn

  • Serf
  • *
  • Posts: 46
  • Cookies: 11
  • :D
    • View Profile
    • Evil Ninja Hackers
Re: Linux wireless issues.
« Reply #8 on: May 31, 2013, 05:11:01 am »
Is that really your WEP key?
No, but I replaced it with my WEP key when I executed the command.   :P
Shooting is not  too good for my enemies.

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Linux wireless issues.
« Reply #9 on: May 31, 2013, 06:06:37 am »
Here ya go:

Code: [Select]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS]
Bus 003 Device 002: ID 046d:c016 Logitech, Inc. Optical Wheel Mouse
Bus 001 Device 004: ID 1e3d:2093 Chipsbank Microelectronics Co., Ltd

You have a chipset that can be real bitch on linux.
The rtl81xx series , especially the USB variants are terrible.
You should look for people that have similar problems, maybe there is a driver that does work properly.
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
>>>import this
-----------------------------

Offline 3vilp4wn

  • Serf
  • *
  • Posts: 46
  • Cookies: 11
  • :D
    • View Profile
    • Evil Ninja Hackers
Re: Linux wireless issues.
« Reply #11 on: May 31, 2013, 07:26:05 am »
I'm using this driver atm.

Since ubuntu is debian, try this?

http://askubuntu.com/questions/123937/rtl8188cus-wireless-usb-dongle-doesnt-work-unless-i-disable-wireless-security


I attempted to use those drivers once, but the install.sh didn't work.  It gave an error about not having make installed.
If you think you could help me with that, I can post the output of install.sh

Thanks,
3vilp4wn
Shooting is not  too good for my enemies.

Offline RedBullAddicted

  • VIP
  • Sir
  • *
  • Posts: 519
  • Cookies: 189
    • View Profile
Re: Linux wireless issues.
« Reply #12 on: May 31, 2013, 08:20:03 am »
I'm using this driver atm.

I attempted to use those drivers once, but the install.sh didn't work.  It gave an error about not having make installed.
If you think you could help me with that, I can post the output of install.sh

Thanks,
3vilp4wn

apt-get install make ?? Maybe you are missing some more dependencies. Just try it and install whats missing. Maybe you need to edit /etc/apt/sources.list. I think you will need at least build-essential and gcc.. but I am not sure about it. Keep trying :)
Deep into that darkness peering, long I stood there, wondering, fearing, doubting, dreaming dreams no mortal ever dared to dream before. - Edgar Allan Poe

Offline 3vilp4wn

  • Serf
  • *
  • Posts: 46
  • Cookies: 11
  • :D
    • View Profile
    • Evil Ninja Hackers
Re: Linux wireless issues.
« Reply #13 on: June 01, 2013, 05:35:37 am »
apt-get install make ?? Maybe you are missing some more dependencies. Just try it and install whats missing. Maybe you need to edit /etc/apt/sources.list. I think you will need at least build-essential and gcc.. but I am not sure about it. Keep trying :)

Erm, the issue with apt-get install make is that I don't have internet.
Is there any way that apt-get could tell me the url's I need to use (including dependencies)?

Thanks,
3vilp4wn
Shooting is not  too good for my enemies.

Offline RedBullAddicted

  • VIP
  • Sir
  • *
  • Posts: 519
  • Cookies: 189
    • View Profile
Re: Linux wireless issues.
« Reply #14 on: June 01, 2013, 08:35:03 am »
uh.. no Internet?!? Can't you just plug in a cable? Never done it this way but here you can search for packets and it lists the dependencies too.

http://www.debian.org/distrib/packages#view

make for example:
http://packages.debian.org/search?keywords=make&searchon=names&suite=stable&section=all

At the bottom of the page you can download the make debian package for different platforms. When you try to install it with dpkg -i package.deb it will tell you if you have all required packages installed.
Deep into that darkness peering, long I stood there, wondering, fearing, doubting, dreaming dreams no mortal ever dared to dream before. - Edgar Allan Poe