I forgot that you had installed wrong versions before.. so you have to remove or overwrite the old versions, otherwise "ipkg install" won't install the new files! (since the version number is probably lower than the installed packages)
# ipkg -recursive remove owlib owfs owshell owcapi fuse-utils kmod-fuse libfuse temploggerd # ipkg update # ipkg install owfs owshell And make sure the packages are downloaded from http://owfs.sourceforge.net/openwrt/midge/packages/ during the installation. Make sure the installed versions are the same on all ow* and *fuse*. # ipkg list_installed | egrep "ow|fuse" ow-packages should be 2.6p6-3 fuse-packages should be 2.4.2-2 /Christian > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:owfs- > [EMAIL PROTECTED] On Behalf Of Christian > Magnusson > Sent: den 27 augusti 2007 22:32 > To: [email protected] > Subject: Re: [Owfs-developers] Fwd: Problem with BR6104KP and OWFS > > > I hope you installed the packages from > http://owfs.sourceforge.net/openwrt/midge/packages/ > Did you forget to update the new owlib package? It looks like you only > updated the binaries, and not the owlib. > > I hope you have added the new repository to your config-file. (and make > sure > you don't have any other old owfs-repositories in the config-file) > # echo "src owfs http://owfs.sourceforge.net/openwrt/midge/packages/" > >> > /etc/ipkg.conf > # ipkg update > # ipkg install owlib owfs owshell > > "ipkg upgrade" is not recommended anymore since it's hard to know what > happens after the upgrade. > The command is actually disabled in newer kamikaze releases. > > After you have updated the packages owfs, owlib and owshell, it's time > to do > debug owserver. > > What does owserver say when you start it in foreground and debug-output > turned on? > # owserver --foreground --error_level=5 --error-print=2 -p 3002 -d > /dev/ttyS1 > > I don't understand what you mean with "8;" ? Can't you login to your > router > any more? Is it not responding to ping either any more? > > BTW: did the kernel module work for you? (eg. is it possible to load > and > unload the module?) > This is how it looks on my router. > # insmod fuse > # rmmod fuse > # dmesg | tail > fuse init (API version 7.2) > fuse distribution version: 2.4.2 > fuse exit > > /Christian > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
