From owner-freebsd-multimedia Sun Nov 16 06:28:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA23679 for multimedia-outgoing; Sun, 16 Nov 1997 06:28:51 -0800 (PST) (envelope-from owner-freebsd-multimedia) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id GAA23671 for ; Sun, 16 Nov 1997 06:28:45 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id OAA14913; Sun, 16 Nov 1997 14:21:10 +0100 From: Luigi Rizzo Message-Id: <199711161321.OAA14913@labinfo.iet.unipi.it> Subject: rvplayer problem... To: multimedia@freebsd.org Date: Sun, 16 Nov 1997 14:21:10 +0100 (MET) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk (this message probably would be better directed to -hackers...) I am trying to use the rvplayer 5.0 and since it is a linux binary i had to load the linux emulator with modload /lkm/linux_mod.o (this is my first try with the linux emulator -- i am running 2.2.1 and linux_mod.o is the stock one.) the program starts fine, and even starts displaying the first frame of the sample file welcome.rm which comes with the package. However, it immediately emits the message LINUX: 'ioctl' fd=5, typ=0x450(P), num=0xf not implemented at which point the program seems rather stuck on a select doing nothing useful. The audio device is not open after the failure. Now the message comes from the linux_ioctl module and I have tracked it down to a few missing defines for some audio ioctls in the linux emulation code (the one above is GETCAPS or something similar). Is there any hope that, if I fix the above ioctl (btw: how do i rebuild /lkm/linux_mod.o ?) that the player works ? Has anyone had success with it ? Cheers Luigi