View previous topic :: View next topic |
Author |
Message |
schlage n00b
Joined: 19 Jul 2002 Posts: 9 Location: Scottsdale, AZ
|
Posted: Fri Jul 19, 2002 5:25 pm Post subject: Card Services release...argh |
|
|
OK, I've read most of the postings here, and if someone already answered this question sorry, but here goes. Ive installed a new kernel with NO PCMCIA support built in (compiled and reboot) then I did an `emerge pcmcia-cs'. Watching that closely, I noticed a warning. It said
Current kernel build date is Thu Jul 18 ... 2002
WARNING: the source tree has a build date of Fri Jul 19... 2002
Did you forget to install your new kernel
[Um, no..?]
After that cardmgr comes up and says it's watching two slots. Insert network card and I get the High tone-low tone beeps. looking in /var/log/everything/current and /var/logl/kernel/current I see some error messages that basically state the following
Card Services release does not match!
It's trying to load the right module and everything. Basically it's driving me nuts. Any help is appreciated
Append: Also, if I turn off /etc/init.d/pcmcia, insmod the modules again (pcmcia_core, i82365, ds) and run `cardmgr -f' the card works. Isn't that what pcmcia services is suppoded to do?
-Thanks |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Fri Jul 19, 2002 5:38 pm Post subject: Re: Card Services release...argh |
|
|
schlage wrote: | Current kernel build date is Thu Jul 18 ... 2002
WARNING: the source tree has a build date of Fri Jul 19... 2002
Did you forget to install your new kernel
[Um, no..?]
|
What this is saying is that your kernel that is currently installed and running was built on 7/18 while the build stamp in /usr/src/linux indicates that the last kernel was built a day later, on 7/19.
Everything else you state, at least at first glance, points to a kernel mismatch. Are you sure that you installed the last version of the kernel that you built?
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
schlage n00b
Joined: 19 Jul 2002 Posts: 9 Location: Scottsdale, AZ
|
Posted: Fri Jul 19, 2002 5:57 pm Post subject: I knew it... |
|
|
I knew it was something stupid. I forgot to take the noauto line out of fstab and so my REAL /boot and the one I was putting the new kernel in were different.
Sometimes all it takes is someone to ask "Did you REALLY check?"
Gracias Amigo |
|
Back to top |
|
|
chadh Moderator
Joined: 21 Apr 2002 Posts: 137 Location: Atlanta, GA
|
Posted: Tue Jul 23, 2002 8:08 pm Post subject: Re: Card Services release...argh |
|
|
schlage wrote: | Append: Also, if I turn off /etc/init.d/pcmcia, insmod the modules again (pcmcia_core, i82365, ds) and run `cardmgr -f' the card works. Isn't that what pcmcia services is suppoded to do? |
You have to load i82365 and ds yourself. Put them in /etc/modules.autoload. This is covered in my guide at the top of this forum.
We have made some changes to the pcmcia-cs ebuilds lately, and the guide probably needs some freshening. _________________ Chad |
|
Back to top |
|
|
schlage n00b
Joined: 19 Jul 2002 Posts: 9 Location: Scottsdale, AZ
|
Posted: Tue Jul 23, 2002 9:37 pm Post subject: |
|
|
Thanks Chad,
I got it. It was all due to misplacing the newly built kernels and an errant fstab entry
-Scott |
|
Back to top |
|
|
chadh Moderator
Joined: 21 Apr 2002 Posts: 137 Location: Atlanta, GA
|
Posted: Tue Jul 23, 2002 9:41 pm Post subject: |
|
|
You mean /boot was not automounted? That is done for a good reason (explained in the install doc, I believe). _________________ Chad |
|
Back to top |
|
|
|