New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
linux-modules
linux-modules
Hi,
I tried to get linux-modules but it fails
apt-get update
apt-get install linux-modules
keeps returning
E: Couldn't find package linux-modules
Any ideas why and what to do?
Thanks
I tried to get linux-modules but it fails
apt-get update
apt-get install linux-modules
keeps returning
E: Couldn't find package linux-modules
Any ideas why and what to do?
Thanks
Actually, i tried to "make" a driver that i downloaded.
in the folder of the driver i did
make
make install
but i get
find: /lib/modules/2.6.26.2/build/: No such file or directory
grep: /lib/modules/2.6.26.2/build//.config: No such file or directory
grep: /lib/modules/2.6.26.2/build//include/linux/autoconf.h: No such file or directory
find: /lib/modules/2.6.26.2/build/: No such file or directory
make -C /lib/modules/2.6.26.2/build M=/home/abc/ieee80211-1.2.18 modules
make: *** /lib/modules/2.6.26.2/build: No such file or directory. Stop.
I read that this was because of missing linux-modules but im not sure..
in the folder of the driver i did
make
make install
but i get
find: /lib/modules/2.6.26.2/build/: No such file or directory
grep: /lib/modules/2.6.26.2/build//.config: No such file or directory
grep: /lib/modules/2.6.26.2/build//include/linux/autoconf.h: No such file or directory
find: /lib/modules/2.6.26.2/build/: No such file or directory
make -C /lib/modules/2.6.26.2/build M=/home/abc/ieee80211-1.2.18 modules
make: *** /lib/modules/2.6.26.2/build: No such file or directory. Stop.
I read that this was because of missing linux-modules but im not sure..
Hi,
No i havent changed the sources.list
Doing a apt-cache search linux-modules i get:
linux-image-2.6.24-etchnhalf.1-powerpc - Linux 2.6.24 image on uniprocessor 32-bit PowerPC
linux-image-2.6.24-etchnhalf.1-powerpc-miboot - Linux 2.6.24 image on 32-bit PowerPC for miboot floppy
linux-image-2.6.24-etchnhalf.1-powerpc-smp - Linux 2.6.24 image on multiprocessor 32-bit PowerPC
linux-image-2.6.24-etchnhalf.1-powerpc64 - Linux 2.6.24 image on 64-bit PowerPC
No i havent changed the sources.list
Doing a apt-cache search linux-modules i get:
linux-image-2.6.24-etchnhalf.1-powerpc - Linux 2.6.24 image on uniprocessor 32-bit PowerPC
linux-image-2.6.24-etchnhalf.1-powerpc-miboot - Linux 2.6.24 image on 32-bit PowerPC for miboot floppy
linux-image-2.6.24-etchnhalf.1-powerpc-smp - Linux 2.6.24 image on multiprocessor 32-bit PowerPC
linux-image-2.6.24-etchnhalf.1-powerpc64 - Linux 2.6.24 image on 64-bit PowerPC
add the following lines to /etc/apt/sources.list
and try the search again
cheers
Eek
and rundeb http://ftp.nl.debian.org/debian/ etch main
deb http://security.debian.org/ etch/updates main
deb http://ftp.nl.debian.org/debian/ etch non-free
Code: Select all
apt-get update
cheers
Eek
Looking in the folder /lib/modules/2.6.26.2/ for a "build"-folder and it isnt there.. And i suppose the linux-modules package will create it for me.. So, how to get it?find: /lib/modules/2.6.26.2/build/: No such file or directory
grep: /lib/modules/2.6.26.2/build//.config: No such file or directory
grep: /lib/modules/2.6.26.2/build//include/linux/autoconf.h: No such file or directory
find: /lib/modules/2.6.26.2/build/: No such file or directory
make -C /lib/modules/2.6.26.2/build M=/home/abc/ieee80211-1.2.18 modules
make: *** /lib/modules/2.6.26.2/build: No such file or directory. Stop.

