ioctl (input/output control) is a system call for device-specific I/O operations and other operations which cannot be expressed by regular system calls

learn more… | top users | synonyms

0
votes
1answer
44 views

Using RNDADDENTROPY to add entropy to /dev/random

I have a device which generates some noise that I want to add to the entropy pool for the /dev/random device in an embedded Linux system. I'm reading the man page on /dev/random and I don't really ...
0
votes
0answers
15 views

how to GET VLAN INGRESS/EGRESS Priority value in vconfig?

Can anyone please tell me how to GET VLAN INGRESS/EGRESS PRIORITY value which is already set by using SET_VLAN_INGRESS_PRIORITY_CMD. I am trying to write interface for vconfig implementation. In ...
0
votes
1answer
20 views

What does FIONREAD of udp socket returns?

Does ioctl of FIONREAD return the next packet's length, or the length of all data in the buffer? For example, If there is a UDP server which receives 2 packets from a client and another 2 packets ...
0
votes
0answers
33 views

IOCTL Method - Linux

I have an exam question and I can't quite see how to solve it. A driver need the ioctl method to be implementet and testet. I have to write the ioctl() method, the associated test program as well as ...
0
votes
1answer
55 views

Bluetooth discovery with Android NDK

I'm trying the following: sockfd = socket(AF_INET, SOCK_DGRAM, 0); if (sockfd < 0) { goto gotError; } lastlen = 0; len = 100 * sizeof(struct ifreq); /* initial buffer size guess */ for ( ; ...
0
votes
2answers
90 views

Linux IOCTL commands

Trying to implement IOCTL commands, and just encountered as below: If _IO is for both read and write than why should I consider _IOR and _IOW any clue please ?
0
votes
0answers
23 views

Finding Lifetime for a Memory card(S.M.A.R.T)

I would like to findout lifetime for a memory Card. So i need to fetch below information from the device(Memory card) using IOCTL calls. a)Total block write count b)program erase count But I am not ...
0
votes
0answers
66 views

Try to reset a microSDHC card in SPI mode using Linux

I have an important issue with a microSDHC card: Recently I bought a SanDisk Extreme Pro 8 GB microSDHC Class 10 UHS-I 95MB/s for research purposes. First I have connected the microSDHC card using a ...
0
votes
0answers
74 views

ioctl(sock, SIOCETHTOOL, &ifr) why its returning -1 all the time

