Serial port problems

Hello!
I added a DB-9 serial port at my PC. The generic KERNEL doesn't load it at boot time. I don't get any output at this command
Code:
 % dmesg | grep -E "^sio[0-9]"
If i add
Code:
device sio
in the kernel configuration file, the 'make' command fails.
What can I do?

Thank you in advance!​

P.S.: I attach the 'device.hint' and the output of 'dmesg'.
 

Attachments

  • dmesg.txt
    10.9 KB · Views: 356
  • device.hints.txt
    878 bytes · Views: 179
Thank you very much!

I didn't know it, but now 'dmesg | grep uart' works fine!
Thank you again! :)
 
Back
Top