[PlanetCCRMA] Cardbus Woes / VXpocket

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Mon Mar 3 10:27:01 2003


> I also read that this is fixed in kernel 2.4.20, and I get
> the impression that Thomas applied this patch to his 2.4.19 
> kernel. Before deluging this list with all my logs, scripts,
> etc, should I attempt to apply this patch?  Is there
> anything else I should consider first?  I'm running
> 2.4.19-2.ll.acpi. 

I do have a 2.4.20 based kernel (based on 2.4.21-pre4) that is not yet
part of the repository but is available for manual download and install.
I'm copying part of an email I sent a while ago to the list. Maybe it
will solve your problem. 

-- Fernando

You may want to test drive a planetary 2.4.20-pre4 kernel just for the
fun of it :-) You will find the rpms in:

http://www-ccrma.stanford.edu/planetccrma/mirror/redhat/linux/planetdev/8.0/en/os/i686/
and
http://www-ccrma.stanford.edu/planetccrma/mirror/redhat/linux/planetdev/8.0/en/os/i386/

You will have to download and install them manually as they are not part
of the repository. You don't need all the rpms that are there. Get only:

from the i686 directory:
  kernel-up-2.4.20-1.12.ll.acpi.i686.rpm
  alsa-driver-2.4.20-1.12.ll.acpi-0.9.0-45.i686.rpm

from the i386 directory:
  kernel-source-2.4.20-1.12.ll.acpi.i386.rpm
(needed only if you want to compile new kernel drivers - but this kernel
has been compiled with gcc 3.2 so you are out of luck in 7.3 :-)

To install the kernel:
  (do **NOT** use rpm -Uvh as that will erase previous kernels!
   you have been warned!!)
  rpm -ivh kernel-up-2.4.20-1.12.ll.acpi.i686.rpm
To install the alsa driver:
  rpm -Uvh alsa-driver-2.4.20-1.12.ll.acpi-0.9.0-45.i686.rpm
To install the kernel sources (optional at this point):
  rpm -ivh kernel-source-2.4.20-1.12.ll.acpi.i386.rpm