Kaffeine playback jerky

Jonas Norlander jonorland at gmail.com
Tue Sep 2 15:36:17 UTC 2008


2008/9/2 Billie Walsh <bilwalsh at swbell.net>:
> /dev/scd0:
>  IO_support    =  0 (default)
> 16-bit)
>  HDIO_GET_UNMASKINTR failed: Inappropriate ioctl for device
>  HDIO_GET_DMA failed: Inappropriate ioctl for device
>  HDIO_GET_KEEPSETTINGS failed: Inappropriate ioctl for device
>  readonly      =  0 (off)
>  readahead     = 256 (on)
>  HDIO_GETGEO failed: Inappropriate ioctl for device
>
> I don't know what an "ioctl" is either.
>

>From the manual:

NAME
       ioctl - control device

SYNOPSIS
       #include <sys/ioctl.h>

       int ioctl(int d, int request, ...);

DESCRIPTION
The ioctl() function manipulates the underlying device parameters of
special files.  In particular, many operating characteristics of
character special files (e.g., terminals) may be controlled with
ioctl() requests.




More information about the kubuntu-users mailing list