Romain Lenglet wrote:
>>Initializing RTL8169s/8110s driverkobject_register failed for
>>RTL8169s/8110s (-13)
>> [<c01b5038>] kobject_register+0x5b/0x63
>> [<c021038a>] bus_add_driver+0x5d/0xc5
>> [<c01c16df>] pci_register_driver+0x60/0x82
>> [<f8849033>] rtl8169_init_module+0x33/0x37 [rt_r8169]
>> [<c0133892>] sys_init_module+0xc8/0x1aa
>> [<c0102e68>] syscall_call+0x7/0xb
> 
> 
> Ok, I have found what the problem is: apparently, this was an 
> access right problem when creating the entry for the driver in 
> the sysfs.
> By comparing the RTnet driver with Linux 2.6.13.2's driver, I 
> have found the reason: the module name in the driver (file 
> rtnet-0.9.0/drivers/experimental/r8169/rt_r8169.c) contains a 
> slash!
> I have modified the line:
> #define MODULENAME "RTL8169s/8110s"
> into:
> #define MODULENAME "rt_r8169"
> 

Thanks, applied to SVN.

Jan

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to