LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 03-16-2005, 12:32 AM   #1
w0und3d
LQ Newbie
 
Registered: Mar 2005
Location: Under the covers
Distribution: Mandrake 10.1 / Fedora Core 2
Posts: 14

Rep: Reputation: 0
Question Serial Port issue


Hi there,

I have this strange problem on Mandy 10.1 - my serial ports are not installed - and in /messages i get the following error "..kernel: serial8250: too much work for irq10"

I have checked MCC and my serial ports are not installed, i am using a hp Compaq nx9010 laptop. i compiled the new kernel 2.6.11.2 - so that i can get my usb keyboard to work, which it is now... but now my serial ports are missing...

anybody tell me what i can do? to fix...the logs are getting full and filling up "/" - please help!

thanks!
 
Old 03-16-2005, 12:57 AM   #2
straytech
LQ Newbie
 
Registered: Sep 2003
Location: Somewhere in Canada
Distribution: Slackware, Ubuntu
Posts: 14

Rep: Reputation: 0
Go into the bios on your laptop and set the com ports to
com1:3F8 irq 4
OR
com2:2F8 irq 3
You probably only have one on the laptop but if there are two disable the 2nd one unless you need it.
Reboot.
Use whatever to redetect serial ports, something like kudzu or reinstall them manually.
 
Old 03-16-2005, 02:25 AM   #3
w0und3d
LQ Newbie
 
Registered: Mar 2005
Location: Under the covers
Distribution: Mandrake 10.1 / Fedora Core 2
Posts: 14

Original Poster
Rep: Reputation: 0
hiya,

i checked the bios, you cannot set anything manual or enable or disbable....
 
Old 03-16-2005, 11:14 AM   #4
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
Usually this occurs because IRQ routing is not enabled.

In turn IRQ routing (the ability of the os to remap IRQ assignments) depends upon acpi and or apic...

The default for Mandrake is to DISABLE ACPI/APIC using a kernel parameter.

You'll need to edit /etc/lilo.conf and remove the offending entry...

e.g. remove JUST acpi=ht and/or noapic or nolapic

Then reboot.

Also in the bios set PNP OS = NO which also will help.
 
Old 03-17-2005, 12:20 AM   #5
w0und3d
LQ Newbie
 
Registered: Mar 2005
Location: Under the covers
Distribution: Mandrake 10.1 / Fedora Core 2
Posts: 14

Original Poster
Rep: Reputation: 0
Hiya,

I checked lilo.conf and acpi=on - when i compiled the kernel i made sure that ACPI gets installed, as i have a notebook, and for power management you need it.

in the BIOS i don't have that option...
 
Old 03-17-2005, 09:44 AM   #6
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
Try disabling at least one of the serial ports in the bios and see what happens. Preferably disable the second port (com2).
 
Old 03-17-2005, 01:32 PM   #7
w0und3d
LQ Newbie
 
Registered: Mar 2005
Location: Under the covers
Distribution: Mandrake 10.1 / Fedora Core 2
Posts: 14

Original Poster
Rep: Reputation: 0
hiya,

my laptop only has 1 serial, and you cannot enable / disable or make any IO/IRQ changes to it...I saw as well that the parallel port is also not installed...
 
Old 03-17-2005, 02:39 PM   #8
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
Eh, no not quite...

I'll bet your laptop has an IRDA port right?

That's a serial port...

Try disabling it. Then make the remaining port COM1 in terms of it's configuration...
 
Old 03-18-2005, 05:33 AM   #9
w0und3d
LQ Newbie
 
Registered: Mar 2005
Location: Under the covers
Distribution: Mandrake 10.1 / Fedora Core 2
Posts: 14

Original Poster
Rep: Reputation: 0
yeah it does...

just wanna make sure of the command "rmmod irda" < that should remove irda and remove the service from starting up?
 
Old 03-18-2005, 12:22 PM   #10
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
Eh, no.

chkconfig --del irda

Will stop the service, but this does not prevent the modules from loading...

1) Check /etc/sysconfig/irda and make sure it points to the CORRECT port for your IRDA device.

2) lsmod | more to see the installed modules... if any ir related modules are installed, try rmmod'ing them from memory then look in /etc/modules.conf /etc/modules.preload if anything is being loaded at boot.

If so comment out these lines...

3) You may also have to generate a new mkinitrd boot image as well...
 
Old 03-22-2005, 01:59 AM   #11
w0und3d
LQ Newbie
 
Registered: Mar 2005
Location: Under the covers
Distribution: Mandrake 10.1 / Fedora Core 2
Posts: 14

Original Poster
Rep: Reputation: 0
hiya,

1 - its poiting to COM2 - which is fine as my laptop only has 1 Serial Com port
2 - lsmod - found nothing - checking /etc/modules = blank, /etc/modules.conf = lines regarding HSF Modem, nothing to do with IRDA
3 - didnt do this

kinda strange though - i will remove the hsf modules and see if that also helps...

thanks for the help so far....
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
linux serial port to router console port connection? frankie_fix Linux - General 3 02-26-2007 09:32 PM
Using serial port card(PCMCIA) with IPAQ running Linux, can't find ttyS0 port d2army Linux - Laptop and Netbook 0 11-12-2005 08:07 PM
Using an USB port as a standard DB9 Serial Port Lsteele Linux - Newbie 1 10-22-2005 09:48 AM
serial port vasanthraghavan Linux - Hardware 2 02-05-2005 11:55 AM
Serial Port puma Linux - Hardware 1 05-30-2003 09:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 05:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration