On 1/20/07, Jan Hudec <bulb@xxxxxx> wrote:
On Tue, Jan 16, 2007 at 01:04:46 +0200, Ramagudi Naziir wrote: > btw in my dmesg logs I see those lines: > Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled > 8250_pci: Unknown symbol serial8250_unregister_port > 8250_pci: Unknown symbol serial8250_resume_port > 8250_pci: Unknown symbol serial8250_register_port > 8250_pci: Unknown symbol serial8250_suspend_port > > the first one is from 8250.c I guess, but the other four lines are weird.. > I tried to contact a simple external modem using the serial port but > it didn't work so i am afraid something went wrong with the driver... My wild guess would be that the module is not correctly compiled for the running kernel and/or the /lib/modules/`uname -r`/modules.dep (generated by depmod) is corrupted and it's not loading some prerequisite.
I guess you are right. I compiled the freshest rc5 vanilla kernel and it worked like a charm. only question left is what is this 8250_pci ? is the serial port in my laptop actually attached to the PCI bus ? and what is 8250_pnp ? Thank You. naziir.
-- Jan 'Bulb' Hudec <bulb@xxxxxx> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFsnFCRel1vVwhjGURAtTCAKCZjgphmpiIuB2W02UWh9dRbWVG9QCgmfK/ fQ25GX+gRFEC9gpOb7mp6fI= =jWbb -----END PGP SIGNATURE-----
-- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/