You are not logged in.
Hello guys,
I am running Arch on eee pc 1000 and have been fiddling with custom kernel for a couple of days, just trying to get the right kernel to run on pc 1000. By adopting kernel build script from kernel26parallel AUR (http://aur.archlinux.org/packages.php?ID=23467), I managed to compile and get the kernel running using GRUB. The problem is the kernel doesn't seem to recognize the modules dependencies (already set up on install script).
The boot time error looks as follows:
modprobe: FATAL: Could not load /lib/modules/2.6.28.7-eee/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.28.7-eee/modules.dep: No such file or directory
I have already checked that both /sbin/modprobe and the path to modules.dep exist in the system, and I just couldn't figure out the source of the problem.
Then I tried other kernel build provided by generous big_gie (for his acpi-generic-eeepc) (http://nbigaouette.inrs-emt.homelinux.n … rch/e1000/) and similar error occurs.
The strange thing is that I could run on wireless connection I am using right now, on the newly running 2.6.28.7 kernel. (presumably from rta2860 module; but I still couldn't get the WPA working though, so I am running on unsecured network - is it a kernel problem specific to EEE PC 1000 ?).
Any help around these multitude of problems on getting to run perfect Arch for EEEPC is greatly appreciated.
Cheers....
Offline
Same Error here with 2.6.29-rc7
modules.dep is there and looks fine
tried: mkinitcpio and depmod
Last edited by hoschi (2009-03-11 16:31:04)
Offline
is your _kernver variable correct in the PKGBUILD?
Offline
I compile manually, no pacman/aur.
Offline
I am adopting (with few edits) PKGBUILD script from kernel26 parallel (http://aur.archlinux.org/packages.php?ID=23467) and the line defining _kver says:
...
# get kernel version
make mrproper
_kernver="$(make kernelrelease)"
...
Will that pickup the right kernel version? I am new to ABS system and I am learning new things as I go. Did I miss anything? Any help is much appreciated.
Offline
I fixed my problem. It is necessary to add "filesystems" to the system hooks in /etc/mkinitcpio.conf even, when the filesystems compiled in the kernel.
Offline
I'll try that out... Thanks.
Btw, is there any problem running wireless using WPA with the newly compiled kernel?
Offline
I've not tested that.
Offline
I dropped kernel26parallel because of similar issues. The stock kernel's pkgbuild has been modified to ease custom build use. I recommend trying that. See http://bugs.archlinux.org/task/12384 for details.
Offline
My problem with modules.dep is back again, don't know why
Maybe it a bug in [testing] oder the new kernel. I've did it always in this way
Offline