| View previous topic :: View next topic |
| Author |
Message |
mieszkoslusarczyk Tux's lil' helper

Joined: 16 Jul 2008 Posts: 92 Location: Kraków/Poland
|
Posted: Fri Jul 18, 2008 2:16 pm Post subject: [SOLVED] Gdzie sa kernel-headers i .config? |
|
|
Probowalem skompilowac nowe madwifi:
| Code: | localhost madwifi-hal-0.10.5.6 # make
/bin/sh: line 0: cd: /lib/modules/2.6.24-gentoo-r7/build: No such file or directory
Makefile.inc:66: *** /lib/modules/2.6.24-gentoo-r7/build is missing, please set KERNELPATH. Stop.
localhost madwifi-hal-0.10.5.6 # |
Poszukalem chwile headerow i znalazlem je w /usr/include/linux
| Code: | localhost madwifi-hal-0.10.5.6 # make KERNELPATH="/usr/include/linux"
./kernelversion.c:13:30: error: linux/utsrelease.h: No such file or directory
Makefile.inc:91: *** KERNELCONF: /usr/include/linux/.config does not exist.. Stop. |
Czy sa one niekompletne, czy brakuje tylko pliku .config, czy sa w_ogole gdzie indziej?
Arfrever: Ortografia
Last edited by mieszkoslusarczyk on Thu Jul 24, 2008 6:51 pm; edited 1 time in total |
|
| Back to top |
|
 |
Arfrever Bodhisattva


Joined: 29 Apr 2006 Posts: 2462 Location: Polska / Lenkija
|
Posted: Fri Jul 18, 2008 4:28 pm Post subject: |
|
|
| mieszkoslusarczyk wrote: | Probowalem skompilowac nowe madwifi:
| Code: | localhost madwifi-hal-0.10.5.6 # make
/bin/sh: line 0: cd: /lib/modules/2.6.24-gentoo-r7/build: No such file or directory
Makefile.inc:66: *** /lib/modules/2.6.24-gentoo-r7/build is missing, please set KERNELPATH. Stop.
localhost madwifi-hal-0.10.5.6 # |
|
Powinieneś używać Portage do instalacji pakietów. Być może potrzebujesz "net-wireless/madwifi-ng".
Przeczytaj:
Podręcznik Gentoo Linux. Praca z Gentoo
Podręcznik Gentoo Linux. Praca z Portage
Przeglądnij też tę stronę.
| mieszkoslusarczyk wrote: | | Code: | localhost madwifi-hal-0.10.5.6 # make KERNELPATH="/usr/include/linux"
./kernelversion.c:13:30: error: linux/utsrelease.h: No such file or directory
Makefile.inc:91: *** KERNELCONF: /usr/include/linux/.config does not exist.. Stop. |
Czy sa one niekompletne, czy brakuje tylko pliku .config, czy sa w_ogole gdzie indziej? |
Plik ".config" powinien być w "/usr/src/linux".
Przeczytaj:
Omówienie źródeł jądra dostępnych w Gentoo
Konfiguracja jądra Linux
Aktualizacja jądra w systemie Gentoo |
|
| Back to top |
|
 |
mieszkoslusarczyk Tux's lil' helper

Joined: 16 Jul 2008 Posts: 92 Location: Kraków/Poland
|
Posted: Sat Jul 19, 2008 11:20 am Post subject: |
|
|
| Potrzebuje madwifi-ng z HALem, b zwykle madwifi-ng mi nie dziala (sprawdzone na Ubuntu). |
|
| Back to top |
|
 |
gall Tux's lil' helper


Joined: 13 Nov 2007 Posts: 142 Location: /home/gall
|
Posted: Tue Jul 22, 2008 5:27 pm Post subject: |
|
|
A to co masz w /usr/src/linux to na pewno skompilowane jądro? Czy czasem stare masz już jako /usr/src/linux-26*** a nowe jeszcze nie kompilowane w /usr/src/linux ?
Flaga USE=symlink robi to automatycznie. Wieć
| Code: | | ls -la /usr/src/linux |
Powodzenia. _________________ #!/bin/ssh
#The Unix Guru's View of Sex
unzip ; strip ; touch ; grep ; finger ; mount ; fsck ; more ; yes ; umount ; sleep |
|
| Back to top |
|
 |
mieszkoslusarczyk Tux's lil' helper

Joined: 16 Jul 2008 Posts: 92 Location: Kraków/Poland
|
Posted: Thu Jul 24, 2008 6:50 pm Post subject: |
|
|
| Ok, dzieki, juz dziala;) |
|
| Back to top |
|
 |
|