LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 07-07-2003, 01:02 PM   #1
cockblocker
Member
 
Registered: Jul 2003
Location: LA (Lower Arkansas)
Distribution: Red Hat 9 & Mandrake 9.1
Posts: 43

Rep: Reputation: 15
Question Card Services release does not match??


Im attempting to setup a Compaq wireless pcmcia card in my laptop running RH9, I downloaded the three modules from
http://prism2.unixguru.raleigh.nc.us/ and have successfully installed all three RPMs. I tried just restarting the card services and after viewing the system log found these related entries:

pcmcia: Starting pcmcia services
pcmcia: cardmgr
rc: Starting pcmcia: succeeded
cardmgr[8307]: starting, version is 3.1.31
cardmgr[8307]: watching 1 sockets
cardmgr[8307]: Card Services release does not match

then more towards the end I see:

kernel: Linux Kernel card Services 3.1.22
kernel: options: [pci] [cardbus] [pm]
kernel: ds: No socket drivers loaded!
kernel: Unloading Kernel Card Services

To my untrained eye it would appear that I have not installed any drivers for the card...am I right in this assumption?

Has anyone else ran into this problem? The wireless card in a Compaq WL100 Prism2 based card. Maybe I didnt install the correct base, module, and interface RPMs for my kernel version which is 2.4.20-8

Thanks a million!
 
Old 07-07-2003, 07:49 PM   #2
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
The first error is just the modules not matching your kernel... the second though seems to be the kernel not loading the pcmcia modules at all... which is a bigger problem. Is pcmcia working otherwise?

Those are the right drivers for the card, but if you've replaced your kernel through up2date, you have to have current modules... its probably easiest to try and compile from the source directly from the www.linux-wlan.net site.

Cheers,

Finegan
 
Old 07-08-2003, 01:56 AM   #3
cockblocker
Member
 
Registered: Jul 2003
Location: LA (Lower Arkansas)
Distribution: Red Hat 9 & Mandrake 9.1
Posts: 43

Original Poster
Rep: Reputation: 15
Ok if the modules are not correct for my kernel version, should I remove them? If so how since they dont show up under Add/Remove Applications?

Ok I just downloaded linux-wlan-ng-0.2.1-pre9.tar.gz from linux-wlan.com...which on a side note is kinda funny when I couldnt download anything from Sourceforge two days ago. Anyway, now according to the readme I need the kernel source code...which if Ido it's not in /usr/src/linux...and I've tried searching for folders named linux, src, and kernel and come up with nada. Ok I just downloaded the 2.4.20 kernel source from kernel.org, extracting now. Once its done Ill try the "make config" again.

"And thus we retract the foreskin of ignorance and apply the
wire brush of enlightment" -- Geoff Miller.
 
Old 07-08-2003, 04:29 AM   #4
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
The kernel.org kernel source and your redhat kernel aren't going to match... at all. The kernel source is not installed by default on RH9... heck, hasn't been since 6.2. Its in the CDs, you'll need that and the kernel source headers. You can add it with the add-remove package GUI tool. Also, when the config of the linux-wlan drivers runs, it checks to see how your kernel is configured... and its going to see the default config from kernel.org which is a duallie P3 with pcmcia support, but only cardbus, a realtek 8139 NIC and an intel i810 sound card, and a symbios SCSI card. (I can't believe I memorized that) Which I doubt is your machine (or many others at all for that matter.)

Cheers,

Finegan
 
Old 07-08-2003, 08:49 AM   #5
cockblocker
Member
 
Registered: Jul 2003
Location: LA (Lower Arkansas)
Distribution: Red Hat 9 & Mandrake 9.1
Posts: 43

Original Poster
Rep: Reputation: 15
Ok now that makes perfect sense...now do I need to remove those modules not suited for my kernel ver? Or will "reinstalling" them overwrite what I've done so far? I did look at your suggestion yesterday about building my own from the source...As I am a Open Source rookie, can you elaborate just a hair on what that entails?

Also, none of this will do any good if my Linux card services has a problem with the cardbus drivers right?
 
Old 07-08-2003, 09:47 AM   #6
cockblocker
Member
 
Registered: Jul 2003
Location: LA (Lower Arkansas)
Distribution: Red Hat 9 & Mandrake 9.1
Posts: 43

Original Poster
Rep: Reputation: 15
Ok I just rebooted after successfully running "make config", "make all", and "make install" on the linux-wlan-ng-0.2.1-pre9 stuff. Im still getting the card services release doesnt match...do I need to "reinstall" card services or can you even do that? Plus Im still getting:

pcmcia: Starting pcmcia services
pcmcia: cardmgr
rc: Starting pcmcia: succeeded
cardmgr[8307]: starting, version is 3.1.31
cardmgr[8307]: watching 1 sockets
cardmgr[8307]: Card Services release does not match

kernel: Linux Kernel card Services 3.1.22
kernel: options: [pci] [cardbus] [pm]
kernel: ds: No socket drivers loaded!
kernel: Unloading Kernel Card Services

