[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rtl] rt_com problem



}   Hi,
}   I want to insert the rt_com.o in the kernel,so I do as following:
} 
}   setserial /dev/ttyS0 uart none
}   insmod rt_com com1=0x3f8,4
} 
}   then it display that:
} 
}   rt_com.o : unresulved symbol rtl_register_rtldev
}   rt_com.o : unresulved symbol rtl_unregister_rtldev
} 
}   any advice is appreciated.
}   Thank advanced!

Be sure to insmod rtl_posixio.o first.