Skip to ContentSkip to Footer
Start of content
- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - Linux
- >
- General
- >
- nc8000 + irda + mandrake 10.0
General
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
nc8000 + irda + mandrake 10.0
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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-30-2004 03:47 AM
09-30-2004 03:47 AM
nc8000 + irda + mandrake 10.0
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-30-2004 08:22 PM
09-30-2004 08:22 PM
Re: nc8000 + irda + mandrake 10.0
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.
End of content
United States
Hewlett Packard Enterprise International
Communities
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP