Subject: Problems with utoppy(4) and utoppya(1)
To: None <current-users@netbsd.org>
From: Martti Kuparinen <martti.kuparinen@iki.fi>
List: current-users
Date: 04/08/2006 15:51:34
Hi,

I'm having big problems with the new utoppy(4) device. I have
Topfield 5100PVR (terrestial) with Mar-15-2006 firmware.


# uname -srm 
NetBSD 3.99.17 i386

# utoppya df
Hard Disk Size: 152625 MB
Hard Disk Free: 62479 MB

# utoppya ls DataFiles 
drw-           0 Jan  1 1970 02:00 ..
[...]
-rw-  1363658752 Mar 27 2006 02:30 Soluttautujat.rec
[...]


So I was able to get the full listing from the DataFiles directory.
However, I'm not able to get or put any large files.


# utoppya get DataFiles/Soluttautujat.rec 
utoppya: ioctl(UTOPPYIOREADFILE, DataFiles/Soluttautujat.rec): Input/output error


Small files seem to work.


# date > test
# utoppya put test DataFiles/test.rec
# utoppya ls DataFiles
-rw-          30 Apr  8 2006 12:46 test.rec
# utoppya get DataFiles/test.rec
# diff test test.rec | wc -l
        0


Any ideas?

Martti