Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110054 - Please make /etc/init.d/irda run after /etc/init.d/serial
Summary: Please make /etc/init.d/irda run after /etc/init.d/serial
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2005-10-21 11:22 UTC by Pat Double
Modified: 2005-10-21 17:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pat Double 2005-10-21 11:22:00 UTC
Please make /etc/init.d/irda run after /etc/init.d/serial so that any settings  
necessary on the SIR port in order for irda to be setup correctly is done. For  
FIR use one needs to disable the serial driver from accessing the serial port  
or the FIR driver cannot. To do this I added "ttyS1 uart none port 0x0 irq 0"  
in /etc/conf.d/serial. /etc/init.d/irda runs before /etc/init.d/serial so the  
FIR driver fails to load. Adding:  
  
depend()  
{  
    after serial 
} 
 
in /etc/init.d/irda solves this. 

Reproducible: Always
Steps to Reproduce:
1. install irda-utils 
2. setup some parameters in /etc/conf.d/serial necessary for irda to work 
3. reboot 
4. irda setup fails because serial port settings are not applied
Comment 1 Henrik Brix Andersen 2005-10-21 17:14:06 UTC
Well spotted.

Fixed in CVS. Wait a few hours; emerge --sync && emerge irda-utils;

Thank you for reporting this.