View previous topic :: View next topic |
Author |
Message |
Sgaduuw Tux's lil' helper
Joined: 17 Sep 2002 Posts: 133 Location: Rotterdam, Netherlands
|
Posted: Tue Feb 10, 2004 12:40 am Post subject: ieee1394/sbp2 + iPod problems |
|
|
Hi I hope someone recognises my problem:
Ever since kernel 2.6.2 hit the streets, I've been having some problems with the firewire support of the kernel.
I have an iPod I connect through firewire to my computer running love-sources, but ever since 2.6.2-love1 hit the streets, ive been having problems. Heres some info from my 2.6.3-rc1-love1 kernel (same since 2.6.2-love1):
Code: | ieee1394: Node added: ID:BUS[0-00:1023] GUID[000a27000215b416]
ieee1394: Host added: ID:BUS[0-01:1023] GUID[00d003560000007b]
Badness in kobject_get at lib/kobject.c:431
Call Trace:
[<c02b7d9c>] kobject_get+0x4c/0x50
[<c0304596>] get_device+0x16/0x30
[<c03051e3>] bus_for_each_dev+0x63/0xc0
[<c034d5fc>] nodemgr_node_probe+0x4c/0x130
[<c034d4c0>] nodemgr_probe_ne_cb+0x0/0x90
[<c034d804>] nodemgr_do_irm_duties+0x124/0x130
[<c034da3a>] nodemgr_host_thread+0x15a/0x190
[<c034d8e0>] nodemgr_host_thread+0x0/0x190
[<c01cfd29>] kernel_thread_helper+0x5/0xc
Unable to handle kernel paging request at virtual address b82cec83
printing eip:
b82cec83
*pde = 00000000
Oops: 0000 [#1]
PREEMPT
CPU: 0
EIP: 0060:[<b82cec83>] Not tainted VLI
EFLAGS: 00010282
EIP is at 0xb82cec83
eax: b82cec83 ebx: c0141f04 ecx: f01d3f9c edx: 00000000
esi: c034cea0 edi: 00000000 ebp: c034baf0 esp: f01d3f44
ds: 007b es: 007b ss: 0068
Process knodemgrd_0 (pid: 10, threadinfo=f01d2000 task=c1b8c080)
Stack: c02b7e38 c0141f04 c0141ee0 c0141ee8 c0141e40 f0146c44 c0305200 c0141f04
f01d3f9c c0141e8c 00000000 f0146c3c f01d3f9c f01d3f9c f015c000 c034d5fc
c0141e40 f0146c3c f01d3f9c c034d4c0 f015c000 c034d804 f01dd558 f0146c00
Call Trace:
[<c02b7e38>] kobject_cleanup+0x98/0xa0
[<c0305200>] bus_for_each_dev+0x80/0xc0
[<c034d5fc>] nodemgr_node_probe+0x4c/0x130
[<c034d4c0>] nodemgr_probe_ne_cb+0x0/0x90
[<c034d804>] nodemgr_do_irm_duties+0x124/0x130
[<c034da3a>] nodemgr_host_thread+0x15a/0x190
[<c034d8e0>] nodemgr_host_thread+0x0/0x190
[<c01cfd29>] kernel_thread_helper+0x5/0xc
Code: Bad EIP value.
<6>IP: routing cache hash table of 8192 buckets, 64Kbytes
TCP: Hash tables configured (established 262144 bind 65536) |
Whenever I try to modprobe sbp2 to activate the iPod disk, the modprobe command just hangs and the following is entered into my logfile:
Code: | sbp2: $Rev: 1096 $ Ben Collins <bcollins@debian.org> |
Which seems normal to me. The modprobe command hangs, but the machine is still working on all other fronts.
The ieee1394 part is compiled into the kernel and sbp2 is compiled as a module to be able to eject the iPod.
I've tried enabling and disabling kernel preemption, but to no avail, I don't have APIC enabled at this moment.
To be more complete, a my full .config can be found here and my dmesg output here.
Due to lack of time I have been unable to try out a vanilla 2.6.2+ kernel but the love sources patches don't seem to touch the firewire support of the kernel.
I hope to have provided enough info, any more info needed will be gladly provided. _________________ my website |
|
Back to top |
|
|
miunk Apprentice
Joined: 24 Sep 2002 Posts: 199
|
Posted: Wed Feb 11, 2004 4:40 am Post subject: |
|
|
All I can do is confirm this behavior. USB mass storage devices also seems broken for me (nothing at all in dmesg when I plug it in...). I thought they have been testing these things.. Wasn't the entire 2.5 series enough time to get these things right? If I go back to 2.4, then the nvidia drivers mess up the console. If I stay at 2.6, then I can't do anything with my fancy peripherals.. |
|
Back to top |
|
|
cgansen n00b
Joined: 02 Dec 2002 Posts: 29
|
Posted: Wed Feb 11, 2004 7:10 am Post subject: |
|
|
I can confirm the same behavior with 2.6.2-mm1
results in a hang.
Nothing registers in the system log when I plug in the iPod. Was working fine with 2.6.1-mm5
--chris |
|
Back to top |
|
|
Sgaduuw Tux's lil' helper
Joined: 17 Sep 2002 Posts: 133 Location: Rotterdam, Netherlands
|
Posted: Wed Feb 11, 2004 5:00 pm Post subject: |
|
|
oh well
the same behavour on other systems with the same kernel is good enough for me, I'll fall back to an older working kernel for now _________________ my website |
|
Back to top |
|
|
|