Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Linux Support Linux - Operating Systems and Applications Support

Reply
 
LinkBack Thread Tools
Old 08-14-2007, 02:59 PM   #1 (permalink)
Registered User
 
Join Date: Aug 2007
Posts: 24
OS: xp/linux-ubutun


addon wireless card 802.11g

addon wireless card 802.11g

I manage to run Ubuntu 6.06 TLS on my desktop, every thing working fine now. I decided to install Ubuntu on my old Laptop, IBM think pad Intel P3, installation worked well and every thing works including internet But through either net cable, i am trying to get my wireless card work but its not getting through, i have got Addon Wireless card 802.11g (ADD-GWK140), it slides in to slot in laptop, i manage to create network manager icon, when i click on connect to other wireless connection to enter details i don't see WPA option as my DHCP is WPA secured, i only see WEP options under network manager icon? plz help how can i get WPA options so that i can enter my SSID and WPA key to get wireless internet, i have tried sudo apt -get install wpasupplicant command but no luck? manage to install wpa_gui , it takes me to the screen where i can enter my SSID and WPA key but then it says failed to enable network in wpa_supplicant configuration.

Any idea how can get through this problem? well challenge not a problem really
omerhanif is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 08-16-2007, 09:45 AM   #2 (permalink)
Manager
 
shuuhen's Avatar
 
Join Date: Sep 2004
Location: Colorado
Posts: 987
OS: Mac OS 9.1, Mac OS X 10.5.8, WinXP Pro, FreeBSD 6.0, Gentoo Linux

My System

Re: addon wireless card 802.11g

First question I have is what drivers that device requires. In a terminal (I don't remember what the included Gnome one is) use the command 'lspci' (no quotes) and post the results. You could use 'lspci > device_details.txt' (again, no quotes) to have it go to a nice text file if you prefer.

You may need to search for lspci with 'whereis lspci' or 'which lspci' since it's not in a regular user's PATH by default. Should probably be /sbin/lspci or /usr/sbin/lspci, but the whereis or which commands will tell you exactly where if it's installed.
__________________


Has it been a few days since I replied to your thread? Don't panic! I'm a busy college student and may forget a post if I'm extra busy (or it might just take me a while to be able to do a decent reply). If you still need help and are awaiting my reply after a few days, PM me about it.

When posting what errors you get, please give the full message. It makes helping you much easier.
shuuhen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 08-16-2007, 12:18 PM   #3 (permalink)
Registered User
 
Join Date: Aug 2007
Posts: 24
OS: xp/linux-ubutun


Re: addon wireless card 802.11g

hi Shuuhen
Thanks for reply, i have been reading some possible answers for this and tried few things but not lucky so far, following are the results as per your suggestions

omer@omer-laptop:~$ lspci
0000:00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
0000:00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
0000:00:02.0 CardBus bridge: Texas Instruments PCI1450 (rev 03)
0000:00:02.1 CardBus bridge: Texas Instruments PCI1450 (rev 03)
0000:00:03.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro 100] (rev 09)
0000:00:03.1 Serial controller: Xircom Mini-PCI V.90 56k Modem
0000:00:05.0 Multimedia audio controller: Cirrus Logic CS 4614/22/24 [CrystalClear SoundFusion Audio Accelerator] (rev 01)
0000:00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
0000:00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
0000:00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
0000:00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03)
0000:01:00.0 VGA compatible controller: S3 Inc. 86C270-294 Savage/IX-MV (rev 11)0000:02:00.0 Network controller: Texas Instruments ACX 111 54Mbps Wireless Interface
omer@omer-laptop:~$ lspci > device_details.txt
omer@omer-laptop:~$ whereis lspci
lspci: /bin/lspci /usr/bin/lspci /usr/bin/X11/lspci /usr/share/man/man8/lspci.8.gz
omer@omer-laptop:~$ which lspci
/usr/bin/lspci
omer@omer-laptop:~$
omerhanif is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 08-16-2007, 03:59 PM   #4 (permalink)
Manager
 
shuuhen's Avatar
 
Join Date: Sep 2004
Location: Colorado
Posts: 987
OS: Mac OS 9.1, Mac OS X 10.5.8, WinXP Pro, FreeBSD 6.0, Gentoo Linux

My System

Re: addon wireless card 802.11g

Was the card plugged in when you used lspci? It looks like I forgot to mention it would need to be. Also, what brand of wireless card is this?
__________________


Has it been a few days since I replied to your thread? Don't panic! I'm a busy college student and may forget a post if I'm extra busy (or it might just take me a while to be able to do a decent reply). If you still need help and are awaiting my reply after a few days, PM me about it.

When posting what errors you get, please give the full message. It makes helping you much easier.
shuuhen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 08-16-2007, 04:09 PM   #5 (permalink)
Registered User
 
Join Date: Aug 2007
Posts: 24
OS: xp/linux-ubutun


Re: addon wireless card 802.11g

Quote:
Originally Posted by shuuhen View Post
Was the card plugged in when you used lspci? It looks like I forgot to mention it would need to be. Also, what brand of wireless card is this?
yes card was plugged in and it s Addon Wireless card 802.11g (ADD-GWK140)
omerhanif is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 08-16-2007, 09:12 PM   #6 (permalink)
Manager
 
shuuhen's Avatar
 
Join Date: Sep 2004
Location: Colorado
Posts: 987
OS: Mac OS 9.1, Mac OS X 10.5.8, WinXP Pro, FreeBSD 6.0, Gentoo Linux

My System

Re: addon wireless card 802.11g

Ah, it was at the bottom of the list. I've never heard of the company Addon. Anyhow, it looks like there is a driver here. I haven't used it, so I don't know the problems that could be involved. You should probably check the Ubuntu repos for an acx100 or acx111 package before downloading the tarball from the project site, but both should work.
__________________


Has it been a few days since I replied to your thread? Don't panic! I'm a busy college student and may forget a post if I'm extra busy (or it might just take me a while to be able to do a decent reply). If you still need help and are awaiting my reply after a few days, PM me about it.

When posting what errors you get, please give the full message. It makes helping you much easier.
shuuhen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 08-19-2007, 09:25 AM   #7 (permalink)
Registered User
 
Join Date: Aug 2007
Posts: 24
OS: xp/linux-ubutun


Re: addon wireless card 802.11g

I found following statement on the site you gave me as above

The ACX driver has WEP support, but not WPA, i have got WPA enabled network.

I have got CD for this wireless card and installed a driver from there and system says hardware and driver present.

Dont know whats wrong why is it not working ?
omerhanif is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 08-19-2007, 03:17 PM   #8 (permalink)
Register user
 
PureEvilDan's Avatar
 
Join Date: May 2005
Location: England
Posts: 229
OS: Gentoo AMD XP 2400+ 1GB Ram / WinXp Intel 805D 2GB Ram

My System

Re: addon wireless card 802.11g

You need to setup router to use WEP and not WPA.

WPA has poor support in Linux.
PureEvilDan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 08-19-2007, 04:55 PM   #9 (permalink)
Registered User
 
Join Date: Aug 2007
Posts: 24
OS: xp/linux-ubutun


Re: addon wireless card 802.11g

Quote:
Originally Posted by PureEvilDan View Post
You need to setup router to use WEP and not WPA.

WPA has poor support in Linux.
Oh no , dont really want to shift to WEP , i even tried turning security off , it does not work then either, now i am getting another problem , my laptop starts up, shows ubuntu startup things then it goes to blank screen???
omerhanif is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 10:45 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85