Manoj Kasichainula <[EMAIL PROTECTED]> writes:

> On Wed, Jan 19, 2000 at 07:59:47PM +0100, Dag Brattli wrote:
> > irattach can now work with FIR drivers as well.
> 
> Sorry for being dense, but what is the advantage of using irattach
> with my FIR driver as opposed to just modprobing it like I do now?

1. One interface for starting Linux-IrDA (irattach)

2. You don't have to do "ifconfig irda0 up"

3. You don't have to do "echo 1 > /proc/sys/net/irda/discovery"

4. Killing irattach will do "ifconfig irda0 down" (not easier than ...)

So now you can do:

irattach irda0 -s

instead of:

modprobe nsc-ircc
ifconfig irda0 up
echo 1 > /proc/sys/net/irda/discovery

-- Dag

-- 
   / Dag Brattli                   | The Linux-IrDA Project               /
  // University of Tromsoe, Norway | Infrared communication for Linux    //
 /// http://www.cs.uit.no/~dagb    | http://www.cs.uit.no/linux-irda/   ///

_______________________________________________
Linux-IrDA mailing list  -  [EMAIL PROTECTED]
http://www4.pasta.cs.UiT.No/mailman/listinfo/linux-irda

Reply via email to