Find the answer to your Linux question:
Page 106 of 171 FirstFirst ... 6 56 96 102 103 104 105 106 107 108 109 110 116 156 ... LastLast
Threads 2101 to 2120 of 3405

Forum: Kernel

Request help with Linux kernel compilation, theory, programming, or other kernel related issues

  1. ibm etherjet pc card driver

    A 2.4.x driver for the IBM EtherJet PC-Card NIC (cs89x0_cs) chang for 2.6.X driver for the IBM EtherJet PC-Card NIC how to rewrite cs89x0_cs.c ...

    Started by yytgdut, 02-29-2008
    • Replies: 0
    • Views: 1,133
    02-29-2008 Go to last post
  2. Question Cannot make install kernel

    Hello all, this is my first post here as i've always found the answers i needed before. Hope you can help me out with this one! I have gotten most...

    Started by plr4ever, 02-18-2008
    • Replies: 2
    • Views: 3,239
    02-29-2008 Go to last post
  3. Cool Ipsec arcitecture of Linux kernel 2.6.xx

    I am looking for a flow of the most important function calls when IPsec is active, I am talking about net/ipv4/ip_input.c and net/ipv4/ip_output.c...

    Started by logicman112, 02-27-2008
    • Replies: 0
    • Views: 839
    02-27-2008 Go to last post
  4. 2.6.23 compiling with ALSA

    Messing about with the kernel earlier, I discovered ALSA won't work (alsaconf doesn't detect my card) if it is compiled statically. With the exact...

    Started by darkrose0510, 02-27-2008
    • Replies: 0
    • Views: 577
    02-27-2008 Go to last post
  5. Linux (real-time) scheduling help

    Hi, I need a confirmation that I got this right: 1. A thread gets created and put on a run queue, put there by class specific enqueue_task(),...

    Started by micke_b, 02-24-2008
    2 Pages
    1 2
    • Replies: 10
    • Views: 7,909
    02-27-2008 Go to last post
  6. USB 1.1 support in 2.6 kernel

    hi all, I am having a device driver which is used in kernel 2.4 for two different usb1.1 devices (i build two drivers using same source using...

    Started by vishakvkurup, 02-26-2008
    • Replies: 1
    • Views: 562
    02-27-2008 Go to last post
  7. proc file system implementation

    Hi Everyone, Could anybody guide me about how exactly the proc file system is updated.. the interfaces ( the kernel functions ) called for updating...

    Started by vinodhegde1, 02-18-2008
    • Replies: 1
    • Views: 855
    02-26-2008 Go to last post
  8. How to use unix command in c program

    Hi, I am new to Linux world.I know the basic commands in Unix.and I want to develop a c program using Unix command .plz send me the example...

    Started by pnpvivek, 02-22-2008
    • Replies: 2
    • Views: 7,621
    02-25-2008 Go to last post
  9. Stepper Motor Device Driver Development

    Hi, I've been playing with ways to drive a stepper motor by writing a device driver, which works well if I have a calling process that writes to a...

    Started by sheepdip, 02-20-2008
    • Replies: 2
    • Views: 1,114
    02-22-2008 Go to last post
  10. Unhappy Please explain arrayq_put() in arrayq.c

    Hi , I am a novice programmer in Device Driver and Kernel Programming.I have come through a function in arrayq.c whose main work is to put element...

    Started by actiononmail, 02-22-2008
    • Replies: 0
    • Views: 533
    02-22-2008 Go to last post
  11. Problem in compiling a device driver program

    Hi All, I'm a new aspiring device driver programming learner. I have downloaded scull source code ( of Alessandro Rubini: linux device drivers...

    Started by p.arun, 01-18-2008
    • Replies: 1
    • Views: 4,294
    02-22-2008 Go to last post
  12. Applications slow to startup after upgrade to 2.6.24.2

    Ok, this is strange. I recently upgraded (from source) from 2.6.18 to 2.6.24. Everything seems to work OK (finally), except... whenever I launch an...

    Started by jdaviestx, 02-19-2008
    • Replies: 1
    • Views: 955
    02-21-2008 Go to last post
  13. Manipulating the kernel

    I didn't want to start a new thread for this, but I haven't stumbled across the answer otherwise... If I, say, have no use whatsoever for SCSI...

    Started by ryokimball, 02-20-2008
    • Replies: 1
    • Views: 654
    02-20-2008 Go to last post
  14. Reboot implentation in Fedora linux kernel

    Hi every one, I'm able to reboot my target board with the processor using the command from the bash prompt. But i can't able to reboot by the...

    Started by gansan, 02-19-2008
    • Replies: 1
    • Views: 560
    02-19-2008 Go to last post
  15. Kernel CAPS for users?

    Hi, I basically know about the kernel capabilieties. They can be set for Processes to give them rights to overgo the DAC-rights, do kills and so...

    Started by picknicker187, 02-18-2008
    • Replies: 0
    • Views: 556
    02-18-2008 Go to last post
  16. write() method for sockets in kernel

    Iperf client calls write() to send a message to iperf server. My aim - is to find out the way the information goes thru the kernel. First of all, i...

    Started by zvoice, 02-16-2008
    • Replies: 4
    • Views: 869
    02-18-2008 Go to last post
  17. When mlock() is not supported.

    Hi All! I started to develop an own solution to protect the memory of processes against manipulation and other memory problems or attacks. It may...

    Started by start_kernel(), 02-15-2008
    • Replies: 0
    • Views: 637
    02-15-2008 Go to last post
  18. HELP::Kernel compilation:ncurses issue

    Hi, Though this has nothing to do with linux kernel as such,but posting here as someone might have faced the similar issue during kernel...

    Started by amit4g, 02-13-2008
    • Replies: 1
    • Views: 2,065
    02-13-2008 Go to last post
  19. Acquire uncached MAC address in kernel.

    Hi, I have a problem which I can't solve even after googling and reading through the available and relevant information that I can find. I hope...

    Started by shuperb, 02-12-2008
    • Replies: 0
    • Views: 1,043
    02-12-2008 Go to last post
  20. Question create hash table in kernel module

    hello guys. I am quite new to kernel programming and I m doing some project where i have to create one kernel module that creates 2 hash tables. How...

    Started by totaldope, 02-11-2008
    • Replies: 0
    • Views: 3,561
    02-11-2008 Go to last post

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •