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


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:owfs-
> [EMAIL PROTECTED] On Behalf Of Vladimir Loula
> ml.
> Sent: den 27 augusti 2007 20:36
> To: [email protected]
> Subject: Re: [Owfs-developers] Fwd: Problem with BR6104KP and OWFS
> 
> Hi Christian,
> i test in my router your new compiled OWFS.
> 1; i reinstall all
> 2; i run
>    ipkg upgrade
>    ipkg update
>    ipkg install owfs
> in /etc/default/owserver i change "-d /dev/ttyS1"
> 3; when i reboot router in process is start owserver, owhttpd, owfs
> 4; in /tmp/1wire is any directory (dont show my DS18B20 :( )
> 5; i measure with osciloscope RX and TX on DS2480 (ttyS1) - any signal
> 6; i kill all owfs (kill-owfs)
> 7; run this cmd #cat > /dev/ttyS1 and in osciloscope have signal
> (9600Bd)
> 8; when i reboot router is dont start telnet - i discover when i run
> #kill-owfs and reboot router next is dont start telnet
> 
> Greets Vladimir
> 
> 
> 
> 
> I have compile some new packages against the midge-svn source.
> The fuse kernel-module were missing in the svn, and I updated it to
> 2.4.2
> since it works for openwrt whiterussian 0.9.
> 
> The kernel-module is called kmod-fuse_2.4.32+2.4.2-adm5120-2_mipsel.ipk
> since it's built for adm5120 processor. I hope this is correct for your
> router.
> 
> The new packages are located at:
> http://owfs.sourceforge.net/openwrt/midge/packages/
> 
> fuse-utils_2.4.2-2_mipsel.ipk
> kmod-fuse_2.4.32+2.4.2-adm5120-2_mipsel.ipk
> libfuse_2.4.2-2_mipsel.ipk
> owcapi_2.6p6-3_mipsel.ipk
> owfs_2.6p6-3_mipsel.ipk
> owlib_2.6p6-3_mipsel.ipk
> owshell_2.6p6-3_mipsel.ipk
> temploggerd_1.3.6-4_mipsel.ipk
> 
> Can you try the owserver-binary in the owfs-package now?
> 
> /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

Reply via email to