/* Same piece of code works differently for two different version of Linux & there out put as below Linux mammo-linux 2.6.27.19-5-default #1 SMP 2009-02-28 04:40:21 +0100 x86_64 x86_64 x86_64 ...
0
votes
0answers
30 views

Example of how to convert C ioctl call to Ruby?

I am trying to wrap my head around an idea to interact with a RAID card directly using Ruby. I did some investigating in to the driver and found an example call I want to make (which appears to get a ...
0
votes
1answer
57 views

c++ with ndk platform error help '_IOR' was not declared in this scope

anyone can tell me why i get this error when compile cpp code with ndk: C:/ndk/samples/fmservice/src/jni/JFmRxNative.cpp:304:24: error: expected primary-expression before 'struct' ...
0
votes
1answer
39 views

Updating Linux Device Driver

I'm a LDD newbie and I've been assigned a task of upgrading a driver which worked on a 2.6.35 kernel to work on a current kernel, 3.6.10. In order to get the driver to compile, I had to change from ...
0
votes
1answer
103 views

Including ioctl codes in userspace program

Is there is a common practice for userspace programs to include ioctl codes used in a kernel module. mydev.h: #ifndef MYDEV_H #define MYDEV_H #define <linux/ioctl.h> #define MYDEV_IOC_MAGIC ...
0
votes
0answers
66 views

python-Read/Write existing tun/tap device

Ho can i access an existing tunnel device that already created by ip command in python language: ubuntu:~# ip tuntap add mode tun ubuntu:~# ifconfig tun0 192.168.20.20 dstaddr 192.168.20.21 netmask ...
1
vote
0answers
247 views

Spidev do not write/read simultaneously using ioctl

I hope to find some help even if this issue might be more hardware than software related (we'll see). I'm working on a custom board based on Freescales P1021 processor (ppc, e500v2 core). A external ...
0
votes
1answer
246 views

why does ioctl return “bad address”

I use the the code below to output data from SPI port of an embedded board (olimex imx233-micro -- it is not a board specific question). When I run the code ioctl return "bad address". I am modifying ...
0
votes
2answers
116 views

How to check if interface is up

Title pretty much says it all. If I run ifconfig, I get this: eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet -snip- netmask 255.255.255.0 broadcast -snip- ... Using ...
0
votes
0answers
48 views

IOCTL on raw socket ending up in SIGSEGV

I'm working on a application that uses raw sockets to receive data from the network and to collect some statistics I need to know how much data there's in the queue and have access to this data ...
0
votes
1answer
136 views

IOCTL write crashing

I am trying to implement ioctl in kernel space to write some date into the register, I am getting a crash in cmd of ioctl. Below is my code: Kernel side: static struct file_operations fops = { ...
1
vote
1answer
61 views

Smart Card communication establishment in Windows

When I insert a Smart Card to the reader after receiving ATR I can see in the driver log a number of IOCTL's that are not sent by my application (as is not running). My question is if there is any ...
0
votes
2answers
154 views

Sniffing IOCTL and serial port communication

I'm trying to reverse the protocol used by an early nineties logic analyzer an its PC software. The device is connected via RS-232 (propietary wiring) and communicates with a DOS program, successfully ...
0
votes
2answers
89 views

Is it a good design to write the core main program in c++/shell script when the .so are in pure c? [closed]

I would like to write a core main server handles request by user (in shell like enviorment) and load dynamic libraries executes ioctls and some debugfs. The core server is in c++ and the loadable libs ...
0
votes
0answers
80 views

ioctl on bluetooth device using BlueZ stack

I'm trying to set the packet timeout on a bluetooth device, using the BlueZ stack on a linux (Ubuntu) machine. I'm using the example code provided in the BlueZ tutorial. The device is a SENA UD100 ...
0
votes
0answers
49 views

Is linux's ioctl user access manageable?

I would like to call a ioctl function from a program launched with a low-privilege user. Is it possible and, if so, how should i perform this ? Here is my ioctl action : def get_ip_address(ifname): ...
0
votes
0answers
84 views

IOCTL_ATA_PASS_THROUGH_DIRECT fails in Windows8

Here is my sample code: PATA_PASS_THROUGH_DIRECT pATAPTD = NULL; DWORD dataSize = sizeof(ATA_PASS_THROUGH_DIRECT) + 512; pATAPTD = (PATA_PASS_THROUGH_DIRECT) VirtualAlloc(NULL, dataSize, MEM_COMMIT, ...
4
votes
2answers
84 views

Attempting to pass argument to ioctl call zeros out argument

I am trying to call an ioctl function in my toy file system module. I would simply like to have this ioctl set a variable that is passed in by the caller. So far I have set up the ioctl infrastructure ...
1
vote
0answers
79 views

no ioctl command

While running the function in kernel space kernel_sock_ioctl(socket, FIONBIO, &on) it returns error ENOIOCTLCMD 515 /* No ioctl command */ But when executing the same function in userspace ...
1
vote
0answers
123 views

Debugging kernel hang because of IOCTL calls

I am trying to make a kernel module which is working on 2.6.32 kernel to work on 3.6 kernel. We use IOCTL calls to update structures in Linux Kernel Module. These calls are working fine in 2.6.32 ...
4
votes
2answers
446 views

Physical disk size not correct (IoCtlDiskGetDriveGeometry)

I use the code below to get the physical disk size, but the size returned is not correct. I've checked the size with other tools. The code below reports Total disk space: 8.249.955.840 bytes ...
0
votes
1answer
169 views

error getting interface index using SIOCGIFINDEX

Hi i am trying to do packet injection using raw sockets, i have a problem in getting the interface index using SIOCGIFINDEX command of the ioctl. I am using ubuntu 12.04 as my OS. Please help the code ...
0
votes
0answers
15 views

What is the algorithm used to generate a Volume Identifier as used by Mount Manager?

I notice that if I plug the same USB memory stick into different Windows 7 machines and on each machine issue the mountvol command, that each machine reports a different 'volume identifier' (GUID) for ...
0
votes
1answer
287 views

IOCTL call and checking return value

if((err = ioctl(fd, IOC_CARD_LOCK, &lock)) < 0) { printf("ioctl failed and returned errno %d \n",err); } Is the above code correct and a good programming practice? It does compile on my ...
0
votes
1answer
48 views

How can the Java InputStream function `available()` be implemented using the C language?

How can the Java InputStream function available() be implemented using the C language? This function returns an estimate of the number of bytes which can be read from an InputStream without blocking ...
0
votes
1answer
211 views

Where is TIOCMGET supposed to be implemented?

This is really just to satisfy my curiosity after this question. Although I'm now using an alternative solution, the original problem appears to come down to the fact that TIOCMGET is not implemented, ...
1
vote
1answer
105 views

