- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: nc8000 + irda + mandrake 10.0
Operating System - Linux
1823102
Members
3305
Online
109646
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 03:47 AM
09-30-2004 03:47 AM
nc8000 + irda + mandrake 10.0
Hello,
I try to set up the irda port on my nc8000 laptop. The irda section in my modules.conf looks like this:
alias char-major-161 ircomm-tty
pre-install smc-ircc /bin/setserial "/dev/ttyS2" "uart" "none"
options smc-ircc ircc_irq=4 ircc_dma=1 ircc_io=0x3e8
alias irda0 smc-ircc
It looks like that the smc-ircc module is not loaded. (I use Mandrake 10.0 - with 2.4.25-2mdk kernel.)
Did anybody succeed to set it up?
I try to set up the irda port on my nc8000 laptop. The irda section in my modules.conf looks like this:
alias char-major-161 ircomm-tty
pre-install smc-ircc /bin/setserial "/dev/ttyS2" "uart" "none"
options smc-ircc ircc_irq=4 ircc_dma=1 ircc_io=0x3e8
alias irda0 smc-ircc
It looks like that the smc-ircc module is not loaded. (I use Mandrake 10.0 - with 2.4.25-2mdk kernel.)
Did anybody succeed to set it up?
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 08:22 PM
09-30-2004 08:22 PM
Re: nc8000 + irda + mandrake 10.0
hi Kristof,
I have different hw & sw ( acer travelmate 662 LCi and SuSE 9.1.) by maybe it's gonna be usefull for you.
sundance:~ # cat /etc/modules.conf
alias /dev/ircomm0 smc-ircc
my simle script for irda start:
#!/bin/bash
#arrangements for irda communication
setserial /dev/ttyS1 uart none port 0 irq 0
modprobe irda
modprobe nsc-ircc
irattach irda0 -s
and lsmod after this:
sundance:~ # lsmod | grep ir
nsc_ircc 15676 0
ircomm_tty 24072 0
ircomm 14212 1 ircomm_tty
irda 120124 3 nsc_ircc,ircomm_tty,ircomm
try these steps and post the result
br Jan
I have different hw & sw ( acer travelmate 662 LCi and SuSE 9.1.) by maybe it's gonna be usefull for you.
sundance:~ # cat /etc/modules.conf
alias /dev/ircomm0 smc-ircc
my simle script for irda start:
#!/bin/bash
#arrangements for irda communication
setserial /dev/ttyS1 uart none port 0 irq 0
modprobe irda
modprobe nsc-ircc
irattach irda0 -s
and lsmod after this:
sundance:~ # lsmod | grep ir
nsc_ircc 15676 0
ircomm_tty 24072 0
ircomm 14212 1 ircomm_tty
irda 120124 3 nsc_ircc,ircomm_tty,ircomm
try these steps and post the result
br Jan
GSM, Intelligent Networks, UNIX
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP