http://qa.mandrakesoft.com/show_bug.cgi?id=5286





------- Additional Comments From [EMAIL PROTECTED]  2003-07-09 00:47 -------
this looks obviously fishy:

1) the files in your /dev/lirc are not device files but regular ones... which is
just impossible with devfs, so i guess you really do not use devfs.

2) since the entry in /dev/lirc are "c", "61" and "0" like the arguments you
said one has to pass to mknod, it looks like *you* created these files by typing
a wrong command.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
Running lirc0.7.0pre2 (self compiled because it's not in contrib) to support
Hauppauge PVR-250 remote.  lirc_i2c is the device driver.

After rebooting, these are the entries in /dev:
[EMAIL PROTECTED] mythtv]# ls -l /dev/li*
srw-rw-rw-    1 root     root            0 Sep  5 02:58 /dev/lircd=
prw-r--r--    1 root     root            0 Sep  5 02:58 /dev/lircm|

/dev/lirc:
total 0
drwxr-xr-x    1 root     root            0 Sep  5 02:58 0/
drwxr-xr-x    1 root     root            0 Sep  5 02:58 61/
drwxr-xr-x    1 root     root            0 Sep  5 02:58 c/

Note that the /dev/lirc directory has three _files_ in it, rather than creating
the correct character device.  According to the lirc0.7.0pre2 docs, the correct
device would be created with mknod /dev/lirc c 61 0

Reply via email to