Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Linux - Kernel | Forum profile

Forum profile page for Linux - Kernel on http://www.linuxquestions.org. This report page is the aggregated overview from a single forum: Linux - Kernel, located on the Message Board at http://www.linuxquestions.org. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Linux - Kernel" on the Message Board at http://www.linuxquestions.org is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: LinuxQuestions.org - where Linux users come for help - Linux - Kernel (site profile, domain info linuxquestions.org)
Title: Linux - Kernel
Url: http://www.linuxquestions.org/questions/linux-k...
Users activity: 17 post per thread
Forum activity: 36 active threads during last week
 

Posting activity on Linux - Kernel:

  Week Month 3 Months
Threads: 36 124 420
Post: 78 226 713
 

Linux - Kernel Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
anishakaul
9
user's latest post:
too many arguments to function...
Published (2009-12-29 03:27:00)
Quote: Originally Posted by dynaudio I just feel very strange that why do 'pread' not modify the file pointer? Is there any special purpose for it? pread(): It moves the file pointer when u want it to do so !!! read(): It moves the file pointer by default, i.e. one byte by one byte , you can't control it !!! P.S. Its not about modifying the file pointer but about moving it !
dynaudio
6
user's latest post:
too many arguments to function...
Published (2009-12-29 03:46:00)
I understand Thanks for ur kindly help^^
jlacy1987
5
user's latest post:
GPU overheating when playing...
Published (2009-12-23 13:12:00)
Thanks guys. I got the problem fixed. I installed a different Nvidia driver and that fixed the problem. My temp did not get over 78C while playing an intensive game. Thanks for your help.
Mara
5
user's latest post:
setting the value of...
Published (2009-12-28 14:36:00)
Hmm.. I think we need more insight into the reasons why the server doesn't want to start. I don't know which one it is, but you can for sure run it in a more verbose mode (start searching from -vv option).
~sHyLoCk~
4
user's latest post:
GPU overheating when playing...
Published (2009-12-22 23:25:00)
Well firstly you should report the thread using the "report" button on your first post and ask the mods to move this to "Ubuntu" Sub-forum for more exposure. Secondly, remove Nvidia driver from "Hardware Drivers" at the "System-> Administration" Menu. Third, goto Nvidia.com and select your card from the drop down list, and your architecture and download the driver....
jumanix
4
user's latest post:
Why...
Published (2009-12-28 13:06:00)
Quote: Originally Posted by estabroo Hmm looks like it's only inlined if CONFIG_SYS isn't defined. It should be pulling it in though, looking at fs/Makefile only CONFIG_SYSFS seems to be needed to pull in fs/sysfs and that doesn't have any additional require config. Are you getting some other error before that in your build? No Quote: Also did you spell it correctly in your code? Yes, i even tried to call it without parameter...
willchen
4
user's latest post:
kernel execute file is...
Published (2009-12-27 19:55:00)
Thanks! Bug how to explain the differences between these func? <__initramfs_start> <__initramfs_end> <linux_banner> <init_uts_ns> Which point can I start to research on this question?
estabroo
4
user's latest post:
Why...
Published (2009-12-28 17:54:00)
Take a look at the system map for that kernel, maybe its just not compiled into that ubuntu kernel the system map file for it should be in /boot Though that shouldn't be an issue till you load the module. What does your makefile look like?
wakkana12
3
user's latest post:
i wanna know more about kernels,...
Published (2009-12-23 06:51:00)
now i know about the concepts.. how can i apply it to optimize my computer?
ozanbaba
3
user's latest post:
kernel execute file is...
Published (2009-12-28 05:46:00)
Quote: Originally Posted by willchen Thanks! Bug how to explain the differences between these func? <__initramfs_start> <__initramfs_end> <linux_banner> <init_uts_ns> Which point can I start to research on this question? you can start from reading the comments on the functions in question. my guess is that __initramfs_start and __initramfs_end use the adress which is documented in...
 

Latest active threads on Linux - Kernel::

