<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I have gotten all the files I needed to compile the software. I can now
use the Marvell ethernet, however when I try to connect with the
Atheros wifi it tries to connect but then comes back with the error
message network disconnected. Any one have an idea.<br>
<br>
I tried upgrading via yum to get the latest packages but lose my video,
and get the irq 9 failed who cares.<br>
<br>
Dave<br>
<br>
Ian Malone wrote:
<blockquote
 cite="mid:124299980809290324t3c496271nfd62df71ecb0a296@mail.gmail.com"
 type="cite">
  <pre wrap="">2008/9/21 Antonio Olivares <a class="moz-txt-link-rfc2396E" href="mailto:olivares14031@yahoo.com"><olivares14031@yahoo.com></a>:
  </pre>
  <blockquote type="cite">
    <pre wrap="">--- On Sun, 9/21/08, David McCormick <a class="moz-txt-link-rfc2396E" href="mailto:dmccormick@wvmcc.com"><dmccormick@wvmcc.com></a> wrote:

    </pre>
    <blockquote type="cite">
      <pre wrap="">From: David McCormick <a class="moz-txt-link-rfc2396E" href="mailto:dmccormick@wvmcc.com"><dmccormick@wvmcc.com></a>
Subject: KERNEL HEADERS
To: "For users of Fedora Core releases" <a class="moz-txt-link-rfc2396E" href="mailto:fedora-list@redhat.com"><fedora-list@redhat.com></a>
Date: Sunday, September 21, 2008, 7:40 AM
I have been trying to install drivers for a Marvell nic and
an Atheros
wireless on my new Toshiba laptop but when I run the
install scripts I
get the error Kernel Headers not found. If I try to install
them RPM it
says they are already installed. I have searched the
archives but can't
find a reference to where they are.
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <blockquote type="cite">
    <pre wrap=""># rpm -qa kernel-headers

if they ae installed will return
[students@localhost ~]$ rpm -qa kernel-headers
kernel-headers-2.6.26.3-29.fc9.i386
[students@localhost ~]$

if they are not present for your running kernel `uname -r`, then you may
# yum install kernel-headers

    </pre>
  </blockquote>
  <pre wrap=""><!---->
Bit of an old thread here, but maybe someone will find the following useful:
1. Some drivers that require the 'kernel headers' need header files
from the kernel-devel package, rather than (or more likely in addition
to) kernel-headers.
2. "$ rpm -ql package-name" will list all the files provided by that package.

  </pre>
</blockquote>
</body>
</html>