You are not logged in.
Pages: 1
Hi,
I'm running Arch on a Lenovo Edge 11 (AMD K325). I'm using Linux 2.6.37 from testing as jack-sensing is not working with with 2.6.36. On startup, I get the output below. I did some quick searches on google, but just stumled over reports of the same w/o solution. Any ideas?
WARNING: at fs/sysfs/dir.c:451 sysfs_add_one+0xd8/0x190()
Hardware name: 2545A12
sysfs: cannot create duplicate filename '/devices/platform/GHES.9'
Modules linked in:
Pid: 1, comm: swapper Not tainted 2.6.37-ARCH #1
Call Trace:
[<ffffffff8105684a>] warn_slowpath_common+0x7a/0xb0
[<ffffffff81056921>] warn_slowpath_fmt+0x41/0x50
[<ffffffff811a0b58>] sysfs_add_one+0xd8/0x190
[<ffffffff811a0c8c>] create_dir+0x7c/0xd0
[<ffffffff811a0d78>] sysfs_create_dir+0x78/0xb0
[<ffffffff811f3b7d>] kobject_add_internal+0xbd/0x250
[<ffffffff811f408d>] kobject_add+0x6d/0xb0
[<ffffffff81127567>] ? kmem_cache_alloc_notrace+0x97/0xb0
[<ffffffff812ae17d>] device_add+0xed/0x5c0
[<ffffffff812ad07c>] ? dev_set_name+0x3c/0x40
[<ffffffff812b2e40>] platform_device_add+0x110/0x1f0
[<ffffffff815e089d>] ? hest_parse_ghes+0x0/0x86
[<ffffffff815e08f7>] hest_parse_ghes+0x5a/0x86
[<ffffffff81269e5f>] apei_hest_parse+0x9f/0x150
[<ffffffff815e0923>] ? hest_init+0x0/0x139
[<ffffffff815e09fd>] hest_init+0xda/0x139
[<ffffffff8100212f>] do_one_initcall+0x3f/0x180
[<ffffffff815b4e26>] kernel_init+0x161/0x1eb
[<ffffffff8100cd24>] kernel_thread_helper+0x4/0x10
[<ffffffff815b4cc5>] ? kernel_init+0x0/0x1eb
[<ffffffff8100cd20>] ? kernel_thread_helper+0x0/0x10
---[ end trace 5a5d197966b56a2e ]---
kobject_add_internal failed for GHES.9 with -EEXIST, don't try to register things with the same name in the same directory.
Pid: 1, comm: swapper Tainted: G W 2.6.37-ARCH #1
Call Trace:
[<ffffffff811f3c67>] kobject_add_internal+0x1a7/0x250
[<ffffffff811f408d>] kobject_add+0x6d/0xb0
[<ffffffff81127567>] ? kmem_cache_alloc_notrace+0x97/0xb0
[<ffffffff812ae17d>] device_add+0xed/0x5c0
[<ffffffff812ad07c>] ? dev_set_name+0x3c/0x40
[<ffffffff812b2e40>] platform_device_add+0x110/0x1f0
[<ffffffff815e089d>] ? hest_parse_ghes+0x0/0x86
[<ffffffff815e08f7>] hest_parse_ghes+0x5a/0x86
[<ffffffff81269e5f>] apei_hest_parse+0x9f/0x150
[<ffffffff815e0923>] ? hest_init+0x0/0x139
[<ffffffff815e09fd>] hest_init+0xda/0x139
[<ffffffff8100212f>] do_one_initcall+0x3f/0x180
[<ffffffff815b4e26>] kernel_init+0x161/0x1eb
[<ffffffff8100cd24>] kernel_thread_helper+0x4/0x10
[<ffffffff815b4cc5>] ? kernel_init+0x0/0x1eb
[<ffffffff8100cd20>] ? kernel_thread_helper+0x0/0x10
Offline
It's not the kernel. You will get this error with kernel .36 too.
Downgrade your udev to 164.
See also: https://bbs.archlinux.org/viewtopic.php?id=111197&p=1
A simple, lightweight distribution - Why the hell 'simple' ? It doesn't sound geekish -.-"
Offline
Pages: 1