**** BEGIN LOGGING AT Sat Dec 03 02:59:57 2011 Dec 03 11:34:41 blathijs: isn't the fonera2n (2.3.7.0b2) supposed to be able to mount nfs shares? I'm pretty sure it used to work... but somehow I now get a "no such device" Dec 03 12:46:33 khanku: Dunno, I don't think it's officially supported Dec 03 12:48:50 Perhaps the firmware used to include the nfs client kernel module, though, I'm not sure Dec 03 13:32:39 strange Dec 03 13:35:39 khanku: What do you do to get that error? Dec 03 13:41:31 I try mounting Dec 03 13:41:32 root@Fonera:~# mount -t nfs 192.168.2.6:/nethdd/nfs /mnt/ -o nolock Dec 03 13:41:32 mount: mounting 192.168.2.6:/nethdd/nfs on /mnt/ failed: No such device Dec 03 13:44:22 The fact that it doesn't say, "unknown filesystem type" or something does suggest that the kernel module is present Dec 03 13:44:53 Hmm, though Google seems to suggest otherwise: "No such device" - NFS is not configured into the client's kernel. Dec 03 13:45:57 I suspect this one would be needed: # CONFIG_PACKAGE_kmod-fs-nfs-common is not set Dec 03 13:46:58 I'll try taht Dec 03 13:47:01 that* Dec 03 14:03:08 With that, you mean compiling a custom image with that module? Dec 03 14:03:19 possibly Dec 03 14:03:33 do you think copying the module and insmod'ing it would suffice? Dec 03 14:04:05 That would work, but only if you compiled it within a fonosfera checkout (i.e., the module from OpenWRT won't work) Dec 03 14:04:30 you could even copy the .ipk file (in openwrt/bin/packages/mipsel) and install that with opkg Dec 03 14:04:39 (and then insmod it) Dec 03 14:05:36 let's try Dec 03 15:04:31 hi Dec 03 15:05:40 is it possible to load a custom firmware version via network and test it entirely in ram (without flashing the router) ? Dec 03 15:09:32 zen__: I don't think that there's any support for that in the boot scripts etc. Dec 03 15:10:03 Perhaps it could be made to work, but I think that would require jexec support in the kernel (to switch kernel) and changes to the boot scripts and whatnot Dec 03 15:10:09 so, it's not quite easy Dec 03 15:10:31 perhaps OpenWRT has some support for that, which could simplify things Dec 03 15:30:53 blathijs: thanks **** ENDING LOGGING AT Sun Dec 04 02:59:58 2011