apt-get search linux-modules doesnt work at all but
apt-cache search linux-modules gets me:
linux-image-2.6.18-4-powerpc - Linux 2.6.18 image on uniprocessor 32-bit PowerPC
linux-image-2.6.18-4-powerpc-miboot - Linux 2.6.18 image on 32-bit PowerPC for miboot floppy
linux-image-2.6.18-4-powerpc-smp - Linux 2.6.18 image on multiprocessor 32-bit PowerPC
linux-image-2.6.18-4-powerpc64 - Linux 2.6.18 image on 64-bit PowerPC
linux-image-2.6.18-4-prep - Linux 2.6.18 image on PReP PowerPC
linux-image-2.6.18-4-vserver-powerpc - Linux 2.6.18 image on uniprocessor 32-bit PowerPC
linux-image-2.6.18-4-vserver-powerpc64 - Linux 2.6.18 image on 64-bit PowerPC
linux-image-2.6.18-5-powerpc - Linux 2.6.18 image on uniprocessor 32-bit PowerPC
linux-image-2.6.18-5-powerpc-miboot - Linux 2.6.18 image on 32-bit PowerPC for miboot floppy
linux-image-2.6.18-5-powerpc-smp - Linux 2.6.18 image on multiprocessor 32-bit PowerPC
linux-image-2.6.18-5-powerpc64 - Linux 2.6.18 image on 64-bit PowerPC
linux-image-2.6.18-5-prep - Linux 2.6.18 image on PReP PowerPC
linux-image-2.6.18-5-vserver-powerpc - Linux 2.6.18 image on uniprocessor 32-bit PowerPC
linux-image-2.6.18-5-vserver-powerpc64 - Linux 2.6.18 image on 64-bit PowerPC
linux-image-2.6.18-6-powerpc - Linux 2.6.18 image on uniprocessor 32-bit PowerPC
linux-image-2.6.18-6-powerpc-miboot - Linux 2.6.18 image on 32-bit PowerPC for miboot floppy
linux-image-2.6.18-6-powerpc-smp - Linux 2.6.18 image on multiprocessor 32-bit PowerPC
linux-image-2.6.18-6-powerpc64 - Linux 2.6.18 image on 64-bit PowerPC
linux-image-2.6.18-6-prep - Linux 2.6.18 image on PReP PowerPC
linux-image-2.6.18-6-vserver-powerpc - Linux 2.6.18 image on uniprocessor 32-bit PowerPC
linux-image-2.6.18-6-vserver-powerpc64 - Linux 2.6.18 image on 64-bit PowerPC
linux-image-2.6.24-etchnhalf.1-powerpc - Linux 2.6.24 image on uniprocessor 32-bit PowerPC
linux-image-2.6.24-etchnhalf.1-powerpc-miboot - Linux 2.6.24 image on 32-bit PowerPC for miboot floppy
linux-image-2.6.24-etchnhalf.1-powerpc-smp - Linux 2.6.24 image on multiprocessor 32-bit PowerPC
linux-image-2.6.24-etchnhalf.1-powerpc64 - Linux 2.6.24 image on 64-bit PowerPC
I dont get it.. shouldnt i get something with 2.6.26.2?
apt-cache search linux-modules gets me:
linux-image-2.6.18-4-powerpc - Linux 2.6.18 image on uniprocessor 32-bit PowerPC
linux-image-2.6.18-4-powerpc-miboot - Linux 2.6.18 image on 32-bit PowerPC for miboot floppy
linux-image-2.6.18-4-powerpc-smp - Linux 2.6.18 image on multiprocessor 32-bit PowerPC
linux-image-2.6.18-4-powerpc64 - Linux 2.6.18 image on 64-bit PowerPC
linux-image-2.6.18-4-prep - Linux 2.6.18 image on PReP PowerPC
linux-image-2.6.18-4-vserver-powerpc - Linux 2.6.18 image on uniprocessor 32-bit PowerPC
linux-image-2.6.18-4-vserver-powerpc64 - Linux 2.6.18 image on 64-bit PowerPC
linux-image-2.6.18-5-powerpc - Linux 2.6.18 image on uniprocessor 32-bit PowerPC
linux-image-2.6.18-5-powerpc-miboot - Linux 2.6.18 image on 32-bit PowerPC for miboot floppy
linux-image-2.6.18-5-powerpc-smp - Linux 2.6.18 image on multiprocessor 32-bit PowerPC
linux-image-2.6.18-5-powerpc64 - Linux 2.6.18 image on 64-bit PowerPC
linux-image-2.6.18-5-prep - Linux 2.6.18 image on PReP PowerPC
linux-image-2.6.18-5-vserver-powerpc - Linux 2.6.18 image on uniprocessor 32-bit PowerPC
linux-image-2.6.18-5-vserver-powerpc64 - Linux 2.6.18 image on 64-bit PowerPC
linux-image-2.6.18-6-powerpc - Linux 2.6.18 image on uniprocessor 32-bit PowerPC
linux-image-2.6.18-6-powerpc-miboot - Linux 2.6.18 image on 32-bit PowerPC for miboot floppy
linux-image-2.6.18-6-powerpc-smp - Linux 2.6.18 image on multiprocessor 32-bit PowerPC
linux-image-2.6.18-6-powerpc64 - Linux 2.6.18 image on 64-bit PowerPC
linux-image-2.6.18-6-prep - Linux 2.6.18 image on PReP PowerPC
linux-image-2.6.18-6-vserver-powerpc - Linux 2.6.18 image on uniprocessor 32-bit PowerPC
linux-image-2.6.18-6-vserver-powerpc64 - Linux 2.6.18 image on 64-bit PowerPC
linux-image-2.6.24-etchnhalf.1-powerpc - Linux 2.6.24 image on uniprocessor 32-bit PowerPC
linux-image-2.6.24-etchnhalf.1-powerpc-miboot - Linux 2.6.24 image on 32-bit PowerPC for miboot floppy
linux-image-2.6.24-etchnhalf.1-powerpc-smp - Linux 2.6.24 image on multiprocessor 32-bit PowerPC
linux-image-2.6.24-etchnhalf.1-powerpc64 - Linux 2.6.24 image on 64-bit PowerPC
I dont get it.. shouldnt i get something with 2.6.26.2?
I think you'll find that he bubba2 is using a kernel package produced by the excito guys - have a look for bubba- packages. Unfortunately, they haven't compiled very many of the modules (or at least haven't packaged them). Since they're using a version of kernel source that is newer than the main etch repositories, I'd be rather hesitant about switching back to 2.6.24 - I'm guessing there is a good reason for using 2.6.26....Eek wrote:I think the package linux-image-2.6.24-etchnhalf.1-powerpc
is right one,
but what i find strange is that the make install is looking for version 2.6.26.2
what is it that you try to make?
In principle it should be possible to get the source debs for the bubba kernels and build extra modules, but personally I'd rather not experience a build on a 333Mhz processor
