| Fedora - Installation This forum is for the discussion of installation issues with Fedora. |
| 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. |
Due to network maintenance being performed by our provider, LQ will be down starting at 05:01 AM UTC. The exact duration of the downtime isn't currently known. We apologize for the inconvenience.
|
 |
05-25-2006, 11:10 AM
|
#1
|
|
LQ Newbie
Registered: May 2006
Posts: 4
Rep:
|
Fedora 5 Won't Fully Activate 3Com PCMCIA Card
Hello all,
I installed Fedora 5 on a Dell Latitude laptop. The laptop is using a 3Com Megahertz combo card model 3ccfem556b.
Problem: The card is recognized, I can do a "ifup/down eth0" it is successful, I can see it in the network config GUI, but if I try do a "service network restart" or try to activate it from the GUI it fails and says the card does not exist...
NOTE: I'm going to ask my question first in case you have the answer, then you don't need to read the boaring details...
Question: Has anyone been able to get this model of 3Com card to work?
Does anyone know where I can get a driver that will work with FC5 and the card?
More details:
I do have the laptop dual booting with Win2K3 which has no problem with the card or DHCP registration so I know the NIC and network/internet connection is good.
I've tried a few things,
1) Edited the config.opts inserting:
include port 0x100-0x4ff, port 0xc00-0xcff
include memory 0xc0000-0xfffff
include memory 0xa0000000-0xa0ffffff, memory 0x60000000-0x60ffffff
include memory 0xe0100000-0xe17fffff
include port 0x3000-0x7fff
2) I've enabled the Network Manager, although once completed I can activate the card but no light or network connection, even if I remove the card, leading me to think that the driver is not installed:
Enabling NetworkManager on Fedora 5
The installation process for Fedora Core 5 automatically provides NetworkManager. To enable it, enter the following commands in a terminal window:
Set the main service to automatically start on boot: su -c '/sbin/chkconfig --level 345 NetworkManager on'
Set the dispatcher service to automatically start on boot: su -c '/sbin/chkconfig --level 345 NetworkManagerDispatcher on'
Start the services: su -c '/sbin/service NetworkManager start ; /sbin/service NetworkManagerDispatcher start'
3) I have removed the card and inserted a Orinoco wireless card which Fedora will see and light up the LED..I don't have an AP near to test the wireless but since the LED is lit I would guess it would since I cna't even get a light to come on when the dongle is connected to the 3Com card.
4) Reinstalled without customizing during the install just for kicks.....
TIA!!
Tony
|
|
|
|
05-26-2006, 10:03 AM
|
#2
|
|
Senior Member
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Rep:
|
Check your /etc/pcmcia/config file do you have the entires for the card;
Code:
card "3Com/Megahertz 3CXEM556 Ethernet/Modem"
manfid 0x0101, 0x0035
cis "cis/3CXEM556.dat"
bind "3c589_cs" to 0, "serial_cs" to 1
card "3Com/Megahertz 3CXEM556 B-INT Ethernet/Modem"
manfid 0x0101, 0x003d
cis "cis/3CXEM556.dat"
bind "3c589_cs" to 0, "serial_cs" to 1
Also check for the 3CXEM556.dat file in /etc/pcmcia/cis
Check your /etc/modprobe.conf file, do you have entry like;
alias eth0 3c589_cs
Do you even have the 3c589_cs and serial_cs modules???
ls -al /lib/modules/`uname -r`/kernel/drivers/pcmcia
ls -al /lib/modules/2.6.16.17/`uname -r`/drivers/serial
That's the backtick (by the Esc key) and not the single quotemark (by the Enter key) in the two commands above.
If yes to all then insert the card and have a look at the end of the var/log/messages file.
|
|
|
|
05-26-2006, 12:10 PM
|
#3
|
|
LQ Newbie
Registered: May 2006
Posts: 4
Original Poster
Rep:
|
Fedora 5 Won't Fully Activate 3Com PCMCIA Card
Thank you for the responce Lenard!!
I do not have any of those you listed, I figured this card would work since the previous fersions of FC worked fine....
There is no directory called cis.
alias only has, 3c574_cs for eth0 and 3c59y for eth1
and the last part is also no.
I've been trying to get this to work for work I have to do this weekend...
I really thank you for the help!!
Tony
|
|
|
|
05-26-2006, 03:40 PM
|
#4
|
|
Senior Member
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Rep:
|
Then as a suggestion download the old pcmcia-cs tar file;
http://pcmcia-cs.sourceforge.net/
Use this to replenish the missing /etc/pcmcia/cis files. Just copy the extracted contents of ../pcmcia-cs-3.2.8/etc/cis to your /etc/pcmcia location (as root).
The latest FC5 kernel does have the modules needed, so once done the pcmcia card should work. You might have to create a line entry in the /etc/modprobe.conf file
like; alias eth2 3c589_cs
$ rpm -qlip kernel-2.6.16-1.2122_FC5.i686.rpm | grep 3c58
warning: kernel-2.6.16-1.2122_FC5.i686.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2
/lib/modules/2.6.16-1.2122_FC5/kernel/drivers/net/pcmcia/3c589_cs.ko
$ rpm -qlip kernel-2.6.16-1.2122_FC5.i686.rpm | grep serial_cs
warning: kernel-2.6.16-1.2122_FC5.i686.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2
/lib/modules/2.6.16-1.2122_FC5/kernel/drivers/serial/serial_cs.ko
And I'm bad, I wrote;
ls -al /lib/modules/2.6.16.17/`uname -r`/drivers/serial
which should have been;
ls -al /lib/modules/`uname -r`/drivers/serial
sorry.
|
|
|
|
05-27-2006, 12:29 PM
|
#5
|
|
LQ Newbie
Registered: May 2006
Posts: 4
Original Poster
Rep:
|
Thank you Lenard,
For some reason that didn't do it, I thought for sure we had it but still no connection, it still says:
"FAILED: 3c574_cs device eth0 does not seem to be present, delaying instalation".
I went through the steps a few times to make sure I did them correctly...Not sure where to go from here...
I'm going to beat on this for a while longer and hope that there is a solution out there somewhere, I've been fighting this for a week now and out of the posts I've made in different forums you're the only one to respond. I'll go back to FC4 if FD5 can't handle locating the card, FC4 worked fine with this card.... I'd prefer not but I have to get this work done this weekend.
Thanks again for the help Lenard
Thank you!
Last edited by T_Stark; 05-28-2006 at 07:22 AM.
|
|
|
|
05-29-2006, 01:30 PM
|
#6
|
|
LQ Newbie
Registered: May 2006
Posts: 4
Original Poster
Rep:
|
I couldn't get it to work at all on FD5, I went back to FD4 but that it won't work ther either, it will not get the gateway IP and when I try to add the route I receive an error SIOCADDRT:Network is unreachable.
I know without a doubt this card is good, I can boot into WindoZ, remove the card and driver, wipe it from the registry, reboot, insert the card and it finds and acivates it every time....I can load an old RedHat and it works...
It has been weeks and still no one can come up with a way to get a card working in a new distro that an old version of RedHat sees and WindoZ sees every time ...Just extreamly frustrating with the whole thing...
Please excuse the rant...I really don't want to use Windoz or replace a perfecly good card...
Tony
|
|
|
|
| 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:28 PM.
|
|
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
|
|