Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
07-24-2010, 03:38 PM
|
#1
|
|
LQ Newbie
Registered: Jul 2010
Posts: 3
Rep:
|
Lucid Puppy - Installing Wireless Driver
Greetings and Salutations,
I have Lucid Puppy installed to HD. I'm setting up this little box to take over WinME for Mum and it needs to connect via wireless to the network.
To that end, I have installed a Texas Instruments ACX 111 card. My experience with Linux is limited to working with package managers, and my research has been a little confusing since I'm not sure what would work with what.
Any help would be appreciated,  since this is WinME, you can understand my strong desire to get this thing working 
Last edited by LPLinuxIO; 07-24-2010 at 03:39 PM.
|
|
|
|
07-24-2010, 07:40 PM
|
#2
|
|
Senior Member
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Pclinux, Mandriva, Kubuntu 10.10 Slck13_64-current
Posts: 2,040
Rep: 
|
use your connect button on the desk top and you should see it wlan0 choose it . now configure your connection per step by step as it asks youy and tells you. The ACX 111 card the driver for this has been in the linux kernel for a few years. so that means you already have the driver installed.
|
|
|
|
07-24-2010, 08:42 PM
|
#3
|
|
LQ Newbie
Registered: Jul 2010
Posts: 3
Original Poster
Rep:
|
No dice -
There is no wlan0. Under SNS details, it says there are no wireless extensions detected. I'm reasonably certain the card works since lspci sees it.
Last edited by LPLinuxIO; 07-24-2010 at 08:50 PM.
|
|
|
|
07-24-2010, 10:57 PM
|
#4
|
|
Senior Member
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Rep:
|
Found this document while Googling:
https://help.ubuntu.com/community/Wi.../Driver/acx111
See if it helps, as the latest Puppy is based on Ubuntu.
Last edited by Kenny_Strawn; 07-24-2010 at 10:59 PM.
|
|
|
|
07-25-2010, 12:11 AM
|
#5
|
|
Senior Member
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Pclinux, Mandriva, Kubuntu 10.10 Slck13_64-current
Posts: 2,040
Rep: 
|
the driver for it is in /lib/modules/all-firmware .
read this link if it is running in 4.31 it will run in yours. http://www.murga-linux.com/puppy/vie...f074f0cacf6709
it seems the native driver is there just the puppy wifi manager is not seeing it.
Quote:
My wireless card is recognised, but I'm getting a message saying that WPA is not supported.
Yes, that's the fault of Puppy's Network Wizard not keeping up with newer (or uncommon) wifi drivers.
The Linux acx-mac80211 driver is, in fact, WPA-compatible. You just need to modify the Network Wizard's configuration file to define the acx-mac80211 driver as WPA-compatible.
Open /usr/sbin/wag-profiles.sh in Geany. At line 323 you will see this - Code:
ath5k*|b43|b43legacy|bcm43xx) CARD_WPA_DRV="wext" ;;
To the start of that line add "acx*|" (without quotation marks) so it looks like this - Code:
acx*|ath5k*|b43|b43legacy|bcm43xx) CARD_WPA_DRV="wext" ;;
Now run the Network Wizard and you should be good.
I just caution that the acx-mac80211 driver never achieved full maturity, so it may be less than stable, especially with WPA encryption.
The harsh reality is that TI ACX wifi devices are not an ideal choice under Linux.
|
Last edited by Drakeo; 07-25-2010 at 12:18 AM.
|
|
|
|
07-25-2010, 11:11 AM
|
#6
|
|
Senior Member
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Rep:
|
According to this post, you can edit the Puppy Network Wizard's configuration file to recognize the ACX driver as being WPA or WEP-compatible. Just be cautious.
|
|
|
|
07-25-2010, 02:42 PM
|
#7
|
|
LQ Newbie
Registered: Jul 2010
Posts: 3
Original Poster
Rep:
|
Adding acx*| didn't help.
Attempting to build the driver. I couldn't find the kernel-headers (or source, whichever).I went ahead and installed apt-get but it didn't work either. I do have make and gcc installed.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:04 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|