s i s t e m a o p e r a c i o n a l m a g n u x l i n u x | ~/ · documentação · suporte · sobre |
2.4. Configuration2.4.1. Device Numbers
2.4.2. Device ArrangementFirst you should put your IrDA devices in range. Though it might be possible that the Linux/IrDA service detects every new device automagically I only have good experience with the devices in range during the configuration process. Keep your infrared devices together in a range below one meter and an angle of 30 degree. There has to be a direct line of sight between them. If this is not possible, you may use a mirror (an unused M$ CD should work quite good). 2.4.3. /etc/modules.confAdd the following lines to your /etc/conf.modules file:
2.4.4. /etc/irdaHave a look into the files in /etc/irda. Edit them to reflect your setup. 2.4.5. BIOS ConfigurationMake sure your infrared port is enabled in the BIOS and check what interrupt and port address it uses. With some laptops it seems necessary to have Window$x installed to be able to set BIOS parameters. I have got reports, that connected to a docking station the infrared port was disabled. 2.4.6. Serial Port (setserial)To avoid some conflicts with serial devices you should do setserial /dev/ttyS1 uart none. Choose the ttySx according to your SIR port. Hint: dmesg | grep tty. From Florian Lohoff You should also set "port 0x0 irq 0" otherwise you will see interesting effects if there is suddenly a different S1 e.g. by inserting a modem PCMCIA card. The serial driver will then touch the OLD ports without having acquired those which will cause the irda stuff to die/hang. This is a bug i havent been able to find in the serial driver but it definitly exists (Put a printk into the serial_out serial_in stuff). 2.4.7. Starting IrDAMost important, you must sync your disks!!! Maybe you have to reboot your machine. Have you read the disclaimer? There are three sorts of low level drivers: SIR, dongle and FIR. To start with Linux/IrDA I recommend to use the SIR method. Load the modules modprobe irda irtty. irattach /dev/ttyS1 -s 1 to attach the IrDA device to the IrDA services. Check lsmod and dmesg. irdadump should show all available IrDA devices in range now. Hint: If you are connecting different Linux boxes, you may use hostname YOUR_HOSTNAME to set a unique hostname for each computer. On the "server" side do pppd /dev/ircomm0 LOCAL_IP:REMOTE_IP On the "client" side do pppd /dev/ircomm0 . You may now test the connection with ping. And use all sorts of networking connections (ssh, NFS, ...) now. |