Re: irda package
In article <[EMAIL PROTECTED]> [EMAIL PROTECTED] writes: >> >> It looks to me as if the speed is 9600 while nothing is connected, then >> jumps to 115200 as you do something, then goes back to 9600 afterwards. >> >> Or am I missing something? You are right. However, >> > Oct 23 05:45:14 thorin kernel: ircomm_close() >> Now the connection is closed >> > Oct 23 05:45:18 thorin kernel: IrLAP, no activity on link! It seems disconnected status by something probrem (probably physical layer issue). The following is my log (using PPP over IrCOMM). Oct 23 18:40:19 puti kernel: ircomm_tty_attach_cable() Oct 23 18:40:19 puti kernel: ircomm_tty_ias_register() Oct 23 18:40:22 puti kernel: irlap_change_speed(), setting speed to 115200 Oct 23 18:40:22 puti kernel: ircomm_param_service_type(), services in common=06 Oct 23 18:40:22 puti kernel: ircomm_param_service_type(), resulting service type =0x04 Oct 23 18:47:31 puti kernel: irlap_recv_disc_frame() Oct 23 18:47:31 puti kernel: irlap_state_nrm_p(), RECV_RD_RSP Oct 23 18:47:31 puti kernel: irlap_change_speed(), setting speed to 9600 Oct 23 18:47:31 puti kernel: ircomm_tty_state_ready(), hanging up! Oct 23 18:47:31 puti kernel: ircomm_tty_hangup() Oct 23 18:47:31 puti kernel: ircomm_tty_shutdown() Oct 23 18:47:31 puti kernel: ircomm_tty_detach_cable() Oct 23 18:47:31 puti kernel: ircomm_close() Oct 23 18:47:31 puti kernel: ircomm_tty_close() Oct 23 18:47:31 puti kernel: ircomm_tty_close(), returning 1 -- NOKUBI Takatsugu E-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] / [EMAIL PROTECTED]
Re: irda package
In article <20011023120339.A818@localhost> [EMAIL PROTECTED] writes: >> >> It looks to me as if the speed is 9600 while nothing is connected, then >> jumps to 115200 as you do something, then goes back to 9600 afterwards. >> >> Or am I missing something? You are right. However, >> > Oct 23 05:45:14 thorin kernel: ircomm_close() >> Now the connection is closed >> > Oct 23 05:45:18 thorin kernel: IrLAP, no activity on link! It seems disconnected status by something probrem (probably physical layer issue). The following is my log (using PPP over IrCOMM). Oct 23 18:40:19 puti kernel: ircomm_tty_attach_cable() Oct 23 18:40:19 puti kernel: ircomm_tty_ias_register() Oct 23 18:40:22 puti kernel: irlap_change_speed(), setting speed to 115200 Oct 23 18:40:22 puti kernel: ircomm_param_service_type(), services in common=06 Oct 23 18:40:22 puti kernel: ircomm_param_service_type(), resulting service type =0x04 Oct 23 18:47:31 puti kernel: irlap_recv_disc_frame() Oct 23 18:47:31 puti kernel: irlap_state_nrm_p(), RECV_RD_RSP Oct 23 18:47:31 puti kernel: irlap_change_speed(), setting speed to 9600 Oct 23 18:47:31 puti kernel: ircomm_tty_state_ready(), hanging up! Oct 23 18:47:31 puti kernel: ircomm_tty_hangup() Oct 23 18:47:31 puti kernel: ircomm_tty_shutdown() Oct 23 18:47:31 puti kernel: ircomm_tty_detach_cable() Oct 23 18:47:31 puti kernel: ircomm_close() Oct 23 18:47:31 puti kernel: ircomm_tty_close() Oct 23 18:47:31 puti kernel: ircomm_tty_close(), returning 1 -- NOKUBI Takatsugu E-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] / [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: irda package
Chris Halls wrote: On Tue, Oct 23, 2001 at 05:48:55AM -0400, Tom Allison wrote: I have attached a dump of the syslog from 'irda start' and it's working! I'm so happy! Well done! I have one question though -- my baud rate is reported at 9600. For a palm pilot Vx, can I turn this up? How High? Are you sure its 9600? I'm no expert on this, but looking at your syslog output... Oct 23 05:42:13 thorin kernel: irlmp_register_client_R17f18bfb() Oct 23 05:42:13 thorin kernel: irlap_change_speed(), setting speed to 9600 Isn't that the default speed? Oct 23 05:44:18 thorin kernel: ircomm_tty_attach_cable() Oct 23 05:44:18 thorin kernel: ircomm_tty_ias_register() Oct 23 05:44:18 thorin kernel: irlmp_register_client_R17f18bfb() Oct 23 05:44:26 thorin kernel: irlap_change_speed(), setting speed to 115200 Here the speed is increased, and ircomm (the serial protocol) does its stuff Oct 23 05:44:26 thorin kernel: ircomm_param_service_type(), services in common=06 Oct 23 05:44:26 thorin kernel: ircomm_param_service_type(), resulting service type=0x04 Oct 23 05:44:27 thorin kernel: ircomm_param_xon_xoff(), XON/XOFF = 0x11,0x13 Oct 23 05:44:27 thorin kernel: ircomm_param_enq_ack(), ENQ/ACK = 0x13,0x11 Oct 23 05:44:27 thorin kernel: ircomm_tty_check_modem_status() Oct 23 05:44:37 thorin kernel: ircomm_param_xon_xoff(), XON/XOFF = 0x11,0x13 Oct 23 05:44:37 thorin kernel: ircomm_param_enq_ack(), ENQ/ACK = 0x13,0x11 Oct 23 05:44:37 thorin kernel: ircomm_tty_check_modem_status() Oct 23 05:45:14 thorin kernel: ircomm_tty_close() Oct 23 05:45:14 thorin kernel: ircomm_tty_shutdown() Oct 23 05:45:14 thorin kernel: ircomm_tty_detach_cable() Oct 23 05:45:14 thorin kernel: ircomm_close() Now the connection is closed Oct 23 05:45:18 thorin kernel: IrLAP, no activity on link! Oct 23 05:45:27 thorin kernel: irlap_change_speed(), setting speed to 9600 and the speed is set back to the default It looks to me as if the speed is 9600 while nothing is connected, then jumps to 115200 as you do something, then goes back to 9600 afterwards. Or am I missing something? Chris jpilot is configured to run at 115200. What you see here is a "fight" between the software and the hardware drivers. I wasn't doing anything at this point with the software.
Re: irda package
Chris Halls wrote: > On Tue, Oct 23, 2001 at 05:48:55AM -0400, Tom Allison wrote: > >>I have attached a dump of the syslog from 'irda start' and it's working! >>I'm so happy! >> > Well done! > >>I have one question though -- my baud rate is reported at 9600. >>For a palm pilot Vx, can I turn this up? How High? >> > Are you sure its 9600? I'm no expert on this, but looking at your syslog > output... > > >>Oct 23 05:42:13 thorin kernel: irlmp_register_client_R17f18bfb() >>Oct 23 05:42:13 thorin kernel: irlap_change_speed(), setting speed to 9600 >> > Isn't that the default speed? > >>Oct 23 05:44:18 thorin kernel: ircomm_tty_attach_cable() >>Oct 23 05:44:18 thorin kernel: ircomm_tty_ias_register() >>Oct 23 05:44:18 thorin kernel: irlmp_register_client_R17f18bfb() >>Oct 23 05:44:26 thorin kernel: irlap_change_speed(), setting speed to 115200 >> > Here the speed is increased, and ircomm (the serial protocol) does its stuff > >>Oct 23 05:44:26 thorin kernel: ircomm_param_service_type(), services in common=06 >>Oct 23 05:44:26 thorin kernel: ircomm_param_service_type(), resulting service >type=0x04 >>Oct 23 05:44:27 thorin kernel: ircomm_param_xon_xoff(), XON/XOFF = 0x11,0x13 >>Oct 23 05:44:27 thorin kernel: ircomm_param_enq_ack(), ENQ/ACK = 0x13,0x11 >>Oct 23 05:44:27 thorin kernel: ircomm_tty_check_modem_status() >>Oct 23 05:44:37 thorin kernel: ircomm_param_xon_xoff(), XON/XOFF = 0x11,0x13 >>Oct 23 05:44:37 thorin kernel: ircomm_param_enq_ack(), ENQ/ACK = 0x13,0x11 >>Oct 23 05:44:37 thorin kernel: ircomm_tty_check_modem_status() >>Oct 23 05:45:14 thorin kernel: ircomm_tty_close() >>Oct 23 05:45:14 thorin kernel: ircomm_tty_shutdown() >>Oct 23 05:45:14 thorin kernel: ircomm_tty_detach_cable() >>Oct 23 05:45:14 thorin kernel: ircomm_close() >> > Now the connection is closed > >>Oct 23 05:45:18 thorin kernel: IrLAP, no activity on link! >>Oct 23 05:45:27 thorin kernel: irlap_change_speed(), setting speed to 9600 >> > and the speed is set back to the default > > It looks to me as if the speed is 9600 while nothing is connected, then > jumps to 115200 as you do something, then goes back to 9600 afterwards. > > Or am I missing something? > Chris > > jpilot is configured to run at 115200. What you see here is a "fight" between the software and the hardware drivers. I wasn't doing anything at this point with the software. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: irda package
On Tue, Oct 23, 2001 at 05:48:55AM -0400, Tom Allison wrote: > I have attached a dump of the syslog from 'irda start' and it's working! > I'm so happy! Well done! > > I have one question though -- my baud rate is reported at 9600. > For a palm pilot Vx, can I turn this up? How High? Are you sure its 9600? I'm no expert on this, but looking at your syslog output... > Oct 23 05:42:13 thorin kernel: irlmp_register_client_R17f18bfb() > Oct 23 05:42:13 thorin kernel: irlap_change_speed(), setting speed to 9600 Isn't that the default speed? > Oct 23 05:44:18 thorin kernel: ircomm_tty_attach_cable() > Oct 23 05:44:18 thorin kernel: ircomm_tty_ias_register() > Oct 23 05:44:18 thorin kernel: irlmp_register_client_R17f18bfb() > Oct 23 05:44:26 thorin kernel: irlap_change_speed(), setting speed to 115200 Here the speed is increased, and ircomm (the serial protocol) does its stuff > Oct 23 05:44:26 thorin kernel: ircomm_param_service_type(), services in > common=06 > Oct 23 05:44:26 thorin kernel: ircomm_param_service_type(), resulting service > type=0x04 > Oct 23 05:44:27 thorin kernel: ircomm_param_xon_xoff(), XON/XOFF = 0x11,0x13 > Oct 23 05:44:27 thorin kernel: ircomm_param_enq_ack(), ENQ/ACK = 0x13,0x11 > Oct 23 05:44:27 thorin kernel: ircomm_tty_check_modem_status() > Oct 23 05:44:37 thorin kernel: ircomm_param_xon_xoff(), XON/XOFF = 0x11,0x13 > Oct 23 05:44:37 thorin kernel: ircomm_param_enq_ack(), ENQ/ACK = 0x13,0x11 > Oct 23 05:44:37 thorin kernel: ircomm_tty_check_modem_status() > Oct 23 05:45:14 thorin kernel: ircomm_tty_close() > Oct 23 05:45:14 thorin kernel: ircomm_tty_shutdown() > Oct 23 05:45:14 thorin kernel: ircomm_tty_detach_cable() > Oct 23 05:45:14 thorin kernel: ircomm_close() Now the connection is closed > Oct 23 05:45:18 thorin kernel: IrLAP, no activity on link! > Oct 23 05:45:27 thorin kernel: irlap_change_speed(), setting speed to 9600 and the speed is set back to the default It looks to me as if the speed is 9600 while nothing is connected, then jumps to 115200 as you do something, then goes back to 9600 afterwards. Or am I missing something? Chris
Re: irda package
Tom Allison wrote: Chris Halls wrote: On Mon, Oct 22, 2001 at 07:02:07AM -0400, Tom Allison wrote: I'll start looking toward 2.4.12 to see if that is better behaved. At least I have an idea what to look for! 2.4.12 works great with IrDA in FIR mode on my T20. Chris I'll be downloading Then I'll be calling! :) I have attached a dump of the syslog from 'irda start' and it's working! I'm so happy! I have one question though -- my baud rate is reported at 9600. For a palm pilot Vx, can I turn this up? How High? irda0 Link encap:IrLAP HWaddr 25:9c:c3:1e UP RUNNING NOARP MTU:2048 Metric:1 RX packets:189 errors:0 dropped:0 overruns:0 frame:0 TX packets:347 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:8 RX bytes:3606 (3.5 Kb) TX bytes:11036 (10.7 Kb) Oct 23 05:40:31 thorin kernel: irlap_state_ndm(), media busy! Oct 23 05:40:35 thorin kernel: irlap_change_speed(), setting speed to 115200 Oct 23 05:40:35 thorin kernel: iriap_connect_indication() Oct 23 05:40:35 thorin kernel: irlap_recv_disc_frame() Oct 23 05:40:35 thorin kernel: irlap_change_speed(), setting speed to 9600 Oct 23 05:40:40 thorin kernel: irlap_change_speed(), setting speed to 115200 Oct 23 05:40:40 thorin kernel: iriap_connect_indication() Oct 23 05:40:40 thorin kernel: irlap_recv_disc_frame() Oct 23 05:40:40 thorin kernel: irlap_change_speed(), setting speed to 9600 Oct 23 05:40:40 thorin kernel: irlap_state_ndm(), media busy! Oct 23 05:42:12 thorin irattach: got SIGTERM or SIGINT Oct 23 05:42:12 thorin irattach: exiting ... Oct 23 05:42:12 thorin kernel: irlmp_register_client_R17f18bfb() Oct 23 05:42:13 thorin irattach: executing: '/sbin/modprobe irda0' Oct 23 05:42:13 thorin irattach: executing: 'echo 1 > /proc/sys/net/irda/discovery' Oct 23 05:42:13 thorin irattach: Starting device irda0 Oct 23 05:42:13 thorin irattach: executing: 'echo thorin > /proc/sys/net/irda/devname' Oct 23 05:42:13 thorin kernel: irlmp_register_client_R17f18bfb() Oct 23 05:42:13 thorin kernel: irlap_change_speed(), setting speed to 9600 Oct 23 05:44:18 thorin kernel: ircomm_tty_attach_cable() Oct 23 05:44:18 thorin kernel: ircomm_tty_ias_register() Oct 23 05:44:18 thorin kernel: irlmp_register_client_R17f18bfb() Oct 23 05:44:26 thorin kernel: irlap_change_speed(), setting speed to 115200 Oct 23 05:44:26 thorin kernel: ircomm_param_service_type(), services in common=06 Oct 23 05:44:26 thorin kernel: ircomm_param_service_type(), resulting service type=0x04 Oct 23 05:44:27 thorin kernel: ircomm_param_xon_xoff(), XON/XOFF = 0x11,0x13 Oct 23 05:44:27 thorin kernel: ircomm_param_enq_ack(), ENQ/ACK = 0x13,0x11 Oct 23 05:44:27 thorin kernel: ircomm_tty_check_modem_status() Oct 23 05:44:37 thorin kernel: ircomm_param_xon_xoff(), XON/XOFF = 0x11,0x13 Oct 23 05:44:37 thorin kernel: ircomm_param_enq_ack(), ENQ/ACK = 0x13,0x11 Oct 23 05:44:37 thorin kernel: ircomm_tty_check_modem_status() Oct 23 05:45:14 thorin kernel: ircomm_tty_close() Oct 23 05:45:14 thorin kernel: ircomm_tty_shutdown() Oct 23 05:45:14 thorin kernel: ircomm_tty_detach_cable() Oct 23 05:45:14 thorin kernel: ircomm_close() Oct 23 05:45:18 thorin kernel: IrLAP, no activity on link! Oct 23 05:45:27 thorin kernel: irlap_change_speed(), setting speed to 9600
Re: irda package
On Tue, Oct 23, 2001 at 05:48:55AM -0400, Tom Allison wrote: > I have attached a dump of the syslog from 'irda start' and it's working! > I'm so happy! Well done! > > I have one question though -- my baud rate is reported at 9600. > For a palm pilot Vx, can I turn this up? How High? Are you sure its 9600? I'm no expert on this, but looking at your syslog output... > Oct 23 05:42:13 thorin kernel: irlmp_register_client_R17f18bfb() > Oct 23 05:42:13 thorin kernel: irlap_change_speed(), setting speed to 9600 Isn't that the default speed? > Oct 23 05:44:18 thorin kernel: ircomm_tty_attach_cable() > Oct 23 05:44:18 thorin kernel: ircomm_tty_ias_register() > Oct 23 05:44:18 thorin kernel: irlmp_register_client_R17f18bfb() > Oct 23 05:44:26 thorin kernel: irlap_change_speed(), setting speed to 115200 Here the speed is increased, and ircomm (the serial protocol) does its stuff > Oct 23 05:44:26 thorin kernel: ircomm_param_service_type(), services in common=06 > Oct 23 05:44:26 thorin kernel: ircomm_param_service_type(), resulting service >type=0x04 > Oct 23 05:44:27 thorin kernel: ircomm_param_xon_xoff(), XON/XOFF = 0x11,0x13 > Oct 23 05:44:27 thorin kernel: ircomm_param_enq_ack(), ENQ/ACK = 0x13,0x11 > Oct 23 05:44:27 thorin kernel: ircomm_tty_check_modem_status() > Oct 23 05:44:37 thorin kernel: ircomm_param_xon_xoff(), XON/XOFF = 0x11,0x13 > Oct 23 05:44:37 thorin kernel: ircomm_param_enq_ack(), ENQ/ACK = 0x13,0x11 > Oct 23 05:44:37 thorin kernel: ircomm_tty_check_modem_status() > Oct 23 05:45:14 thorin kernel: ircomm_tty_close() > Oct 23 05:45:14 thorin kernel: ircomm_tty_shutdown() > Oct 23 05:45:14 thorin kernel: ircomm_tty_detach_cable() > Oct 23 05:45:14 thorin kernel: ircomm_close() Now the connection is closed > Oct 23 05:45:18 thorin kernel: IrLAP, no activity on link! > Oct 23 05:45:27 thorin kernel: irlap_change_speed(), setting speed to 9600 and the speed is set back to the default It looks to me as if the speed is 9600 while nothing is connected, then jumps to 115200 as you do something, then goes back to 9600 afterwards. Or am I missing something? Chris -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: irda package
Tom Allison wrote: > Chris Halls wrote: > >> On Mon, Oct 22, 2001 at 07:02:07AM -0400, Tom Allison wrote: >> >>> I'll start looking toward 2.4.12 to see if that is better behaved. >>> At least I have an idea what to look for! >>> >> 2.4.12 works great with IrDA in FIR mode on my T20. >> Chris >> >> >> > > I'll be downloading > Then I'll be calling! :) > > I have attached a dump of the syslog from 'irda start' and it's working! I'm so happy! I have one question though -- my baud rate is reported at 9600. For a palm pilot Vx, can I turn this up? How High? irda0 Link encap:IrLAP HWaddr 25:9c:c3:1e UP RUNNING NOARP MTU:2048 Metric:1 RX packets:189 errors:0 dropped:0 overruns:0 frame:0 TX packets:347 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:8 RX bytes:3606 (3.5 Kb) TX bytes:11036 (10.7 Kb) Oct 23 05:40:31 thorin kernel: irlap_state_ndm(), media busy! Oct 23 05:40:35 thorin kernel: irlap_change_speed(), setting speed to 115200 Oct 23 05:40:35 thorin kernel: iriap_connect_indication() Oct 23 05:40:35 thorin kernel: irlap_recv_disc_frame() Oct 23 05:40:35 thorin kernel: irlap_change_speed(), setting speed to 9600 Oct 23 05:40:40 thorin kernel: irlap_change_speed(), setting speed to 115200 Oct 23 05:40:40 thorin kernel: iriap_connect_indication() Oct 23 05:40:40 thorin kernel: irlap_recv_disc_frame() Oct 23 05:40:40 thorin kernel: irlap_change_speed(), setting speed to 9600 Oct 23 05:40:40 thorin kernel: irlap_state_ndm(), media busy! Oct 23 05:42:12 thorin irattach: got SIGTERM or SIGINT Oct 23 05:42:12 thorin irattach: exiting ... Oct 23 05:42:12 thorin kernel: irlmp_register_client_R17f18bfb() Oct 23 05:42:13 thorin irattach: executing: '/sbin/modprobe irda0' Oct 23 05:42:13 thorin irattach: executing: 'echo 1 > /proc/sys/net/irda/discovery' Oct 23 05:42:13 thorin irattach: Starting device irda0 Oct 23 05:42:13 thorin irattach: executing: 'echo thorin > /proc/sys/net/irda/devname' Oct 23 05:42:13 thorin kernel: irlmp_register_client_R17f18bfb() Oct 23 05:42:13 thorin kernel: irlap_change_speed(), setting speed to 9600 Oct 23 05:44:18 thorin kernel: ircomm_tty_attach_cable() Oct 23 05:44:18 thorin kernel: ircomm_tty_ias_register() Oct 23 05:44:18 thorin kernel: irlmp_register_client_R17f18bfb() Oct 23 05:44:26 thorin kernel: irlap_change_speed(), setting speed to 115200 Oct 23 05:44:26 thorin kernel: ircomm_param_service_type(), services in common=06 Oct 23 05:44:26 thorin kernel: ircomm_param_service_type(), resulting service type=0x04 Oct 23 05:44:27 thorin kernel: ircomm_param_xon_xoff(), XON/XOFF = 0x11,0x13 Oct 23 05:44:27 thorin kernel: ircomm_param_enq_ack(), ENQ/ACK = 0x13,0x11 Oct 23 05:44:27 thorin kernel: ircomm_tty_check_modem_status() Oct 23 05:44:37 thorin kernel: ircomm_param_xon_xoff(), XON/XOFF = 0x11,0x13 Oct 23 05:44:37 thorin kernel: ircomm_param_enq_ack(), ENQ/ACK = 0x13,0x11 Oct 23 05:44:37 thorin kernel: ircomm_tty_check_modem_status() Oct 23 05:45:14 thorin kernel: ircomm_tty_close() Oct 23 05:45:14 thorin kernel: ircomm_tty_shutdown() Oct 23 05:45:14 thorin kernel: ircomm_tty_detach_cable() Oct 23 05:45:14 thorin kernel: ircomm_close() Oct 23 05:45:18 thorin kernel: IrLAP, no activity on link! Oct 23 05:45:27 thorin kernel: irlap_change_speed(), setting speed to 9600
Re: irda package
Chris Halls wrote: On Mon, Oct 22, 2001 at 07:02:07AM -0400, Tom Allison wrote: I'll start looking toward 2.4.12 to see if that is better behaved. At least I have an idea what to look for! 2.4.12 works great with IrDA in FIR mode on my T20. Chris I'll be downloading Then I'll be calling! :)
Re: irda package
Chris Halls wrote: > On Mon, Oct 22, 2001 at 07:02:07AM -0400, Tom Allison wrote: > >>I'll start looking toward 2.4.12 to see if that is better behaved. At >>least I have an idea what to look for! >> > 2.4.12 works great with IrDA in FIR mode on my T20. > Chris > > > I'll be downloading Then I'll be calling! :) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: irda package
On Mon, Oct 22, 2001 at 07:02:07AM -0400, Tom Allison wrote: > I'll start looking toward 2.4.12 to see if that is better behaved. At > least I have an idea what to look for! 2.4.12 works great with IrDA in FIR mode on my T20. Chris
Re: irda package
NOKUBI Takatsugu wrote: In article <[EMAIL PROTECTED]> [EMAIL PROTECTED] writes: IIRC, IrDA stack in kernel 2.4.9 was buggy, AC patch had some IrDA bugfix code. Thank you very much! You have restored faith in myself and in Linux. I can live with bugs, if we know about them. I'll start looking toward 2.4.12 to see if that is better behaved. At least I have an idea what to look for! Thanks again!
Re: irda package
In article <[EMAIL PROTECTED]> [EMAIL PROTECTED] writes: >> It seems that I am having troubles the most when nsc-ircc is loaded from >> the 2.4.9 tree. Everything seems to load and function OK, up to this >> point. After a modprobe nsc-ircc, things go horribly wrong! My PCMCIA >> card freaks out - it throws a NETDEV WATCHDOG timeout error and >> reinitializes as eth0 (it's supposed to be eth1) and then the route >> tables are incorrect (I have a built in eth0 that I use differently) and >> it keeps doing this Watchdog timeout error. IIRC, IrDA stack in kernel 2.4.9 was buggy, AC patch had some IrDA bugfix code. -- NOKUBI Takatsugu E-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] / [EMAIL PROTECTED]
Re: irda package
Wolfgang Fuschlberger wrote: On Sun, 21 Oct 2001, Tom Allison wrote: [snip] This is where I get confused, because some of the information I've found on the web have specific instructions for 'mknod /dev/irda0 c 160 0'... this device doesn't exist here I guess the first thing I should get an answer to are these two questions: Can I actually run with with ttyS0 as a regular serial port and ttyS1 as a IR port? IMO ttyS1 can never be a IR port because you always need the modules irda, irtty ircomm ircomm-tty which are providing the device /dev/ircomm0 If I'm trying to communicate with a PalmPilot Vx, should I load ircomm, irda, irtty, or some combination thereof? if you do an 'irda start' and have defined the correct aliases in /etc/modules.conf the modules should be loaded automatically modules.conf ### update-modules: start processing /etc/modutils/irda alias tty-ldisc-11 irtty # The following is for new kernel. alias char-major-161 ircomm-tty # ll /dev/ir* crw-rw1 root dialout 161, 0 22. Okt 08:39 /dev/ircomm0 crw-rw1 root dialout 161, 1 25. Jul 12:41 /dev/ircomm1 crw-rw1 root dialout 161, 16 25. Jul 12:42 /dev/irlpt0 crw-rw1 root dialout 161, 17 25. Jul 12:42 /dev/irlpt1 wolfgang This all makes sense. It seems that I am having troubles the most when nsc-ircc is loaded from the 2.4.9 tree. Everything seems to load and function OK, up to this point. After a modprobe nsc-ircc, things go horribly wrong! My PCMCIA card freaks out - it throws a NETDEV WATCHDOG timeout error and reinitializes as eth0 (it's supposed to be eth1) and then the route tables are incorrect (I have a built in eth0 that I use differently) and it keeps doing this Watchdog timeout error. At this point I have no ethernet. It may be a more subtle problem with the serial ports than anything else.
Re: irda package
On Mon, Oct 22, 2001 at 07:02:07AM -0400, Tom Allison wrote: > I'll start looking toward 2.4.12 to see if that is better behaved. At > least I have an idea what to look for! 2.4.12 works great with IrDA in FIR mode on my T20. Chris -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: irda package
NOKUBI Takatsugu wrote: > In article <[EMAIL PROTECTED]> > [EMAIL PROTECTED] writes: > > IIRC, IrDA stack in kernel 2.4.9 was buggy, AC patch had some IrDA > bugfix code. > Thank you very much! You have restored faith in myself and in Linux. I can live with bugs, if we know about them. I'll start looking toward 2.4.12 to see if that is better behaved. At least I have an idea what to look for! Thanks again! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: irda package
In article <[EMAIL PROTECTED]> [EMAIL PROTECTED] writes: >> It seems that I am having troubles the most when nsc-ircc is loaded from >> the 2.4.9 tree. Everything seems to load and function OK, up to this >> point. After a modprobe nsc-ircc, things go horribly wrong! My PCMCIA >> card freaks out - it throws a NETDEV WATCHDOG timeout error and >> reinitializes as eth0 (it's supposed to be eth1) and then the route >> tables are incorrect (I have a built in eth0 that I use differently) and >> it keeps doing this Watchdog timeout error. IIRC, IrDA stack in kernel 2.4.9 was buggy, AC patch had some IrDA bugfix code. -- NOKUBI Takatsugu E-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] / [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: irda package
Wolfgang Fuschlberger wrote: > On Sun, 21 Oct 2001, Tom Allison wrote: > > [snip] > > >>This is where I get confused, because some of the information I've found >>on the web have specific instructions for 'mknod /dev/irda0 c 160 0'... >> > > this device doesn't exist here > > >>I guess the first thing I should get an answer to are these two questions: >>Can I actually run with with ttyS0 as a regular serial port and ttyS1 as >>a IR port? >> > > IMO ttyS1 can never be a IR port because you always need the modules irda, > irtty ircomm ircomm-tty which are providing the device /dev/ircomm0 > > >>If I'm trying to communicate with a PalmPilot Vx, should I load ircomm, >>irda, irtty, or some combination thereof? >> > > if you do an 'irda start' and have defined the correct aliases in > /etc/modules.conf the modules should be loaded automatically > > modules.conf > ### update-modules: start processing /etc/modutils/irda > alias tty-ldisc-11 irtty > # The following is for new kernel. > alias char-major-161 ircomm-tty > > > # ll /dev/ir* > crw-rw1 root dialout 161, 0 22. Okt 08:39 /dev/ircomm0 > crw-rw1 root dialout 161, 1 25. Jul 12:41 /dev/ircomm1 > crw-rw1 root dialout 161, 16 25. Jul 12:42 /dev/irlpt0 > crw-rw1 root dialout 161, 17 25. Jul 12:42 /dev/irlpt1 > > > wolfgang > > > This all makes sense. It seems that I am having troubles the most when nsc-ircc is loaded from the 2.4.9 tree. Everything seems to load and function OK, up to this point. After a modprobe nsc-ircc, things go horribly wrong! My PCMCIA card freaks out - it throws a NETDEV WATCHDOG timeout error and reinitializes as eth0 (it's supposed to be eth1) and then the route tables are incorrect (I have a built in eth0 that I use differently) and it keeps doing this Watchdog timeout error. At this point I have no ethernet. It may be a more subtle problem with the serial ports than anything else. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: irda package
On Sun, 21 Oct 2001, Tom Allison wrote: [snip] > This is where I get confused, because some of the information I've found > on the web have specific instructions for 'mknod /dev/irda0 c 160 0'... this device doesn't exist here > I guess the first thing I should get an answer to are these two questions: > Can I actually run with with ttyS0 as a regular serial port and ttyS1 as > a IR port? IMO ttyS1 can never be a IR port because you always need the modules irda, irtty ircomm ircomm-tty which are providing the device /dev/ircomm0 > If I'm trying to communicate with a PalmPilot Vx, should I load ircomm, > irda, irtty, or some combination thereof? if you do an 'irda start' and have defined the correct aliases in /etc/modules.conf the modules should be loaded automatically modules.conf ### update-modules: start processing /etc/modutils/irda alias tty-ldisc-11 irtty # The following is for new kernel. alias char-major-161 ircomm-tty # ll /dev/ir* crw-rw1 root dialout 161, 0 22. Okt 08:39 /dev/ircomm0 crw-rw1 root dialout 161, 1 25. Jul 12:41 /dev/ircomm1 crw-rw1 root dialout 161, 16 25. Jul 12:42 /dev/irlpt0 crw-rw1 root dialout 161, 17 25. Jul 12:42 /dev/irlpt1 wolfgang
Re: irda package
On Sun, 21 Oct 2001, Tom Allison wrote: [snip] > This is where I get confused, because some of the information I've found > on the web have specific instructions for 'mknod /dev/irda0 c 160 0'... this device doesn't exist here > I guess the first thing I should get an answer to are these two questions: > Can I actually run with with ttyS0 as a regular serial port and ttyS1 as > a IR port? IMO ttyS1 can never be a IR port because you always need the modules irda, irtty ircomm ircomm-tty which are providing the device /dev/ircomm0 > If I'm trying to communicate with a PalmPilot Vx, should I load ircomm, > irda, irtty, or some combination thereof? if you do an 'irda start' and have defined the correct aliases in /etc/modules.conf the modules should be loaded automatically modules.conf ### update-modules: start processing /etc/modutils/irda alias tty-ldisc-11 irtty # The following is for new kernel. alias char-major-161 ircomm-tty # ll /dev/ir* crw-rw1 root dialout 161, 0 22. Okt 08:39 /dev/ircomm0 crw-rw1 root dialout 161, 1 25. Jul 12:41 /dev/ircomm1 crw-rw1 root dialout 161, 16 25. Jul 12:42 /dev/irlpt0 crw-rw1 root dialout 161, 17 25. Jul 12:42 /dev/irlpt1 wolfgang -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: irda package
NOKUBI Takatsugu wrote: In article <[EMAIL PROTECTED]> [EMAIL PROTECTED] writes: Does the irda create the device nodes irda0/irda1? irda[0-9] is like network devices (eth[0-9]), so you don't need to make it as device file. This is where I get confused, because some of the information I've found on the web have specific instructions for 'mknod /dev/irda0 c 160 0'... I guess the first thing I should get an answer to are these two questions: Can I actually run with with ttyS0 as a regular serial port and ttyS1 as a IR port? If I'm trying to communicate with a PalmPilot Vx, should I load ircomm, irda, irtty, or some combination thereof?
Re: irda package
In article <[EMAIL PROTECTED]> [EMAIL PROTECTED] writes: >> Does the irda create the device nodes irda0/irda1? irda[0-9] is like network devices (eth[0-9]), so you don't need to make it as device file. -- NOKUBI Takatsugu E-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] / [EMAIL PROTECTED]
Re: irda package
NOKUBI Takatsugu wrote: > In article <[EMAIL PROTECTED]> > [EMAIL PROTECTED] writes: > > >>>Does the irda create the device nodes irda0/irda1? >>> > > irda[0-9] is like network devices (eth[0-9]), so you don't need to > make it as device file. > This is where I get confused, because some of the information I've found on the web have specific instructions for 'mknod /dev/irda0 c 160 0'... I guess the first thing I should get an answer to are these two questions: Can I actually run with with ttyS0 as a regular serial port and ttyS1 as a IR port? If I'm trying to communicate with a PalmPilot Vx, should I load ircomm, irda, irtty, or some combination thereof? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: irda package
In article <[EMAIL PROTECTED]> [EMAIL PROTECTED] writes: >> Does the irda create the device nodes irda0/irda1? irda[0-9] is like network devices (eth[0-9]), so you don't need to make it as device file. -- NOKUBI Takatsugu E-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] / [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

