by Photon1272 » Sun Oct 17, 2010 2:34 pm
by Photon1272
Sun Oct 17, 2010 2:34 pm
Hi,
thanks a lot for those kernel headers!
After setting up the system I installed the kernel headers with:
- Code: Select all
dpkg -i linux-headers-2.6.34.1-vortex86-sg_1.0_i386.deb
Then I tried to do what I intented to do, installing ndiswrapper with
- Code: Select all
m-a a-i ndiswrapper
(I got that from
http://wiki.debian.org/NdisWrapper)
It then starts to try installing linux-headers-2.6.34.1-vortex86-sg:
- Code: Select all
Daten über 1 Pakete aktualisiert.
Getting source for kernel version: 2.6.34.1-vortex86-sg
apt-get install linux-headers-2.6.34.1-vortex86-sg
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut... 70%
mentioning that the newest version already exists, but then it says:
- Code: Select all
Pech gehabt, es wurden keine zum aktuellen Kernel passende
Headers gefunden und es wurden keine weiteren
Kernel-Verzeichnisse angegeben.
means:
Bad luck, no appropriate kernel headers were found and no kernel folders were declared.
Then it also says, that the kernel headers can be installed from the package linux-headers-2.6.34.1-vortex86-sg.
In order to do so I should run
"module-assistant prepare" or "apt-get install linux-headers-2.6.34.1-vortex86-sg"
Something is missing there! How can the module assistant find the kernel headers?
At least, there must be a way to install ndiswrapper and get it running on that system....!
Thanks a lot for help...
Hi,
thanks a lot for those kernel headers!
After setting up the system I installed the kernel headers with:
- Code: Select all
dpkg -i linux-headers-2.6.34.1-vortex86-sg_1.0_i386.deb
Then I tried to do what I intented to do, installing ndiswrapper with
- Code: Select all
m-a a-i ndiswrapper
(I got that from
http://wiki.debian.org/NdisWrapper)
It then starts to try installing linux-headers-2.6.34.1-vortex86-sg:
- Code: Select all
Daten über 1 Pakete aktualisiert.
Getting source for kernel version: 2.6.34.1-vortex86-sg
apt-get install linux-headers-2.6.34.1-vortex86-sg
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut... 70%
mentioning that the newest version already exists, but then it says:
- Code: Select all
Pech gehabt, es wurden keine zum aktuellen Kernel passende
Headers gefunden und es wurden keine weiteren
Kernel-Verzeichnisse angegeben.
means:
Bad luck, no appropriate kernel headers were found and no kernel folders were declared.
Then it also says, that the kernel headers can be installed from the package linux-headers-2.6.34.1-vortex86-sg.
In order to do so I should run
"module-assistant prepare" or "apt-get install linux-headers-2.6.34.1-vortex86-sg"
Something is missing there! How can the module assistant find the kernel headers?
At least, there must be a way to install ndiswrapper and get it running on that system....!
Thanks a lot for help...