Jump to content

Need ircomm0 [solved]


willie
 Share

Recommended Posts

I'm running Mandriva 2005 LE for my IRDA i need ircomm0 to be in /dev but it isn't there.

With Mandriva 10.0 is was installed automaticly in /dev

 

If i try to load de module i get this:

[willie@localhost ~]$ su

Password:

[root@localhost willie]# modprobe ircomm0

FATAL: Module ircomm0 not found.

[root@localhost willie]# insmod /dev/ircomm0

insmod: can't read '/dev/ircomm0': No such file or directory

[root@localhost willie]#

 

What am i doing wrong :unsure:

 

Willie

Link to comment
Share on other sites

No that doesn't work if i do it with nvram (see other topic) it works.

 

/etc/modprobe.preload

hw_random

intel-agp

ircomm

nvram

 

The strange thing is that in modprobe.devfs the next lines are present:

# Irda devices

alias /dev/ircomm* ircomm-tty

 

# include user aliases

include /etc/modprobe.conf

 

Willie

Link to comment
Share on other sites

Oke i do

[willie@localhost ~]$ su

Password:

[root@localhost willie]# cd /dev

 

[willie@localhost ~]$ su

Password:

[root@localhost dev]# makedev ircomm

 

[willie@localhost ~]$ su

Password:

[root@localhost dev]# modprobe ircomm

 

and there is: /dev/ircomm/ircomm0 to ircomm9

 

I restart my computer, and /dev/ircomm is gone, away

 

Where do i go wrong

 

Willie

Link to comment
Share on other sites

Have you just done the modprobe ircomm, without actually doing the makedev first?

 

Make sure /dev is clear of ircomm (which it seems to do after reboot).

 

Then type modprobe ircomm (need to be root for this - su and root password).

 

Then type lsmod | grep ircomm and see if it lists the device.

 

If so, then add ircomm to modprobe.preload, or if you say this didn't work before, add to modprobe.conf instead.

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...