Fedora Linux Support Community & Resources Center
  #1  
Old 11th January 2007, 04:44 AM
rbwerst Offline
Registered User
 
Join Date: Jan 2007
Posts: 44
acx111 wireless fc6

I have been trying to get a pcmcia wireless card installed into a laptop running fc6 2.6.18-1.2798.fc6 with no success. I found some information, and downloaded -- dkms-tiacx-0.4.7.3.noarch.rpm which I can't seem to install with yum or rpm (I am pretty new to Linux and what UNIX I learned is more than ten years old), In addition I down loaded what I thought was the firmware and -- acxsm-20060521.tar.bz2 -- followed the instructions in the readme file, and tried to make an install package as root...which didn't work either.

I will be extremely grateful for anyone with first hand knowledge in making this work that can point me in the right direction...

RBW
Reply With Quote
  #2  
Old 11th January 2007, 05:02 AM
gundark Offline
Registered User
 
Join Date: Mar 2006
Location: Denver
Age: 31
Posts: 143
have you already tried acx100.sourceforge.net?
__________________
<--Registered User? I can quit any time I want!!!
Dell Inspiron 1525n F17 2.0ghz centrino
"Hi, my name is Sean Morrison and I am a recovering Windows user, I have been windows free sense Late 2005. and currently am on the Fedora 17 patch."
Reply With Quote
  #3  
Old 11th January 2007, 05:04 AM
rbwerst Offline
Registered User
 
Join Date: Jan 2007
Posts: 44
I have been there and I think that is where I got the tar ball and the instructions for compiling the package in a seperate directory.
Reply With Quote
  #4  
Old 11th January 2007, 05:06 AM
gundark Offline
Registered User
 
Join Date: Mar 2006
Location: Denver
Age: 31
Posts: 143
could you post what you type in terminal and the response so that we could see what errors you get and see if it has something to do with that?
__________________
<--Registered User? I can quit any time I want!!!
Dell Inspiron 1525n F17 2.0ghz centrino
"Hi, my name is Sean Morrison and I am a recovering Windows user, I have been windows free sense Late 2005. and currently am on the Fedora 17 patch."
Reply With Quote
  #5  
Old 11th January 2007, 05:23 AM
rbwerst Offline
Registered User
 
Join Date: Jan 2007
Posts: 44
As root in the directory containing the files from the tar file I typed

make -C /lib/modules/ `uname` -r /build M=$`pwd`

it returns

make: *** /lib/modules/2.6.18-1.2798.fc6/build: no such file or directory. Stop

I have tried various versions of it on the command line, and I have tried just typing "make"

The results are all similar.
Reply With Quote
  #6  
Old 11th January 2007, 11:26 AM
C64 Offline
Registered User
 
Join Date: Feb 2006
Posts: 32
It seems as if you don't have the kernel headers & makefiles installed. You need these when you compile modules from source for your current kernel. If you do a:

ls -l /lib/modules/`uname -r`


you'll probably see that "build" is a symbolic link to a non-existing directory.


It is also easy to check if the relevant package is installed using yum or (faster):

rpm -qi kernel-devel-`uname -r`


To remedy the situation, do a:

yum install kernel-devel


and try the compiling procedure again.
Reply With Quote
  #7  
Old 11th January 2007, 02:26 PM
rbwerst Offline
Registered User
 
Join Date: Jan 2007
Posts: 44
you are right -- kernel-dev is not installed, and since I can't access the internet with this computer I suppose I will have to find it on the disks or do a complete re-install (not that big of a deal as this is not the main computer and I am willing to play and break things occasionally in order to learn)

Any ideas on where the kernel developement package is on the CDs?

RBW
Reply With Quote
  #8  
Old 11th January 2007, 02:30 PM
gundark Offline
Registered User
 
