First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 110054
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mobile Herd <mobile@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Pat Double <gentoo@patdouble.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 110054 depends on: Show dependency tree
Show dependency graph
Bug 110054 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-10-21 11:22 0000
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 From Henrik Brix Andersen 2005-10-21 17:14:06 0000 -------
Well spotted.

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

Thank you for reporting this.

First Last Prev Next    No search results available      Search page      Enter new bug