LinuxQuestions.org - where Linux users come for help
Started 3 days, 9 hours ago (2009-12-28 11:11:00)  by estabroo
You need to include linux/sysfs.h because sysfs_create_dir is a static inline function defined in that header file
Thread:  Show this thread (9 posts)   Thread info: Why "sysfs_create_dir()" result undefined at compile/linking time ? Size: 114 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Why "sysfs_create_dir()" result undefined at compile/linking time ? :: Linux - Kernel :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 3 days, 8 hours ago (2009-12-28 12:09:00)  by TruongAn
Is it a free book ??
Thread:  Show this thread (7 posts)   Thread info: Linux kernel programming 3rd edition Size: 20 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Linux kernel programming 3rd edition :: Linux - Kernel :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 3 days, 14 hours ago (2009-12-28 06:07:00)  by anishakaul
Quote: Originally Posted by dynaudio error: too many arguments to function 'read' error: too many arguments to function 'write' Do u have the access to the source code of the program u are trying to compile ? read system call takes 3 arguments as seen below: ssize_t read (int fd, void *buf, size_t ...
Thread:  Show this thread (12 posts)   Thread info: too many arguments to function 'read'/'write' Size: 910 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: too many arguments to function 'read'/'write' :: Linux - Kernel :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 1 week, 1 day ago (2009-12-23 20:47:00)  by kbp
Why do you need it in the initrd ? ... the initrd is really only for loading drivers for the storage device
Thread:  Show this thread (4 posts)   Thread info: adding realtek rtl8102 nic card in initrd.img Size: 107 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: adding realtek rtl8102 nic card in initrd.img :: Linux - Kernel :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 4 days, 7 hours ago (2009-12-27 13:14:00)  by Mara
When do you se ip_nonlocal_bind? Are you sure that the server starts after all the IP addresses are set OK?
Thread:  Show this thread (4 posts)   Thread info: setting the value of ip_nonlocal_bind to 1 Size: 107 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: setting the value of ip_nonlocal_bind to 1 :: Linux - Kernel :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 4 months, 1 week ago (2009-08-26 17:07:00)  by raycope14
Thanks for the great post, Nick. Following your procedure, I am now very close to be able to step through my custom module using kgdb. I can break on my test routine by name, but am unable to step through the code because for some reason it cannot find the line numbers. After I load the module, I can cat the .text/.data/.bss files under /sys/module/<module name>/sections to get the ...
Thread:  Show this thread (12 posts)   Thread info: KGDB Setting & Debugging Driver Module Size: 1,249 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: KGDB Setting :: Linux - Kernel :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 3 days, 11 hours ago (2009-12-28 09:54:00)  by Braiam
Quote: Originally Posted by Mara My best guess is that the location of the kernel is passed incorrectly. Or you get the error at later stage? Try to compare the bootloader image generated in both cases. There should be some difference. I think the syslinux bootloader is not finding the ldlinux.sys needed in boot ...
Thread:  Show this thread (2 posts)   Thread info: Is incompatible FAT12 driver between Linux and FreeDOS? Size: 1,558 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Is incompatible FAT12 driver between Linux and FreeDOS? :: Linux - Kernel :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 3 days, 12 hours ago (2009-12-28 08:52:00)  by dreamwalking
Hi, Check this: http://wiki.centos.org/HowTos/I_need_the_Kernel_So urce
Thread:  Show this thread (2 posts)   Thread info: kernel sources Size: 179 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: kernel sources :: Linux - Kernel :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 1 week, 1 day ago (2009-12-23 05:45:00)  by ozanbaba
Quote: Originally Posted by willchen Hi, I'm confused that kernel execute file is diffternet, e.g. vmlinux and System.map even if compiled from the same kernel source but at different time. look at the differences: Is this correct or something wrong? Thanks a lot. change of system.map is normal. ...
Thread:  Show this thread (4 posts)   Thread info: kernel execute file is diffternet compiled from same kernel source at
different time Size: 1,105 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: kernel execute file is diffternet compiled from same kernel source at
different time :: Linux - Kernel :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 3 days, 18 hours ago (2009-12-28 02:13:00)  by jayjwa
Some of the asm includes have been moved under the arch subdirectory. I'd look at /usr/src/linux/arch/sh/include/asm and see if those are the files you need.
Thread:  Show this thread (2 posts)   Thread info: no /linux-2.6.32/include/asm-sh directory in kernel Size: 157 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: no /linux-2.6.32/include/asm-sh directory in kernel :: Linux - Kernel :: LinuxQuestions.org - where Linux users come for he..."
 

Hot threads for last week on Linux - Kernel::

Linux - Kernel
Started 3 days, 14 hours ago (2009-12-28 06:07:00)  by anishakaul
Quote: Originally Posted by dynaudio error: too many arguments to function 'read' error: too many arguments to function 'write' Do u have the access to the source code of the program u are trying to compile ? read system call takes 3 arguments as seen below: ssize_t read (int fd, void *buf, size_t ...
Thread:  Show this thread (12 posts)   Thread info: too many arguments to function 'read'/'write' Size: 910 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: too many arguments to function 'read'/'write' :: Linux - Kernel :: LinuxQuestions.org - where Linux users come for he..."
Linux - Kernel
Started 1 week, 1 day ago (2009-12-22 22:08:00)  by ~sHyLoCk~
GPU heats up when you run games or HD videos for a long time. It's normal. But mine never reached 90. Idle is 50-55C and on over-abusing it around 70-75C.
Thread:  Show this thread (10 posts)   Thread info: GPU overheating when playing intensive game Ubuntu 9.10 Size: 154 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: GPU overheating when playing intensive game Ubuntu 9.10 :: Linux - Kernel :: LinuxQuestions.org - where Linux users come for he..."
Linux - Kernel
Started 3 days, 9 hours ago (2009-12-28 11:11:00)  by estabroo
You need to include linux/sysfs.h because sysfs_create_dir is a static inline function defined in that header file
Thread:  Show this thread (9 posts)   Thread info: Why "sysfs_create_dir()" result undefined at compile/linking time ? Size: 114 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Why "sysfs_create_dir()" result undefined at compile/linking time ? :: Linux - Kernel :: LinuxQuestions.org - where Linux users come for he..."
Linux - Kernel
Started 3 days, 8 hours ago (2009-12-28 12:09:00)  by TruongAn
Is it a free book ??
Thread:  Show this thread (7 posts)   Thread info: Linux kernel programming 3rd edition Size: 20 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Linux kernel programming 3rd edition :: Linux - Kernel :: LinuxQuestions.org - where Linux users come for he..."
Linux - Kernel
Started 1 week ago (2009-12-24 16:29:00)  by bret381
have you run fsck? If not, load the ubuntu cd and boot to LiveCD, then enter shell and run fsck -a /dev/sda6. See where this takes you.
Thread:  Show this thread (4 posts)   Thread info: Ubuntu 9.10 does not start/boot after installation Size: 137 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Ubuntu 9.10 does not start/boot after installation :: Linux - Kernel :: LinuxQuestions.org - where Linux users come for he..."
Linux - Kernel
Started 4 days, 7 hours ago (2009-12-27 13:14:00)  by Mara
When do you se ip_nonlocal_bind? Are you sure that the server starts after all the IP addresses are set OK?
Thread:  Show this thread (4 posts)   Thread info: setting the value of ip_nonlocal_bind to 1 Size: 107 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: setting the value of ip_nonlocal_bind to 1 :: Linux - Kernel :: LinuxQuestions.org - where Linux users come for he..."
Linux - Kernel
Started 1 week, 1 day ago (2009-12-23 05:45:00)  by ozanbaba
Quote: Originally Posted by willchen Hi, I'm confused that kernel execute file is diffternet, e.g. vmlinux and System.map even if compiled from the same kernel source but at different time. look at the differences: Is this correct or something wrong? Thanks a lot. change of system.map is normal. ...
Thread:  Show this thread (4 posts)   Thread info: kernel execute file is diffternet compiled from same kernel source at
different time Size: 1,105 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: kernel execute file is diffternet compiled from same kernel source at
different time :: Linux - Kernel :: LinuxQuestions.org - where Linux users come for he..."
Linux - Kernel
Re: KGDB Setting - 3 new posts
Started 4 months, 1 week ago (2009-08-26 17:07:00)  by raycope14
Thanks for the great post, Nick. Following your procedure, I am now very close to be able to step through my custom module using kgdb. I can break on my test routine by name, but am unable to step through the code because for some reason it cannot find the line numbers. After I load the module, I can cat the .text/.data/.bss files under /sys/module/<module name>/sections to get the ...
Thread:  Show this thread (12 posts)   Thread info: KGDB Setting & Debugging Driver Module Size: 1,249 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: KGDB Setting :: Linux - Kernel :: LinuxQuestions.org - where Linux users come for he..."
Linux - Kernel
Started 1 week, 1 day ago (2009-12-23 20:47:00)  by kbp
Why do you need it in the initrd ? ... the initrd is really only for loading drivers for the storage device
Thread:  Show this thread (4 posts)   Thread info: adding realtek rtl8102 nic card in initrd.img Size: 107 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: adding realtek rtl8102 nic card in initrd.img :: Linux - Kernel :: LinuxQuestions.org - where Linux users come for he..."
Linux - Kernel
Started 4 days, 7 hours ago (2009-12-27 13:17:00)  by Mara
It means that the chip didn't answer in some reasonable time. Are you sure there's no bug in your MTD driver?
Thread:  Show this thread (2 posts)   Thread info: Mtd driver as block device and char device Size: 109 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Mtd driver as block device and char device :: Linux - Kernel :: LinuxQuestions.org - where Linux users come for he..."

This page was found by:   mhvtl  "module sg not found"