Find the answer to your Linux question:
Page 23 of 171 FirstFirst ... 13 19 20 21 22 23 24 25 26 27 33 73 123 ... LastLast
Threads 441 to 460 of 3418

Forum: Kernel

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

  1. Looking for old source kernel 2.4.x

    Hello, I have an old thin client with CPU VIA Nehemiah. This old hardware CPU support only i385-i586, also I would like to build custom kernel...

    Started by bcostacurta, 11-10-2011
    • Replies: 1
    • Views: 719
    11-10-2011 Go to last post
  2. what does the kernel panic mean?

    Hi, all: How should I obtain the reason of kernel panic? How should I debug the program which result in a kernel panic? What can I get from...

    Started by liklstar, 11-10-2011
    • Replies: 1
    • Views: 677
    11-10-2011 Go to last post
  3. How does a NIC driver activate with upper layer mutually?

    Hi, all: How can I know whether the packets recieved from network by my own NIC driver are transmitted to upper layer(IP layer) or not? How...

    Started by liklstar, 11-07-2011
    • Replies: 5
    • Views: 772
    11-09-2011 Go to last post
  4. e1000 and e1000e not working Ethernet...

    My objective is to Update new kernel...After compile kernel ....my Ethernet port is not working why i am confuse because my two Ethernet port...

    Started by dashang, 11-07-2011
    • Replies: 0
    • Views: 932
    11-07-2011 Go to last post
  5. Question Problem: Cannot access some valid ranges in /proc/<pid>/mem

    I am having a problem accessing /proc/<pid>/mem range after mprotect has made it readable. It almost seems the procfs driver is not aware of the...

    Started by voidlogic, 11-06-2011
    • Replies: 0
    • Views: 530
    11-06-2011 Go to last post
  6. Unhappy fg_console undecleared error,

    Hi, I've tried to compile a module that i took from a kernel module programming guide, /* * kbleds.c - Blink keyboard leds until the module...

    Started by Dufresne, 04-16-2010
    • Replies: 5
    • Views: 6,438
    11-05-2011 Go to last post
  7. Kernel Jiffies

    Hi, I would like to know the kernel jiffies. I'm facing problem when I've created timer with expiry value set from jiffies global variable. ...

    Started by athiraj, 10-24-2011
    • Replies: 6
    • Views: 927
    11-05-2011 Go to last post
  8. Getting kernel version from kernel module at runtime

    Hi, how can I get which version of kernel is running at runtime inside kernel module code (kernel mode)? I don't want to use a macro, because the...

    Started by ibogi, 11-04-2011
    • Replies: 0
    • Views: 446
    11-04-2011 Go to last post
  9. Kernel 3.0.8 - Error compiling fglrx module

    Hello, I'm running ubuntu 11.10 and decided to try out the latest kernel, I do get 3.0.8 to compile and boot but I have no 3D. I looked at...

    Started by RandomRoger, 11-04-2011
    • Replies: 0
    • Views: 837
    11-04-2011 Go to last post
  10. How do I get a new entry in the /proc directory

    Hello, sorry for this (eventually silly) question, but at the moment I have no idea for the following problem: During Linux Kernel boot up, I...

    Started by KernelHacker, 11-04-2011
    • Replies: 0
    • Views: 405
    11-04-2011 Go to last post
  11. sysV shared memory segments benchmark

    Hi All. I need a distributed application (benchmark if possible) using shared memory with sysV segments to evaluate a part of my kernel. Could...

    Started by joujou, 11-02-2011
    • Replies: 0
    • Views: 450
    11-02-2011 Go to last post
  12. asus_laptop issue, on Toshiba laptop, w/less led won't turn off

    Having drawn a blank trying to solve an issue with my Toshiba Equium L40 17M laptop I'm trying to gather information to slowly solve the issue...

    Started by tpprynn, 10-26-2011
    • Replies: 0
    • Views: 512
    10-26-2011 Go to last post
  13. How can I get the GIANFAR driver to initially limit itself to 10/100

    I am using the "Gianfar" Ethernet Network Driver on a GIGE phi. I would like to limit the network to 10/100 kbps link speeds during initial...

    Started by bandeg, 10-19-2011
    • Replies: 1
    • Views: 554
    10-26-2011 Go to last post
  14. read out of a slave register with a 2 byte address with an i2c bus

    Hi experts! I´m kind of a noob so excuse mistakes i might make. so, my problem is i want to read information via an i2c bus out of a register with...

    Started by fawkes, 10-24-2011
    • Replies: 1
    • Views: 696
    10-26-2011 Go to last post
  15. Looking for linux kernel first version

    Hey! I'm new at the forum and I already have a question for you guys. Does someone know where can I find the linux kernel first version? My next...

    Started by cctruc, 10-23-2011
    • Replies: 3
    • Views: 483
    10-26-2011 Go to last post
  16. kernel compiling to different arch?

    I am wondering I have the linux source code linux version 3.0 I compiled and installed it on my x86 machine and it works fine but I am wondering if...

    Started by sam111, 10-21-2011
    • Replies: 3
    • Views: 482
    10-22-2011 Go to last post
  17. INIT_WORK() with two arguments

    Hi, Im trying to write a keyboard interrupt handler... Im using 2.6.35 linux kernel... Since INIT_WORK does takes only 3 arguments in 2.6.35...

    Started by sandyrmk, 10-18-2011
    • Replies: 1
    • Views: 5,722
    10-20-2011 Go to last post
  18. how to create kernel thread in 2.6 - ??

    i am trying to find some info on how to create/ destroy kernel thread. There's enough examples for it, including samples from "Linux Device Drivers"...

    Started by vlyamtse, 10-18-2009
    • Replies: 8
    • Views: 7,057
    oz
    10-19-2011 Go to last post
  19. How to configure Network Parameters using sysfs

    Hello: How can I find a description of the network settings listed in sysfs. (i.e., /proc/sys/net ). I would like to configure the network...

    Started by bandeg, 10-18-2011
    • Replies: 4
    • Views: 2,732
    10-19-2011 Go to last post
  20. Playing with the Linux Scheduler

    Hi, To begin with let me explain my system and then I will come to the problem. System: My program forks 2 child processes. These child...

    Started by demigod85, 10-19-2011
    • Replies: 0
    • Views: 426
    10-19-2011 Go to last post

Page 23 of 171 FirstFirst ... 13 19 20 21 22 23 24 25 26 27 33 73 123 ... LastLast

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
  •