On ���, 2001-12-15 at 23:08, Michal Bukovjan wrote:
> Hi list,
> 
> I guess there is another problem with devfs - there are no irda devices 
> registered.
> When devfs is disabled, I can use my /dev/ircomm* devices.
> With devfs, there seem to be no Irda devices around. (no ircomm*, no 
> irda , nothing)
> 
> Am I missing something? is it a bug?
> 

/dev/ircomm* are created by ircomm-tty module. I have zero knowledge
about IrDA on Linux so I have no idea when this module gets loaded. But
if you want it to be automatically loaded on access to /dev/ircomm* -
add the following to the /etc/modules.devfs:

alias     /dev/ircomm           ircomm-tty
alias     /dev/ircomm*          /dev/ircomm

Thierry, what about adding it to next devfsd?

> Using:
> 
> kernel-2.4.16-9mdk
> irda-utils-0.9.14-5mdk
> devfsd-1.3.20-1mdk
> 
> BTW, upgrading to this version of kernel/devfsd seems to partially solve 
> my problems with CDROMs, the SCSI emulated CD burner is now found under 
> /dev/scsi/host0/bus0/target0/lun0/cd (previously it was not).

Very unlilkely it depends on kernel version. Something else has changed.


 The burner 
> is still not present under /dev/ide/host0/bus1/target0/lun (aka 
> /dev/hdc) - are these mutually exclusive?
> 

Yes. The entries are created by corresponding driver - and we have
either ide-cd or ide-scsi active for a given device.


This may be considered a bug, I miss the ability to use hdparm in this
case.

-andrej

Reply via email to