On Wed, Dec 10, 2008 at 9:23 AM, darxkies <> wrote:
> Hi
>
> I have a TS-7260 Board and used the 2.6 Kernel provided by EmbeddedARM
> to boot it.
>
> But I don't see the COM3 Device Node even though the driver tsuart1.ko
> is loaded.
Check the kernel messages with dmesg, you should see one that says:
"Unable to register the driver"
I have traced this back to the function __register_chrdev_region()
returning EBUSY (=16) The mentioned function is called through a
Also, the tsuart1.c file has the device name defined as "ttts" which I
don't think is correct (should be ttyTS)
I don't have much time to work on this, so it may take a couple of
days. Any help is most welcome.
Gonzalo
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|