Now the options line...where can I hard set them to cardbus?
 
Old 07-08-2003, 02:19 PM   #7
cockblocker
Member
 
Registered: Jul 2003
Location: LA (Lower Arkansas)
Distribution: Red Hat 9 & Mandrake 9.1
Posts: 43

Original Poster
Rep: Reputation: 15
*bump*......I even ran "cardctl status",
Socket 0:
no card

But my physical cardbus is recognized as a TI 1211.....What gives?
 
Old 07-08-2003, 03:19 PM   #8
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Its a stock pcmcia bridge... heck I've got one in my Crap-paq, right now its not loading pcmcia at all, check the file:

/etc/sysconfig/pcmcia

And make certain you have:

PCMCIA=yes
PCIC=yenta_socket
(leave the other two blank)

Then hard restart pcmcia with:

/etc/rc.d/init.d/pcmcia restart

Then see if it'll load a socket driver.

Also, card services not matching makes me think one of those three RPMs over-installed a chunk of card services... which is a little annoying, to say the least as its a pain to put back. Maybe if this doesn't get a socket driver to load, a force install of the pcmcia-cs RPM off of the RH install CD.

Cheers,

Finegan
 
Old 07-08-2003, 04:00 PM   #9
cockblocker
Member
 
Registered: Jul 2003
Location: LA (Lower Arkansas)
Distribution: Red Hat 9 & Mandrake 9.1
Posts: 43

Original Poster
Rep: Reputation: 15
I did actually see those 4 lines in pcmcia earlier...and it was set to the same as yours. But when I restart the pcmcia service I get this:

Shutting Down pcmcia services: ds: device or resource busy
pcmcia_core: Device or resource busy
Starting pcmcia services: cardmgr[2352]: watching 1 sockets
done.


Could there really be some files that got overwrote that shouldnt have?
 
Old 07-08-2003, 04:28 PM   #10
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
If cardmgr bound then it should be okay... let's see if this is really up and running, if the socket driver couldn't load, cardmgr would shut itself off. Check to see if its running:

ps aux | grep cardmgr

If this still isn't starting, you might want to find the pcmcia-cs RPM and force install the kid and then run a "depmod-a" to get pcmcia back to normality. These precompiled modules in conflict with up2date is just a bad idea.

Cheers,

Finegan
 
Old 07-08-2003, 05:06 PM   #11
cockblocker
Member
 
Registered: Jul 2003
Location: LA (Lower Arkansas)
Distribution: Red Hat 9 & Mandrake 9.1
Posts: 43

Original Poster
Rep: Reputation: 15
Im going for a fresh install, without those 3 BAD modules, then I can run back through this thread to see what happens. Ill repost on here when I find something out.....

You've been a big help
 
Old 07-08-2003, 05:10 PM   #12
cockblocker
Member
 
Registered: Jul 2003
Location: LA (Lower Arkansas)
Distribution: Red Hat 9 & Mandrake 9.1
Posts: 43

Original Poster
Rep: Reputation: 15
Actually Im too cheap to use the up2date feature. So nothing on my laptop had been "upgraded" until I started messing around with getting the pcmcia to work.
 
Old 07-08-2003, 05:32 PM   #13
cockblocker
Member
 
Registered: Jul 2003
Location: LA (Lower Arkansas)
Distribution: Red Hat 9 & Mandrake 9.1
Posts: 43

Original Poster
Rep: Reputation: 15
I ran that command and cardmgr is in fact running:

root 1523 0.0 0.0 1460 0 ? SW 17:21 0:00 /sbin/cardmgr

Then I ran the depmod -a, but nothing happened.
 
Old 07-08-2003, 08:13 PM   #14
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Add these lines to /etc/pcmcia/config and then restart pcmcia:

Code:
card "Compaq WL100/200 11Mb/s 802.11b WLAN Card"
   manfid 0x0138, 0x0002
   bind "orinoco_cs"
That should bind the module to the card and start the little bugger.

Cheers,

Finegan
 
Old 07-09-2003, 12:12 AM   #15
cockblocker
Member
 
Registered: Jul 2003
Location: LA (Lower Arkansas)
Distribution: Red Hat 9 & Mandrake 9.1
Posts: 43

Original Poster
Rep: Reputation: 15
Actually, I did add what you have listed here...only difference was that I did not know the manfid numbers....could adding the 1st and 3rd lines have caused a problem...or maybe just didnt provide any help?
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SUSE Release 10 RC1 Release Candidate 1 available 1kyle SUSE / openSUSE 8 09-11-2005 06:26 PM
sound card release santhony Linux - Hardware 3 06-21-2005 11:51 AM
Are there any graphic card manufacturers that release free open source drivers? brynjarh Linux - Hardware 3 08-23-2004 06:55 PM
problem unloading kernal card services jawz Linux - Networking 3 11-10-2003 06:17 PM
a good tv tuner card and graphics card match mpo Linux - Hardware 2 03-01-2003 01:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 05:32 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration