Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Networking & Wireless
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Networking & Wireless
Having problems getting connected to the internet or getting your wireless card to work? Ask here.

 
Thread Tools Display Modes
Old August 10th, 2006   #1
Kobalt
Chocolate-Covered Ubuntu Beans
 
Kobalt's Avatar
 
Join Date: May 2006
Location: Strasbourg, Fr
Beans: 2,298
Ubuntu Karmic Koala (testing)
Send a message via ICQ to Kobalt Send a message via MSN to Kobalt
Lightbulb HowTo: WPC54G v.2 , the trick

This trick is for Edgy (Ubuntu 6.10) only.

The open source acx drivers do not support WPA encryption. If you want that, you should use the windows drivers + ndiswrapper. In order to do this, follow dmizer's guide.

Hello everyone,

I've been using my Linksys WPC54G v.2 WiFi (PCMCIA) card for a while now and I thought some people using the same card, or willing to get one that works great, would be interested in this HowTo.
The WPC54G v.2 card is based on an acx111 chipset. Unfortunately the version of acx driver provided by Dapper is a new one but is not working.

At first, you need to check that your card is built on the right chip so check it with :
Code:
lspci
If you are given something close to this bellow you can go on (otherwise this trick won't work for you) :
Quote:
0000:03:00.0 Network controller: Texas Instruments ACX 111 54Mbps Wireless Interface
Ok now, here is the trick.
1. Type this command line :
Code:
sudo ln -s -f /lib/firmware/`(uname -r)`/acx/1.2.1.34/tiacx111c16 /lib/firmware/`(uname -r)`/acx/default/tiacx111c16
2. Then :
Code:
sudo modprobe acx
3. Plug out and then in your card.

Now you should have your "Power" led on and the "Link" one blinking, it works ! Otherwise, you can try this to activate it :

4.
Code:
sudo ifdown eth0
5.
Code:
sudo ifup wlan0
IMPORTANT : You will need to do the steps 1, 2 and 3 at every new update of the kernel.

And now you can enjoy your working WiFi card on Ubuntu, without using Ndiswrapper.
Isn't it great ?

Cheers !

Last edited by Kobalt; June 10th, 2007 at 08:37 AM..
Kobalt is offline   Reply With Quote
Old August 11th, 2006   #2
dmizer
The Earth is banana shaped.
 
dmizer's Avatar
 
Join Date: Mar 2006
Location: Kitakyushu Japan
Beans: 7,512
Xubuntu 8.04 Hardy Heron
Re: HowTo: WPC54G v.2 , the trick

this works for me.

but i get this in dmesg:
Code:
[4294843.893000] acx: Loaded combined PCI/USB driver, firmware_ver=default
[4294843.893000] acx: compiled to use 32bit I/O access. I/O timing issues might occur, such as non-working firmware upload. Report them
[4294843.894000] PCI: Enabling device 0000:06:00.0 (0000 -> 0002)
[4294843.895000] ACPI: PCI Interrupt 0000:06:00.0[A] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
[4294843.895000] PCI: Setting latency timer of device 0000:06:00.0 to 64
[4294843.895000] acx: found ACX111-based wireless network card at 0000:06:00.0, irq:11, phymem1:0x26020000, phymem2:0x26000000, mem1:0xc8adc000, mem1_size:8192, mem2:0xc8b80000, mem2_size:131072
[4294844.940000] acx: form factor 0x01 ((mini-)PCI / CardBus), radio type 0x16 (Radia), EEPROM version 0x05, uploaded firmware 'Rev 1.2.1.34' (0x03010101)
[4294844.941000] acx v0.3.21: net device wlan0, driver compiled against wireless extensions 19 and Linux 2.6.15-23-386
[4294844.943000] usbcore: registered new driver acx_usb
[4294845.021000] wlan0 (WE) : Driver using old /proc/net/wireless support, please fix driver !
dmizer is offline   Reply With Quote
Old August 12th, 2006   #3
Kobalt
Chocolate-Covered Ubuntu Beans
 
Kobalt's Avatar
 
Join Date: May 2006
Location: Strasbourg, Fr
Beans: 2,298
Ubuntu Karmic Koala (testing)
Send a message via ICQ to Kobalt Send a message via MSN to Kobalt
Re: HowTo: WPC54G v.2 , the trick

This is normal because we actually use an older version of acx driver in the kernel, while there's a newer avaliable but not working... As long as your card is working, how is that anoying ?

Cheers !
Kobalt is offline   Reply With Quote
Old August 13th, 2006   #4
dmizer
The Earth is banana shaped.
 
dmizer's Avatar
 
Join Date: Mar 2006
Location: Kitakyushu Japan
Beans: 7,512
Xubuntu 8.04 Hardy Heron
Re: HowTo: WPC54G v.2 , the trick

works for me. only down side i can see is that network manager isn't saving my wireless settings. so i have to go in and configure the card every restart. still, it's better than what i was doing with ndiswrapper.

could be because i'm still set up to load ndiswrapper by default though. i'll get rid of that tonight and see if that makes a difference.

edit:
it did. it now loads up on boot with 0 configuration.

btw, the ifdown wlan0 and ifup wlan0 are not needed if you use network manager to configure your network settings instead.

Last edited by dmizer; August 13th, 2006 at 09:42 AM..
dmizer is offline   Reply With Quote
Old August 20th, 2006   #5
holycoww74
First Cup of Ubuntu
 
Join Date: Dec 2005
Beans: 5
Re: HowTo: WPC54G v.2 , the trick

thanks for the tip man, this worked just right for me
holycoww74 is offline   Reply With Quote
Old August 22nd, 2006   #6
DrMoxie
5 Cups of Ubuntu
 
DrMoxie's Avatar
 
Join Date: Jan 2005
Location: Windsor, CT
Beans: 41
Ubuntu 9.04 Jaunty Jackalope
Re: HowTo: WPC54G v.2 , the trick

Perfect! The only thing I needed to do different was reboot (go figure). Thanks!
DrMoxie is offline   Reply With Quote
Old August 23rd, 2006   #7
chester
First Cup of Ubuntu
 
Join Date: Aug 2006
Beans: 11
Re: HowTo: WPC54G v.2 , the trick

THis doesn't seem to be working for me. Will trying indiswrapper (sp) work instead? the power light comes on the adapter but i am not getting any packets shipped back and forth. any ideas?
chester is offline   Reply With Quote
Old August 23rd, 2006   #8
Kobalt
Chocolate-Covered Ubuntu Beans
 
Kobalt's Avatar
 
Join Date: May 2006
Location: Strasbourg, Fr
Beans: 2,298
Ubuntu Karmic Koala (testing)
Send a message via ICQ to Kobalt Send a message via MSN to Kobalt
Re: HowTo: WPC54G v.2 , the trick

Did you make sure you have the right chip : WPC54G V.2 ?
Did you enter your ESSID and WEP key without mistakes ?

Cheers !
Kobalt is offline   Reply With Quote
Old August 23rd, 2006   #9
Roastbill
First Cup of Ubuntu
 
Join Date: Aug 2006
Beans: 1
Re: HowTo: WPC54G v.2 , the trick

this worked for me last night- then when i powered back up tonight- nothing!
Roastbill is offline   Reply With Quote
Old August 24th, 2006   #10
tardisx
First Cup of Ubuntu
 
Join Date: Oct 2005
Beans: 4
Re: HowTo: WPC54G v.2 , the trick

Excellent! Works great on a Mac G3 powerbook, where of course ndiswrapper is not an option.

Much appreciated!
tardisx is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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

Forum Jump


All times are GMT -4. The time now is 05:53 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry