Hi,
ich hab gerade meine SSD in Betrieb genommen und mir dafür einen 2.6.33.1 Kernel mit make-kpkg gebaut. Zuerst natürlich eine aktuelle Version von kerne-package gezogen da es mit der alten irgendwelche Probleme mit der UTS version oder so gab. Hat auch gut geklappt. Dann
das kernel image und die header mit dpkg installiert.
Mein /usr/src sieht jetzt so aus:
Jetzt muss ich das tp-smapi Modul bauen mit dem Befehl
Aber wie ihr seht klappts nicht ^^ Wie kann ich das fixen? Sind die Header nicht richtig installiert? Oder sucht der module-assistant nur an der falschen Stelle?
cu
serow
EDIT: Ein Bekannter hat gerade ebenfalls die Kernel Header installiert und bekommt das hier: Ich glaube das habe ich auch gesehn:
ich hab gerade meine SSD in Betrieb genommen und mir dafür einen 2.6.33.1 Kernel mit make-kpkg gebaut. Zuerst natürlich eine aktuelle Version von kerne-package gezogen da es mit der alten irgendwelche Probleme mit der UTS version oder so gab. Hat auch gut geklappt. Dann
das kernel image und die header mit dpkg installiert.
Mein /usr/src sieht jetzt so aus:
Code:
mathias@x61t:/usr/src$ ls -l
total 44
lrwxrwxrwx 1 root src 22 2010-04-01 12:44 linux -> linux-headers-2.6.33.1
drwxr-xr-x 23 root root 4096 2010-04-01 13:00 linux-headers-2.6.33.1
-rw-r--r-- 1 root root 37879 2009-06-23 19:17 tp-smapi.tar.bz2
mathias@x61t:/usr/src$
Jetzt muss ich das tp-smapi Modul bauen mit dem Befehl
Code:
mathias@x61t:/usr/src$ sudo m-a -t a-i tp-smapi
.
Updated infos about 1 packages
Getting source for kernel version: 2.6.33.1
apt-get install linux-headers-2.6.33.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-headers-2.6.33.1 is already the newest version.
The following packages were automatically installed and are no longer required:
wamerican wireless-crda
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 148 not upgraded.
apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
The following packages were automatically installed and are no longer required:
wamerican wireless-crda
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 148 not upgraded.
Done!
Bad luck, the kernel headers for the target kernel version could not be found and you did not specify other valid kernel headers to use.
However, you can install the header files for your kernel which are provided by the linux-headers-2.6.33.1 package. For most modules packages, these files are perfectly
sufficient without having the original kernel source.
To install the package, run:
module-assistant prepare
or
apt-get install linux-headers-2.6.33.1
mathias@x61t:/usr/src$
Aber wie ihr seht klappts nicht ^^ Wie kann ich das fixen? Sind die Header nicht richtig installiert? Oder sucht der module-assistant nur an der falschen Stelle?
cu
serow
EDIT: Ein Bekannter hat gerade ebenfalls die Kernel Header installiert und bekommt das hier: Ich glaube das habe ich auch gesehn:
Code:
mac@mac-core:/usr/src$ sudo dpkg -i linux-headers-2.6.33.1_2.6.33.1-10.00.Custom_amd64.deb
[sudo] password for mac:
Wähle vormals abgewähltes Paket linux-headers-2.6.33.1.
(Lese Datenbank ... 160705 Dateien und Verzeichnisse sind derzeit installiert.)
Entpacke linux-headers-2.6.33.1 (aus linux-headers-2.6.33.1_2.6.33.1-10.00.Custom_amd64.deb) ...
Richte linux-headers-2.6.33.1 ein (2.6.33.1-10.00.Custom) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms
* Running DKMS auto installation service for kernel 2.6.33.1
* nvidia (195.36.15)... nvidia (195.36.15): Installing module.
Kernel headers for 2.6.33.1 are not installed. Cannot install this module.
Try installing linux-headers-2.6.33.1 or equivalent.
[fail]
run-parts: executing /etc/kernel/header_postinst.d/nvidia-common
Zuletzt bearbeitet: