Members

Blog Posts

Embracing the Power of Love: A Course in Miracles Seminar

Posted by Khalid Shaikh on May 5, 2024 at 9:13am 0 Comments

Central to the teachings of ACIM is the thought of forgiveness, which will be not seen as pardoning someone because of their measures but as knowing that what they did was centered on a mistaken notion of themselves and others. Correct forgiveness produces the forgiver from the burden of resentment and allows them to see beyond the ego's illusions to the natural innocence and value of most beings.



The Guide for Teachers offers guidance for people who have completely embraced the… Continue

 

kof 2000 arranged soundtrack download


Name: kof 2000 arranged soundtrack download
Category: Soft
Published: quediefrecun1980
Language: English

 


 


 

 

 

 

 

 

 


 


 


 


 


 


 


 


 


 


 


 


 


 


 


 


 


 

Realtek 8168b linux driver download.
and I was trying to build a driver for Debian Squeeze AMD64. Extracted the file out and done cd into that directory. Noticed I don't have a configure file so I done dh_make but I do not have a ko file to insert as a module. Have I missed a step?
I have build-essential, dh-make and linux-source installed to help build the package. Using kernel 2.6.32-5 AMD64.
MS3FGX 07-28-2011 04:44 PM.
knudfl 07-28-2011 04:51 PM.
cd r8168-8.024.00/ ; su ; make . . install -m 744 -c r8168.ko /lib/modules/2.6.3x.x/kernel/drivers/net/ make[1]: Leaving directory `/home/knudfl/x_pack/r8168-8.024.00/src'
columbiasts1 07-28-2011 05:34 PM.
When I cd into the directory and do su and run make, I get the following error:
root@test3:/home/earth/Downloads/r8168-8.024.00# make make -C src/ clean make[1]: Entering directory `/home/earth/Downloads/r8168-8.024.00/src' rm -rf *.o *.ko *
core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags .tmp_versions Module.symvers Modules.symvers Module.markers *.order make[1]: Leaving directory `/home/earth/Downloads/r8168-8.024.00/src' make -C src/ modules make[1]: Entering directory `/home/earth/Downloads/r8168-8.024.00/src' make -C /lib/modules/2.6.32-5-686/build SUBDIRS=/home/earth/Downloads/r8168-8.024.00/src modules make[2]: Entering directory `/lib/modules/2.6.32-5-686/build' make[2]: *** No rule to make target `modules'. Stop. make[2]: Leaving directory `/lib/modules/2.6.32-5-686/build' make[1]: *** [modules] Error 2 make[1]: Leaving directory `/home/earth/Downloads/r8168-8.024.00/src' make: *** [modules] Error 2 root@test3:/home/earth/Downloads/r8168-8.024.00#
Did you edit a file?
knudfl 07-28-2011 06:33 PM.
core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags .tmp_versions Module.symvers Modules.symvers Module.markers *.order make[1]: Forlader katalog '/home/knudfl/x_pack/r8168-8.024.00/src' make -C src/ modules make[1]: Gеr til katalog '/home/knudfl/x_pack/r8168-8.024.00/src' make -C /lib/modules/2.6.32-5-amd64/build SUBDIRS=/home/knudfl/x_pack/r8168-8.024.00/src modules make[2]: Gеr til katalog '/usr/src/linux-headers-2.6.32-5-amd64' CC [M] /home/knudfl/x_pack/r8168-8.024.00/src/r8168_n.o CC [M] /home/knudfl/x_pack/r8168-8.024.00/src/r8168_asf.o CC [M] /home/knudfl/x_pack/r8168-8.024.00/src/rtl_eeprom.o CC [M] /home/knudfl/x_pack/r8168-8.024.00/src/rtltool.o LD [M] /home/knudfl/x_pack/r8168-8.024.00/src/r8168.o Building modules, stage 2. MODPOST 1 modules CC /home/knudfl/x_pack/r8168-8.024.00/src/r8168.mod.o LD [M] /home/knudfl/x_pack/r8168-8.024.00/src/r8168.ko make[2]: Forlader katalog '/usr/src/linux-headers-2.6.32-5-amd64' strip --strip-debug r8168.ko make[1]: Forlader katalog '/home/knudfl/x_pack/r8168-8.024.00/src' make -C src/ install make[1]: Gеr til katalog '/home/knudfl/x_pack/r8168-8.024.00/src' install -m 744 -c r8168.ko /lib/modules/2.6.32-5-amd64/kernel/drivers/net/ make[1]: Forlader katalog '/home/knudfl/x_pack/r8168-8.024.00/src'
Andrew Benton 07-28-2011 06:42 PM.
knudfl 07-28-2011 06:51 PM.
@Andrew Benton post 6 :
You are right, it's already there :
ls -l /lib/modules/2.6.32-5-amd64/kernel/drivers/net/r8169.ko -rw-r--r-- 1 root root 57264 1 jun 2010 /lib/modules/2.6.32-5-amd64/kernel/drivers/net/r8169.ko.
( 01 Jun 2010 : Was installed / created a year ago.)
columbiasts1 07-28-2011 08:10 PM.
The r8169.ko file is there but it does not work for some reason.
knudfl. I did as you said and I have the r8168.ko file created in the /usr/src/r8168-8.024.00/src directory. Do I have to do anything else or do I just switch to the /lib/modules/2.6.32-5-amd64/kernel/drivers/net directory and do a insmod to insert driver?
Everyone has been very helpful.
Also. how did you know that I needed to remove the linux-source and install the headers from that error message?
knudfl 07-28-2011 09:35 PM.
The package 'linux-source-2.6.32' only has an exact match with the running kernel when it has been patched to be a "linux-source-2.6.32 -5 ", (linux-patch-debian-2.6.32 (2.6.32-35)) I guess. Alone it doesn't match. http://packages.debian.org/squeeze/l. -debian-2.6.32.
I'd guess it can be created also with a command like 'apt-get -b source linux-headers-2.6.32-5-amd64=2.6.32-35' Or : 'apt-get -b source linux-image-2.6.32-5-amd64=2.6.32-35' which will also create some of the many other "kernel packages" : http://packages.debian.org/source/squeeze/linux-2.6.
knudfl 07-31-2011 01:30 AM.
Do I have to do anything else or do I just switch to the /lib/modules/2.6.32-5-amd64/kernel/drivers/net directory and do a insmod to insert driver ?
Use modprobe. From any location. No 'cd'.
brianeray 03-26-2013 12:32 AM.
This old thread helped get my 6.0.7 install working with a bare desktop with onboard RTL8111F. With one small change:
The Realtek /src/Makefile (not the root Makefile) was pointing to the wrong directory for the amd64 headers, at least on my workstation. The following change fixed things. This is a diff.
nicksu 03-26-2013 01:58 AM.
When I cd into the directory and do su and run make, I get the following error:
root@test3:/home/earth/Downloads/r8168-8.024.00# make make -C src/ clean make[1]: Entering directory `/home/earth/Downloads/r8168-8.024.00/src' rm -rf *.o *.ko *

https://caribbeanfever.com/photo/9-downloads-80-1?context=user

Views: 1

Comments are closed for this blog post

© 2024   Created by PH the vintage.   Powered by

Badges  |  Report an Issue  |  Terms of Service