Python - Getting Mac address with C types and native ioctl() yields uknown results

I was working on a mini module to have low level network interface access for my university assignmets (not that this is an actual assignment, just to clarify) in python. The actual assignment was ...
10
votes
1answer
256 views

How can I set the RTS with ioctl() in a Mac plugin?

I am able to set the RTS with ioctl in a small Terminal app, but not in my Mac plugin code, although both run the same code. In the plugin I can only "get" the serial ports flags/pins, but not "set" ...
1
vote
1answer
169 views

Passing ioctl codes from Kernel module to Userspace program

ioctl codes in Kernel modules are usually defined as macros inside .c or .h file, i.e.: #define DRV_CTL_RESET _IO(DRV_MAGIC, 0x01) #define DRV_CTL_DSP_TO _IO(DRV_MAGIC, 0x02) and ...
1
vote
1answer
220 views

How to properly convert a C ioctl call to a python fcntl.ioctl call?

Following an example on resetting a serial port in Linux I wanted to translate the following snippet fd = open(filename, O_WRONLY); ioctl(fd, USBDEVFS_RESET, 0); close(fd); into valid python code. ...
13
votes
2answers
532 views

HDD serial number flipped every 2 bytes in Windows XP, Vista and 7 but not in Windows 8

I need to get HDD serial number to use it as a key for licensing a software. I used diskid32 code in this url: http://www.winsim.com/diskid32/diskid32.html It used the DeviceIoControl Win32 API with ...
0
votes
1answer
309 views

ioctl failing “No such File or Directory”

I am trying to control a LED on a custom board. I have written the device driver and successfully loaded it. I have created a device file in /dev directory with the correct major number. Then I wrote ...
0
votes
0answers
97 views

How to do Linux ioctl operation in Android using UsbManager

How do I do a Linux ioctl operation in Android using UsbManager if C code is performing the following ioctl operation: char argv[1024]; ioctl(fileDesc, _IOC(_IOC_READ,'P',1,1024),argv); How can I ...
1
vote
2answers
557 views

add and remove IP addresses to an interface using ioctl or netlink

Is there anyway to add and remove IP addresses from an interface (like loopback) in C? I found ioctl and a few documents explaining how to do that (e.g. this link), however they are all for setting ...
0
votes
0answers
100 views

android ioctl with FIONREAD always 0 when using some wifi AP

I'm trying to get to know how many bytes there are readable at my UDP socket.When I use ioctl like ioctl(m_Socket,FIONREAD,&len),I am calling ioctl with the Flag "FIONREAD" which should actually ...
1
vote
0answers
113 views

Difference between SIOCGIFCONF and NETLINK protocol results when enumerating IPv6 addresses on Linux

'ifconfig' relies on SIOCGIFCONF to enumerate the IP addresses on the Linux machine, but it seems to return different set of IPv6 addresses than the output of 'ip addr show', which relies on NETLINK ...
1
vote
1answer
272 views

Python ioctl error on Mac OS

I'm trying to run the following function on a Mac and It's throwing struct.pack('iL', bytes, names.buffer_info()[0]) IOError: [Errno 102] Operation not supported on socket It works just fine on ...
1
vote
0answers
175 views

How to write into the VGA memory (not video buffer, memory) to display a logo on screen, in Linux?

I would like to write into the VGA memory (video memory, not buffer) from user space by mmap-ing in user space and sending the address to kernel space where, i would use pfn remap to map those mmap-ed ...
1
vote
1answer
116 views

How to get list of network interface device specific files in Solaris [duplicate]

Possible Duplicate: Solaris: Programmatic interface to ifconfig? How do I get the list of all "/dev/net0 /dev/bge0, Network Interface device file", using C program.
1
vote
1answer
155 views

How IOCTL works?

I want to know how IOCTL works. I know the basics: DeviceIoControl() -> kernel32.dll -> ntdll.dll -> the moment it gets from user mode to kernel mode -> I/O Manager -> IRP Question is how IOCTL gets ...
2
votes
0answers
170 views

DeviceIoControl call fails with windows error code 183

I am trying to write buffer data to SCSI device, but when I fire the deviceIoControl call, I get the windows error code 183. The error code indicates File already exits but I am not able to understand ...
4
votes
2answers
290 views

How can I determine the amount of write/output buffer space left on a linux serial port?

You can determine how much data is available to read from a serial port under linux using an ioctl. Is it possible to determine how much buffer space remains for the serial port when writing to it? ...

1 2 3 4