Join Date: Mar 2006
Location: Denver
Age: 31
Posts: 143
does that mean you can't get the package from the internet on a pen drive or removable media and then put it on your Fedora computer? if so just google for the package if not, you would just have to look on the cds or dvd for the kernel-devel rpm and install it with (rpm -ivh "package name")
__________________
<--Registered User? I can quit any time I want!!!
Dell Inspiron 1525n F17 2.0ghz centrino
"Hi, my name is Sean Morrison and I am a recovering Windows user, I have been windows free sense Late 2005. and currently am on the Fedora 17 patch."
Reply With Quote
  #9  
Old 11th January 2007, 02:35 PM
rbwerst Offline
Registered User
 
Join Date: Jan 2007
Posts: 44
Yes I can use a flash drive (it is pretty new so I didn't think about it) I will try that and post back...it is nice to have a direction to travel in quest of the solution.

RBW
Reply With Quote
  #10  
Old 11th January 2007, 02:37 PM
gundark Offline
Registered User
 
Join Date: Mar 2006
Location: Denver
Age: 31
Posts: 143
just make sure you get the kernel-devel-2.6.18-1.2798.fc6, it needs to match your current running kernel
__________________
<--Registered User? I can quit any time I want!!!
Dell Inspiron 1525n F17 2.0ghz centrino
"Hi, my name is Sean Morrison and I am a recovering Windows user, I have been windows free sense Late 2005. and currently am on the Fedora 17 patch."
Reply With Quote
  #11  
Old 11th January 2007, 02:51 PM
rbwerst Offline
Registered User
 
Join Date: Jan 2007
Posts: 44
I found the RPM on the cd for the i586 arch and installed it but the rpm -qi kernel-dev-`uname -r` command returns not installed...do I have to reboot?
Reply With Quote
  #12  
Old 11th January 2007, 03:40 PM
gundark Offline
Registered User
 
Join Date: Mar 2006
Location: Denver
Age: 31
Posts: 143
do you really have the 586 arch as a computer? I would have thought it would be the 686? what type of processor is it, maybe using the 586 is the problem?
__________________
<--Registered User? I can quit any time I want!!!
Dell Inspiron 1525n F17 2.0ghz centrino
"Hi, my name is Sean Morrison and I am a recovering Windows user, I have been windows free sense Late 2005. and currently am on the Fedora 17 patch."
Reply With Quote
  #13  
Old 11th January 2007, 03:46 PM
C64 Offline
Registered User
 
Join Date: Feb 2006
Posts: 32
Try a "rpm -qi kernel-devel" only and you should see it. You'll also notice the presence of the package when the module's build process proceeds without hitches.

No need to reboot, the annoying install-reboot-install-reboot-install-reboot sequence doesn't apply to linux.
Reply With Quote
  #14  
Old 11th January 2007, 10:26 PM
rbwerst Offline
Registered User
 
Join Date: Jan 2007
Posts: 44
Yes it is using the i586 arch, and I noticed a post somewhere that said Fc6 defaults to that (don't know that first hand), but since this was a really fresh install, and since I wanted the KDE Desktop as well, I went ahead and did the install over and put in most of the packages. I can now do the "rpm -qi kernel-devel" comand and get a response so I will try following the instructions again and post back when I know if it works.

Thanks for the responses...it seems like I learn a little more everytime I try to do something.

RBW
Reply With Quote
Reply

Tags
acx111, fc6, wireless

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
FC11: ACX111 Help Needed GA-B1-G5 Hardware & Laptops 8 25th July 2009 11:57 AM
ACX111 Wireless Card Final Configuration Help d347hm4n Servers & Networking 8 5th September 2007 06:26 PM
USR5410 (ACX111) FC6 - 2.6.19-1.2911.fc6 SteveT Servers & Networking 6 14th April 2007 01:44 PM
ACX111 Help. sturung Servers & Networking 4 31st August 2006 01:08 AM
NDISwrapper FC3 ACX111 issues... jmw007 Servers & Networking 2 23rd June 2005 02:27 PM


Current GMT-time: 11:22 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat