**** BEGIN LOGGING AT Tue Mar 07 10:59:57 2006 Mar 07 11:09:06 Hi Mar 07 11:10:31 I've got the new Openslug image flashed in, but now Opendebianslug won't boot... Mar 07 11:11:39 It's obviously doing something, because the drive is active on startup and the power button works. What doesn't work is Ethernet. Mar 07 11:13:16 the other thing i found odd was that the status led is now running through the sequence amber/red/off repeatedly - it used to flash amber/green then go solid green, but now it just repeats the a/r/o sequence Mar 07 11:15:05 philpem: did you remember to recompile the ixp modules to match the kernel version and copy them into the rootfs on the external disk? Mar 07 11:15:15 yep, i copied the modules over Mar 07 11:15:19 leds have changed quite a bit lately. Mar 07 11:15:32 but did you recompile them as part of the build? Mar 07 11:15:50 (they don't recompile automatically, and if your kernel version changes then they no longer match( Mar 07 11:15:53 i built the whole thing - "make openslug-image" then cp'd the images over after i reflashed Mar 07 11:16:11 did you build from scratch, or had there been a build in that dir previously? Mar 07 11:16:17 from scratch Mar 07 11:16:26 ok, dunno why then :-( Mar 07 11:16:53 (ixp module version mismatch is just the most common cause for no ethernet after an image upgrade) Mar 07 11:17:02 wait.. i had a failed build before, then i rm'd downloads and openslug-nslu2.tmp Mar 07 11:17:07 then rebuilt Mar 07 11:18:42 the ethernet light is on, but the slug doesn't appear on ping Mar 07 11:18:56 i modified modprobe.conf to make it load eth400_eth instead of eth425_eth Mar 07 11:19:56 ah ha! Mar 07 11:20:41 two instances of ixp425_eth need changing to ixp400_eth: one in /etc/modprobe.conf, the other in /etc/network/interfaces. Mar 07 11:21:11 if you're doing pre-up in /etc/network/interfaces, then modprobe.conf is not required. Mar 07 11:21:42 night all Mar 07 11:21:53 but if the pre-up is loading ixp425_eth, the ethernet's not going to work Mar 07 11:22:00 because the new kernel uses ixp400_eth Mar 07 11:25:04 woohoo! Mar 07 11:39:55 got it working.. will write a wiki page on it later... Mar 07 11:40:56 rwhitby , is there a chance to make distclean on wl500g? Mar 07 11:54:03 03oleon * 10unslung/Makefile: Demote py-psycopg2 py-gdchart for wl500g Mar 07 12:04:57 03oleon * 10unslung/Makefile: Demote py-gdchart2 for wl500g Mar 07 12:47:41 NAiL can you remove all py-* packages from wl500g builds for me? Mar 07 12:49:34 oleo: packages/py-*.ipk? Mar 07 12:49:50 * NAiL is logged in now ;) Mar 07 12:52:59 No. builds. rm -rf builds/py-* builds/getmail* builds/mailman* builds/denyhosts* builds/ipython* Mar 07 12:55:04 done Mar 07 12:55:26 yupi. Will promote them now. Mar 07 12:59:01 03oleon * 10unslung/Makefile: Promote python dependent packages for wl500g Mar 07 13:04:15 someone should write write package dependency propagation rebuild script. Mar 07 13:15:28 * philpem returns... Mar 07 13:18:05 um, is there a bug in the RTC driver for the current openslug-3.6 in svn? the clock is getting sync'd at boot, but hwclock errors out with "Cannot access the Hardware Clock via any known method." Mar 07 13:19:47 humm, I thought that was fixed Mar 07 13:20:00 try ln -s /dev/rtc0 /dev/rtc Mar 07 13:20:09 (or the other way around, can't remember) Mar 07 13:22:13 em, /dev/rtc already exists.. Mar 07 13:22:32 but rtc0 doesn't Mar 07 13:23:47 wolf:/initrd# hwclock --debug Mar 07 13:23:47 hwclock from util-linux-2.12p Mar 07 13:23:47 hwclock: Open of /dev/rtc failed, errno=19: No such device. Mar 07 13:23:47 No usable clock interface found. Mar 07 13:23:48 Cannot access the Hardware Clock via any known method. Mar 07 13:24:13 i get the same from the hwclock in the initrd Mar 07 13:30:03 this is incredibly annoying, seeing as the hardware clock is set to 06feb2001... Mar 07 13:31:25 ln -s /dev/rtc /dev/rtc0 then :) Mar 07 13:33:21 nope Mar 07 13:33:39 hwclock: Open of /dev/rtc failed, errno=19: No such device. Mar 07 13:33:43 there is no rtc0 device... Mar 07 13:35:35 hmm Mar 07 13:36:05 busybox hwclock Mar 07 13:36:14 I'm not sure which hwclock is used Mar 07 13:36:19 erm, is usable Mar 07 13:36:48 wolf:~# /initrd/bin/busybox hwclock -r Mar 07 13:36:48 hwclock: Could not access RTC: No such file or directory Mar 07 13:37:34 do you have both rtc-devices in /dev now? Mar 07 13:37:46 I think util-linux and busybox hwclock uses different devices Mar 07 13:38:40 morning NAiL Mar 07 13:38:45 morning, VoodooZ Mar 07 13:39:02 can you set the hwclock on your somewhat-up-to-date slug? Mar 07 13:39:42 NAiL, i was going to ask how the release is coming but I see people are keeping you pretty busy. :) Mar 07 13:39:49 hehe Mar 07 13:39:51 yeah Mar 07 13:43:02 NAiL: i only have /dev/rtc, and a symlink from /dev/rtc0 -> /dev/rtc Mar 07 13:44:01 and both hwclocks fail? Mar 07 13:44:04 yup Mar 07 13:44:43 i could see if it works in openslug (i.e. unplug the hdd and boot from flash), but that would involve going offline for a bit (the slug is my firewall/nat). Mar 07 13:45:06 ah, you're using the debian stuff Mar 07 13:45:08 I keep forgetting Mar 07 13:45:15 yes, please try with openslug Mar 07 13:45:37 ok, back in a bit. Mar 07 14:05:03 Found the problem! Mar 07 14:05:17 In one four-letter word: udev. Mar 07 14:05:51 philpem: And the symtom/problem is? Mar 07 14:06:13 Symptom: hwclock doesn't work ("rtc not accessible by any known method") Mar 07 14:06:25 Solution: Install udev, then "ln -s /dev/rtc0 /dev/rtc". Mar 07 14:07:21 The ln might not be necessary... rebooting to find out :) Mar 07 14:08:21 ah, yeah Mar 07 14:09:09 philpem: Good, then I wont get hit by this ;) Mar 07 14:10:42 philpem: You might need to load hw clock device driver. But I don't remember if I need it. Mar 07 14:11:09 * jaxson walking to have a good swedish fika. Mar 07 14:21:57 yes, the ln is necessary. udev doesn't create the link automatically... Mar 07 14:27:50 trying devfsd.. brb Mar 07 14:56:09 * jaxson makes a note to tell philpem that devfs is obsoleted. Mar 07 15:09:13 HA! Sorted! :) Mar 07 15:09:25 Installed udev and added an rcscript to create the symlink. Mar 07 15:11:22 15:31 -!- philpem [n=philpem@81-86-139-157.dsl.pipex.com] has quit [" HydraIRC -> http://www.hydrairc.com <- IRC for those that like to be different"] Mar 07 15:11:25 16:00 * jaxson makes a note to tell philpem that devfs is obsoleted. Mar 07 15:16:07 NAiL: Thanks for reminding me and telling philpem. Yes, devfs is obsoleted by udev. Mar 07 15:16:30 philpem: NAiL: So is hotplug to (obsoleted by udev, that is). Mar 07 15:17:22 philpem: So it's good that you found a solution. I had similar problems on my desktop running Debian/AMD64bit Mar 07 15:18:18 Solution was to put hw time module in /etc/modules (don't have machine here and not that good memory :-) Mar 07 15:19:03 philpem: But that module is prob. compiled into kernel here in nslu2-linux kernel. Mar 07 15:19:29 (Have to check that out myself any day. Need compile some modules) Mar 07 16:41:22 now i just need to x-compile a new eciadsl for opendebianslug (bigendian debian). Mar 07 17:15:24 03bzhou * 10unslung/make/git-core.mk: git-core upstream upgrade to 1.2.4 Mar 07 17:15:55 03bzhou * 10unslung/make/cogito.mk: cogito upstream upgrade to 0.17 Mar 07 17:41:12 03oleon * 10unslung/make/xpdf.mk: xpdf: upstream upgrade to 3.01 Mar 07 17:47:18 03oleon * 10unslung/make/xmail.mk: xmail:upstream upgrade to 1.22 Mar 07 19:06:29 hmm not much life here Mar 07 20:00:37 03oleon * 10unslung/make/xvid.mk: xvid: upgrade to CVS 20060306 Mar 07 20:05:44 03oleon * 10unslung/Makefile: Promote xpdf for wl500g Mar 07 21:21:21 03azummo * 10kernel/2.6.16/82-nas100d-power.patch: added signed-offs and committed to l-a-k Mar 07 21:48:18 oyeah! finally got eciadsl-0.12cvs building :) Mar 07 21:48:39 now i just need to package it into a deb. fun. Mar 07 21:48:48 philpem: nslu2-utils is the debian package which fixes the /dev/rtc for you Mar 07 21:49:30 apt-get install nslu2-utils will install an init script to create the /dev/rtc symlink Mar 07 21:49:42 can't see it on the repo. my init script seems to do the job though. Mar 07 21:49:56 apt-get just says it can't find it Mar 07 21:50:05 apt-get update Mar 07 21:50:38 E: Couldn't find package nslu2-utils Mar 07 21:50:40 or.. what distro are you running? Mar 07 21:50:46 opendebianslug Mar 07 21:51:00 aka "debian-armeb" Mar 07 21:51:21 i'm not sure if there is a nslu2-utils package for BE Mar 07 21:51:29 only one source in /etc/apt/sources.list: "deb http://ftp.debonaras.org/sarge/debian sarge main" Mar 07 21:51:34 afaik there's only one for LE Mar 07 21:52:02 EvilDevil: i am NOT reinstalling again! i've only just got the slug to stop freezing after 10 hours, i'm not touching the kernel. Mar 07 21:52:17 unless someone finds a really serious security hole in iptables or something Mar 07 21:54:06 i have nothing against running beta software if it fixes problems. if i had a problem with beta software i wouldn't be using linux. not that i consider losedoze to be anything better than 'alpha grade' :) Mar 07 21:57:13 i'm not considering debianslug as "alpha or beta" software. i'm running it without problems: Mar 07 21:57:22 22:59:09 up 9 days, 8:32, 1 user, load average: 1.02, 1.10, 1.13 Mar 07 22:03:38 philpem: just a quick check, how did you fare with the 3.6 beta ? Mar 07 22:08:44 pepijn: not too hard to install after i figured out what needed changing to get the ethernet working :) Mar 07 22:15:28 but... is it stable so far ;) Mar 07 22:17:34 i noticed it has the 2.6.15.1 kernel and although my system is running stable with the head 2.6.16-rc4-git5 i'd like to give the (soon TBR) beta a whirl Mar 07 22:19:13 and maybe more important... to get the ethernet working? is that not just the ixp modules? Mar 07 22:19:33 or did it involve some minor trickery? Mar 07 22:21:47 just had to change some config files Mar 07 22:22:17 - /etc/network/interfaces and /etc/modprobe.conf needed "ixp425_eth" replacing with "ixp400_eth". Mar 07 22:22:25 ah, k Mar 07 22:22:35 then i just had to install some kernel modules and copy the new LED/beep scripts over Mar 07 22:22:45 won't need that then, since i am already running a newer version Mar 07 22:23:01 yes, that i might want too Mar 07 22:23:10 (the scripts) Mar 07 22:23:17 i'll run them through diff ;) Mar 07 22:25:09 pepijn: openslug binary release will be based on 2.6.16 final Mar 07 22:25:54 so it will be using head and not the beta-3.6 trunk? Mar 07 22:26:59 NAiL will be updating the beta-3.6 to match head when 2.6.16 is released, and then a short bit of alpha testing before a release. Mar 07 22:27:14 this allows us to support nas100d with this release too. Mar 07 22:27:48 which means the release of the newer version depends on the release of the newest kernel, right? Mar 07 22:28:22 yes, we're waiting for 2.6.16 final to be released. Mar 07 22:29:16 rest of the beta-3.6 branch is pretty much as it will be ? Mar 07 22:29:31 i mean, any use/sense in me alphatesting it ? Mar 07 22:29:59 03azummo * 10kernel/2.6.16/97-ds101.patch: merged 97-ds101-pci.patch 97-ds101-setup.patch 97-ds101-includes.patch Mar 07 22:30:06 if you're going to build something, then just build the head Mar 07 22:30:18 i did Mar 07 22:32:34 then i'll postpone the 'update' until NAiL has moved the 2.6 bits to the branch ;) Mar 07 22:32:43 2.6.16 even Mar 07 22:35:49 03azummo * 10kernel/2.6.16/ (patch-2.6.16-rc5-ide2 KERNEL): Updated to 2.6.16-rc5-git10 and patch-2.6.16-rc5-ide2 Mar 07 22:44:45 thanks, and goodnite for now :) Mar 08 00:10:29 03bzhou * 10unslung/ (4 files in 2 dirs): upstream upgrade to 8.0.7, added pg_dumpall in prerm Mar 08 00:23:20 03bzhou * 10unslung/make/libgc.mk: boehm libgc upstream upgrade to 6.7 Mar 08 00:56:10 03azummo * 10kernel/2.6.16/leds-class.patch: Upgraded to latest version. Mar 08 01:11:35 03bzhou * 10unslung/ (make/w3m.mk Makefile): stripped /opt/libexec/w3m/cgi-bin/ binaries, x-compilable now, bumped up IPK_VERSION Mar 08 01:25:27 uhm Mar 08 01:25:41 funny that usb hub werk with openslug... Mar 08 01:26:03 possibilty of 5 disks... Mar 08 01:26:16 why funny? openslug is just plain linux. Mar 08 01:26:27 yeah that's true. Mar 08 01:27:07 now i need to switch to xfs Mar 08 01:27:36 I work with xfs on a daily but I wasnt able to think about that for my backup system.. how lame.. Mar 08 01:27:45 daily basis that is. Mar 08 02:35:20 03jp30 * 10unslung/make/memcached.mk: memcached: don't allow looking in /lib for libevent Mar 08 07:54:08 Hi, is anybody here? Mar 08 07:57:43 Nobody here, it seems? Mar 08 07:58:01 plenty of people here - they're just waiting for you to ask a question ... Mar 08 07:58:38 Oh hi, I did not see any traffic, that's why Im asking. I have a problem with making the debianslug-image. Mar 08 07:59:15 I get the following error, when making from the master-makefile: "ERROR: Nothing provides dependency qemu-native" Mar 08 07:59:31 are you building debianslug-image or debianslug-packages? Mar 08 07:59:34 That's just the first error line. Any idea what's the problem? Mar 08 07:59:41 building the image Mar 08 07:59:49 what make command did you type? Mar 08 07:59:57 (cause the image does not depend on qemu-native) Mar 08 08:00:03 make setup && make debianslug-image Mar 08 08:00:31 actually followed the wiki step by step Mar 08 08:00:53 btw. a month ago it worked perfectly Mar 08 08:01:16 first I tried to update my old build: Mar 08 08:01:28 with make update && make debianslug-image Mar 08 08:01:44 but got the same error, then started from scratch, but the same error Mar 08 08:01:48 hang on and I'll try the same command. Mar 08 08:01:54 o.K. Mar 08 08:05:06 here's the complete error: Mar 08 08:05:15 [...] Mar 08 08:05:19 NOTE: package linux-libc-headers-2.6.11.1-r1: task do_package: completed Mar 08 08:05:23 NOTE: package linux-libc-headers-2.6.11.1-r1: task do_build: started Mar 08 08:05:27 NOTE: package linux-libc-headers-2.6.11.1-r1: task do_build: completed Mar 08 08:05:31 NOTE: package linux-libc-headers-2.6.11.1: completed Mar 08 08:05:35 ERROR: Nothing provides dependency qemu-native Mar 08 08:05:39 ERROR: dependency qemu-native (for glibc) not satisfied Mar 08 08:05:43 ERROR: Nothing provides dependency qemu-native Mar 08 08:05:47 ERROR: dependency qemu-native (for glibc-intermediate) not satisfied Mar 08 08:05:50 NOTE: no buildable providers for virtual/arm-linux-libc-for-gcc Mar 08 08:05:55 ERROR: dependency virtual/arm-linux-libc-for-gcc (for gcc-cross) not Mar 08 08:05:58 satisfied Mar 08 08:06:03 NOTE: no buildable providers for virtual/arm-linux-gcc Mar 08 08:06:07 ERROR: dependency virtual/arm-linux-gcc (for slugos-image) not satisfied Mar 08 08:06:07 NOTE: no buildable providers for slugos-image Mar 08 08:06:07 ERROR: dependency slugos-image (for debianslug-image) not satisfied Mar 08 08:06:07 NOTE: no buildable providers for debianslug-image Mar 08 08:06:08 make[1]: *** [image] Fehler 1 Mar 08 08:06:31 What type of host are you building this on ? Mar 08 08:06:49 debian sid, i386 Mar 08 08:07:22 Kanotix, to be exact, the same machine that worked a month ago without problems Mar 08 08:15:45 my build is compile glibc which must have been updated since I built last Mar 08 08:15:51 s/compile/compiling/ Mar 08 08:15:52 rwhitby meant: my build is compiling glibc which must have been updated since I built last Mar 08 08:17:24 well, my build stopped after compiling linux-libc-headers-2.6.11.1 (well I started from scratch) Mar 08 08:18:18 s/well/when/ Mar 08 08:18:18 Neuer_User meant: when, my build stopped after compiling linux-libc-headers-2.6.11.1 (well I started from scratch) Mar 08 08:18:47 Do you have anything in debianslug/conf/local.conf? Mar 08 08:18:49 grr, should have replaced the second well ;-) Mar 08 08:18:55 (or have you edited any conf files?) Mar 08 08:19:20 haven't edited anything, looking into the folder now... Mar 08 08:19:59 no local.conf (only a local.conf.sample) Mar 08 08:51:42 03azummo * 10kernel/2.6.16/ (3 files): Upgraded to patch-2.6.16-rc5-ide2 and 2.6.16-rc5-git11 Mar 08 08:55:19 Neuer_User: my build is still going - building the kernel now Mar 08 08:56:42 No problem, I'll wait Mar 08 08:57:37 slugos-image just started, so it looks like I can't reproduce your problem here. Mar 08 08:58:26 Hmm, that'll make it difficult to find the problem... Mar 08 08:58:47 What kind of host are you using? Mar 08 08:59:25 03azummo * 10kernel/2.6.16/ (82-nas100d-gpio.patch series): nas100d: power led fix Mar 08 09:01:27 maybe I should try starting from scratch again. Perhaps something has changed since yesterday. Mar 08 09:01:36 Debian Sid on i386 under vmware Mar 08 09:02:19 sounds similar except the vmware part, which shouldn't make a big difference Mar 08 09:02:31 nope Mar 08 09:03:49 o.k. Ißm starting again from scratch: mv slug slug-old && mkdir slug && cd slug && wget --cache=off http://www.nslu2-linux.org/Makefile Mar 08 09:04:09 doing make setup now Mar 08 09:04:42 rwhitby: Are you staying here a bit? Mar 08 09:06:37 Neuer_User: I'll be around on and off for the next two hours at least Mar 08 09:07:14 o.k., then I'll report on what I'm doing and what the results are. Mar 08 09:07:34 If I'm not around, I'll see it in the logs Mar 08 09:10:39 03azummo * 10kernel/2.6.16/ (82-nslu2-fix-depends.patch series): NSLU2: fix prompt dependencies Mar 08 09:11:33 o.k., make setup has finished, folder slug has 226 MB now Mar 08 09:12:40 copying the ixp-drivers from old build: cp ../slug-old/downloads/IPL_ixp400* downloads/ Mar 08 09:12:48 folder slug has now 229 MB Mar 08 09:13:40 starting make (make debianslug-image | tee debianslug-log) Mar 08 09:15:56 03oleon * 10unslung/ (3 files in 2 dirs): gettext: upgrade to 0.14.5 - ipk control cleanup, disable test generation Mar 08 09:29:13 ...downloading gcc at the moment ... Mar 08 09:29:46 03azummo * 10kernel/2.6.16/92-nslu2-maclist.patch: refreshed. Mar 08 09:36:54 ... downloading linux-libc-headers-2.6.11.1 now ... Mar 08 09:46:50 package glibc-2.3.5+cvs20050627-r3: task do_munge: started Mar 08 09:47:58 I wouldn't bet, but I think the problem occured earlier yesterday (namely, just behind the linux-headers...) Mar 08 09:58:50 hmmm, now doing the locales... Mar 08 10:14:49 downloading the kernel now Mar 08 10:15:54 rwhitby: It really seems to work today. The folder size is now 1.9 GB. Yesterday it stopped at 1 GB. Maybe it was just a temporary glitch. Mar 08 10:29:02 ok, good. Mar 08 10:31:03 rwithby: Hmm, o.k. the original problem is solved, however I got a new one: Mar 08 10:31:09 NOTE: package ixp4xx-csr-2.1-r9: task do_compile: started Mar 08 10:31:13 ERROR: function do_compile failed Mar 08 10:31:17 ERROR: see log in /home/michael/slug/debianslug/tmp/work/ixp4xx-csr-2.1-r9/temp/log.do_compile.3302 Mar 08 10:31:21 NOTE: Task failed: /home/michael/slug/debianslug/tmp/work/ixp4xx-csr-2.1-r9/temp/log.do_compile.3302 Mar 08 10:31:25 NOTE: package ixp4xx-csr-2.1-r9: task do_compile: failed Mar 08 10:31:25 ERROR: TaskFailed event exception, aborting Mar 08 10:31:26 NOTE: package ixp4xx-csr-2.1: failed Mar 08 10:31:26 ERROR: Build of debianslug-image failed Mar 08 10:31:26 make[1]: *** [image] Fehler 1 Mar 08 10:32:10 I used the ixp code I downloaded from intels site at the beginning of this year. Has the code changed? Mar 08 10:39:27 At least the nslu2 wiki still mentiones Library-2.1, which I have... Mar 08 10:41:37 o.k. looking into the log slug/debianslug/tmp/work/ixp4xx-csr-2.1-r9/temp/log.do_compile.3302, I see the following errors: Mar 08 10:42:33 at the end of the log: Mar 08 10:42:35 make[4]: Entering directory `/home/michael/slug/debianslug/tmp/staging/arm-linux/kernel' Mar 08 10:42:39 CC [M] /home/michael/slug/debianslug/tmp/work/ixp4xx-csr-2.1-r9/ixp400_xscale_sw/lib/l Mar 08 10:42:43 inuxle/ixp400.o Mar 08 10:42:43 /home/michael/slug/debianslug/tmp/work/ixp4xx-csr-2.1-r9/ixp400_xscale_sw/lib/linuxle/ixp Mar 08 10:42:43 400.c:1:2: #error this file must never be compiled Mar 08 10:42:44 make[5]: *** [/home/michael/slug/debianslug/tmp/work/ixp4xx-csr-2.1-r9/ixp400_xscale_sw/l Mar 08 10:42:44 ib/linuxle/ixp400.o] Error 1 Mar 08 10:43:52 at the beginning there are also some interesting lines although maybe not errors: Mar 08 10:43:53 Makefile:1227: lib/linuxle/qmgr-component-dependencies.d: No such file or directory Mar 08 10:43:57 Makefile:1227: lib/linuxle/npeMh-component-dependencies.d: No such file or directory Mar 08 10:44:01 Makefile:1227: lib/linuxle/npeDl-component-dependencies.d: No such file or directory Mar 08 10:44:05 Makefile:1227: lib/linuxle/ethAcc-component-dependencies.d: No such file or directory Mar 08 10:44:09 Makefile:1227: lib/linuxle/ethDB-component-dependencies.d: No such file or directory Mar 08 10:44:14 Makefile:1227: lib/linuxle/ethMii-component-dependencies.d: No such file or directory Mar 08 10:44:14 Makefile:1227: lib/linuxle/featureCtrl-component-dependencies.d: No such file or director Mar 08 10:44:14 y Mar 08 10:44:14 Makefile:1227: lib/linuxle/osServices-component-dependencies.d: No such file or directory Mar 08 10:44:14 Makefile:1227: lib/linuxle/oslinux-component-dependencies.d: No such file or directory Mar 08 10:50:31 Hmmm, the file slug/debianslug/tmp/work/ixp4xx-csr-2.1-r9/ixp400_xscale_sw/lib/linuxle/ixp400.c only has one line saying "#error this file must never be compiled" Mar 08 10:55:19 as the ixp400 code is provided as a binary file (ixp400.o is present in ./debianslug/tmp/work/ixp4xx-csr-2.1-r9/ixp400_xscale_sw/lib/linuxle/ ) Mar 08 10:55:37 however, there is no ixp400.ko Mar 08 10:57:05 So, when I restart the make, this time I get another error message, saying "install: cannot stat `lib/linuxle/ixp400.ko': No such file or directory" **** ENDING LOGGING AT Wed Mar 08 10:59:56 2006