On 08/09/2010 09:31 AM, binary...@comcast.net wrote:
> Yeah, your right about that.
>
>    2.6.33.6-147.2.4.fc13.i686
>
> Can it also be compiled on a X86_64

I do not think so. 2.6.33.6-147.2.4.fc13.i686 does not have this 
function defined either.

If you download the source rpm of 2.6.33.6-147.2.4.fc13 from
http://mirrors.kernel.org/fedora/updates/13/SRPMS/kernel-2.6.33.6-147.2.4.fc13.src.rpm
and run:
rpm -ivh kernel-2.6.33.6-147.2.4.fc13.src.rpm
then
cd ~/rpmbuild/SPECS
rpmbuild -bp kernel.spec
cd ../BUILD/
cd kernel-2.6.33/linux-2.6.33/staging
mv rt2860 rt2860.orig

At this point you will need my working rt2860 source code.

If you want to, I will email it to you personal email address.

you will then untar it in the staging dir you see above.

After you untar it,
cd ../..
cp /boot/config-2.6.33.6-147.2.4.fc13.i686  .config
make oldconfig
make xconfig
in xconfig,  scroll down til you see "staging" below "drivers"
click on staging
on the right hand side, scroll down and check rt2860

save (click on the floppy icon at top left)
exit from xconfig gui

make all

sudo make modules_install install

reboot into the newly built kernel (press return as soon as you get the 
grub boot screen)

 From the grub menu, select the new kernel you just built (should be at 
the top).

Let me know.


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to