Quoting "Thib G." <[EMAIL PROTECTED]>:
> kernel: [EAGLE-USB] SM: LOS Defect > kernel: [EAGLE-USB] SM: LOS Defect > kernel: [EAGLE-USB] SM: LOS Defect > kernel: [eagle-usb] LOS Defect threshold reached. Rebooting Humm .. either a problem of line ( LOS = Loss of Signal) or perhaps the new BNMs... > > kernel: [EAGLE-USB] EU_IO_GETIF: eth not yet created !! > and > **ERROR** Unable to open /proc/bus/usb/001/003: errno=2 > A request for the interface name has been made before the modem is synchronized .. > Oct 27 22:54:29 kernel: Badness in uhci_map_status at > drivers/usb/host/uhci-hcd.c:726 > Oct 27 22:54:29 kernel: [pg0+207553877/1069396992] > uhci_map_status+0x95/0xa0 [uhci_hcd] > Oct 27 22:54:29 kernel: [pg0+207554889/1069396992] > uhci_result_control+0xf9/0x220 [uhci_hcd] > Oct 27 22:54:29 kernel: [pg0+207556875/1069396992] > uhci_result_isochronous+0x6b/0xa0 [uhci_h\ > cd] > Oct 27 22:54:29 kernel: [pg0+207558141/1069396992] > uhci_transfer_result+0x16d/0x180 [uhci_hc\ > d] > Oct 27 22:54:29 kernel: [pg0+207559541/1069396992] > uhci_free_pending_tds+0x45/0x60 [uhci_hcd\ > ] > Oct 27 22:54:29 kernel: [pg0+207560097/1069396992] uhci_irq+0xe1/0x200 > [uhci_hcd] > Oct 27 22:54:29 kernel: [pg0+207551612/1069396992] > uhci_alloc_qh+0x6c/0x80 [uhci_hcd] > Oct 27 22:54:29 kernel: [usb_hcd_irq+54/112] usb_hcd_irq+0x36/0x70 > Oct 27 22:54:29 kernel: [handle_IRQ_event+61/128] > handle_IRQ_event+0x3d/0x80 > Oct 27 22:54:29 kernel: [do_IRQ+143/304] do_IRQ+0x8f/0x130 > Oct 27 22:54:29 kernel: [common_interrupt+24/32] common_interrupt+0x18/0x20 > Oct 27 22:54:29 kernel: [pg0+207744291/1069396992] > queue_ctrl_urb+0x103/0x200 [eagle_usb] > Oct 27 22:54:29 kernel: [pg0+207756576/1069396992] > eu_send_msg+0xb0/0xd0 [eagle_usb] > Oct 27 22:54:29 kernel: [pg0+207751473/1069396992] ModemSM+0x561/0x1650 > [eagle_usb] Seems to be related to uhci_map_status even if you see eagle-usb in the path : we're in interruption mode (common_interrupt) and the uhci_map_status is executed .. However it's in my plan to remove the ctrl urb queue for 2.6 kernel, as now the USB knows how to queue ctrl message by itself (on 2.4, only OHCI hub know how to do it, and thus I had to implement this stuff in a very crude manner) Frederick Ros aka Sleeper
