View previous topic :: View next topic |
Author |
Message |
mekano n00b
Joined: 03 Jan 2004 Posts: 38
|
Posted: Sat Mar 05, 2005 7:03 pm Post subject: problem with raw1394 module |
|
|
I am unable to load this module. I got these errors when i load it with modprobe raw1394:
Quote: | devfs_mk_dev: could not append to parent for raw1394
ieee1394: raw1394: /dev/raw1394 device initialized
kobject_register failed for raw1394 (-17)
[<c0200f55>] kobject_register+0x57/0x59
[<c025f972>] bus_add_driver+0x50/0xb1
[<c02ab0ef>] hpsb_register_protocol+0x1a/0x38
[<e089a0d1>] init_raw1394+0xd1/0xf3 [raw1394]
[<c01349d4>] sys_init_module+0x191/0x23f
[<c01050fb>] syscall_call+0x7/0xb
ieee1394: raw1394: failed to register protocol |
Anyone know what's wrong ? |
|
Back to top |
|
|
Sith_Happens Veteran
Joined: 15 Dec 2004 Posts: 1807 Location: The University of Maryland at College Park
|
Posted: Sat Mar 05, 2005 7:41 pm Post subject: |
|
|
Duplicate post number 1? What device does this module provide support for? _________________ "That question was less stupid; though you asked it in a profoundly stupid way."
I'm the brains behind Jackass! | Tutorials: Shorewall |
|
Back to top |
|
|
mekano n00b
Joined: 03 Jan 2004 Posts: 38
|
Posted: Sat Mar 05, 2005 8:10 pm Post subject: |
|
|
Its suppose to give support for a digital camera ( dv cam ) |
|
Back to top |
|
|
mekano n00b
Joined: 03 Jan 2004 Posts: 38
|
Posted: Sun Mar 06, 2005 4:55 am Post subject: |
|
|
This is what i see in /var/log/everything/current when i do modprobe raw1394
Quote: | Mar 5 23:46:46 [kernel] kobject_register failed for raw1394 (-17)
Mar 5 23:46:46 [kernel] ieee1394: raw1394: failed to register protocol
|
Here is the output of lsod after modprobe raw1394:
Quote: | Module Size Used by
dv1394 19487 1
w83781d 34344 0
i2c_sensor 3968 1 w83781d
i2c_isa 2816 0
i2c_i801 8460 0
i2c_dev 9088 0
i2c_core 19456 5 w83781d,i2c_sensor,i2c_isa,i2c_i801,i2c_dev
sidewinder 12800 0
evdev 8704 0
loop 14216 0
joydump 3840 0
gameport 4736 2 sidewinder,joydump
joydev 9280 0
snd_intel8x0 29600 3
snd_ac97_codec 74080 1 snd_intel8x0
sk98lin 168296 1
|
As you can see the raw1394 module is not there .. Could someone help me with that ? |
|
Back to top |
|
|
Sith_Happens Veteran
Joined: 15 Dec 2004 Posts: 1807 Location: The University of Maryland at College Park
|
Posted: Sun Mar 06, 2005 5:00 am Post subject: |
|
|
Check your kernel configuration, with gentoo-dev-sources the Raw 1394 I/O support (raw1394) is compiled into the kernel by default. It's under device drivers - IEEE 1394 (Firewire) -> Raw IEE1394 I/O support. _________________ "That question was less stupid; though you asked it in a profoundly stupid way."
I'm the brains behind Jackass! | Tutorials: Shorewall |
|
Back to top |
|
|
|