I cannot use card pcmcia xircom creditcard ethernet 10/100 on redhat 8.0
Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
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.
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
ok, there are a couple of them , do you have a model number or any other details? have you tried loading it and received an error? insmod? looked at dmesg? looked at lsmod?
also, it is poor etiquette to post the same question in more than one forum, don't do that.
I'm sorry for my posts. I'm newbie for linux. My PCMCIA cards is model No. CEM56-100. I have try to load by network device control in KDE result is cannot activate PCMCIA card. Can you explain me how to use insmod dmesg and lsmod? Thank you for your reply.
Its an old-type pcmcia card, you can't insmod or modprobe the modules by hand, cardmgr has to do that for you.
pcmcia debugging comes with fun built in. When you pop in the card you should hear some beeps. The first will be pcmcia seeing something is there at all. The second will be either a loud bonk meaning it can't load a driver for the card, or an identical to the first beep that it loaded a driver.
Of course... it might not beep at all which either means your system speaker is hosed or its not seeing the pcmcia bus at all.
What're you getting? beep and a bonk?
Sounds silly, but it works....
Also, to get the exact info on the card, try this command, as root... okay, you used the words Newbie and KDE, so here's a step by step:
Open a Konsole, should be on the bar, looks like a little monitor and a seashell.
su -
(type in root's password) The "-" part means that you're effectively re-logging in as root, "su" by itself works just fine, but you keep some of the attributes of who you're su'ing from. Like the user PATH, which is meaningless now, but as you go its less fun when it happens.
/sbin/cardctl ident
This is going to get the identification info straight off of the card, so we can ignore the model numbers and goop printed on it, which may be lies anyway. Post that ident line here.
I pop my pcmcia card I do not hear beep and bonk. The result of command
"/sbin/cardctl ident" is "no pcmcia driver in /proc/device". How should I do later? Thank for answer.
Good, I was wondering why a normal old xircom wasn't working... its fine, pcmcia is off. You have the cardctl binary so I assume the package is installed, let's just hope that its not getting fired up at boot. You didn't mention what distro, so lemme guess RH/Mandrake/SuSe-ish:
/etc/rc.d/init.d/pcmcia start
Usually symlinked down to:
/etc/init.d/pcmcia start
If there's a "command not found" festival, check through your GUI configurator to try and make pcmcia a default service.
If it seems to work, but cardctl ident still doesn't give any info, let's figure out why support for the bridge isn't getting loaded:
/sbin/lspci
And post that here.
And then also take a look at "dmesg" its the kernel ring buffer, it'll strew past you what the kernel loaded support for as it loaded it. The NEC model you have may have a weird bridge.
I use linuxTLE 5.0 (Thai linux it's come from Redhat8.0).I use your command and result show many lines and I cannot type the result to you Can you tell me how to copy result lines to gedit.(I use gedit to open doc file.) Sorry I'm not good in english I'm Thai. Very thank for answer.
Highlight the text with the mouse, that is all it takes to put the text into the buffer. In Windows this is done by highlighting the text and pressing: ctrl+c, but under Linux you just have to highlight the text.
To paste the text into something, you need to either click the middle mouse button if your mouse has 3 buttons, or if you only have a mouse with 2 buttons, click both at once. That should paste highlighted text. Its a little hard to get used to at first, but after a while you will find it must faster then windows.
Did the many lines of result text from the pcmcia start command look like errors?
To get as much information as possible, post back with the output of the pcmcia start command and:
Okay, good, alright, nothing weird about the laptop!
All of the modules that the kernel cannot find are the pcmcia modules. I have no idea how those did not get installed... especially yenta_socket.o as that is normally compiled with any default kernel.
If you still have the installation CDs, look for a package on them something like pcmcia-modules, or pcmcia-cs or something along those lines and install that. I could normally be more help, but I'm not familiar with ThaiLinux, (and not really familiar with RedHat 8.0 either ), but the modules not being loaded is odd, getting them on there may be a small hastle.
Basically, your installation was incomplete, there are no pcmcia drivers on the machine right now.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.