| View previous topic :: View next topic |
| Author |
Message |
Kenneth Shadowbane Xplorer
Joined: 02 Dec 2007 Posts: 14
|
Posted: Thu Dec 06, 2007 10:34 pm Post subject: Can someone help me? I'm stuck with trying to fix my sound |
|
|
I was following the instructions posted on this thread:
Fixing Toshiba Satellite P100/P105 sound and battery monitor
and came to this point:
Now edit the file called Makefile and set the EXTRAVERSION parameter to point to -dcc-smp. (Again, use your favorite editor). So the first five lines of Makefile should now look like:
Quote:
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 18
EXTRAVERSION = -dcc-smp
NAME=Avast! A bilge rat!
Now type:
cp /boot/config-2.6.18-dcc-smp .config
make oldconfig
make xconfig
--------------------------------------------------------------
which makefile are you supposed to do this with?
and is .config right? I don't see this anywhere in my kernel files etc. I've done everything right so far to fix this.
I am not sure why, but after i type the above code i get this error message
/usr/src/linux# cp /boot/config-2.6.18-dcc-smp .config
cp: cannot stat `/boot/config-2.6.18-dcc-smp': No such file or directory
I also tried it this way and got an error code.
/usr/src/linux# cp /boot/config-2.6.18-dcc-smp.config
cp: missing destination file
anyone that got this working if you could help me out i'd appreciate it very much. |
|
| Back to top |
|
 |
aa5gp Xplorer
Joined: 29 Jul 2007 Posts: 3 Location: Tickfaw, LA
|
Posted: Thu Feb 07, 2008 6:52 pm Post subject: |
|
|
First make the changes listed below...
Quote:
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 18
EXTRAVERSION = -dcc-smp
NAME=Avast! A bilge rat!
Now save the file and then do the following
Now type:
cp /boot/config-2.6.18-dcc-smp .config
make oldconfig
make xconfig
Then continue with the rest of the instructions... |
|
| Back to top |
|
 |
|