View previous topic :: View next topic |
Author |
Message |
mach.82 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 30 Oct 2003 Posts: 75 Location: 43°N/79°W
|
Posted: Thu Aug 31, 2006 6:10 am Post subject: Serial Ports Not Found! |
|
|
Hi,
I have
1. Enabled the two serial ports in BIOS; and
2. Compiled the kernel with Standard/generic (8250/16550) and compatible UARTs) serial support
but the Serial driver failed to load at start up. The command
returns nothing!
Help! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nephros Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/145383245043ee5edfbdaa3.png)
Joined: 07 Feb 2003 Posts: 2139 Location: Graz, Austria (Europe - no kangaroos.)
|
Posted: Thu Aug 31, 2006 3:07 pm Post subject: |
|
|
Are you sure you compiled the support into the kernel and not modular?
If modular, have you done "modprobe serial"? _________________ Please put [SOLVED] in your topic if you are a moron. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mach.82 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 30 Oct 2003 Posts: 75 Location: 43°N/79°W
|
Posted: Thu Aug 31, 2006 4:01 pm Post subject: |
|
|
Thanks! nephros
I am pretty sure:
Code: | cat /usr/src/linux/.config | grep SERIAL |
resulted the following:
CONFIG_SERIAL=y
# CONFIG_SERIAL_CONSOLE is not set
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_PCMCIA_SERIAL_CS is not set
# CONFIG_USB_SERIAL is not set
Help! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|