2.6.2.8. FE_DISHNETWORK_SEND_LEGACY_CMD

2.6.2.8.1. Name

FE_DISHNETWORK_SEND_LEGACY_CMD

2.6.2.8.2. Synopsis

int ioctl(int fd, FE_DISHNETWORK_SEND_LEGACY_CMD, unsigned long cmd)

2.6.2.8.3. Arguments

fd
File descriptor returned by open().
cmd
Sends the specified raw cmd to the dish via DISEqC.

2.6.2.8.4. Description

Warning

This is a very obscure legacy command, used only at stv0299 driver. Should not be used on newer drivers.

It provides a non-standard method for selecting Diseqc voltage on the frontend, for Dish Network legacy switches.

As support for this ioctl were added in 2004, this means that such dishes were already legacy in 2004.

2.6.2.8.5. Return Value

On success 0 is returned, on error -1 and the errno variable is set appropriately. The generic error codes are described at the Generic Error Codes chapter.