|
More site info...
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.
|
|
|
|
|
Posting activity on Linux - Kernel:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
36
|
124
|
420
|
|
Post:
|
78
|
226
|
713
|
|
|
Linux - Kernel Posting activity graph:
|
Top authors during last week:
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 !
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.
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).
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....
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...
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?
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?
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::
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
Started 3 days, 8 hours ago (2009-12-28 12:09:00)
by TruongAn
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 ...
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
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?
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 ...
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 ...
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
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. ...
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.
|
|
Hot threads for last week on 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 ...
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.
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
Started 3 days, 8 hours ago (2009-12-28 12:09:00)
by TruongAn
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.
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?
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. ...
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 ...
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
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?
|
|